summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup read and write routines.Scott Ullrich2006-08-251-20/+9
| | | | Submitted-by: Andrew Thompson
* Do not mount / for writing twice. It's already mounted and slows down the ↵Scott Ullrich2006-08-251-1/+1
| | | | boot process.
* MFC 13992Scott Ullrich2006-08-251-1/+2
| | | | sync bogons list with latest from cymru
* Resolve msntp hosts before invoking msntp.Scott Ullrich2006-08-251-3/+3
| | | | | | Fixes long lasting resolution bug. See http://forum.pfsense.org/index.php/topic,1918.0/topicseen.html
* Carefully sync captive portal against m0n0wall 1.22Scott Ullrich2006-08-241-413/+504
|
* Sync with m0n0wall 1.22Scott Ullrich2006-08-242-256/+227
|
* Expand "Announce Dynamic local route" to textareaScott Ullrich2006-08-231-1/+3
| | | | Ticket #1071
* Correctly enable secure mode. Do not enable when dynamic gateway is enabled.Scott Ullrich2006-08-231-1/+1
|
* Version bump to RC3Scott Ullrich2006-08-231-1/+1
|
* Correct friendly interface names since other developers cannot be bothered ↵Scott Ullrich2006-08-231-5/+6
| | | | to help out.
* Work around a FreeBSD bug in both RELENG_6_1 and do not destroy CARP ↵Scott Ullrich2006-08-231-1/+24
| | | | | | interfaces unless absolutely necessary. This will help minimize panics until this situation can be repaired.
* Remove X11R6 and games path items.Scott Ullrich2006-08-231-1/+1
|
* Fix alias reflection handlingScott Ullrich2006-08-191-11/+43
| | | | Tickets #1066 #1068
* Use alias_expand_value()Scott Ullrich2006-08-191-2/+2
|
* resolve aliases for netcat entriesScott Ullrich2006-08-191-2/+10
| | | | Ticket #1080
* Add compatibility goo for HEAD for pfSenseHeaderScott Ullrich2006-08-181-1/+8
|
* Add compatibility goo to allow gettext/HEAD items to work on RELENG_1.Scott Ullrich2006-08-181-0/+7
|
* MFC 13823Scott Ullrich2006-08-181-2/+2
| | | | freenas package makes disk and mount arrays
* This one adds support for custom array types for the functions ↵Scott Ullrich2006-08-171-0/+10
| | | | | | dump_xml_config* . Submitted-by: DanielS
* Allow packages to define array variables.Scott Ullrich2006-08-171-1/+11
| | | | Submitted-by: DanielH
* Allow JavaSSH package to work correctly.Scott Ullrich2006-08-171-0/+1
| | | | ok: billm
* Do not install nat on rules if the interface cannot be deteriminedScott Ullrich2006-08-161-1/+2
|
* Handle 0's a little more gracefully to avoid:Scott Ullrich2006-08-141-2/+2
| | | | php: : RRD restore failed exited with 0, the error is:
* Backout patches from Ticket #1068Scott Ullrich2006-08-141-2/+2
|
* MFC 13760Scott Ullrich2006-08-141-1/+4
| | | | Correct UPNP anchor names
* Apply patch for Ticket #1068Scott Ullrich2006-08-141-1/+1
|
* Correctly discover last backup.Scott Ullrich2006-08-141-2/+3
|
* Return last entry for discover_backup()Scott Ullrich2006-08-141-2/+1
|
* When restoring the last known good configuration, really restore the last ↵Scott Ullrich2006-08-141-1/+1
| | | | known good, not the *OLDEST*!
* Destroy interfaces.Scott Ullrich2006-08-141-2/+1
|
* Do not destroy CARP interfaces for time being until a FreeBSD bug is zapped.Scott Ullrich2006-08-141-1/+3
|
* Invalidate CACHE after CARP changes.Scott Ullrich2006-08-141-1/+2
|
* config_validate requires a config file, not a file stream.Scott Ullrich2006-08-141-1/+1
| | | | Noticed-by: BillM
* Change detection code to detect <m0n0wall> instead of m0n0wall for config ↵Scott Ullrich2006-08-141-1/+1
| | | | upgrades,.
* config_validate requires a config file, not a file stream.Scott Ullrich2006-08-141-1/+1
| | | | Noticed-by: BillM
* flush the interface cache every time an interface is createdBill Marquette2006-08-112-9/+25
| | | | thanks go to MxxCon for testing
* MFC 13725 - really update cacheBill Marquette2006-08-112-6/+4
|
* MFC 13723 - Here's another 7-10 second speedup on my 4801 by caching the ↵Bill Marquette2006-08-112-11/+21
| | | | carp interface counters
* partial MFC of 13717Bill Marquette2006-08-112-3/+12
| | | | eek out another 10 seconds on my 4801 for rc.filter_configure
* MFC 13714Bill Marquette2006-08-111-3/+8
| | | | Cache interface IPs - this led to a 60+ second speed up on my 4801 when running rc.filter_configure
* Missed requireScott Ullrich2006-08-111-1/+1
|
* Rever commit. m0n0wall also uses require_once()Scott Ullrich2006-08-111-9/+9
|
* use rule cache for queue and normal user filter generationBill Marquette2006-08-111-54/+78
| | | | | cache table (alias) creation and only output them in the global scope instead of global and anchors (removes confusing warning messages)
* Change require_once to require.Scott Ullrich2006-08-111-10/+10
| | | | This is how m0n0wall works, not sure at what point I made this bad decision. Sorry!
* MFC 13700Scott Ullrich2006-08-111-3/+18
| | | | build an interface cache this saves 30 wallclock seconds on my 4801 when running rc.filter_configure on my vmware dev box it saved 24 seconds
* Fix Ticket #1046Scott Ullrich2006-08-091-16/+40
| | | | Submitted-by: Peter Allgeyer
* Don't move file when doing a restore, simply copy it.Scott Ullrich2006-08-091-1/+1
|
* s/gettext//Scott Ullrich2006-08-091-4/+4
|
* If no config.xml is found, attempt restore from the latest backup.Scott Ullrich2006-08-091-0/+8
|
* If no config.xml is found, attempt restore from the latest backup.Scott Ullrich2006-08-081-1/+9
|
OpenPOWER on IntegriCloud