Commit Graph

8474 Commits

Author SHA1 Message Date
Scott Ullrich
9bb3e055fb Update (C) and comment 2007-12-13 05:07:06 +00:00
Scott Ullrich
f056270d73 s/Diagnostics/Status/ 2007-12-12 22:34:34 +00:00
Scott Ullrich
9b252d6853 Correct release information 2007-12-12 22:30:50 +00:00
Scott Ullrich
258d082af5 Don't forget line breaks! 2007-12-12 22:21:10 +00:00
Scott Ullrich
f56a73f1ad Correctly remove old clients correctly.
Submitted to m0n0wall list by Ršnnblom JanŒke  /Teknous
2007-12-12 17:45:08 +00:00
Scott Dale
c49365821f Correctly show and save DNS entries 2007-12-12 04:38:32 +00:00
Scott Ullrich
775556abbe Set server.max-request-size to 384 for captive portal. 2007-12-10 22:06:48 +00:00
Scott Ullrich
a6e8af9ca3 Set server.max-request-size to 384 for captive portal. 2007-12-10 22:00:11 +00:00
Scott Ullrich
3306a341fb Limit captive portal uploads to /tmp/captiveportal which has no access to write files. 2007-12-10 21:52:59 +00:00
Scott Ullrich
0bd546d38f Allow pfsync and carp traffic on captive portal. 2007-12-10 18:47:43 +00:00
Scott Ullrich
479628e668 Do not show hostname in page title. 2007-12-10 05:20:45 +00:00
Scott Dale
52e6fdfdae Support DNS-O-Matic 2007-12-10 02:43:18 +00:00
Scott Ullrich
b875f3061a Convert the dns server code into a for loop and add 2 more dns servers on. Now we can easily control how many dns servers we want to allow entry for. Also get rid of code duplication. 2007-12-09 06:09:10 +00:00
Scott Ullrich
5d721fa0d8 Move route delete items to system.inc so they are performed on every change 2007-12-09 04:41:08 +00:00
Scott Ullrich
b8cfc022ad Show interfaces. Cleanup presentation. 2007-12-08 23:41:51 +00:00
Scott Ullrich
961d69fc33 Populate $ints with the interface list correctly 2007-12-08 23:12:33 +00:00
Scott Ullrich
e180a6e3cd When multiple gateways are present (muliwan) show a dropdown box next to each dns server allowing the operator to select which gateway the dns server should use to resolve addresses. 2007-12-08 23:05:08 +00:00
Scott Ullrich
421f8b5faa Sometimes when the user enters the hostname of the HTTPs captive portal server it resolves the IP address to $LANIP. Allow access to $LANIP in addition to the $CPIP so that we can speedup captive portal by 10000* in these cases. 2007-12-07 19:42:42 +00:00
Scott Ullrich
8b86df3752 Clarify that the httpsname should resolve to the correct interface ip on the captive portal interface. 2007-12-07 19:35:35 +00:00
Scott Ullrich
20691b47e5 Increase maximum alias count to 299 from 99. http://forum.pfsense.org/index.php/topic,7068.0/topicseen.html 2007-12-06 18:57:10 +00:00
Scott Ullrich
f9b5d5e5c7 The attached patch adds a field to the services_dyndns.php form.
This field if provided will be written to the nscommands file (in
services.inc) as

"server <value>\n"

This allows you to update an arbitrary DNS server. If not provided,
the server line is omitted and the default behavior occurs.

Submitted-by: Ben Timby
2007-12-06 00:57:40 +00:00
Scott Ullrich
ce69a638a3 Define a couple more dhclient parms such as timeout. MFC: After testing 2007-12-05 23:29:20 +00:00
Scott Ullrich
0709cd0ba9 Define a couple more dhclient parms such as timeout. MFC: After testing 2007-12-05 22:45:28 +00:00
Scott Ullrich
7f6144a6c3 Stop spewing to stdout, this should be logged. 2007-12-04 00:19:45 +00:00
Scott Ullrich
f320386cd9 Tell user which characters are bad 2007-12-04 00:17:27 +00:00
Scott Ullrich
21eff66f31 Use htmlentities() to detect html injections. 2007-12-04 00:14:20 +00:00
Scott Ullrich
ce0a581647 Do a check on all ID's > -1. When we a dup a rule with id 0 the checks where bypassed. Spotted-by: billm 2007-12-03 23:27:31 +00:00
Scott Ullrich
6af621d3b2 Turn off debugging 2007-12-03 23:19:37 +00:00
Scott Ullrich
ef2a753c75 * Run through all posted values and encode them to a temporary variable. IF the contents differ then the operator is doing something bad. Simply reject the item with invalid character error and let them fix their XSS exploit attempt, etc. 2007-12-03 20:33:46 +00:00
Scott Ullrich
6c1721d86b Move PPPoE to services area. 2007-12-03 16:52:13 +00:00
Scott Ullrich
f469a4ef34 List opt interfaces correctly. 2007-12-03 05:14:58 +00:00
Scott Ullrich
40b56dc18b Add multi user firewall nat port forward capabilities. 2007-12-03 05:02:56 +00:00
Scott Ullrich
0397013a40 Add more ACL checkers to help with port forward and one to one NAT for multi user. 2007-12-03 04:48:12 +00:00
Scott Ullrich
99ea44397a Only show interfaces user has accss to. 2007-12-03 02:43:52 +00:00
Scott Ullrich
3cc8dccb69 When showing the firewall rules page without a interface default to the first interface the user has access to. 2007-12-03 02:31:59 +00:00
Scott Ullrich
b67429270b Only show interfaces that the user has access to edit on the firewall rules edit page. 2007-12-03 02:15:19 +00:00
Scott Ullrich
d81c2ad144 * Add PPTP, IPSEC and PPPOE * Check for access to firewall interface tabs correctly 2007-12-03 02:08:57 +00:00
Scott Ullrich
3aae364d67 Inherit allowed privs from $g['privs'] 2007-12-03 01:49:59 +00:00
Scott Ullrich
f29117399b Do not set allowed_groups variables. Auth.inc is not alaways available on console scripts but they do not need session auth. 2007-12-03 01:46:04 +00:00
Scott Ullrich
cd0e6d73b8 Allow each interface to have ACL's so you can assign a user to be able to edit just that interfaces rules. 2007-12-03 01:37:45 +00:00
Scott Ullrich
e08864b472 Add firewall rules edit interface entries. 2007-12-03 01:23:31 +00:00
Scott Ullrich
bdefdc369c Store global privs list in $g['privs'] 2007-12-03 01:20:19 +00:00
Scott Ullrich
ba7ec830b6 /Routes/Static Routes/ 2007-12-02 09:04:38 +00:00
Scott Ullrich
d2f501bc33 Remove confusing * 2007-12-02 07:07:21 +00:00
Scott Ullrich
aaacab2687 Add check all and check none buttons 2007-12-02 07:04:32 +00:00
Scott Ullrich
79cd2d6361 Remove blank entry 2007-12-02 05:43:49 +00:00
Scott Ullrich
b8f82cd79a Only show menu subitems that the user has access to. 2007-12-02 05:34:18 +00:00
Scott Ullrich
0ab7198a11 Strip / out. 2007-12-02 04:33:21 +00:00
Scott Ullrich
e1f77867e6 Show FreeBSD version as well. 2007-12-02 04:16:27 +00:00
Scott Ullrich
12147ccb6d /webConfigurator/Dashboard/ 2007-12-02 04:10:27 +00:00