jim-p
|
e49d4564db
|
Merge remote branch 'upstream/master'
Conflicts:
etc/inc/globals.inc
etc/inc/upgrade_config.inc
|
2011-06-14 16:41:15 -04:00 |
|
jim-p
|
144fbff2a1
|
Show the OpenVPN instance description when listing interfaces to assign in the gui.
|
2011-06-14 16:36:37 -04:00 |
|
Ermal
|
c333d60986
|
Use the new username field from the GUI or default to admin.
|
2011-06-14 14:10:44 +00:00 |
|
Ermal
|
6a06d896ac
|
Up config number for username sync upgrade.
|
2011-06-14 14:10:44 +00:00 |
|
Ermal
|
34fb609cec
|
Up config number for username sync upgrade.
|
2011-06-14 14:10:44 +00:00 |
|
Ermal
|
e6ee8fc619
|
Upgrade sync username to latest config version.
|
2011-06-14 14:10:44 +00:00 |
|
Warren Baker
|
88adfa28a8
|
Allow Accounting Updates to become configurable when Accounting is selected.
|
2011-06-14 15:43:17 +02:00 |
|
Ermal
|
fddb3cd6b8
|
Allow people to enter another user than admin for syncrhonizing in the carp settings page.
|
2011-06-14 13:40:17 +00:00 |
|
Ermal
|
01c170c461
|
Correct displaying any availble default value.
|
2011-06-14 13:39:03 +00:00 |
|
Ermal
|
1127df5f18
|
Correct check for ipaliases over carp so we do not allow the deletion.
|
2011-06-14 13:16:00 +00:00 |
|
Ermal
|
fb5830ef33
|
Actually correct check so it throws some errors during the second try.
|
2011-06-14 13:00:04 +00:00 |
|
Ermal
|
b526daafae
|
Correct functiong does_vip_exist() to actually work. Fixes #1598
|
2011-06-14 12:50:14 +00:00 |
|
Ermal
|
31d5d37e9e
|
Ooops fix the function. Spotted-by: wagnosa(IRC)
|
2011-06-14 11:44:54 +00:00 |
|
Ermal
|
2708a5cf16
|
NEw functiong does_vip_exist() which works for carp and ipalias type vips to help in carp sync issues. Fixes #1598
|
2011-06-14 11:36:20 +00:00 |
|
Ermal
|
7905df9831
|
Porvide information for the filter reload status screen.
|
2011-06-14 09:57:17 +00:00 |
|
Ermal
|
63f81fbd88
|
Do not assume that every merge is about vips. Found-by: Jim
|
2011-06-13 18:16:03 +00:00 |
|
Ermal
|
19ed162443
|
unset after checking that no reconfiguring is needed.
|
2011-06-13 15:04:59 +00:00 |
|
Ermal
|
b09c2d86a1
|
Do not call time() uselessly every time for each entry. Instead just snapshot it and use it in calculations. This helps performance and useless paranoic time fetching since every 60 seconds the code will be executed again.
|
2011-06-13 12:34:00 +00:00 |
|
Ermal
|
48de5a1069
|
Do not test for availbility of voucher session_timeout in the database it is mandatory for vouchers. This will make sure that if ever a corrupted db happens a user will be required to relogin and correct the db. Possibly related to: http://forum.pfsense.org/index.php/topic,37636.0.html
|
2011-06-13 12:22:49 +00:00 |
|
Warren Baker
|
f8c462dd89
|
Allow packages to specify that their tabmenus should not be a drop-down list by using a <no_drop_down/> tag.
|
2011-06-12 16:10:22 +02:00 |
|
jim-p
|
424be584c3
|
Allow someone to add a host DNS override twice, so long as the IP type isn't the same. Lets you add a host override for both IPv4 and IPv6 for the same hostname.
|
2011-06-11 20:51:05 -04:00 |
|
jim-p
|
06da79f9a5
|
Merge remote-tracking branch 'upstream/master'
|
2011-06-11 20:49:50 -04:00 |
|
Ermal
|
5ebe85e934
|
Fixes #1327. Trigger synching of vouchers to config through check_reload_status. Retire the saveinterval option since it is not useful anymore. Use the prune process of captiveportal to sync vouchers as well to fix issues as reported-by: http://forum.pfsense.org/index.php/topic,37636.0.html
|
2011-06-10 20:02:47 +00:00 |
|
Ermal
|
b9eccc7781
|
Fixes #1327. Put description that a full qualified hostname is required.
|
2011-06-10 19:20:47 +00:00 |
|
jim-p
|
de408516a8
|
Merge remote branch 'upstream/master'
|
2011-06-10 12:37:58 -04:00 |
|
Ermal
|
dd28abbd84
|
Ticket #1545. Ooops pass parameter so the dyndns works correctly. Pointy-hat: Copy/pasto
|
2011-06-10 16:19:30 +00:00 |
|
jim-p
|
7401c8c451
|
Allow OpenNTPD to listen on Virtual IPs, not just interfaces. Fixes #342
|
2011-06-08 17:33:26 -04:00 |
|
Ermal
|
c7422829b2
|
Fixes #1341. If a table has not entries it is marked as persist and pf(4) does not clear its contents. Schedule a table flush for these tables after filter reload to make sure an entry is not forgotten.
|
2011-06-08 19:53:54 +00:00 |
|
Ermal
|
92ca32ccbe
|
Actually make this code more readble.
|
2011-06-08 18:22:04 +00:00 |
|
Ermal
|
d1e0382258
|
Remove the entry from old entries even when there are no changes to prevent marking them down.
|
2011-06-08 18:21:00 +00:00 |
|
jim-p
|
3c3cd07e9c
|
Merge remote branch 'upstream/master'
|
2011-06-08 14:16:16 -04:00 |
|
Ermal
|
578f20ec2f
|
Actually correct vip check to be correct for all vip types.
|
2011-06-08 18:15:32 +00:00 |
|
jim-p
|
156bf9b119
|
Merge remote branch 'upstream/master'
|
2011-06-08 14:13:22 -04:00 |
|
Ermal
|
0042f5d964
|
Send correct event for reloading packages.
|
2011-06-08 14:54:20 +00:00 |
|
Ermal
|
6a7dd9bb99
|
Do not destroy and create the vip during interface [re]configuration since it causes unecessary work and most importantly issues.
|
2011-06-08 07:44:26 +00:00 |
|
Ermal
|
7fc6c00573
|
Generate proper index for unsetting so we do not destroy all the vips in the backup.
|
2011-06-08 07:29:33 +00:00 |
|
Ermal
|
2c85b316b8
|
Disconnect any voucher forced to expire if there are active sessions with it.
|
2011-06-07 17:25:24 +00:00 |
|
Ermal
|
e64c894f56
|
Allow a second optional argument to captiveportal_read_db to be able to index the read db by the field in the db.
|
2011-06-07 17:15:41 +00:00 |
|
Ermal
|
f989aa5b83
|
Correct variable name so voucher disconnect on synchronized vouchers works properly.
|
2011-06-07 17:06:36 +00:00 |
|
Scott Ullrich
|
d06f9f4580
|
Adding ioncube
|
2011-06-07 12:52:59 -04:00 |
|
Scott Ullrich
|
720e2e6036
|
Nuke trailing newline
|
2011-06-07 11:09:31 -04:00 |
|
Ermal
|
3f8a13e051
|
Oops correct the POST destination page.
|
2011-06-07 08:08:13 +00:00 |
|
Scott Ullrich
|
60ccf01c45
|
Add a div around input errors box so that it can be hidden on subequent page posting
|
2011-06-06 20:44:50 -04:00 |
|
Scott Ullrich
|
c88ff708b6
|
Include ssh2 module if available
|
2011-06-06 17:09:58 -04:00 |
|
Ermal
|
4e19284675
|
Correct event calling during bootup for rc.newipsecdns and also convert the command executed during an ipsec even to go through check_reload_status which will prevent races on calling rc.newipsecdns. Which might lead to many filterdns processes.
|
2011-06-06 18:12:52 +00:00 |
|
Ermal
|
f6bf0661e1
|
Switch this to check_reload_status event to see if it solves any possible issues of nohup blocking signals to be delivered to filterdns proces.
|
2011-06-06 17:57:26 +00:00 |
|
Scott Ullrich
|
63dfc7efc1
|
Suppress keyboard device errors on bootup
|
2011-06-06 12:04:58 -04:00 |
|
Ermal
|
0b704a404b
|
Correct whitespace.
|
2011-06-06 15:48:38 +00:00 |
|
jim-p
|
a9c489c7ab
|
Fix pppoe server user rule generation. Fixes #1577
|
2011-06-06 10:37:08 -04:00 |
|
Ermal
|
7d6be855ce
|
Correct possible lock leak.
|
2011-06-06 13:12:55 +00:00 |
|