summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Spelling fix.Warren Baker2010-11-051-1/+1
|
* Change the dhcpd startup for isc dhcpd server 4.1smos2010-11-031-1/+1
|
* Activate code to allow ipsec to work normally.Ermal2010-11-031-2/+2
|
* 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.
* Protect from strange situations on bootup by testing for is_array(). Do not ↵Ermal2010-11-023-14/+22
| | | | add anymore the 127.0.0.2 route its not needed anymore. Also during bootup bring up all interfaces so the assignment process can deal with them(Possibly should be done in another code flow!).
* More VPN log fixes, for consistency. Ticket #912jim-p2010-11-023-22/+22
|
* Fix typo (standart -> standard)jim-p2010-11-021-2/+2
|
* Switch to a unified vpn-linkup and vpn-linkdown.jim-p2010-11-021-6/+6
|
* Fix l2tp interface naming. Fixes #985jim-p2010-11-021-1/+1
|
* Use individual linkdown scripts.jim-p2010-11-011-3/+3
|
* Various sync fixes to ensure sections are pushed even if empty, otherwise ↵jim-p2010-11-011-20/+53
| | | | the last entries of these sections cannot be deleted and have that deletion sync to the secondary.
* Make isvalidpid() know about pidfile the same as the other *pid functions ↵Ermal2010-10-291-5/+4
| | | | do.(consistency)
* Also mention that this allows access to the dashboard.Erik Fonnesbeck2010-10-291-2/+2
|
* Ooops use meant logic.Ermal2010-10-271-1/+1
|
* Ticket #975. Properly initialize variables to avoid caching issues. Also ↵Ermal2010-10-271-5/+8
| | | | check an array exists before trying to foreach to avoid errors.
* Do some is_array() testing before renaming fields, otherwise empty variables ↵jim-p2010-10-271-9/+20
| | | | can be accidentally created.
* Do not require LDAP search base DN. Requiring this can prevent some valid ↵jim-p2010-10-271-1/+1
| | | | LDAP configurations from properly authenticating. (See GDD-550841).
* If there are no aliases, push an empty aliases array. Fixes #961jim-p2010-10-251-1/+4
|
* Add a note to the DNS Rebinding protection error letting the user know to ↵jim-p2010-10-251-1/+1
| | | | try by IP address.
* Do not show on the queue/limiters list the disabled entries(optimized and ↵Ermal2010-10-251-15/+12
| | | | cleaner version).
* Do not show on the queue/limiters list the disabled entries.Ermal2010-10-251-6/+19
|
* Ticket #943. Call the update procedure directly to not do an unecessary loop.Ermal2010-10-251-1/+1
|
* Make this more strict checking.Ermal2010-10-252-3/+2
|
* Add l7 rules synchro. Ticket #951pierrepomes2010-10-241-0/+2
|
* Be smart and correct; first check for opt*ip and after check for opt* ↵Ermal2010-10-221-7/+8
| | | | otherwise it will never match the first case!
* Check to see if it is not an array first - as per jim-p on IRC.Warren Baker2010-10-221-1/+2
|
* Mark this entry as an array before treating it as such otherwise php complains.Ermal2010-10-221-0/+1
|
* Fix crl upgrade code.jim-p2010-10-211-1/+1
|
* Add ability to select reason codes for revocation. Reformat CRL edit screen ↵jim-p2010-10-211-2/+1
| | | | a bit. Ticket #555
* Refresh OpenVPN CRL files when a CRL has a cert added/removed. Ticket #555jim-p2010-10-211-0/+31
|
* Add upgrade code for importing CRLs. Ticket #555jim-p2010-10-201-2/+12
|
* Add more CRL functionality. Needs to wait on a new build for further testing.jim-p2010-10-201-1/+1
|
* move dhcpd.conf authoritative; so it's only there once, not once per interface.Chris Buechler2010-10-201-4/+4
|
* Sync CRLs, too.jim-p2010-10-201-0/+3
|
* Correctly call die() in the places needed. Also remove unused global.Ermal2010-10-191-36/+42
|
* Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA ↵jim-p2010-10-195-18/+25
| | | | protection and standardize field names. Ticket #320.
* Generalize this function and use it in more places to reduce duplicated code.jim-p2010-10-191-31/+15
|
* Convert fullname field on users to descr, so it gains CDATA protection.jim-p2010-10-193-3/+16
|
* desc to descr in Load Balancer config, so they gain CDATA protection and ↵jim-p2010-10-192-3/+23
| | | | standardize field names. Ticket #320.
* Update field name reference in code, it was changed to descr but this code ↵jim-p2010-10-191-2/+2
| | | | was missed. (Is this code even needed? Doesn't seem to do anything.)
* Change the description field on sysctl tunables to be 'descr' and not 'desc' ↵jim-p2010-10-192-25/+38
| | | | so they will gain CDATA protection. Ticket #320
* ipalias type should be handled in backup_vip_config_section. Remove useless ↵pierrepomes2010-10-181-11/+1
| | | | code which copies vip section before call to backup_vip_config_section. Ticket #882
* Use proper matching because the command might contain nice in it.Ermal2010-10-181-1/+1
|
* Resolves #957. Correct the code to reflect what its supposed to do.Ermal2010-10-161-1/+1
|
* Bump config.Ermal2010-10-161-1/+1
|
* Do not run anymore the cron job for monitoring check_reload_status since it ↵Ermal2010-10-161-27/+12
| | | | has a monitoring process that does this through kqueue.
* Ticket #927. Increase timeout to gice mpd the time needed to exit gracefully.Ermal2010-10-151-1/+1
|
* Ticket #950. Correctly handle failures while installing packages which might ↵Ermal2010-10-141-80/+90
| | | | leave stale information behind. Also do not try to startup services twice. Rename uninstall_package_from_name to uninstall_package because the operation on packages is only done through package names.
* We want to upgrade all of interfaces/gateways.Ermal2010-10-141-1/+1
|
* 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
OpenPOWER on IntegriCloud