summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make item a globalsullrich2009-12-033-4/+4
|
* Do not output plugin name during boot:sullrich2009-12-031-5/+2
|
* remove closing php bracketsullrich2009-12-031-1/+1
|
* Require util.inc for run_pluginssullrich2009-12-031-0/+2
|
* Make xmlrpc sync, schedule, gateway, in/out, ackqueue and layer7 all ↵sullrich2009-12-032-106/+155
| | | | advanced type buttons simplifying the firewall rule edit form for 99% of the cases
* Rename isAllowedPageUser() to isAllowed(). Add and move user priv items to ↵sullrich2009-12-032-29/+34
| | | | /etc/inc/user.priv.inc. New privs can be added to this /etc/inc/priv/ directory and they will be automatically processed (packages, etc).
* Simplify and fix available memory calculation to fix shell script errors on ↵Seth Mos2009-12-031-3/+3
| | | | | | boot. Fix spelling error in comment
* Prevent bootup code from dying on empty load_balancer arraysSeth Mos2009-12-031-1/+3
|
* Extra protection to prevent empty load_balancer arrays on configuration upgradesSeth Mos2009-12-031-1/+7
|
* Resolves #146 Add propper validation on alias usage. Allow port type aliases ↵Ermal Luçi2009-12-033-34/+38
| | | | only on port side and other aliases in ip specifications and similar. Introduce a new function is_portoralias to ressemble the is_ipaddroralias to check for the cases.
* Fix missing include for config upgrade 1.2 -> 2.0Seth Mos2009-12-032-2/+4
| | | | Fix missing include for /etc/rc.reload_all
* Include priv.incsullrich2009-12-031-0/+1
|
* Revert isAllowedUser commit and duplicate function to isAllowedPageUser()sullrich2009-12-021-3/+24
|
* Check to see if processes are running before killingsullrich2009-12-023-6/+13
|
* Check to see if syslogd is running before killingsullrich2009-12-021-1/+2
|
* Check to see if powerd is running before killingsullrich2009-12-021-1/+2
|
* Revert "Turn off xauth by default. Ticket #108"sullrich2009-12-021-2/+2
| | | | This reverts commit 7998c3f280370991beca62c6a99ae6dd6051228a.
* Set 2nd parameter for isAllowedPage. Will be required for #34, 33, 32sullrich2009-12-023-3/+3
|
* fix errorsullrich2009-12-021-1/+4
|
* Reload tunnel policies Ticket #137sullrich2009-12-021-3/+3
|
* Add carp support for OpenVPN. Ticket #69pierrepomes2009-12-023-2/+14
|
* Turn off xauth by default. Ticket #108sullrich2009-12-021-2/+2
|
* Show all widgets. Remove - button as there is no save mechanism at all for ↵sullrich2009-12-021-11/+2
| | | | this widget.
* Formatting cleanups. Increase buffer sizesullrich2009-12-023-96/+82
|
* Allow a username. Default to _SESSION['Username']sullrich2009-12-021-3/+14
|
* Unbreak auto ugprade. Resolves #181sullrich2009-12-021-1/+1
|
* Add a few more commands for the lazysullrich2009-12-021-0/+2
|
* Add tab completionsullrich2009-12-021-1/+26
|
* update certssullrich2009-12-022-34/+33
|
* Restore lost code. Noticed-by: Ermalsullrich2009-12-022-5/+22
|
* Disallow virtual IP addresses withing the range Ticket #50sullrich2009-12-021-4/+9
|
* Set name in arraysullrich2009-12-021-0/+1
|
* Restore the external port range to. Resolves #192sullrich2009-12-021-0/+2
|
* Correctly set vtable classsullrich2009-12-021-1/+1
|
* Show correct availavble usable range and disallow using network or broadcast ↵sullrich2009-12-021-6/+15
| | | | address. Ticket #145
* Do not allow broadcast or the network address in the rangesullrich2009-12-021-26/+19
|
* Move { and } to same line.sullrich2009-12-021-6/+3
|
* Combine PPTP Server subnet and clients. Code imported from m0n0wall. ↵sullrich2009-12-022-47/+34
| | | | Ticket #139
* Add ===>sullrich2009-12-021-1/+1
|
* Do not output done twice Ticket #63sullrich2009-12-021-1/+0
|
* Call file_exists for each file. Ticket #63sullrich2009-12-021-1/+1
|
* Setup a_cert and a_ca for write_config() Ticket #63sullrich2009-12-021-0/+6
|
* use same variablesullrich2009-12-021-5/+3
|
* Shorten output string. Setup crtsullrich2009-12-021-1/+6
|
* Assign unique ref and commit certificate. Ticket #63sullrich2009-12-021-4/+19
|
* Adding default SSL certs to import. Ticket 63sullrich2009-12-022-0/+38
|
* Make the default HTTPS. Ticket #63sullrich2009-12-021-8/+0
|
* Use lighty compression instead of php gzip Resolves #198sullrich2009-12-021-6/+9
|
* Unbreak console lockout on bootup and in gitsync (pfSsh.php) Resolves #195sullrich2009-12-022-2/+13
|
* Put back a wrongly removed line.Ermal Luçi2009-12-021-0/+2
|
OpenPOWER on IntegriCloud