Evgeny Yurchenko
b45babaeb5
Bug #1403 . Filter Rules description do not get saved when "(quote) present as character
2011-05-27 21:55:22 +00:00
Ermal Luçi
ce91583bde
Merge pull request #1 from EvgenyY/6e2a15e677fa0558ba0c9b1700be38f4065a76f6
...
Speed/duplex select for interfaces
2011-05-28 09:19:33 -07:00
Scott Ullrich
552605326c
Add note about voucher sync (only enable on slave nodes).
2011-05-27 13:27:34 -04:00
Scott Ullrich
58f963d0da
Clarify auth option to include Vouchers
2011-05-27 13:06:29 -04:00
Evgeny Yurchenko
6e2a15e677
Hiding mediaopt under Advanced button
2011-05-27 15:21:25 +00:00
Bill Marquette
13f0762d9c
Fix #1277
...
Wasn't able to remove the multicast RIPv2 discovery at startup, but
all ripv1 response's are gone now.
2011-05-26 22:28:19 -05:00
Ermal
b75d32e558
Free ipfw rule number after mac pass-through deletion.
2011-05-26 20:51:23 +00:00
Ermal
ab731f5408
Bring more consistent style to CP edit mac and ip passthrough pages.
2011-05-26 20:16:08 +00:00
Warren Baker
1a6cb6e763
Remove decimals from cumulative users graph.
2011-05-26 13:41:12 +02:00
Scott Ullrich
d65962a773
Adding a new hook system for firewall nat edit and firewall rules edit page.
...
Basically if the directory exists it will suck in the files to extend these pags.
/usr/local/pkg/firewall_nat/input_validation
/usr/local/pkg/firewall_nat/pre_write_config
/usr/local/pkg/firewall_nat/htmlphpearly
/usr/local/pkg/firewall_nat/htmlphplate
/usr/local/pkg/firewall_rules/input_validation
/usr/local/pkg/firewall_rules/pre_write_config
/usr/local/pkg/firewall_rules/htmlphpearly
/usr/local/pkg/firewall_rules/htmlphplate
2011-05-25 19:43:51 -04:00
Scott Ullrich
474f36d1b2
* Add is_ipaddr_configured() so that people do not need to reinvent the wheel for this task
...
* Check to make sure the administrator is not entering the IP address of the same host preventing a issue where the firewall will sync the voucher database to itself and cause the webConfigurator to crash.
2011-05-25 18:02:05 -04:00
Ermal
c206a2ab96
Disable csrf checks when posting from scripts.
2011-05-25 20:36:01 +00:00
Ermal
05771a2485
Provide a voucher_expire function so that voucher can be expired through a POST.
2011-05-25 20:28:10 +00:00
Ermal
f6f1c84748
Update some code to be more readble and more compliant to php5
2011-05-25 11:02:53 +00:00
jim-p
4e12754d1a
Fix automatic and manual outbound NAT for PPTP. Fixes #954
2011-05-24 13:39:38 -04:00
lgcosta
7a18dfa4ed
Fixes #1444 . Implements the same fix that issue ermal made in #1522 to the console menu
2011-05-23 11:56:32 -03:00
Evgeny Yurchenko
509ca889c9
Adding gui to choose media options for interfaces.
2011-05-21 15:35:35 +00:00
jim-p
aa6699fbea
Fix config sync issue. Resolves #1547 Fixed-by: Ermal
2011-05-20 10:27:29 -04: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
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
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
Chris Buechler
0d5c21f743
fix missing images for CRLs
2011-05-17 21:59:03 -04: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
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
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
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
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
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
Scott Ullrich
b148ab813f
Skip step #9 for non pfSense branded installations
2011-05-11 16:40:45 -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