summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak static routesSeth Mos2011-01-216-6/+7
| | | | Add initial NPt Network Prefix Translation pages
* Enlarge subnet bits to 128Seth Mos2011-01-202-3/+4
|
* Merge remote branch 'upstream/master'Seth Mos2011-01-2016-37/+66
|\ | | | | | | | | Conflicts: etc/inc/system.inc
| * Allow setting package interfaces to loopback (lo0)Scott Ullrich2011-01-191-0/+1
| |
| * Ticket #1210. Also here unset any previous value if none posted.Ermal2011-01-191-0/+8
| |
| * If no value is posted means we have no value to save in config and should ↵Ermal2011-01-191-1/+13
| | | | | | | | unset any pervious set ones.
| * Resolves 1209. Correctly calculate the necessary data to return from an ↵Ermal2011-01-191-3/+3
| | | | | | | | 'pfsense' format encrypted file.
| * This logic was reversed fix it. Reported-by: SethErmal2011-01-191-1/+1
| |
| * don't show platform here (rebrands)Chris Buechler2011-01-191-1/+1
| |
| * Ticket #259 trim the \n from the command output and return only the numeric ↵Ermal2011-01-191-2/+2
| | | | | | | | part of it.
| * If an outbound nat rule has a protocol specified, show it in the summary view.jim-p2011-01-191-0/+2
| |
| * Prevent a IPv6 address from breaking system routing. This is a hack because ↵smos2011-01-191-0/+2
| | | | | | | | we don't have the proper ip validation in 2.0 mainline
| * fix DNS rebinding descrChris Buechler2011-01-181-4/+4
| |
| * Ticket #836 Ticket #1194 and ↵Ermal2011-01-181-3/+3
| | | | | | | | http://forum.pfsense.org/index.php/topic,32175.msg166263.html#msg166263 suggest that now that CP actions are quite fast its better to send the logout data before actually disconnecting the client.
| * Do not put a config entry for dhcpd if we cannot determine the subnet ↵Ermal2011-01-181-2/+5
| | | | | | | | address. Reported-by: http://forum.pfsense.org/index.php/topic,32303.0.html
| * Better way to determine the username for config descrsjim-p2011-01-181-2/+4
| |
| * Fix variable name referencejim-p2011-01-181-1/+1
| |
| * Fix references to what was apparently supposed to be $g['booting'] and not ↵jim-p2011-01-181-4/+4
| | | | | | | | $bootup.
| * Add a description to this write_config() so it's a little more obvious what ↵jim-p2011-01-181-2/+2
| | | | | | | | it's doing in the logs.
| * The use of log_error() requires util.incWarren Baker2011-01-181-0/+1
| |
| * No need to set this here, we already set it in config.inc (and it takes ↵jim-p2011-01-181-5/+0
| | | | | | | | precedence)
| * No need to set this here anymore. We set it higher by default.jim-p2011-01-181-5/+0
| |
| * Add the cron job a different way. There have been a couple reports of losing ↵jim-p2011-01-181-2/+10
| | | | | | | | CAs during the config upgrade and this was the only added function at the time.
* | Fix broken merge, change variable name to define inet familySeth Mos2011-01-181-11/+4
| |
* | Merge remote branch 'upstream/master'Seth Mos2011-01-18132-2256/+2545
|\ \ | |/ | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/system.inc
| * Specify the -inet family so that accidental IPv6 addresses here don't break ↵smos2011-01-171-3/+3
| | | | | | | | the system routing.
| * Add the default value for the new tunable debug.pfftpproxy to 0. It allows ↵Ermal2011-01-172-2/+8
| | | | | | | | to disable the pfftpproxy. Also add it to the default config.xml though no upgrade code should be needed since people can create this from the gui and hopefully do not need to know about this anyway.
| * Really do not deactivate netgraph if the underlying interface is needed by it!Ermal2011-01-171-10/+11
| |
| * Ticket #1198. Fix code when checking client or serverPierre POMES2011-01-151-2/+2
| |
| * Fix serial port note text.jim-p2011-01-141-1/+1
| |
| * Remove extra bracejim-p2011-01-141-1/+1
| |
| * Better test for an empty CA to avoid writing out an empty CA file (some on ↵jim-p2011-01-141-2/+2
| | | | | | | | the forum are seeing this.)
| * Validate imported CA/Cert a bit more strongly. Should fix #1190jim-p2011-01-132-0/+4
| |
| * Bail on reinstalling all packages if we can't contact the package repo.jim-p2011-01-121-0/+9
| |
| * We no longer use /var/run/config.lock - catch up to other progress. Also, ↵jim-p2011-01-125-9/+7
| | | | | | | | use lockf to test if the config is locked now, with a 30 second timeout.
| * Ticket #621. Sort even csr subject to have the matching go ok during import ↵Ermal2011-01-121-0/+1
| | | | | | | | of externally signed cers.
| * Only copy 52 chars of a user descr to the pf rule. When added to the ↵jim-p2011-01-121-1/+1
| | | | | | | | "USER_RULE: " prefix (11 chars) we hit the 63 char limit. Fixes #1187
| * Revert "nuke content size."Scott Ullrich2011-01-111-1/+1
| | | | | | | | This reverts commit 456962bde2b5b64f2feca58728d96c9c45463f1d.
| * Ticket #1183. Skip call to filter_configure() here, this will be done when ↵Pierre POMES2011-01-101-1/+0
| | | | | | | | user will click on 'apply changes' button in firewall_aliases.php
| * Sort installed packages in a case insensitive way on the widget and ↵jim-p2011-01-102-2/+2
| | | | | | | | installed packages list.
| * Whitespace fixesjim-p2011-01-101-90/+83
| |
| * Sort services on the services status page and widget.jim-p2011-01-102-2/+15
| |
| * Be more restrictive with PPTP passwords, invalid characters can blow up the ↵jim-p2011-01-101-1/+1
| | | | | | | | config.
| * Bump config version, add upgrade code to setup cron job for URL table update ↵jim-p2011-01-102-1/+6
| | | | | | | | script.
| * Update config.xml to a more recent version, include a cron job for URL table ↵jim-p2011-01-101-96/+49
| | | | | | | | aliases updates.
| * Ticket #875. While ldconfig should be called by pkg code itself do it ↵Ermal2011-01-101-1/+4
| | | | | | | | explicitly to have the cache file rebuilt with correct list.
| * Ticket #317. Unconditionally synchronize users on bootup this might prevent ↵Ermal2011-01-101-3/+2
| | | | | | | | some reports of ssh keys not being there.
| * Ticket #944. Do not use the interface_bring_down fucntion here since it is ↵Ermal2011-01-101-5/+5
| | | | | | | | meant for assigned interfaces. Directly destroy previous vlan interface if parent changes.
| * Ticket #1013. Force NAS_PORT to be of type integer to avoid it being ↵Ermal2011-01-102-4/+4
| | | | | | | | interpreted as char and generate wrong radius packet.
| * Add EasyRule images to all other themes. Should work in all themes now.jim-p2011-01-1014-0/+0
| |
OpenPOWER on IntegriCloud