summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
Commit message (Expand)AuthorAgeFilesLines
* Always make sure php has its own process manager to make lighty happyErmal2013-01-031-1/+1
* Avoid duplicate log entries for facilities higher or equal daemon.info. It sh...Renato Botelho2013-01-031-1/+1
* Simplify lighty config and tune mod_evasive as needed. Mostly a cherry-pick f...Ermal2013-01-031-80/+22
* Cleanup a bit the syslog generationErmal2012-11-201-16/+11
* Remove preload.php which warmed the caches. IT hurts on embedded and really d...Ermal2012-11-151-6/+0
* Merge changes required for using the ISC dhclient in pfSense with prefix dele...smos2012-10-121-0/+20
* Rather use the system constants as definedErmal2012-10-041-4/+4
* Use integer rather than hex to put these values. AMD64 builds do rather awkwa...Ermal2012-10-041-4/+4
* Add restrict lines to limit what local clients are allowed to do to the ntp s...jim-p2012-10-031-0/+2
* Don't die silently if the time is too far off. Fix from: dhatzjim-p2012-09-231-0/+1
* Fix ntp config syntax for the version we're usingjim-p2012-08-251-2/+2
* This file won't exist at bootup yet, drop it from the sanity test.jim-p2012-08-211-4/+2
* Teach ntpd how to get its time from a local GPS on serial.jim-p2012-08-211-0/+61
* Correct mod_evasive setting per CP to confirm to what the CP page description...Ermal2012-08-011-3/+4
* Refine testErmal2012-08-011-3/+3
* Correct generation of lighty config for CP now that zone is passed as parameterErmal2012-08-011-35/+16
* Expand cipher list and remove a cipher that Safari on iOS does not like after...jim-p2012-07-181-1/+1
* Fix for this crash report, received after resetting a test system to factory ...Phil Davis2012-07-081-1/+1
* Fix system_routing_configure() function so it does not try to add static rout...maho2012-07-061-2/+2
* maxprocperip is defined per zonebcyrill2012-06-091-1/+1
* Add blackhole to Null routessmos2012-06-081-2/+6
* Allow for Null routessmos2012-06-041-1/+1
* Fix input validation and import test.jim-p2012-05-301-1/+1
* Switch to ntpd from ports, add Services > NTP to select interfaces for bindin...jim-p2012-05-301-2/+20
* On its own, ntpd does not sync fast enough at bootup, so bring back the ntpda...jim-p2012-05-161-2/+6
* Clear process signals before exec() or ntpd misbehaves if called from PHP on ...jim-p2012-05-151-0/+3
* Use FreeBSD's ntpd instead in the backendjim-p2012-05-141-30/+9
* max_procs adjustments for small memory systems, attempt 2Irving Popovetsky2012-05-101-15/+19
* Test if this is an array before using it as an array.jim-p2012-05-061-0/+2
* Add support for aliases in DNS Forwarder, fixes #2410Lorenz Schori2012-05-051-0/+6
* Move routing (radvd, routed, ospf, bgp) to its own log since these daemons ca...jim-p2012-05-011-2/+6
* Move the stop_packages code to a function, and call the function from the she...jim-p2012-04-301-1/+2
* Include the ntp facility also, should fix ntp loggingjim-p2012-04-171-1/+1
* Prevent a invalid argument on a empty arraysmos2012-04-161-0/+2
* Fix missing - on route parameterjim-p2012-04-141-1/+1
* Merge pull request #90 from vizvayu/masterJim P2012-04-131-4/+6
|\
| * Added mode selection options for PowerD.Cristian Feldman2012-04-101-4/+6
* | Enable verbosity to actually put something in the logsErmal2012-04-131-1/+1
* | Add brackets to a syslog server if it's an IPv6 IP. (Though FreeBSD's syslogd...jim-p2012-04-121-3/+11
* | Add alias support to static routes (needs some testing) Ticket #2239jim-p2012-04-111-2/+3
|/
* Expand these checks to include 'dynamic' or they'll never match dynamic gatew...jim-p2012-04-041-2/+2
* Move some of the log file tabs around.smos2012-03-291-2/+14
* fix for: Captive Portal cannot work on master branchDarren Embry2012-03-221-2/+2
* Set FCGI_CHILDREN to 0 since it does not make sense php to manage itself when...Ermal2012-03-151-3/+3
* Ermal says the new openntpd binary fixes this instead -- Revert "Start ntpd i...jim-p2012-03-131-1/+1
* Start ntpd in the background since we don't need to care about its return dat...jim-p2012-03-131-1/+1
* Add the ability to disable static routes without deleting themWarren Baker2012-03-021-0/+5
* Correctly match ntpd syslog messagesErmal2012-03-021-2/+2
* only skip adding default gateway if OLSR is actually enabled, and log why you...Chris Buechler2012-02-221-1/+2
* Change SNMP binding option to work on any eligible interface/VIP. Fixes #2158jim-p2012-02-011-1/+1
OpenPOWER on IntegriCloud