Commit Graph

17401 Commits

Author SHA1 Message Date
jim-p
ce107ca58c When converting 1.2.3 LB pools to 2.0 gateway groups, strip invalid characters from the group names and update any rules referencing the old name. Fixes #1515 2011-05-18 16:56:34 -04:00
Ermal
ee7f1647b9 Correct default code disabling! Ponty-hat: myself 2011-05-18 20:35:43 +00:00
Ermal
77b70d6bc4 Disable the default route switching code since its causing more issues than solving. It needs more work to get re-enabled. 2011-05-18 19:43:52 +00:00
jim-p
7171b7b65d Fix PPTP server radius settings upgrade from 1.2.3. Fixes #1292 2011-05-18 12:53:46 -04:00
Chris Buechler
0d5c21f743 fix missing images for CRLs 2011-05-17 21:59:03 -04:00
Ermal
7eea44079f When uninstalling a service actually stop it first. 2011-05-17 22:23:54 +00:00
Ermal
b5058001d4 Do not call stop_service since its already called from start_service itself. 2011-05-17 22:20:53 +00:00
Ermal
b27ade8ebd Test for null names passed to these functions as a safety precaution. 2011-05-17 22:19:12 +00:00
Ermal
f1dbcf4741 Actually sync_package before starting it again. Also include restart in the log message since it might be like that. 2011-05-17 22:18:10 +00:00
Ermal
aed6fc725e Ticket #1534. Change rc.start_packages and rc.stop_packages to php scripts so they do a proper job at start/stop packages, rather than assume every package has a .sh script which is not true. It mostly reuses code from rc.packages which is not used anywhere as of now! 2011-05-17 22:14:34 +00:00
Ermal
8bf2e9e539 Test for null names passed to these functions as a safety precaution. 2011-05-17 22:08:21 +00:00
Ermal
098820e224 Ticket #1534. Check if a rc file exists before trying to run it. Also return if we execute a stop command through rc file to be consistent with the start_service function. 2011-05-17 21:47:20 +00:00
Ermal
67d78c87c9 Ticket #1534. Serialize all the xmlrpc requests coming to the firewall. Seems such request can stomp into each other and create either corruption of xmlrpc request or other issues. 2011-05-17 21:18:33 +00:00
jim-p
f5adee3f6e Make sure all CP form elements are disabled/enabled with the master checkbox. 2011-05-17 14:24:39 -04:00
jim-p
a7af5ddcce Don't put an empty PSK into the file, and try to avoid extra whitespace to be safe. 2011-05-17 14:04:08 -04:00
jim-p
aab2a3f6df Update default gitsync url to be the github URL. If anyone had done a gitsync before to the standard URL, they'll need to either rm /root/pfsense/ or cd /root/pfsense/pfSenseGITREPO/pfSenseGITREPO; git remote set-url origin git://github.com/bsdperimeter/pfsense.git; and then gitsync again. 2011-05-16 16:57:02 -04:00
jim-p
1a13765065 Fixup MAC display on this other path too 2011-05-16 16:47:47 -04:00
jim-p
701989fbe4 Print the MAC mfg on another line in a smaller font if it's found. Less obtrusive than completely replacing the MAC. 2011-05-16 15:40:44 -04:00
Warren Baker
73bf4a46d9 Use base 1000 on user graphs and display cumulative of Total users logged in over the 'x' period. 2011-05-16 16:26:43 +02:00
Warren Baker
9cd7285680 Ensure that $timestamp is only ever written out if it contains a value and let file be retained through reboots. 2011-05-16 16:25:32 +02:00
Warren Baker
24fa000b38 Remove Total users graph this has become redundant and replaced with a cumulative result. 2011-05-16 16:24:45 +02:00
Ermal
4e4de1d1af Resolves #1529. Check if the file exists before opening it. 2011-05-14 13:59:11 +00:00
Evgeny
4450527f90 Fix small typo 2011-05-14 11:23:20 -05:00
Evgeny
57f2840e1f MAC prefix to vendor resolution at Status->Interfaces, Status->DHCP leases, Diagnostics->ARP table 2011-05-14 11:23:05 -05:00
Bill Marquette
92ca10c1f6 Merge branch 'axscode-pfs' 2011-05-14 11:16:56 -05:00
Bill Marquette
23b774e0cf Merge branch 'master' into yakatz-ssl 2011-05-14 11:08:39 -05:00
Bill Marquette
2ad2758fef Merge branch 'drcookie-he.net' 2011-05-14 10:48:57 -05:00
Chris Wells
8ea77433a9 Added HE.net (dns.he.net) to the list of available dyndns services. 2011-05-14 10:39:13 -04:00
Ermal
5e80046a6b Resolves #1524. USe the correct field from netstat parsed output. 2011-05-13 19:24:16 +00:00
jim-p
e7237dd03c Fix interface recognition for diag > arp. It was't seeing wireless interfaces properly. 2011-05-13 13:27:35 -04:00
jim-p
b45630bf1a Fix whitespace. 2011-05-13 13:09:47 -04:00
jim-p
f1273b82b6 Sync with dhcp leases reading code. 2011-05-13 13:07:56 -04:00
jim-p
60c5d29b5f Test for array before using variable as one. 2011-05-13 09:45:25 -04:00
jim-p
042578fd63 Fix comment 2011-05-12 14:04:04 -04:00
jim-p
dc073abdfd Also skip the rewind binding state or leases show expired. Reported at http://forum.pfsense.org/index.php/topic,36657.0.html 2011-05-12 13:59:58 -04:00
jim-p
2b094d211c This function takes two parameters, fix PHP error. Reported at http://forum.pfsense.org/index.php/topic,36648.0.html 2011-05-12 13:26:05 -04:00
Scott Ullrich
eb06ca8eb8 Revert this change. reload_all() already sends a reload message. Unfortunately there is still something else lurking that causes a delay when loading the wizard step 2011-05-12 13:03:40 -04:00
Scott Ullrich
9545fe7a4e Use send_event() 2011-05-12 11:41:50 -04:00
Scott Ullrich
602e98063d Use send_message and issue the reload all operation in the background 2011-05-12 11:38:52 -04:00
jim-p
1031c9ea76 Make autocomplete on the login form optional. 2011-05-12 10:45:30 -04:00
jim-p
a1bad14197 Fix IPsec descr trimming for rule labels. Ticket #1426 2011-05-11 17:03:00 -04:00
Scott Ullrich
b148ab813f Skip step #9 for non pfSense branded installations 2011-05-11 16:40:45 -04:00
jim-p
4bc2c6766e Test for array/size before foreach 2011-05-11 16:12:29 -04:00
jim-p
728003c893 Various CRL fixes, handle empty internal CRLs better. 2011-05-11 16:10:49 -04:00
Scott Ullrich
51b9e41d9e Reload the wizard and then redirect to a wizard completed step. Prompt the user to donate to the project. 2011-05-11 15:26:11 -04:00
sullrich
00c3620146 version bump to rc2 2011-05-11 15:02:37 -04:00
Chris Buechler
a9392a4e36 Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mterron-clone into review/master 2011-05-07 22:20:11 -04:00
jim-p
c7ac47fd2d Misc fixes to make the openvpn wizard stop re-creating a CA previously made via the wizard if you re-ran the wizard and chose a CA instead. Fixes #1512 2011-05-07 16:07:58 -04:00
Chris Buechler
2635f1f52f this should be checking for synchronizetoip not pfsyncpeerip 2011-05-07 00:14:54 -04:00
Chris Buechler
9c04a8c079 passive should always be on for mobile clients per racoon man page 2011-05-06 22:51:52 -04:00