Ermal
|
abcdca835c
|
Fixes #1386. Correct unlooping nested port aliases.
|
2011-05-20 16:54:42 +00:00 |
|
jim-p
|
aa6699fbea
|
Fix config sync issue. Resolves #1547 Fixed-by: Ermal
|
2011-05-20 10:27:29 -04:00 |
|
Ermal
|
aa3c486685
|
Correct code to use correct refernces for proxy settings set in Advanced->misc. Reported-by: http://forum.pfsense.org/index.php/topic,36939.0.html
|
2011-05-20 16:10:27 +00:00 |
|
Ermal
|
2a57a4d1c1
|
Correct curl setting for setting a proxy username and password. Reported-by: http://forum.pfsense.org/index.php/topic,36939.0.html
|
2011-05-20 15:45:01 +00:00 |
|
Ermal
|
b7d56b6412
|
Fixes #1508. When an interface is configured as static and an up event comes manually trigger rc.newwanip so gateway and other services get restarted properly.
|
2011-05-19 21:03:21 +00:00 |
|
jim-p
|
43a68abc9d
|
Fix clearing of PPTP/PPPoE/L2TP server raw logs. Fixes #1340
|
2011-05-19 14:47:56 -04:00 |
|
jim-p
|
51f8a7f8d5
|
Correct password variable name for input validation test on PPTP users. Fixes #1239
|
2011-05-19 14:26:26 -04:00 |
|
jim-p
|
bac9941b5e
|
Reject alias names that are too long. Fixes #1510
|
2011-05-19 13:34:43 -04:00 |
|
jim-p
|
dfa6dedad7
|
Fix array parsing of rc files. Resolves #1541
|
2011-05-19 12:51:58 -04:00 |
|
jim-p
|
a83d01d8d2
|
Fix conf.default version
|
2011-05-19 08:56:19 -04:00 |
|
Ermal
|
2f6532d552
|
Fixes #1514. Differentiate in the carp settings between layer7, limiter and queues so layer7 and limiters do not rely on queues being active.
|
2011-05-18 23:09:48 +00:00 |
|
Ermal
|
941baf1e26
|
When uninstalling packages try to remove even any rc files created by packages.
|
2011-05-18 22:49:07 +00:00 |
|
Ermal
|
6c19757e15
|
Restore running custom scripts under /usr/local/etc/rc.d directory since it causes regressions and its a feature used by many users.
|
2011-05-18 22:40:24 +00:00 |
|
Ermal
|
c415a55bd3
|
Micro optimization.
|
2011-05-18 21:56:13 +00:00 |
|
Ermal
|
bb4fcffd7d
|
Fixes #1522. Call interface reconfigure so we bring down the interface and than re-configure it.
|
2011-05-18 21:54:12 +00:00 |
|
Ermal
|
f51d4f989e
|
Ticket #1534, #1433. Remove custom sync code for vip, since it array_merge() replaces same keys data when merging. But make the code for reloading only changed vips after merge better and some more checks.
|
2011-05-18 21:31:35 +00:00 |
|
Ermal
|
516114406b
|
Ticket #1534, #1433. Properly merge carp interfaces and do not reload carp interfaces that have not change any configuration parameter. Also make merge_config_section_xmlrpc() an alias for restore_config_section_xmlrpc() since that what it is.
|
2011-05-18 21:11:10 +00:00 |
|
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 |
|