summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Correct saving of qinq specified members and also correctly destroy parent ↵Ermal2011-04-282-4/+4
| | | | vlan when deleteing the interfaces. Also take care of attaching to netgraph now that we detach by default.
* Correct code description during assignmentErmal2011-04-281-1/+1
|
* fix typoChris Buechler2011-04-271-1/+1
|
* Comment out debug printjim-p2011-04-271-1/+1
|
* Whitespace cleanup, code cleanup, add choice to filter on ipv4/ipv6 and also ↵jim-p2011-04-271-78/+91
| | | | accept a subnet to filter on via the host field.
* Allow users to select SSL/TLS+User Auth with external authentication sources.jim-p2011-04-261-7/+0
|
* No need to include head.inc twicejim-p2011-04-261-2/+0
|
* Show OpenVPN instances on Status > Traffic Graphs, with descriptions.jim-p2011-04-251-1/+11
|
* Provide a method for rebrands to force a theme. Otherwise upgrading nanobsd ↵jim-p2011-04-221-1/+3
| | | | from pfSense to a rebrand image without the theme in the config.xml will have a broken GUI since the theme isn't there.
* Set user when removing privileges, otherwise things like the user's shell ↵jim-p2011-04-211-0/+1
| | | | would not be reset until pressing save, which is inconsistent with that step not being needed when adding privileges.
* Reject encrypted CA private keys. Resolves #1446jim-p2011-04-211-0/+2
|
* Add an option under advanced->misc to specify a proxy for retreiving pfsense ↵Ermal2011-04-181-0/+59
| | | | package info or downloading packages.
* Only start log update ajax timer if the updateDelay is defined. ↵jim-p2011-04-181-1/+3
| | | | http://forum.pfsense.org/index.php/topic,35771.0.html
* Properly set/unset voucher enable/disable bit.jim-p2011-04-151-3/+6
|
* Move the link to add a gateway up next to the drop-down box so it is more ↵jim-p2011-04-151-2/+2
| | | | obvious.
* Test if a variable is set before trying to unset it. If a user has no rules ↵jim-p2011-04-141-1/+1
| | | | in their config, then $config['filter'] would not be undefined, so unsettings $config['filter']['bypassstaticroutes'] would result in an error. http://forum.pfsense.org/index.php/topic,35702.0.html
* Add missing fields for l2tp to define dns and wins serverssmos2011-04-131-0/+41
|
* Also exclude grep from running processes when grepping for a running packet ↵jim-p2011-04-121-2/+2
| | | | capture. Also, fix other test to match the recent changes made.
* Add a toggle under System > Advanced on the misc tab to enable/disable debug ↵jim-p2011-04-112-1/+31
| | | | mode for racoon.
* Fix copy/paste errorjim-p2011-04-081-1/+1
|
* Make sure a theme directory actually exists before blindly using it.jim-p2011-04-081-1/+1
|
* Rework ntpdate_sync_once.sh, so it makes sure ntp/ntpdate/itself are not ↵jim-p2011-04-081-1/+8
| | | | running before trying to sync time, and then launch ntpd at the end for time sync (last commit was premature)
* Don't unconditionally start ntpd after doing ntpdate, it might be disabled.jim-p2011-04-081-5/+0
|
* Send ntpdate output to syslogjim-p2011-04-081-1/+1
|
* Remove extra variable setScott Ullrich2011-04-071-2/+0
|
* Remove copy pasteScott Ullrich2011-04-071-1/+1
|
* Unbreak check if capture is runningScott Ullrich2011-04-071-3/+5
|
* When using ' variables are not expanded. Use double quotes so that the ↵Scott Ullrich2011-04-071-1/+1
| | | | variable is exanded
* Don't test for a user cert here either, see previous commit.jim-p2011-04-071-2/+0
|
* Don't test if a cert is in use here, you could in theory use a cert for a ↵jim-p2011-04-071-2/+0
| | | | user and a server.
* Fix link; use same message for missing certs.jim-p2011-04-061-2/+2
|
* Make the default openvpn cert authority message a bit relaxed and let user ↵Scott Ullrich2011-04-061-1/+1
| | | | know about the wizard option as well
* Correct text to include PPTP as well.Ermal2011-04-061-1/+1
|
* Resolves #1391. Bring back VPN auto rule disable advanced setting.Ermal2011-04-061-0/+15
|
* Resolves #1418. Correct test to actully do what's intended.Ermal2011-04-061-1/+1
|
* Make sure all themes have the right colors defined.jim-p2011-04-042-0/+4
|
* <script/> tags are put in the function build_javascript no need to put them ↵Ermal2011-04-041-4/+1
| | | | here. Prevents errors reported at:http://forum.pfsense.org/index.php/topic,34139.0.html
* Switch back to dev_mode so existing configs aren't broken by the other changes.jim-p2011-04-012-10/+10
|
* standardize the device_mode variablelgcosta2011-04-011-4/+4
|
* Try again to fix the calculation for out bits 95th percentile. (Works for me)jim-p2011-03-311-1/+2
|
* clarify textChris Buechler2011-03-311-1/+1
|
* Apparently rrdtool VDEF functions can't take a multiplier, only CDEF. Fixes ↵jim-p2011-03-301-1/+1
| | | | traffic graphs.
* Allow editing of CAs, so that imported CAs can have their private keys added ↵jim-p2011-03-301-19/+60
| | | | later (mainly affected users upgrading from 1.2.3 and wanting to use the cert manager). Also, allow editing the CA's serial, since this shouldn't really be 0 for imported CAs, but the serial of the last cert that was made from this CA.
* Allow importing a CRL for an external CA.jim-p2011-03-301-5/+13
|
* Add missing color, add multiplier to calculus for inverting linesmos2011-03-302-1/+2
|
* Fix spamd rrd graph command.jim-p2011-03-291-36/+36
|
* In IPsec, s/mobileclients/client/, this was changed long ago in the config ↵jim-p2011-03-286-6/+6
| | | | but not everywhere followed.
* Test the existence of route_vpn_gateway variable and if set use it as a ↵Ermal2011-03-281-1/+5
| | | | gateway. Recommended-by: http://forum.pfsense.org/index.php/topic,24436.msg158589.html#msg158589
* Correctly synchronize the db of vouchers from master. Also correctly write ↵Ermal2011-03-251-49/+51
| | | | it to the files since before it is only allowed during bootup and not from xmlrpc.
* Actually remember that the vouchers are enabledErmal2011-03-251-1/+1
|
OpenPOWER on IntegriCloud