summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move ttys_wrap into place last.Scott Ullrich2007-12-231-6/+4
|
* freeradius and pptp changes by forum-user 'cybrsrfr'Martin Fuchs2007-12-212-1/+17
|
* OpenVPN-multi-interface-patches by Fernando Tarlá Cardoso LemosMartin Fuchs2007-12-212-1/+23
|
* Slow down the pipe even moreSeth Mos2007-12-211-1/+1
|
* remove annoying and potentially problematic forced page refresh.Chris Buechler2007-12-1718-26/+0
| | | | Ticket #1545
* Make DNS $pconfig variables more consistentScott Ullrich2007-12-171-1/+1
|
* Save all 4 DNS servers correctlyScott Ullrich2007-12-171-1/+18
|
* Adding dnswatch support.Scott Ullrich2007-12-172-5/+49
| | | | Obtained-from: m0n0wall
* Adding dnswatch support.Scott Ullrich2007-12-172-367/+576
| | | | Obtained-from: m0n0wall
* Transfer (C) of pfSense to BSD Perimeter LLC.Scott Ullrich2007-12-161-1/+1
|
* Add product_copyright re-branding supportScott Ullrich2007-12-164-4/+4
| | | | | | | | Add product_copyright_years re-branding support Add product_website re-branding support Add product_email re-branding support Work sponsored-by: Centipede Networks
* Ticket #1551: /etc/pf.os outdatedMartin Fuchs2007-12-161-71/+207
|
* Add product_copyright re-branding supportScott Ullrich2007-12-1630-60/+57
| | | | | | | | Add product_copyright_years re-branding support Add product_website re-branding support Add product_email re-branding support Work sponsored-by: Centipede Networks
* 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
|
OpenPOWER on IntegriCloud