Scott Ullrich
9d265058e7
* Hide search base
...
* Use correct variable name
Work sponsored-by: Centipede Networks
2007-12-28 00:46:26 +00:00
Scott Ullrich
48e2304370
Add ldap.so library.
...
Work sponsored-by: Centipede Networks
2007-12-28 00:13:39 +00:00
Scott Ullrich
239b93b35b
Pretent we are a little bit more secure and hide the password from folks
...
that can look over your shoulder.
2007-12-27 22:58:33 +00:00
Scott Ullrich
8c7f51fbe7
Adding LDAP options:
...
* Binding username
* Binding password
* Filter
* Search base
Work sponsored-by: Centipede Networks <http://centipedenetworks.com/ >
2007-12-27 19:28:14 +00:00
Scott Ullrich
36d42c1a82
Adding LDAP settings:
...
* Authentication backend
* LDAP Server:port
Work sponsored-by: Centipede Networks
2007-12-27 18:58:41 +00:00
Scott Ullrich
15fb334387
Detect vmware and embedded platforms and lower the note duration
...
automatically.
2007-12-27 03:38:50 +00:00
Scott Ullrich
28c565d43c
Correct script checks.
2007-12-27 03:30:18 +00:00
Chris Buechler
8ff8a42ffb
add comment from RELENG_1_2
2007-12-26 03:26:07 +00:00
Chris Buechler
00404818ba
fix typo
2007-12-26 03:09:08 +00:00
Chris Buechler
94ee794812
touchup text
2007-12-25 23:42:11 +00:00
Scott Ullrich
e88347949d
Change the beep duration /4 when the platform is embedded or we detect that the kern.hz has been altered in /boot/loader.conf.
2007-12-24 03:03:26 +00:00
Scott Ullrich
b760a120d2
* Only output one error message or save notice at a time
...
* Correc the reboot workaround for kernel panics (CARP interface deletion)
Ticket #1397
2007-12-24 01:25:01 +00:00
Scott Ullrich
bdeca4ed16
Do not corrupt output when a space is in the SSID name.
...
Ticket #1531
2007-12-24 01:10:29 +00:00
Martin Fuchs
a35c203323
freeradius and pptp changes by forum-user 'cybrsrfr'
2007-12-21 23:10:17 +00:00
Martin Fuchs
6236682824
OpenVPN-multi-interface-patches by Fernando Tarl Cardoso Lemos
2007-12-21 20:09:23 +00:00
Seth Mos
32487ea8d0
Slow down the pipe even more
2007-12-21 15:26:59 +00:00
Chris Buechler
764696e0e1
remove annoying and potentially problematic forced page refresh.
...
Ticket #1545
2007-12-17 07:11:59 +00:00
Scott Ullrich
baa5689069
Make DNS $pconfig variables more consistent
2007-12-17 03:29:20 +00:00
Scott Ullrich
93e0800d24
Save all 4 DNS servers correctly
2007-12-17 03:24:09 +00:00
Scott Ullrich
243f00e73a
Adding dnswatch support.
...
Obtained-from: m0n0wall
2007-12-17 00:39:44 +00:00
Scott Ullrich
59605ba47f
Add product_copyright re-branding support
...
Add product_copyright_years re-branding support
Add product_website re-branding support
Add product_email re-branding support
Work sponsored-by: Centipede Networks
2007-12-16 22:58:50 +00:00
Scott Ullrich
36d0358b56
Add product_copyright re-branding support
...
Add product_copyright_years re-branding support
Add product_website re-branding support
Add product_email re-branding support
Work sponsored-by: Centipede Networks
2007-12-16 20:43:26 +00:00
Chris Buechler
2980b38748
change default kernel on upgrade to SMP. Virtually all installs are running the SMP kernel, defaulting to uniprocessor broke several systems.
...
related to Ticket #1534
2007-12-15 05:07:48 +00:00
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