summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Hard code maxlockouts to 15 until GUI portion is readyScott Ullrich2010-12-101-1/+1
|
* Correct error messages.Ermal2010-12-101-4/+4
|
* 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
* 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-101-3/+12
| | | | 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
|
* 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-101-11/+9
| | | | because it will loop indefinitely.
* Hmmm use correct keys to returned array.Ermal2010-12-101-2/+2
|
* Just the password here.Ermal2010-12-101-1/+0
|
* Actually we expect an array to be returned.Ermal2010-12-101-1/+1
|
* Hello xmlrpc to another function!Ermal2010-12-102-2/+16
|
* 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
|
* 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.
* Use the array index for this.Ermal2010-12-091-6/+3
|
* 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
* Adjust even advbase while synching. This should be params though.Ermal2010-12-071-0/+7
|
* Expose advbase option of carp(4) to alleviate advanced configs.Ermal2010-12-071-2/+2
|
* Do not atempt to start a service during installation.Ermal2010-12-071-1/+0
|
* Use full path to binary and silence errors if any on unlink.Ermal2010-12-071-5/+5
|
* Move all dynamic dns update processes under the same even 'reload dyndns' ↵Ermal2010-12-073-13/+9
| | | | since it makes sense to do so.
* Do the filter reload before vpn and some other services which get impacted ↵Ermal2010-12-071-3/+3
| | | | or impact filter reload. Let alone that they do not impact filter reload at all.
* Prevent sync problems when upgrading carp clusters. Now we check that the ↵Ermal2010-12-071-12/+69
| | | | other cluster is at least at our config file version.
* Tighten checks a bit also when check_firmware_version is called return the ↵Ermal2010-12-072-7/+19
| | | | config version too.
* Whitespace fixes to make this readble.Ermal2010-12-071-1/+1
|
* Add lem(4) to our drivers list.Ermal2010-12-072-3/+3
|
* Fix vip descriptions in openvpn and ipsec screens. Ticket #1042Pierre POMES2010-12-061-0/+11
|
* it's 2010, update (C)Scott Ullrich2010-12-061-1/+1
|
* Make menu drape across two columns saving around 10 lines of text making ↵Scott Ullrich2010-12-061-25/+18
| | | | room for more interfaces at the top. Looks good: perry|dk & jim-p
* Remove unused binary from listErmal2010-12-061-1/+1
|
* cleanup other bogus code.Ermal2010-12-061-1/+0
|
* Remove bogus code and use proper function here.Ermal2010-12-061-2/+1
|
* Actually honor the mtu/mac spoofing option in the interfaces.php page even ↵Ermal2010-12-061-13/+35
| | | | while the type is set to other than dhcp/static/none. For this inhance the interface_translate_type_to_real to return the real hardware interface for ppp* types.
* Do the setting earlier to not miss any code and make ipsec not work.Ermal2010-12-061-2/+2
|
* Do not reload twice carp and vips in general during an interface reload.Ermal2010-12-061-9/+10
|
* Correct code to reconfigure an interface for groups/gre/gif tunnels to take ↵Ermal2010-12-062-10/+31
| | | | into account that an interface might be part of many instances of this. Also reconfigure interface groups for every newwanip trigger on interfaces to make sure dynamic interfaces retain their membership on groups.
* Ticket #491. Do not actually check for enable to exist but for host since ↵Ermal2010-12-061-2/+2
| | | | enable might be unset explicitly by the user. This should re-enable configs to work.
* Use send_event since touch()'ing files does not work.Ermal2010-12-061-3/+1
|
* Do not call filter_configure here the caller does. Also remove old code of ↵Ermal2010-12-062-27/+1
| | | | the times when check_reload_status used files as trigers.
* The caller of this function is responsible for this and usually all the ↵Ermal2010-12-061-3/+0
| | | | callers do this from what i can tell. Remove redundant call.
* Make sure filter_configure() is not called during bootup since its harmful.Ermal2010-12-061-1/+9
|
* Do not spam filter reload at boot.Ermal2010-12-061-1/+3
|
* No need to call filter_reload from here.Ermal2010-12-061-2/+1
|
OpenPOWER on IntegriCloud