summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Expand)AuthorAgeFilesLines
* Add checks for miniupnpd to avoid php errors.Ermal2011-07-051-1/+1
* If vouchers are disabled do not allow users to authenticate thorugh existing(...Ermal2011-07-041-0/+3
* Don't check OpenVPN ports in use against disabled clients or serversChris Buechler2011-07-041-3/+3
* Feature#1603. URL table aliases should be usable within network type aliases.Evgeny Yurchenko2011-07-031-1/+20
* Regenerate permissionsScott Ullrich2011-07-021-304/+355
* Use empty() so we don't use it if it's defined but blank.jim-p2011-07-011-1/+1
* If available, also track the IP used by a user making a config change.jim-p2011-07-011-0/+2
* Correct pid filename so the instance of lighty for SSL is running.Ermal2011-06-301-1/+1
* Move interfaces_staticarp_configure() to interfaces.inc where it really belongs.jim-p2011-06-292-32/+32
* Check if an item is an array before treating it as such in the upgrade code.jim-p2011-06-291-2/+2
* Do not show the root interface queue on the queue list availble since it is n...Ermal2011-06-281-1/+1
* Add proper checks in auth code for testing if the section has been set in the...Ermal2011-06-282-6/+16
* Adding patch for pfearly hook from Andrew ThompsonScott Ullrich2011-06-271-3/+2
* Bail out of ipsec_get_phase1_dst if there is no remote gateway, else it falls...jim-p2011-06-271-1/+2
* In upgrade code for server load balancing, set redirect_mode. Also in the bac...jim-p2011-06-272-13/+15
* Fix off-by-one in OpenVPN "local" to "ipaddr" conversion.jim-p2011-06-261-2/+2
* No need to use nohup when using mwexec_bg since it calls nohup itself. Also u...Ermal2011-06-241-2/+2
* Add LB monitor types to config during upgrade, or they will be missing from b...jim-p2011-06-241-0/+40
* Import error handling to avoid errors.Ermal2011-06-241-4/+5
* Internal cert and CSR creation error handling added.Evgeny Yurchenko2011-06-231-4/+12
* Internal CA creation error handling added.Evgeny Yurchenko2011-06-231-2/+6
* Intermediate CAs and openssl_xxx() error checking in CA management.Evgeny Yurchenko2011-06-231-0/+42
* Add small comment about rrd binariesScott Ullrich2011-06-231-0/+1
* Loosen grep for rrdScott Ullrich2011-06-231-1/+1
* Backup rrdtool binaries during package reinstallation. Currently that is the...Scott Ullrich2011-06-231-2/+5
* The fix of Ticket #1341 broke the FQDN aliases with only one hostname entry, ...Ermal2011-06-221-1/+2
* Properly generate a subnet based on the range of IPs for PPTP clients. Bonus:...jim-p2011-06-221-5/+4
* New line missing after pkg is extracted.Warren Baker2011-06-221-1/+1
* More whitespace fixes.Warren Baker2011-06-211-199/+194
* If no event_address in globals.inc specified assume the default. Also fixed w...Warren Baker2011-06-211-9/+15
* Kill olsrd if it is not enabled. Reported-by: http://forum.pfsense.org/index....Ermal2011-06-211-2/+5
* Do not check dynamic and special interfaces for a complete interface mismatch...Scott Ullrich2011-06-191-17/+18
* Do not create blank domain lines if domain is gone from config.xml. It break...Scott Ullrich2011-06-191-1/+3
* Fix formatting of fastcgi params in lighty config.jim-p2011-06-171-13/+13
* Add a GUI field to adjust the max number of processes for lighttpd.jim-p2011-06-171-4/+7
* Do a more thorough check for platform on the ro call, or factory reset blows up.jim-p2011-06-161-1/+3
* PHP says that arrays cannot be used as keys, protect against this case as rep...Ermal2011-06-151-2/+6
* Restore this back to allow both users and vouchers enabled at same time.Ermal2011-06-151-1/+1
* Up config number for username sync upgrade.Ermal2011-06-141-1/+1
* Upgrade sync username to latest config version.Ermal2011-06-141-0/+11
* Correct functiong does_vip_exist() to actually work. Fixes #1598Ermal2011-06-141-10/+17
* Ooops fix the function. Spotted-by: wagnosa(IRC)Ermal2011-06-141-3/+1
* NEw functiong does_vip_exist() which works for carp and ipalias type vips to ...Ermal2011-06-141-0/+35
* Do not call time() uselessly every time for each entry. Instead just snapshot...Ermal2011-06-131-7/+16
* Do not test for availbility of voucher session_timeout in the database it is ...Ermal2011-06-131-1/+1
* Fixes #1327. Trigger synching of vouchers to config through check_reload_stat...Ermal2011-06-102-17/+21
* Ticket #1545. Ooops pass parameter so the dyndns works correctly. Pointy-hat:...Ermal2011-06-101-1/+1
* Allow OpenNTPD to listen on Virtual IPs, not just interfaces. Fixes #342jim-p2011-06-081-3/+29
* Fixes #1341. If a table has not entries it is marked as persist and pf(4) doe...Ermal2011-06-081-3/+6
* Actually correct vip check to be correct for all vip types.Ermal2011-06-081-2/+5
OpenPOWER on IntegriCloud