Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Nuke trailing carriage returns | Scott Ullrich | 2010-12-22 | 1 | -1/+1 |
| | |||||
* | White space fixes and (C) for both Ermal and myself | Scott Ullrich | 2010-12-22 | 1 | -3/+5 |
| | |||||
* | Log voucher errors. Fix whitespace. Remove trailing c/r | Scott Ullrich | 2010-12-22 | 1 | -7/+10 |
| | |||||
* | Fix incorrect variable name. | Erik Fonnesbeck | 2010-12-22 | 1 | -1/+1 |
| | |||||
* | Be consistent on having 1K == 1024 | Ermal | 2010-12-22 | 1 | -5/+5 |
| | |||||
* | Make the CP locking more granular and make use correctly of exclusive/shared ↵ | Ermal | 2010-12-22 | 2 | -108/+94 |
| | | | | locks where appripriate. This speeds up CP login process. | ||||
* | * Use exclusive locking for parts of config involving CP db. | Ermal | 2010-12-22 | 1 | -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 ↵ | Ermal | 2010-12-21 | 1 | -4/+1 |
| | | | | avoid strange problems as in Ticket #1123. | ||||
* | Do not do useless work. | Ermal | 2010-12-21 | 1 | -2/+3 |
| | |||||
* | This checkbox enables, remove confusing enable/disable. | Chris Buechler | 2010-12-20 | 1 | -2/+2 |
| | |||||
* | Move the CP rule below webConfigurator abusal rule to allow adding the same ↵ | Ermal | 2010-12-20 | 1 | -36/+37 |
| | | | | protection to CP. | ||||
* | Well now that CP has the proper conditions and fastforwarding is disabled by ↵ | Ermal | 2010-12-20 | 1 | -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. | Ermal | 2010-12-20 | 1 | -1/+2 |
| | |||||
* | Unbreak pppoe clients. Pointy-hat: myself | Ermal | 2010-12-20 | 1 | -4/+8 |
| | |||||
* | Remove newline | Scott Ullrich | 2010-12-18 | 1 | -1/+1 |
| | |||||
* | Be less chatty | Scott Ullrich | 2010-12-18 | 1 | -9/+2 |
| | |||||
* | Do not spam console, spam log | Scott Ullrich | 2010-12-18 | 1 | -1/+1 |
| | |||||
* | No need to output 'Loading new configuration'. We already have a line ↵ | Scott Ullrich | 2010-12-18 | 1 | -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 Ullrich | 2010-12-18 | 1 | -1/+1 |
| | |||||
* | Ensure log directory exists before invoking syslogd | Scott Ullrich | 2010-12-18 | 2 | -1/+5 |
| | |||||
* | Touch log file so it can be created on livecd | Scott Ullrich | 2010-12-18 | 1 | -0/+1 |
| | |||||
* | Echo out newline | Scott Ullrich | 2010-12-17 | 1 | -1/+1 |
| | |||||
* | Safe belts to avoid errors. | Ermal | 2010-12-17 | 1 | -8/+11 |
| | |||||
* | Do not attach ng_etther(4) to every system interface. Instead do a search if ↵ | Ermal | 2010-12-17 | 2 | -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 .eli | Scott Ullrich | 2010-12-17 | 1 | -1/+1 |
| | |||||
* | Add missing - in syslogd command line parameters, fixes #1111 | jim-p | 2010-12-17 | 1 | -1/+1 |
| | |||||
* | Add newline after 99 menu option. Otherwise it looks very strange. | Scott Ullrich | 2010-12-17 | 1 | -1/+5 |
| | |||||
* | When we supply a version number, it should be under All/ and not Latest/ ↵ | jim-p | 2010-12-17 | 1 | -1/+1 |
| | | | | (which has names but no version numbers) | ||||
* | Prevent division by zero if the file size is zero. | Erik Fonnesbeck | 2010-12-16 | 1 | -2/+5 |
| | |||||
* | Make $rel lowercase, since that's how it is on FreeBSD's package servers. | jim-p | 2010-12-16 | 1 | -1/+1 |
| | |||||
* | If the IP stays the same, still resync VPNs if it's a PPP type interface. | jim-p | 2010-12-16 | 1 | -1/+10 |
| | |||||
* | Move these back, it may not play nice with DHCP renews | jim-p | 2010-12-16 | 1 | -6/+6 |
| | |||||
* | Move IPsec up too, it should always resync. | jim-p | 2010-12-16 | 1 | -3/+3 |
| | |||||
* | OpenVPN needs resync even if the IP did not change, because the IP may have ↵ | jim-p | 2010-12-16 | 1 | -3/+3 |
| | | | | disappeared and caused it to exit. | ||||
* | Fix condition that needed to be negated after a recent layout change here ↵ | Erik Fonnesbeck | 2010-12-15 | 1 | -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 Fonnesbeck | 2010-12-14 | 1 | -7/+1 |
| | | | | are happening here. Ticket #1071 | ||||
* | Make voucher xmlrpc error checking the same as others. | Ermal | 2010-12-14 | 1 | -4/+3 |
| | |||||
* | Ticket #1087. Cleanup whitespace and also do not rely on having the db dirty ↵ | Ermal | 2010-12-14 | 1 | -66/+49 |
| | | | | flag set for backing up the dbs but always do this! | ||||
* | Cleanup of whitespace and use exclusive lock during reconfiguration of vouchers. | Ermal | 2010-12-14 | 1 | -10/+11 |
| | |||||
* | Revert "Add voucher backup, configurable from Diagnostics > NanoBSD. Fixes ↵ | jim-p | 2010-12-14 | 3 | -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-p | 2010-12-14 | 1 | -0/+0 |
| | | | | This reverts commit d3a217e5d9e615058652cff5881a216c1a91a8c0. | ||||
* | Set execute bit on backup script | jim-p | 2010-12-14 | 1 | -0/+0 |
| | |||||
* | Add voucher backup, configurable from Diagnostics > NanoBSD. Fixes #1087 | jim-p | 2010-12-14 | 3 | -1/+23 |
| | |||||
* | No functional change just simple cleanup. | Ermal | 2010-12-14 | 1 | -3/+1 |
| | |||||
* | Backend support for the retry parameter. | jim-p | 2010-12-14 | 1 | -1/+6 |
| | |||||
* | Move some lb status parsing functions to a common area so they can be reused ↵ | jim-p | 2010-12-14 | 1 | -0/+66 |
| | | | | by the widget. | ||||
* | Ticket #960. Use XMLRPC automatic base64 encoding for strings ↵ | Pierre POMES | 2010-12-13 | 1 | -2/+2 |
| | | | | (XML_RPC_auto_base64) | ||||
* | Show the full URL used to download package files, to aid in tracking down ↵ | jim-p | 2010-12-12 | 1 | -1/+2 |
| | | | | packages that do not install correctly. | ||||
* | Add IPSec 'ipalias' VIP support. Ticket #1041 | Pierre POMES | 2010-12-10 | 1 | -5/+11 |
| | |||||
* | Call a filter reload even though the ip might not have changed. This makes ↵ | Ermal | 2010-12-10 | 1 | -5/+4 |
| | | | | the gateway pools work after an interface comes up again. |