summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Allow DHCP mappings to be resolved first for reverse lookups.Andrew Thompson2011-07-121-0/+12
| | | | | | This was affecting a kerberos installation where the first DNS alias was given for the PTR instead of the static DHCP mapping name, breaking the kerberos tokens.
* Put a netmask of /32 to all parameters of -k/-K/-b of pfctl to avoid any issues.Ermal2011-07-112-5/+5
|
* Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-07-114-1/+29
|\
| * Do not check to see if gateay falls within a null value. Resolves #1664Scott Ullrich2011-07-101-1/+2
| |
| * Do not check to see if gateay falls within a null value. Resolves #1664Scott Ullrich2011-07-101-4/+2
| |
| * fix textChris Buechler2011-07-101-1/+1
| |
| * Bug #1639. Port alias missing input validation in firewall_rules_edit.php.Evgeny Yurchenko2011-07-071-0/+20
| |
| * Bug #1641 fix. DHCP server default gateway needs input validation.Evgeny Yurchenko2011-07-071-0/+7
| |
| * Reconfigure wan/lan when finishing wizard, or the new IPs will not be applied.jim-p2011-07-071-0/+2
| |
* | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-07-075-6/+9
|\ \ | |/
| * Kill states from the previous ip the link had on all mpd consumers. Resolves ↵Ermal2011-07-061-1/+4
| | | | | | | | #1629
| * Feature #1603. Correct nested urltable alias code to be more fullproof to ↵Ermal2011-07-061-1/+1
| | | | | | | | errors and does not break the ruleset on large lists of urltables. Though this needs a revisit to work properly since it breaks urltable alias property of reloading contents.
| * Fix test for tun device, -f fails because it's a char device, not a regular ↵jim-p2011-07-061-1/+1
| | | | | | | | file. -e works.
| * Fix use post here, since the other var isn't defined as it was before my ↵jim-p2011-07-061-1/+1
| | | | | | | | commit yesterday.
| * Fix select detection code for the RADIUS NAS IP. Fixes #1648jim-p2011-07-061-2/+2
| |
* | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-07-068-22/+38
|\ \ | |/ | | | | | | Conflicts: etc/inc/priv.defs.inc
| * Spelling fix.Warren Baker2011-07-061-2/+2
| |
| * Fix handling of interface selectors in packages.jim-p2011-07-051-5/+6
| |
| * Revert "Revert "Simplify message""Scott Ullrich2011-07-041-3/+2
| | | | | | | | This reverts commit 6f385195612e5d5aaa9b870c293f81692785cd47.
| * Revert "Revert "Add php errors (non warnings) to the crash reporter""Scott Ullrich2011-07-041-2/+7
| | | | | | | | This reverts commit eac584f3b61de3513baf54633d9a9b854ff6eb03.
| * Revert "Add php errors (non warnings) to the crash reporter"Scott Ullrich2011-07-041-7/+2
| | | | | | | | This reverts commit cb61dad8ab812a3740648dc0e3f4b74959713ef3.
| * Revert "Simplify message"Scott Ullrich2011-07-041-2/+3
| | | | | | | | This reverts commit 6608507d3ba546a8a0c9ce2d6570f98d5494f11e.
| * Simplify messageScott Ullrich2011-07-041-3/+2
| |
| * Add php errors (non warnings) to the crash reporterScott Ullrich2011-07-041-2/+7
| |
| * Copy crash file to crash reporter directory if it existsScott Ullrich2011-07-041-0/+2
| |
| * Feature#1603. URL table aliases should be usable within network type aliases.Evgeny Yurchenko2011-07-031-1/+4
| |
| * Use product name for bsdlabelScott Ullrich2011-07-021-1/+1
| |
| * Do not add an automatic gateway on openvpn tap case since its only the netmask.Ermal2011-07-011-4/+10
| |
| * Unlock the fields when making a new internal cert, so we copy the data from ↵jim-p2011-07-011-4/+4
| | | | | | | | the CA but are not locked into it. (Cert details often differ from CA details...)
* | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-06-28134-50/+150
|\ \ | |/
| * Correctly display page titleErmal2011-06-281-1/+2
| |
| * Fix typojim-p2011-06-281-1/+1
| |
| * Make text cosmetics consistent and close off missing <span/> tag.Warren Baker2011-06-281-2/+2
| |
| * Use correct table header class.Warren Baker2011-06-281-1/+1
| |
| * More text consistency.Warren Baker2011-06-281-3/+3
| |
| * Note consistency and gettext() added.Warren Baker2011-06-281-1/+1
| |
| * Consistency of NOTE vs Note as through the rest of the webGUI.Warren Baker2011-06-281-1/+1
| |
| * Clean up leftover code not needed for anything.Ermal2011-06-271-9/+3
| |
| * When editing a vlan and chaning its tag id and the vlan is assigned correct ↵Ermal2011-06-271-3/+7
| | | | | | | | even the interface name of the assignment otherwise we result in breaking the install.
| * Don't do a csrf check when downloading packet capture, see ↵jim-p2011-06-271-0/+4
| | | | | | | | http://forum.pfsense.org/index.php/topic,37794.0.html - also exit after sending the file to the user to avoid partial broken page loads after downloading a packet capture.
| * Add a button to reset the RRD data (rm's rrd files and reinitializes).jim-p2011-06-271-2/+11
| |
| * Be consistent with upper and lowercase.Warren Baker2011-06-271-4/+4
| |
| * Bug #1615. Half-fix.Evgeny Yurchenko2011-06-261-1/+1
| |
| * Internal cert and CSR creation error handling added.Evgeny Yurchenko2011-06-231-4/+19
| |
| * Internal CA creation error handling added.Evgeny Yurchenko2011-06-231-3/+8
| |
| * Intermediate CAs and openssl_xxx() error checking in CA management.Evgeny Yurchenko2011-06-231-4/+63
| |
| * After an interface mismatch and apply actually show when we are rebooting ↵Scott Ullrich2011-06-231-6/+10
| | | | | | | | instead of the same message that the interface mismatch exists when really the system is rebooting.
| * Revert "Correct displaying any availble default value."Warren Baker2011-06-221-1/+1
| | | | | | | | This reverts commit 01c170c4612a4afdbaa2d6e9bf98552dddc1cde3.
| * Do not store CA and CERT in config unless needed. Will allow deleting unused ↵Evgeny Yurchenko2011-06-211-0/+5
| | | | | | | | certs.
| * More icons missing from certain themes...jim-p2011-06-21101-0/+0
| |
OpenPOWER on IntegriCloud