summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ticket #1549: Error can be reproduced by walking the snmp-tree. Solution: ↵Martin Fuchs2007-12-161-0/+0
| | | | touch /etc/printcap
* globals.inc is required so that we use the correct lock file!Scott Ullrich2007-12-161-0/+1
|
* globals.inc is required so that we use the correct lock file!Scott Ullrich2007-12-161-1/+2
|
* don't create /tmp/tmp symlink if it already exists (silences error at boot ↵Chris Buechler2007-12-151-1/+4
| | | | time when it does exist)
* change default kernel on upgrade to SMP. Virtually all installs are running ↵Chris Buechler2007-12-151-1/+1
| | | | | | the SMP kernel, defaulting to uniprocessor broke several systems. related to Ticket #1534
* If /etc/pwd.db.tmp exists when we are syncing the password database then ↵Scott Ullrich2007-12-131-0/+3
| | | | remove the temporary file prior to attempting to sync.
* Update (C) and commentScott Ullrich2007-12-131-2/+1
|
* s/Diagnostics/Status/Scott Ullrich2007-12-121-1/+1
|
* Correct release informationScott Ullrich2007-12-121-3/+2
|
* Don't forget line breaks!Scott Ullrich2007-12-121-2/+2
|
* Correctly remove old clients correctly.Scott Ullrich2007-12-121-12/+42
| | | | Submitted to m0n0wall list by Ršnnblom JanŒke /Teknous
* Correctly show and save DNS entriesScott Dale2007-12-121-1/+1
|
* Set server.max-request-size to 384 for captive portal.Scott Ullrich2007-12-101-2/+2
|
* Set server.max-request-size to 384 for captive portal.Scott Ullrich2007-12-101-1/+3
|
* Limit captive portal uploads to /tmp/captiveportal which has no access to ↵Scott Ullrich2007-12-101-2/+6
| | | | write files.
* Allow pfsync and carp traffic on captive portal.Scott Ullrich2007-12-101-1/+2
|
* Do not show hostname in page title.Scott Ullrich2007-12-101-1/+1
|
* Support DNS-O-MaticScott Dale2007-12-102-20/+65
|
* Convert the dns server code into a for loop and add 2 more dns servers on. ↵Scott Ullrich2007-12-092-39/+21
| | | | Now we can easily control how many dns servers we want to allow entry for. Also get rid of code duplication.
* Move route delete items to system.inc so they are performed on every changeScott Ullrich2007-12-092-4/+2
|
* Show interfaces. Cleanup presentation.Scott Ullrich2007-12-081-15/+35
|
* Populate $ints with the interface list correctlyScott Ullrich2007-12-081-1/+3
|
* When multiple gateways are present (muliwan) show a dropdown box next to ↵Scott Ullrich2007-12-082-25/+89
| | | | each dns server allowing the operator to select which gateway the dns server should use to resolve addresses.
* Sometimes when the user enters the hostname of the HTTPs captive portal ↵Scott Ullrich2007-12-071-1/+12
| | | | 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.
* Clarify that the httpsname should resolve to the correct interface ip on the ↵Scott Ullrich2007-12-071-1/+1
| | | | captive portal interface.
* Increase maximum alias count to 299 from 99. ↵Scott Ullrich2007-12-061-1/+1
| | | | http://forum.pfsense.org/index.php/topic,7068.0/topicseen.html
* The attached patch adds a field to the services_dyndns.php form.Scott Ullrich2007-12-062-1/+13
| | | | | | | | | | | | 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
* Define a couple more dhclient parms such as timeout. MFC: After testingScott Ullrich2007-12-051-0/+4
|
* Define a couple more dhclient parms such as timeout. MFC: After testingScott Ullrich2007-12-051-0/+8
|
* Stop spewing to stdout, this should be logged.Scott Ullrich2007-12-041-1/+2
|
* Tell user which characters are badScott Ullrich2007-12-042-2/+2
|
* Use htmlentities() to detect html injections.Scott Ullrich2007-12-042-6/+8
|
* Do a check on all ID's > -1. When we a dup a rule with id 0 the checks ↵Scott Ullrich2007-12-032-2/+3
| | | | where bypassed. Spotted-by: billm
* Turn off debuggingScott Ullrich2007-12-031-1/+1
|
* * Run through all posted values and encode them to a temporary variable. IF ↵Scott Ullrich2007-12-032-0/+18
| | | | 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.
* Move PPPoE to services area.Scott Ullrich2007-12-033-3/+3
|
* List opt interfaces correctly.Scott Ullrich2007-12-031-3/+3
|
* Add multi user firewall nat port forward capabilities.Scott Ullrich2007-12-033-4/+62
|
* Add more ACL checkers to help with port forward and one to one NAT for multi ↵Scott Ullrich2007-12-031-0/+38
| | | | user.
* Only show interfaces user has accss to.Scott Ullrich2007-12-031-0/+25
|
* When showing the firewall rules page without a interface default to the ↵Scott Ullrich2007-12-031-2/+3
| | | | first interface the user has access to.
* Only show interfaces that the user has access to edit on the firewall rules ↵Scott Ullrich2007-12-033-15/+44
| | | | edit page.
* * Add PPTP, IPSEC and PPPOE * Check for access to firewall interface tabs ↵Scott Ullrich2007-12-032-11/+40
| | | | correctly
* Inherit allowed privs from $g['privs']Scott Ullrich2007-12-031-15/+3
|
* Do not set allowed_groups variables. Auth.inc is not alaways available on ↵Scott Ullrich2007-12-031-11/+10
| | | | console scripts but they do not need session auth.
* Allow each interface to have ACL's so you can assign a user to be able to ↵Scott Ullrich2007-12-032-0/+23
| | | | edit just that interfaces rules.
* Add firewall rules edit interface entries.Scott Ullrich2007-12-031-0/+11
|
* Store global privs list in $g['privs']Scott Ullrich2007-12-031-0/+1
|
* /Routes/Static Routes/Scott Ullrich2007-12-021-4/+4
|
* Remove confusing *Scott Ullrich2007-12-021-1/+1
|
OpenPOWER on IntegriCloud