summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_rfc2136_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+3
| | | | include 2009 on files that I have asserted (C) on
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-2/+0
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* Remove stale reference.Ermal Luçi2008-12-161-2/+0
|
* Fix my name on the copyright.Ermal Luçi2008-10-221-1/+1
|
* Oops, seems i have commited the wrong file for this service! Bring in the ↵Ermal Luçi2008-10-221-55/+161
| | | | right one.
* Do not hard code whiteScott Ullrich2008-10-121-2/+0
|
* * Merge multiple PPPoE/PPTP interfaces from RELENG_1_MULTI_ANYTHINGErmal Luçi2008-07-141-0/+114
* Much improved rule generation speed * Many bug fixing in general of the interface handling NOTE: this is the other half of changes
OpenPOWER on IntegriCloud