summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add GUI checkbox to enable strict username/common name matching for ↵jim-p2010-10-131-0/+32
| | | | SSL/TLS+User Auth mode. Fixes #887
* Wording fix.Warren Baker2010-10-131-1/+1
|
* Ticket #942. Try to prevent empty entries and use implode to avoid problems.Ermal2010-10-121-2/+8
|
* Resolves #944. Actually bring down the vlan interface if it existed ↵Ermal2010-10-121-1/+1
| | | | previously. This is a regression from the ppp dance/requests/whatever.
* Resolves #947. Blacklist lagg interfaces from the list of possible lagg members.Ermal2010-10-121-1/+1
|
* Add backend code to verify username against cn on login if set by user. ↵jim-p2010-10-122-1/+10
| | | | Needs GUI code to set the option yet. Ticket #887
* Correct this note, on at least one card (mxge) it defaults to an MTU of ↵jim-p2010-10-121-2/+2
| | | | 9000, so we can't always say the default will be 1500.
* revert miniupnpd -d changeScott Ullrich2010-10-111-1/+1
|
* Be more verbose with miniupnpd logs. otherwise practically nothing is logged.Scott Ullrich2010-10-111-1/+1
|
* Fix graph staggering, the old method was causing the graphs to diverge in ↵jim-p2010-10-112-6/+8
| | | | update intervals over time.
* Whitespace fixesjim-p2010-10-111-37/+37
|
* Bail out here if a variable isn't an array like it should be.jim-p2010-10-111-0/+2
|
* Fixup comments a little.jim-p2010-10-111-0/+3
|
* Correct and cleanup this input validation logic for IPsec Phase 1 PSK/Cert ↵jim-p2010-10-111-6/+15
| | | | config. In some cases the test was not being evaluated as expected.
* Unset the end time if we are graphing for the "current" period. That makes ↵smos2010-10-111-1/+3
| | | | the graphs refresh correctly.
* Hard-coded pfSense to product_name for Growl alert notifications.Warren Baker2010-10-111-2/+2
|
* Unfortunately, using variables in this way in strings passed to gettext ↵Erik Fonnesbeck2010-10-111-3/+3
| | | | doesn't work well with translations. Replacing with sprintf for now.
* Update this text to match the current default.Erik Fonnesbeck2010-10-101-1/+1
|
* Fix text.Erik Fonnesbeck2010-10-101-1/+1
|
* Kill apinger with a large axe until the TERM issues can be resolvedScott Ullrich2010-10-101-0/+4
|
* Replace hard coded pfSense with product_nameWarren Baker2010-10-101-4/+4
|
* Replace hard coded pfSense with product_name.Warren Baker2010-10-101-1/+1
|
* Cosmetic change from product_website to product_nameWarren Baker2010-10-101-1/+1
|
* Wording fix.Warren Baker2010-10-101-2/+2
|
* Fix the "all dynamic gateways are shown as default" problem reported here: ↵gnhb2010-10-101-1/+1
| | | | | | http://forum.pfsense.org/index.php/topic,28960.0.html A non-empty string will evaluate true with == operator.
* Show the product_name as the slice "name" for rebrands. Cosmetic only.jim-p2010-10-071-2/+2
|
* Add function to convert pfsense slice name to product name.jim-p2010-10-071-0/+5
|
* Remove unnecessary variable and fix loop test. Corrects AJAX update of last ↵jim-p2010-10-071-5/+3
| | | | gateway status table cell (it was never updated before)
* Fix AJAX update of gateway status when the status is "Gathering Data".jim-p2010-10-071-3/+2
|
* Replace hardcoded pfSense with product_name.jim-p2010-10-061-1/+1
|
* Use mwexec_bg instead of exec to run a service's start command so PHP ↵Erik Fonnesbeck2010-10-051-1/+1
| | | | doesn't hang in the likely event that it spawns a background process.
* 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
| | | | Should be no functional change here.
* Avoid generating a dynamic gateway entry in the list if there is already one ↵gnhb2010-10-051-1/+2
| | | | in the config for the interface.
* Test if this variable is set before making a reference, for safety. Add ↵jim-p2010-10-051-1/+4
| | | | reference back for speed.
* 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 ↵jim-p2010-10-052-0/+27
| | | | passwords. Fixes #933.
* Report dynamic gateways as default even when they are down.gnhb2010-10-051-4/+5
| | | | | If gateways appear to lose their default status when they are down it can be confusing for users. This is purely a UI change.
* 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 ↵jim-p2010-10-041-5/+5
| | | | http://forum.pfsense.org/index.php/topic,28784.0.html
* Ticket #931. Check that directory exist before trying to tar up. Do this for ↵Ermal2010-10-042-6/+10
| | | | rrd and dhcpleases scripts used during shutdown.
* Mark subsystem as dirty.Ermal2010-10-041-0/+1
|
* Do not use mwexec when unlink can be used and is faster. This also avoids ↵Ermal2010-10-041-2/+2
| | | | errors on log from rm(1).
OpenPOWER on IntegriCloud