Commit Graph

3947 Commits

Author SHA1 Message Date
Scott Ullrich
f056270d73 s/Diagnostics/Status/ 2007-12-12 22:34:34 +00:00
Scott Dale
c49365821f Correctly show and save DNS entries 2007-12-12 04:38:32 +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
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
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
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
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
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
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
Scott Ullrich
54ec1eaed2 Do not output page title twice 2007-12-02 04:07:27 +00:00
Scott Ullrich
392dc1a7eb unset() priv correctly. 2007-12-02 01:55:49 +00:00
Scott Ullrich
8622a20aee Sync username / password database after priv change 2007-12-02 01:45:05 +00:00
Scott Ullrich
6fcbe2153c Correctly assign uid to the user. 2007-12-02 01:43:47 +00:00
Scott Ullrich
2137c27b5a Remove XXX, it is fixed. 2007-12-02 00:08:19 +00:00
Scott Ullrich
a18a8bc628 Minor fixes 2007-12-02 00:03:02 +00:00
Scott Ullrich
ee0a49a066 * Bring back privs. They are fare more feature complete than I thought they where. * Convert javascript code from the HEAD system to RELENG_1_2 2007-12-01 23:46:05 +00:00
Scott Ullrich
8837f72d4b Change pgtitle to an array. Do not print out the title twice as it has been moved to fbegin.inc. 2007-12-01 23:37:24 +00:00
Scott Ullrich
6818410973 Convert page title to use an array like all other pages where previously done. 2007-12-01 04:10:15 +00:00
Scott Ullrich
44c3170602 Unset the session timeout if it is 0 or blank. 2007-12-01 03:56:41 +00:00
Scott Ullrich
951224f297 If the groupname is in use, do not allow the name to be edited. 2007-12-01 01:34:42 +00:00
Scott Ullrich
ac09997e94 Add more input validation to settings screen. * Do not allow < 1 * Do not allow > 999 * Turn longs into integers 2007-12-01 01:20:38 +00:00
Scott Ullrich
891075403d Hide privs section. It will not be making it into 1.3. 2007-12-01 01:09:52 +00:00
Scott Ullrich
57a2e25f05 Add missing ".
Pointy-hat-to: Myself.
2007-11-27 21:04:52 +00:00
Martin Fuchs
8dca032f86 add HBCI to traffic shaper 2007-11-27 16:00:16 +00:00
Chris Buechler
514ced4c17 Move PPPoE Server to Services, VPN menu is misleading 2007-11-26 01:25:49 +00:00
Chris Buechler
ac4ae11b3f Proper fix for aliases edit.
Ticket #1513
Ticket #1476
2007-11-25 20:32:16 +00:00