summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Expand)AuthorAgeFilesLines
...
* Correct displaying of ipsec status for natted networks.Ermal2013-01-271-1/+1
* Catch up with code change. Pointy-hat: myselfErmal2013-01-271-1/+1
* Remove missed line and also improve code for bridge casesErmal2013-01-271-7/+7
* Fix ipfw config generation for allowed IPsbcyrill2013-01-271-2/+2
* Merge pull request #349 from bcyrill/bridge_patch2Ermal Luçi2013-01-271-1/+1
|\
| * Use unescaped variable in if conditionbcyrill2013-01-271-1/+1
* | Correct real interface assignmentErmal2013-01-271-5/+5
|/
* Remove return value of interface_bridge_configurebcyrill2013-01-261-5/+3
* Correct another parameter passed to pfsense functionsErmal2013-01-261-5/+7
* Fix holdcount/holdcnt parameter confusionbcyrill2013-01-261-1/+1
* No need for escaping here since this is php internal functionsErmal2013-01-261-7/+6
* Do not use array_keys uselesslyErmal2013-01-261-1/+1
* Correctly generate dhcpleases file to avoid issues with dhcpleases. Also whil...Ermal2013-01-263-110/+89
* Maintain the previous order of creating wireless interfaces at boot so additi...Erik Fonnesbeck2013-01-261-6/+13
* Try a little harder to find the protocol rather than giving up. Fixes #2751jim-p2013-01-251-1/+11
* Actually even earlier since lagg can have wireless ifaces as member or vlan c...Ermal2013-01-251-3/+3
* To avoid issues reported during bootup with wireless create clones early on b...Ermal2013-01-251-3/+3
* Merge pull request #320 from bcyrill/patch2Ermal Luçi2013-01-251-7/+7
|\
| * Allow empty RADIUS keysbcyrill2013-01-101-7/+7
* | Put outgoing policy routes even for the vips to correct sourced traffic from ...Ermal2013-01-251-2/+35
* | Return the full list of vips to help with #1823Ermal2013-01-251-1/+3
* | Fix concurrent username loginsbcyrill2013-01-251-1/+1
* | Allow specifying multiple local/remote networks for OpenVPN separated by comm...jim-p2013-01-241-18/+78
* | Move is_inrange() to util.inc and rename it to is_inrange_v6()Renato Botelho2013-01-241-0/+8
* | Move is_inrange() to util.inc and rename it to is_inrange_v4()Renato Botelho2013-01-241-0/+8
* | Merge #237 manually whitout the GUI option for specifying interim interval. I...Ermal2013-01-242-19/+27
* | Read Acct-Interim-Interval from an access-accept replyErmal2013-01-241-0/+3
* | Mostly for testing name relation in github. No functional changeCharlie2013-01-241-1/+0
* | Mostly for testing name relation in github. No functional changeermal2013-01-241-1/+0
* | Put for now the code here in preparation of properly cleaning a recofnigured ...Ermal Luçi2013-01-241-0/+2
* | Teach interface_bring_down to read a cofniguration passed in. Will be useful ...Ermal2013-01-241-2/+8
* | Do not be so verbose by default this is just needed by a developer at bestErmal2013-01-241-1/+3
* | Allow set DHCP options per reservationRenato Botelho2013-01-231-3/+48
* | Resolves #2482. Remove an ipv6 alias from a vip eevn though the pfsense modul...Ermal2013-01-231-2/+6
* | Convert all captiveportal code to not use ipfw_set_context since its not need...Ermal2013-01-231-23/+8
* | Fix some DHCP per pool options that will never be considered because of a wro...Renato Botelho2013-01-231-3/+3
* | Escape some variables used in mwexec() callsRenato Botelho2013-01-221-9/+9
* | Update etc/inc/vpn.incbcyrill2013-01-221-28/+33
* | Add GUI option to use "topology subnet" for OpenVPN, since the OpenVPN Connec...jim-p2013-01-221-0/+4
* | Validate QinQ interface to be sure it's validRenato Botelho2013-01-221-0/+6
* | Fix indentRenato Botelho2013-01-221-334/+328
* | Use symlink rather than forked commands. Also simplify a bit codeErmal2013-01-211-7/+2
* | Correct error/alert displaying. Also remove redundant log_errror since file_n...Ermal2013-01-211-7/+6
* | Just the first line is interesting hereErmal2013-01-211-1/+1
* | Unset some vars to free space and also gather the error from pfctl since the ...Ermal2013-01-211-20/+11
* | Unser some vars to free spaceErmal2013-01-211-0/+2
* | Default to using sha256 digest for GUI cert.jim-p2013-01-211-1/+1
* | Allow selecting the digest algorithm when creating a CA or Cert. Implements #...jim-p2013-01-211-8/+10
* | Remove remenant of file based daysErmal2013-01-211-2/+0
* | Fix indent and remove trailing tabs and whitespacesRenato Botelho2013-01-211-85/+88
OpenPOWER on IntegriCloud