summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Make item a globalsullrich2009-12-032-3/+2
|
* 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
|
* 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-031-24/+28
| | | | 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
* 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-021-1/+7
|
* Turn off xauth by default. Ticket #108sullrich2009-12-021-2/+2
|
* Allow a username. Default to _SESSION['Username']sullrich2009-12-021-3/+14
|
* update certssullrich2009-12-022-34/+33
|
* Restore lost code. Noticed-by: Ermalsullrich2009-12-021-2/+2
|
* Set name in arraysullrich2009-12-021-0/+1
|
* Combine PPTP Server subnet and clients. Code imported from m0n0wall. ↵sullrich2009-12-021-12/+7
| | | | 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
|
* 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
|
* Try to enable even filtering of vlans in hardware. New with FreeBSD 8.Ermal Luçi2009-11-301-0/+1
|
* Remove uneccessary variable.Ermal Luçi2009-11-301-3/+1
|
* Fix get_configured_carp_interface_list: use the right interface name using vhidpierrepomes2009-11-301-1/+2
|
* Turn off compression for time being. Ticket #198sullrich2009-11-301-1/+1
|
* Resolves #68 When checking for the secondary wan ip address curl is forced ↵Ermal Luçi2009-11-301-11/+17
| | | | to go through the it for all traffic. This might mean that DNS fails. Resolve the checkip.dyndns.org ip outside of curl so it can be guaranteed that the traffic of curl will be just http and nothing else. This allows pfSense installation without internet access to work still since if gethostbyname fails now it just extracts the ip from the local interface. To be checked out is what behaviour this should give for CARPgit diff! (Write now surely it does the wrong thing!)
* Cleanup code to make it easier to read and faster.Ermal Luçi2009-11-301-20/+23
|
* Move files to pfSense.obsoletedfilessullrich2009-11-291-1/+4
|
* Do not allow duplicate netcat reflection entries. Resolves #193sullrich2009-11-291-6/+6
|
* Use any for block until a diff solution can be createdsullrich2009-11-291-1/+1
|
* Lock out SSH going to LANIPS. Use correct SSH port if custom port is defined.sullrich2009-11-291-2/+7
|
* Process old entries, toosullrich2009-11-291-1/+1
|
* Update ttys serial lines. Resolves #165sullrich2009-11-291-2/+2
| | | | | | | | To prevent collisions with the sio(4) driver, the uart(4) driver uses different names for its device nodes. This means the onboard serial port will now most likely be called "ttyu0" instead of "ttyd0". You may need to reconfigure applications to use the new device names.
* Define full path to binariessullrich2009-11-291-2/+2
|
* Do not show motdsullrich2009-11-291-5/+0
|
* Nuke motdsullrich2009-11-292-27/+27
|
OpenPOWER on IntegriCloud