summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Nuke trailing carriage returnsScott Ullrich2010-12-221-1/+1
|
* White space fixes and (C) for both Ermal and myselfScott Ullrich2010-12-221-3/+5
|
* Log voucher errors. Fix whitespace. Remove trailing c/rScott Ullrich2010-12-221-7/+10
|
* Fix incorrect variable name.Erik Fonnesbeck2010-12-221-1/+1
|
* Be consistent on having 1K == 1024Ermal2010-12-221-5/+5
|
* Make the CP locking more granular and make use correctly of exclusive/shared ↵Ermal2010-12-222-108/+94
| | | | locks where appripriate. This speeds up CP login process.
* * Use exclusive locking for parts of config involving CP db.Ermal2010-12-221-38/+40
| | | | | | * Use more strict checking against empty/not set values for timeout and idletimeout * Do not overwrite idletimeout value with the per user idletimeout value during processing * Make distinction between radius accounting and re-authentication with radius to allow the code to be executed correctly. Ticket #1013
* merge the dynamic obtained result with the static maintained list to not ↵Ermal2010-12-211-4/+1
| | | | avoid strange problems as in Ticket #1123.
* Do not do useless work.Ermal2010-12-211-2/+3
|
* This checkbox enables, remove confusing enable/disable.Chris Buechler2010-12-201-2/+2
|
* Move the CP rule below webConfigurator abusal rule to allow adding the same ↵Ermal2010-12-201-36/+37
| | | | protection to CP.
* Well now that CP has the proper conditions and fastforwarding is disabled by ↵Ermal2010-12-201-1/+1
| | | | default its needed to untighten a bit the rule of CP with direction out on pf(4).
* attach to ng_ether(4) only on pppoe/l2tp/pptp links no others.Ermal2010-12-201-1/+2
|
* Unbreak pppoe clients. Pointy-hat: myselfErmal2010-12-201-4/+8
|
* Remove newlineScott Ullrich2010-12-181-1/+1
|
* Be less chattyScott Ullrich2010-12-181-9/+2
|
* Do not spam console, spam logScott Ullrich2010-12-181-1/+1
|
* No need to output 'Loading new configuration'. We already have a line ↵Scott Ullrich2010-12-181-3/+0
| | | | written out telling the user what we are doing
* 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-182-1/+5
|
* Touch log file so it can be created on livecdScott Ullrich2010-12-181-0/+1
|
* Echo out newlineScott Ullrich2010-12-171-1/+1
|
* Safe belts to avoid errors.Ermal2010-12-171-8/+11
|
* Do not attach ng_etther(4) to every system interface. Instead do a search if ↵Ermal2010-12-172-0/+57
| | | | netgraph is needed on single/every interface during interface configuration. Also enable netgraph support for interface as needed when enabling pptp/l2tp/pppoe/... . This should prevent the netgraph queue to slow down network performance on fast links.
* Show when disk is encrypted. Do not uppercase .eliScott Ullrich2010-12-171-1/+1
|
* Add missing - in syslogd command line parameters, fixes #1111jim-p2010-12-171-1/+1
|
* Add newline after 99 menu option. Otherwise it looks very strange.Scott Ullrich2010-12-171-1/+5
|
* When we supply a version number, it should be under All/ and not Latest/ ↵jim-p2010-12-171-1/+1
| | | | (which has names but no version numbers)
* Prevent division by zero if the file size is zero.Erik Fonnesbeck2010-12-161-2/+5
|
* Make $rel lowercase, since that's how it is on FreeBSD's package servers.jim-p2010-12-161-1/+1
|
* If the IP stays the same, still resync VPNs if it's a PPP type interface.jim-p2010-12-161-1/+10
|
* Move these back, it may not play nice with DHCP renewsjim-p2010-12-161-6/+6
|
* Move IPsec up too, it should always resync.jim-p2010-12-161-3/+3
|
* OpenVPN needs resync even if the IP did not change, because the IP may have ↵jim-p2010-12-161-3/+3
| | | | disappeared and caused it to exit.
* Fix condition that needed to be negated after a recent layout change here ↵Erik Fonnesbeck2010-12-151-1/+2
| | | | and prevent a PHP warning if there are no voucher rolls. Fixes #1106
* Remove config lock for filter reload, since no config file reads or writes ↵Erik Fonnesbeck2010-12-141-7/+1
| | | | are happening here. Ticket #1071
* Make voucher xmlrpc error checking the same as others.Ermal2010-12-141-4/+3
|
* Ticket #1087. Cleanup whitespace and also do not rely on having the db dirty ↵Ermal2010-12-141-66/+49
| | | | flag set for backing up the dbs but always do this!
* Cleanup of whitespace and use exclusive lock during reconfiguration of vouchers.Ermal2010-12-141-10/+11
|
* Revert "Add voucher backup, configurable from Diagnostics > NanoBSD. Fixes ↵jim-p2010-12-143-23/+1
| | | | | | #1087" - voucher db backup already existed under a different name. Ticket is still fixed, just by different code that was already there. This reverts commit 0d89a2fcac3deea06bdc4a481bbdfae4f18b1ff8.
* Revert "Set execute bit on backup script" Not needed.jim-p2010-12-141-0/+0
| | | | This reverts commit d3a217e5d9e615058652cff5881a216c1a91a8c0.
* Set execute bit on backup scriptjim-p2010-12-141-0/+0
|
* Add voucher backup, configurable from Diagnostics > NanoBSD. Fixes #1087jim-p2010-12-143-1/+23
|
* No functional change just simple cleanup.Ermal2010-12-141-3/+1
|
* Backend support for the retry parameter.jim-p2010-12-141-1/+6
|
* Move some lb status parsing functions to a common area so they can be reused ↵jim-p2010-12-141-0/+66
| | | | by the widget.
* Ticket #960. Use XMLRPC automatic base64 encoding for strings ↵Pierre POMES2010-12-131-2/+2
| | | | (XML_RPC_auto_base64)
* Show the full URL used to download package files, to aid in tracking down ↵jim-p2010-12-121-1/+2
| | | | packages that do not install correctly.
* Add IPSec 'ipalias' VIP support. Ticket #1041Pierre POMES2010-12-101-5/+11
|
* Call a filter reload even though the ip might not have changed. This makes ↵Ermal2010-12-101-5/+4
| | | | the gateway pools work after an interface comes up again.
OpenPOWER on IntegriCloud