Commit Graph

8691 Commits

Author SHA1 Message Date
Ermal
351b699013 Correctly synchronize the db of vouchers from master. Also correctly write it to the files since before it is only allowed during bootup and not from xmlrpc. 2011-03-25 21:56:38 +00:00
Ermal
4fab0ce085 Actually remember that the vouchers are enabled 2011-03-25 21:20:07 +00:00
Ermal
c5b3fa908a Allow to enable vouchers with the only things specified the voucher database synchronization since the other values will be fetched from it. 2011-03-25 21:08:53 +00:00
Scott Ullrich
24143605f1 Note that disabling does not survive a reboot 2011-03-24 18:34:26 -04:00
Chris Buechler
084e77e775 fix text 2011-03-22 20:36:10 -04:00
Ermal
6be14e38fd Unbreak adding subqueues to limiters. Correct some text in the way. 2011-03-22 18:19:49 +00:00
Scott Ullrich
66fc1f14ee Add all to the reserved keywords 2011-03-22 10:21:03 -04:00
gnhb
fc2c320e2c Merge branch 'master' of rcs.pfsense.org:pfsense/mainline 2011-03-22 07:50:11 +07:00
gnhb
e4d40f41aa Update GUI to enable L2TP client configuration. 2011-03-22 07:44:11 +07:00
gnhb
633de32902 Add missing "Connect/Disconnect" button to GUI for L2TP client connections. 2011-03-22 07:43:19 +07:00
lgcosta
71edee5e57 Select the device mode to tun if variable device_mode not exist in the configuration 2011-03-21 17:01:00 -03:00
lgcosta
bf87b4d7d1 Added option to select the type of device for use in the tunnel openvpn 2011-03-21 15:58:43 -03:00
Chris Buechler
375828d911 fix text 2011-03-20 16:56:23 -04:00
Warren Baker
7e5f3edbf6 Add Total number of CP users graph 2011-03-17 12:21:01 +02:00
smos
fe3801bf67 Hopefully improve the useless ipsec logs with highlighting 2011-03-16 12:29:00 +01:00
smos
505483ce74 Fix ticket #1354 2011-03-16 12:27:01 +01:00
Ermal
401fb0ad8f ipfw is not referenced here. 2011-03-15 12:53:36 +00:00
Ermal
01c201e3d1 Do more strict checking if an ppp type interface is assigned before starting the mpd process behind it. Trigered-by: http://forum.pfsense.org/index.php/topic,34377.0.html 2011-03-15 12:17:12 +00:00
Ermal
2bf16ba278 Prevent the command wol for being called without propper ip information. Reported-by: http://forum.pfsense.org/index.php/topic,34314.0.html 2011-03-12 00:36:06 +00:00
jim-p
d0404e467a Fix typo 2011-03-10 20:37:34 -05:00
jim-p
64d42525af Clarify text on outbound NAT page. 2011-03-10 11:25:18 -05:00
smos
a6917c659b Add the 95th percentile line to the traffic graphs 2011-03-09 11:58:18 +01:00
jim-p
5580539711 Add missing image. Fixes #1339 2011-03-08 15:02:53 -05:00
jim-p
214bd06218 Fix typo 2011-03-07 15:03:21 -05:00
Ermal
fd4151a947 Enforce session establishment. 2011-03-04 22:05:39 +00:00
Ermal
bb7469caf5 Enforce session establishment. 2011-03-04 22:02:12 +00:00
Ermal
de4333babb Enforce session establishment. 2011-03-04 22:00:51 +00:00
Ermal
9fbb35996f Add missing pages to the authentication system. 2011-03-04 21:53:07 +00:00
Ermal
006802ab98 * Prevent concurrent logins on CP to not be recorded on the DB.
* Make the locking more complex to avoid locking exclusively during pruning task which would hurt a lot CP performance.
* Retire the disconnect_client and make all the disconnect functions use the sessionid as identifier.

All this was triggered by: http://forum.pfsense.org/index.php/topic,33879.0.html
2011-03-04 20:15:22 +00:00
Ermal
4f4e85dfb8 Make sure we tell the code that the interface exists otherwise multiple laggs might get created. 2011-03-03 16:30:07 +00:00
jim-p
6be90004d4 Ensure the protocol on the firewall rule from the OpenVPN wizard ends up lower case, or it causes some GUI irregularities. Seen http://forum.pfsense.org/index.php/topic,33865.0.html and elsewhere. 2011-03-03 09:24:04 -05:00
Ermal
199791f965 Show friendly names of interface for root queues of ALTQ. 2011-03-02 14:09:10 +00:00
jim-p
93c1127fd8 Add GUI option to CARP settings for syncing certs. It was in the backend code but not the GUI. Fixes #1316 2011-03-02 08:57:58 -05:00
smos
bb3c656263 Add the toggle to disable successful login messages, show actual help text for redirect item 2011-03-02 09:08:38 +01:00
gnhb
baca83aa29 Fix page title text. Replace "Firewall" with "Interfaces" in title. 2011-03-02 11:51:30 +07:00
Ermal
539d59730b Remove custom code for checking ip_addr and use the pfsense provided one. 2011-03-02 00:25:42 +00:00
Ermal
cf46a14f95 Do not be so drastic on normal failure. 2011-03-02 00:23:44 +00:00
Ermal
88cbd62a82 More fixes to comments and code for upnpd. Also bring up to speed the stop/start logic. 2011-03-02 00:18:12 +00:00
Ermal
2816f43f5b Improve logging and some tests during miniupnpd config generation. 2011-03-02 00:05:11 +00:00
Ermal
b469b7fe20 This is not true anymore as piece of code. 2011-03-01 23:51:18 +00:00
Ermal
8df149847e Correctly get only the interface mac address rather than any other found mac on this interface. 2011-03-01 23:46:37 +00:00
Erik Fonnesbeck
c84876040a Use the call to basename to remove the extension rather than trim, since trim takes a list of characters, not the exact string to remove. Suggested by http://forum.pfsense.org/index.php/topic,32967.0.html 2011-03-01 11:18:34 -07:00
Erik Fonnesbeck
8b19f4a727 This is not NAT, so put it under the Firewall Advanced heading instead. 2011-03-01 11:03:32 -07:00
jim-p
87ae1a2b4a Fix page title. 2011-02-28 14:02:37 -05:00
jim-p
566193a579 Only make gateway changes if we have been given a new gateway IP. 2011-02-28 12:25:33 -05:00
jim-p
d7b4e38faa Setup gateway monitoring since we just altered a gateway. 2011-02-28 12:21:22 -05:00
jim-p
e121bebdce Fix gateway handling in setup wizard. 2011-02-28 12:16:10 -05:00
Erik Fonnesbeck
2d539f4004 Only display gitsync settings on supported platforms. 2011-02-28 09:12:24 -07:00
Scott Ullrich
cfaf6e69bd Only show the you can monitor the filter reload process for filter related changes 2011-02-27 15:50:06 -05:00
Scott Ullrich
58b4b246a8 Flush the buffer 2011-02-27 15:43:40 -05:00