summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixes #1327. Put description that a full qualified hostname is required.Ermal2011-06-101-0/+1
|
* Allow OpenNTPD to listen on Virtual IPs, not just interfaces. Fixes #342jim-p2011-06-081-1/+5
|
* Actually make this code more readble.Ermal2011-06-081-3/+2
|
* Remove the entry from old entries even when there are no changes to prevent ↵Ermal2011-06-081-2/+3
| | | | marking them down.
* Generate proper index for unsetting so we do not destroy all the vips in the ↵Ermal2011-06-081-1/+1
| | | | backup.
* Nuke trailing newlineScott Ullrich2011-06-071-1/+1
|
* Oops correct the POST destination page.Ermal2011-06-071-1/+1
|
* Add a div around input errors box so that it can be hidden on subequent page ↵Scott Ullrich2011-06-061-0/+2
| | | | posting
* Correct whitespace.Ermal2011-06-061-2/+1
|
* Ticket #1412. Provide even a link to this page through System->User ManagerErmal2011-06-061-2/+5
|
* Ticket #1412. Fixing the access login to the user manager presented another ↵Ermal2011-06-062-346/+373
| | | | problem since now users cannot change their passwords anymore. Allow this through another page and an extra priviledge needed to be added to the user for allowing them to change the password.
* Restoring gray background to the right of some tables in GUI (theme pfsense_ng).Evgeny Yurchenko2011-06-051-1/+1
|
* Reverting class="sortable" damaged by commit ↵Evgeny Yurchenko2011-06-055-8/+9
| | | | 17d5077f61d963178f47e016b8768b768800ba68
* Merge remote branch 'origin/master'Evgeny Yurchenko2011-06-059-12/+58
|\
| * s/WAN//Chris Buechler2011-06-041-1/+1
| |
| * fix typo, add warningChris Buechler2011-06-041-1/+1
| |
| * Show the MAC on the page rather than just a hover, too many times it needs ↵Chris Buechler2011-06-041-1/+1
| | | | | | | | to be copied/pasted or quickly viewed, and the vendor isn't nearly as useful as the actual MAC.
| * Allow duplicating an IPsec phase 2. The code was already on ↵jim-p2011-06-031-0/+3
| | | | | | | | vpn_ipsec_phase2.php but unlinked.
| * Add a GUI selection for racoon's generate_policy directive since it may be ↵jim-p2011-06-031-0/+18
| | | | | | | | useful in certain configurations, especially for mobile clients.
| * Add a button here to clear the package lock.jim-p2011-06-031-1/+10
| |
| * Instead of showing an emtpy drop-down for CA/Cert/CRL, show an error that ↵jim-p2011-06-032-0/+20
| | | | | | | | there are none defined, and link to the page to create one.
| * Remove the warning message that a user doesn't have any CA/Certs when ↵jim-p2011-06-032-8/+0
| | | | | | | | viewing OpenVPN connections. This is just confusing people, and isn't relevant to people using only shared key tunnels.
| * Redirect back to the CA/Cert management page after delete so a person can't ↵jim-p2011-06-032-0/+4
| | | | | | | | refresh and accidentally delete other CA/Certs. (CRLs are deleted differently and don't need this fix)
* | Restoring gray background to the right of some tables in GUI.Evgeny Yurchenko2011-06-057-11/+10
|/
* Show how much data has passed on an SAD entry.jim-p2011-06-021-0/+2
|
* Patch from EvgenyY to allow editing an existing p2 without it being flagged ↵jim-p2011-06-021-7/+21
| | | | a duplicate.
* Add "Default" choice that will unset the media/mediaopt, otherwise whatever ↵jim-p2011-06-021-0/+1
| | | | is first in the list is saved in the config.
* Correct input object name from wrong copy/pasto. Reported-by: ↵Ermal2011-06-021-1/+1
| | | | http://forum.pfsense.org/index.php/topic,37369.0.html
* Merge remote branch 'origin/master'Evgeny Yurchenko2011-06-015-6/+25
|\
| * Make the ICMP echo request type less ambiguous, and since it's likely the ↵jim-p2011-06-012-2/+2
| | | | | | | | main one to get used, move it to the top.
| * Add tunable, by default disabled, to enable the default gateway switching ↵Ermal2011-06-011-0/+15
| | | | | | | | feature when the default one 'disappears'.
| * Fixes #1412. Properly pass the page to match so users are not always ↵Ermal2011-06-011-1/+1
| | | | | | | | presented with the change password screen. Proper fix.
| * Fixes #1412. Properly pass the page to match so users are not always ↵Ermal2011-06-011-1/+1
| | | | | | | | presented with the change password screen.
| * Ticket #944. Also destory the previous interface if the user changing the ↵Ermal2011-06-011-1/+1
| | | | | | | | vlan tag of an existing vlan entry.
| * Fixes #944. Use the correct interface name to destroy the previous vlan if ↵Ermal2011-06-011-3/+7
| | | | | | | | the parent is changed.
* | Bug #1560.IPsec GUI needs to reject duplicate subnets in phase 2s for a ↵Evgeny Yurchenko2011-06-011-49/+24
|/ | | | given phase 1 (improvement of previous patch)
* Bug #1560. IPsec GUI needs to reject duplicate subnets in phase 2s for a ↵Evgeny Yurchenko2011-05-311-2/+41
| | | | given phase 1(site-to-site).
* Merge remote branch 'origin/master'Evgeny Yurchenko2011-05-312-15/+21
|\
| * Use array_overlay()Scott Ullrich2011-05-311-12/+10
| |
| * Use array_extendScott Ullrich2011-05-311-1/+16
| |
| * Remove debugging codeScott Ullrich2011-05-311-3/+0
| |
| * Add merge handler codeScott Ullrich2011-05-311-2/+11
| |
| * Remove bogus protection. We have better handling of this now.Scott Ullrich2011-05-311-13/+0
| |
* | Bug #1560. IPsec GUI needs to reject duplicate subnets in phase 2s for a ↵Evgeny Yurchenko2011-05-311-1/+28
|/ | | | given phase 1(mobile clients).
* Bug#1528. Automatically create outbound NAT rules on WAN for localhost when ↵Evgeny Yurchenko2011-05-301-0/+11
| | | | switching to manual.
* Use aon pluginScott Ullrich2011-05-301-1/+1
|
* Add plugin features to aon editScott Ullrich2011-05-301-1/+15
|
* Add missing plugin code. Move the pre_write section up a bit.Scott Ullrich2011-05-302-3/+17
|
* Bug #1403. Filter Rules description do not get saved when "(quote) present ↵Evgeny Yurchenko2011-05-273-16/+19
| | | | as character
* Merge pull request #1 from EvgenyY/6e2a15e677fa0558ba0c9b1700be38f4065a76f6Ermal Luçi2011-05-281-0/+58
|\ | | | | Speed/duplex select for interfaces
OpenPOWER on IntegriCloud