summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix racoon.conf generation for localid_type=address. Ticket #936pierrepomes2010-10-051-4/+6
* Simplify this code so it's obvious what we're really testing for.gnhb2010-10-061-4/+3
* Avoid generating a dynamic gateway entry in the list if there is already one ...gnhb2010-10-051-1/+2
* Test if this variable is set before making a reference, for safety. Add refer...jim-p2010-10-051-1/+4
* This one looks safe, and might improve speed. Add it back.jim-p2010-10-051-1/+1
* This ref should be safe toojim-p2010-10-051-1/+1
* Whoops this reference was good (for speed) and should stay.jim-p2010-10-051-1/+1
* More unneeded references.jim-p2010-10-052-5/+5
* Remove unneeded reference.jim-p2010-10-051-1/+1
* Remove unused variable.jim-p2010-10-051-2/+0
* No need for a reference here.jim-p2010-10-051-1/+1
* Add contributed patch to allow certain IPsec mobile clients to save Xauth pas...jim-p2010-10-052-0/+27
* Report dynamic gateways as default even when they are down.gnhb2010-10-051-4/+5
* Add $g variable to global declaration so we can access it later.gnhb2010-10-051-1/+1
* Print the theme correctly.Warren Baker2010-10-051-1/+1
* Fix OpenVPN client kill. Reported at http://forum.pfsense.org/index.php/topic...jim-p2010-10-041-5/+5
* Ticket #931. Check that directory exist before trying to tar up. Do this for ...Ermal2010-10-042-6/+10
* Mark subsystem as dirty.Ermal2010-10-041-0/+1
* Do not use mwexec when unlink can be used and is faster. This also avoids err...Ermal2010-10-041-2/+2
* Do not try to update dyndns for an interface that no ip can be determined, si...Ermal2010-10-041-3/+4
* Bring l2tp users page back to latest world of 2.0 to avoid errors. Reported-b...Ermal2010-10-041-4/+4
* Fix checking the status of gateways. Typos and unset variables! Spotted-by: M...Ermal2010-10-041-1/+2
* Fix intended behaviour when the default gateway changes interface.Ermal2010-10-021-5/+5
* This breaks the code because the ASSUMPTION is to reload the gateway interfac...Ermal2010-10-021-7/+4
* Update code to actually accomplish the intended behavior of NOT reloading the...gnhb2010-10-021-4/+7
* Fix height of plus button, reported at http://forum.pfsense.org/index.php/top...Erik Fonnesbeck2010-10-011-1/+1
* Be sane at what was supposed to be done.:Ermal2010-10-011-1/+1
* Do not show statically configured interfaces as with dynamic gateways because...Ermal2010-10-011-0/+4
* Better initialize this.Ermal2010-10-011-0/+1
* Do not allow a gateway to be renamed. Possibly a better solution is to rename...Ermal2010-10-011-0/+2
* Handle the cases to not save data on config better.Ermal2010-10-011-3/+7
* Make sure we do not overwrite the gateway stored in config with a dynamic gat...Ermal2010-10-012-10/+7
* Fix the problem of not saving data when most of the information is not being ...Ermal2010-10-011-77/+66
* Fix syslog.conf generation. Ticket #929pierrepomes2010-10-011-2/+4
* We don't store monitor ip in the <interfaces> config any more.gnhb2010-10-011-8/+0
* When a dynamic interface is up, we still need to report that it's "dynamic" t...gnhb2010-10-011-1/+4
* cbuechler says monitorip should not be stored in <interfaces><$if>. See ticke...gnhb2010-10-011-5/+1
* Ticket #921. Actually reconfigure apinger in case of newip event because it m...Ermal2010-09-301-3/+3
* Make this code more readble and clear on what it does.Ermal2010-09-301-7/+6
* Remove legacy code for static routes.Ermal2010-09-301-4/+2
* Oops fix long standing variable name mistype.Ermal2010-09-301-1/+1
* Remove legacy codeErmal2010-09-301-8/+0
* Catch up with gateway changes on static routes.Ermal2010-09-301-9/+3
* Remove support for this legacy code. The upgrade path handles this.Ermal2010-09-301-3/+0
* Revert previous change to enter a hidden value when interface is disabled. GH...Ermal2010-09-301-9/+6
* Do not support anymore an ip in the 'gateway' section of an interface.Ermal2010-09-301-3/+1
* Remove forgotten code.Ermal2010-09-301-2/+0
* Initialize variable properly. Handle the case when the interfaces select box ...Ermal2010-09-301-5/+10
* Don't refer to non-existent variable.gnhb2010-09-301-1/+1
* Fix state sortingjim-p2010-09-291-6/+10
OpenPOWER on IntegriCloud