summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace the LB status widget completely with one that supports the current ↵jim-p2010-12-141-116/+121
| | | | LB system.
* Move some lb status parsing functions to a common area so they can be reused ↵jim-p2010-12-143-73/+71
| | | | by the widget.
* Use a slightly different regex to catch all non-whitespace characters here ↵jim-p2010-12-141-1/+1
| | | | instead of the current method. Fixes #1085
* For bsnmpd, checking hostres also requires checking mibii. Note this ↵jim-p2010-12-141-2/+8
| | | | requirement in the GUI and enforce it via a simple JS check.
* Remove dropdown to select interface. Should fix #1090gnhb2010-12-141-7/+0
|
* A few help page updatesjim-p2010-12-131-1/+9
|
* Ticket #960. Use XMLRPC automatic base64 encoding for strings ↵Pierre POMES2010-12-131-2/+2
| | | | (XML_RPC_auto_base64)
* Show the full URL used to download package files, to aid in tracking down ↵jim-p2010-12-121-1/+2
| | | | packages that do not install correctly.
* Ticket 1041. Fix bad commit...Pierre POMES2010-12-121-1/+1
|
* Ticket #959. Keep local items at the top of vip sectionPierre POMES2010-12-111-1/+1
|
* Add IPSec 'ipalias' VIP support. Ticket #1041Pierre POMES2010-12-103-6/+18
|
* Call a filter reload even though the ip might not have changed. This makes ↵Ermal2010-12-101-5/+4
| | | | the gateway pools work after an interface comes up again.
* Hard code maxlockouts to 15 until GUI portion is readyScott Ullrich2010-12-101-1/+1
|
* Correct error messages.Ermal2010-12-101-4/+4
|
* Do not allow gateways to be selected without a direction.Ermal2010-12-101-0/+2
|
* Correct webConfgurator auth/error messagesScott Ullrich2010-12-102-6/+6
|
* Some IPsec mobile changes to inch a little closer to working L2TP+IPsec. ↵jim-p2010-12-101-13/+20
| | | | Ticket #475
* Add log_auth() which with send items to syslogd using LOG_AUTH facilities. ↵Scott Ullrich2010-12-102-4/+20
| | | | Use this new log_authh() for login error and success entries
* Allow floating rules without direction to be created again.Ermal2010-12-101-1/+1
|
* Log on the host the errors so we can use the sshlockout software for ↵Ermal2010-12-101-0/+3
| | | | protection against abusal.
* Be consistent on shifting array during authentication. Also check for array ↵Ermal2010-12-102-8/+19
| | | | to avoid strange errors.
* Leave a notice for this as well.Ermal2010-12-101-0/+2
|
* If we fail to authenticate consider it as fatal since nothing else can be done.Ermal2010-12-101-2/+2
|
* Actually the passed config sections are part of index 1 of the array. This ↵Ermal2010-12-101-2/+2
| | | | fixes config sync of vips as well.
* Do not call rc.newwanip on bootup. Remove bogus return 0;Scott Ullrich2010-12-101-2/+5
|
* Start relayd after routing has been started.Ermal2010-12-101-3/+3
|
* Do not spam logs uselessly on bootup and sleep a bit before starting apinger.Ermal2010-12-101-3/+6
|
* Fix config synchronization. Also unbreak the config when erroring out ↵Ermal2010-12-102-35/+41
| | | | because it will loop indefinitely.
* Hmmm use correct keys to returned array.Ermal2010-12-101-2/+2
|
* Actually pass the right parameter!Ermal2010-12-101-1/+1
|
* Fix line because of copy/pasto.Ermal2010-12-101-2/+1
|
* Its too late and this is optional.Ermal2010-12-101-5/+0
|
* Just the password here.Ermal2010-12-101-1/+0
|
* Actually we expect an array to be returned.Ermal2010-12-102-2/+2
|
* Hello xmlrpc to another function!Ermal2010-12-103-2/+37
|
* Teach convert_friendly_interface_to_friendly_descr about carp vips. This ↵Ermal2010-12-091-22/+32
| | | | helps cases like Ticket #1086.
* Make this at least right though it might not be correct.Ermal2010-12-091-1/+1
|
* Use correct variable name so the message is actually displayed.Ermal2010-12-094-10/+10
|
* Remove \n here, it was being printed on the console. Echo should do the ↵jim-p2010-12-091-1/+1
| | | | right thing and print a newline at the end on its own.
* make rebrand-friendlyChris Buechler2010-12-091-1/+1
|
* Show carp on the list of interfaces to be used for creating gif/gre tunnels.Ermal2010-12-092-0/+6
|
* Use the array index for this.Ermal2010-12-091-6/+3
|
* If available, display source IP's CIDR mask on external IP as well.Erik Fonnesbeck2010-12-081-2/+6
|
* This code must come after natent is defined or the style will never be ↵Erik Fonnesbeck2010-12-081-5/+5
| | | | applied. Ticket #1073
* Fix field descriptions on input validation for LAGG edit.Erik Fonnesbeck2010-12-081-1/+1
|
* Get rid of fastforwarding since it is not maintained from long time. ↵Ermal2010-12-082-6/+1
| | | | Courtesy-of: battlez_ IRC
* Only print "sainfo anonymous" also for xauth-psk setups. See ↵jim-p2010-12-081-2/+5
| | | | http://forum.pfsense.org/index.php/topic,29164.msg157864.html#msg157864
* Actually we do not use this code at all in pfSense.Ermal2010-12-081-6/+6
|
* Do not overrite the default gateway if already found.Ermal2010-12-081-4/+6
|
* Properly test for ldap case when clicking save and test for GUI authserver.Ermal2010-12-081-4/+7
|
OpenPOWER on IntegriCloud