summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
Commit message (Collapse)AuthorAgeFilesLines
* Specify the -inet family so that accidental IPv6 addresses here don't break ↵smos2011-01-171-3/+3
| | | | the system routing.
* Remove extra bracejim-p2011-01-141-1/+1
|
* Better test for an empty CA to avoid writing out an empty CA file (some on ↵jim-p2011-01-141-2/+2
| | | | the forum are seeing this.)
* Unbreak dns server colletion. Pointyhat: myselfErmal2011-01-041-6/+16
|
* Oops remove forgotten line and correct variable name error that seems to ↵Ermal2011-01-031-2/+1
| | | | have existed from long time. Even though the file read is not used in pfSense this days!
* Use glob instead of forking cat with glob patterns. Also use file() instead ↵Ermal2011-01-031-10/+12
| | | | of forking cat just for reading a file. This might help with the issue reported on Ticket #943 which seems like a timing issue even though the dns events happen before newip events.
* nuke trailing carriage returnsScott Ullrich2010-12-221-1/+1
|
* Make the CP locking more granular and make use correctly of exclusive/shared ↵Ermal2010-12-221-1/+1
| | | | locks where appripriate. This speeds up CP login process.
* Do not spam console, spam logScott Ullrich2010-12-181-1/+1
|
* use is_dir(). Sometimes php lack of uniform function names can be annoying.Scott Ullrich2010-12-181-1/+1
|
* Ensure log directory exists before invoking syslogdScott Ullrich2010-12-181-0/+5
|
* Add missing - in syslogd command line parameters, fixes #1111jim-p2010-12-171-1/+1
|
* Hard code maxlockouts to 15 until GUI portion is readyScott Ullrich2010-12-101-1/+1
|
* Correct webConfgurator auth/error messagesScott Ullrich2010-12-101-4/+4
|
* Get rid of fastforwarding since it is not maintained from long time. ↵Ermal2010-12-081-5/+0
| | | | Courtesy-of: battlez_ IRC
* If a pkg has logging enabled in syslog, then correctly ensure that it does ↵Warren Baker2010-12-021-3/+1
| | | | not get logged to one of the other logs but only to its specified log file.
* Syslog.conf would end up with multiple pkg facility names on the same line. ↵Warren Baker2010-12-021-2/+2
| | | | So multiple pkgs with logging enabled would end up with the previous pkg prepended to its syslog entry.
* Revert "Use -ss for syslogd. Suggested-by: Ermal"Scott Ullrich2010-11-301-3/+3
| | | | This reverts commit c57e0d704ac08afee31e1e79f0b8228f5eb66cb1.
* Use -ss for syslogd. Suggested-by: ErmalScott Ullrich2010-11-301-3/+3
|
* Use -lScott Ullrich2010-11-301-3/+3
|
* Unbreak Status -> System Logs -> DHCP due to chroot and new version of DHCPD.Scott Ullrich2010-11-301-3/+3
|
* Use pfSense_sync()Scott Ullrich2010-11-301-2/+2
|
* Reintroduce this optimization, but use the correct return value this time.Erik Fonnesbeck2010-11-281-4/+3
|
* Unbreak sysctl handling.Scott Ullrich2010-11-281-4/+5
|
* No need to go through the array when the key can be tested directly.Ermal2010-11-261-5/+4
|
* Nuke trailing c/rScott Ullrich2010-11-241-1/+1
|
* Not sure why sometimes works sometimes does not work when bound to localhost ↵Ermal2010-11-101-9/+1
| | | | the lighttpd instance of CP. Back to previous setup! Though security of it is debatble.
* Remove trailing carriage returnScott Ullrich2010-11-101-1/+1
|
* Kill dhcplease before writing the hosts file so that it does not scramble ↵Ermal2010-11-081-7/+15
| | | | the content from kqueue events.
* Ticket #980. Bring CP widget up to date. Also bind lighty for CP to ↵Ermal2010-11-031-0/+8
| | | | 127.0.0.1 it should not be accessible otherwise.
* More VPN log fixes, for consistency. Ticket #912jim-p2010-11-021-7/+7
|
* Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA ↵jim-p2010-10-191-1/+1
| | | | protection and standardize field names. Ticket #320.
* Make sure this is an array before entering the foreach loop. Reported at ↵Erik Fonnesbeck2010-10-131-1/+1
| | | | http://forum.pfsense.org/index.php/topic,29118.0.html
* Fix syslog.conf generation. Ticket #929pierrepomes2010-10-011-2/+4
|
* Make this code more readble and clear on what it does.Ermal2010-09-301-7/+6
|
* Remove legacy code for static routes.Ermal2010-09-301-4/+2
|
* Oops fix long standing variable name mistype.Ermal2010-09-301-1/+1
|
* Remove legacy codeErmal2010-09-301-8/+0
|
* on newip event reload the static routes for that interface because on ↵Ermal2010-09-171-0/+2
| | | | dynamic gateways the ip might have changed. While here make sure the interface argument is repsected on system_routing_configure() and use send_event to reconfigure an interface to aleviate a possible race.
* Add as a search domain the domains suggested by dhcp.Ermal2010-09-161-0/+24
|
* Actually there is a script that will run ntpd on bootup. Revert partially ↵Ermal2010-09-061-0/+3
| | | | the change to fix ntp.
* Fix ntpd starting at boot time and also status->services ↵Ermal2010-09-061-5/+2
| | | | checking/stop/start/restart display. Previously ntpd would not start at all either though it should.
* CA/CERT Movejim-p2010-09-011-6/+6
|
* There are no interfaces stored in static routes. Correct code for that.Ermal2010-08-311-3/+1
|
* Fix declaration. Change 'global $configure' to 'global $config' tognhb2010-08-241-10/+10
| | | | | | | make function work. Also, remove reference to $syscfg variable not declared in new system_dhcpleases_configure.
* Fixes #837. Fix the startup of dhcpleases during bootup. Also start the ↵Ermal2010-08-231-2/+8
| | | | dhcpd service earlier there is not reason no to!
* Default to 2 max procsScott Ullrich2010-08-191-1/+1
|
* Fixes #717. Actually if no default gateway is found assume wan is the one.Ermal2010-07-211-8/+8
|
* Increase max requests to 2 so that requests can continue if a thread is blockedScott Ullrich2010-07-211-1/+1
|
* Move this block down, and fix the log name. It was in the wrong place and ↵jim-p2010-07-161-3/+3
| | | | preventing IPsec logs from reaching remote servers.
OpenPOWER on IntegriCloud