summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a field to allow rejecting DHCP leases from a specific upstream DHCP server.jim-p2013-06-182-0/+24
* A better fix for conditionally including burst.jim-p2013-06-181-2/+2
* Burst of 0 is also validjim-p2013-06-181-2/+2
* Only add burst if a burst is definedjim-p2013-06-181-2/+4
* No need for this block of code, it will always have flags by this point if th...jim-p2013-06-181-4/+0
* Ensure that we only add a state type on pass, and that we only add flags to a...jim-p2013-06-181-2/+3
* Change test after IPsec apply to check for any value >= 0. If a user has host...jim-p2013-06-182-2/+2
* Fix #3049, set $config as global to it can be readRenato Botelho2013-06-181-1/+1
* Allow user to set interval between attempts to resolve hostnames configured o...Renato Botelho2013-06-172-1/+26
* Include the burst size in the limiter. Submitted-by: http://forum.pfsense.org...Ermal2013-06-171-4/+27
* Remove referenced binary not used anymoreErmal2013-06-171-1/+1
* Remove unused code and spurious alertErmal2013-06-171-16/+0
* Use file_put_contents for simplicity and readbilityErmal2013-06-171-3/+1
* * Use when needed the family for get_real_interfaceErmal2013-06-172-18/+17
* Use family parameter for v6 to get correct interfaceErmal2013-06-171-2/+2
* Remove useless variable and also correct some styleErmal2013-06-171-10/+10
* Do not do the same tricks here that are done on get_real_interface but just c...Ermal2013-06-171-4/+1
* Get interface from inet6 domainErmal2013-06-171-1/+1
* Use trim rather than str_replace. Also no need to sleep anymore since dhcp wi...Ermal2013-06-171-4/+1
* Remove unreferenced binaries. correct some formatting and also to make functi...Ermal2013-06-171-16/+14
* Provide full path to route binaryErmal2013-06-171-2/+2
* Provide full path to route binaryErmal2013-06-171-3/+3
* Don't flip the IPv6 allow setting just because people are upgrading. Just upg...Chris Buechler2013-06-171-3/+1
* not true you have to log in again since HTTP basic auth was deprecated.Chris Buechler2013-06-171-1/+1
* add MSS clamping to setup wizard. Now that MTU and MSS are separate, the MTU ...Chris Buechler2013-06-171-1/+8
* TCP flags are valid on any type of rule, don't skip them on block or reject r...Chris Buechler2013-06-141-29/+29
* Fix max length for wpa passphrase, it fixes #3034Renato Botelho2013-06-141-1/+1
* Allow queues to be deleted, it fixes #3037Renato Botelho2013-06-141-12/+12
* Update list of mobile service providersRenato Botelho2013-06-141-498/+4833
* Update the default firmware URL (it was still pointing to HEAD on RELENG_2_1)jim-p2013-06-131-2/+2
* Fix exec perms on mail.phpjim-p2013-06-131-0/+0
* Add a simple CLI mail script capable of sending an SMTP message using echo/pi...jim-p2013-06-131-0/+24
* Split actual SMTP send into its own function.jim-p2013-06-131-14/+18
* Add the ability to disable Growl or SMTP notifications but keep their setting...jim-p2013-06-132-10/+63
* Don't restrict the content of descr when making CA/Certs, it's free-form.jim-p2013-06-132-2/+2
* Actually do not allow the loop to continue. Related to Ticket #1928Ermal2013-06-121-5/+15
* Actually try to get the real interface for v6 family to correctly get stf(vir...Ermal2013-06-121-1/+1
* Merge pull request #668 from mdima/RELENG_2_1Ermal Luçi2013-06-111-8/+30
|\
| * Status-Queues: Get the stats gauge for PPS or bandwidth EditMichele Di Maria2013-06-111-8/+30
* | Correct the command for setting the 6rd gwErmal2013-06-111-1/+1
* | Wait 1 second before starting the other dhcp6c since pkill does not wait for ...Ermal2013-06-111-0/+1
* | Do better checks and do not include an interface that will be skipped to the ...Ermal2013-06-101-45/+42
|/
* Allow localhost IP Alias VIPs to sync, toojim-p2013-06-061-1/+1
* Allow selecting "Localhost" as an interface for IP Alias VIPs - this way you ...jim-p2013-06-062-5/+11
* Add the 6rd gateway informationErmal2013-06-041-0/+1
* Also consider 0.0.0.0/0 here since it fails on is_subnet() but is a valid/spe...Renato Botelho2013-06-041-1/+1
* vpn.inc calls functions from ipsec.inc but doesn't actually include it in all...jim-p2013-06-031-0/+2
* Correct mouseover description for adding a certificate. Fixes #3017jim-p2013-06-031-1/+1
* DHCP Server enable/disable change needs filter_configurePhil Davis2013-06-011-2/+14
* Don't use invalid or IPv6 DNS servers when crafting DHCP DDNS Zones. Fixes #3015jim-p2013-05-311-0/+9
OpenPOWER on IntegriCloud