summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
...
| * Cleanup NanoBSD firmware upgradeScott Ullrich2009-08-121-2/+7
| |
| * Reload DHCP server after making changesScott Ullrich2009-08-121-1/+4
| |
* | Fix typoChris Buechler2009-08-171-1/+1
|/
* Make sure config.inc is sourcedScott Ullrich2009-08-101-2/+3
|
* Allow logging everything to syslog (allows syslog of snort, amongst other ↵Chris Buechler2009-08-091-0/+6
| | | | things)
* Allow tcpdump by default on enc. There is no measurable performance impact, ↵Chris Buechler2009-08-081-2/+2
| | | | and it's annoying to flip the sysctls to allow when needed.
* Do not create /root/var/tmpScott Ullrich2009-08-061-2/+1
|
* Do not touch /var/tmp/Scott Ullrich2009-08-061-1/+1
|
* Only symlink pkg dirScott Ullrich2009-08-061-2/+0
|
* Reverse link arguments and rm dirScott Ullrich2009-08-061-2/+3
|
* Create symlink after disks are mountedScott Ullrich2009-08-062-7/+6
|
* Allow packages to be persistent across reboots. Resolved #44sullrich2009-08-051-1/+9
|
* add "Disable reply-to" box. Work around for bug #14Chris Buechler2009-08-031-1/+1
|
* Tell syslogd to not compress information to the following line is repeated N ↵Scott Ullrich2009-07-291-3/+3
| | | | times. This unbreaks sshlockout_pf.
* Show size of detected on disk partition and size of upgrade fileScott Ullrich2009-07-241-2/+1
|
* Don't log an error unless there really is one.Chris Buechler2009-07-241-2/+4
|
* Merge branch 'RELENG_1_2' of http://gitweb.pfsense.org/pfsense/mainline into ↵Chris Buechler2009-07-231-5/+8
|\ | | | | | | RELENG_1_2
| * Minor commnentsScott Ullrich2009-07-231-5/+8
| |
* | Fix rdr on PPPoE and PPTP serversChris Buechler2009-07-231-4/+4
|/
* Revert the flowtable addition that should have never been accidently ↵Scott Ullrich2009-07-191-14/+13
| | | | commited. Skip pfsync0 similar to how we do in master/HEAD
* move up glxsb to ensure it gets loaded well before VPNs start, otherwise it ↵Chris Buechler2009-07-191-3/+3
| | | | won't get used.
* Load glxsb by default, unless disabled. Add option to disable to System -> ↵Chris Buechler2009-07-192-1/+23
| | | | Advanced.
* Fix variable name so that the prefer old SA knob actually does what one ↵Seth2009-07-161-1/+1
| | | | expects it to do.
* needs to be a global nowScott Ullrich2009-07-151-0/+2
|
* Do not allow muting of serial + full installScott Ullrich2009-07-151-0/+2
|
* Do not allow muting of a serial console. The kernel gets very cranky and ↵Scott Ullrich2009-07-151-1/+9
| | | | dishes cannot control tty errors
* Switch over the dns list from arguments to dnswatch to a file which holds ↵Seth2009-07-141-4/+3
| | | | them which dnswatch will use
* Call conf_mount_rw() earlyScott Ullrich2009-07-121-2/+2
|
* Allow auto firmware upgrade to work on NanoBSDScott Ullrich2009-07-111-2/+3
|
* Allow auto firmware upgrade to work on NanoBSDScott Ullrich2009-07-111-2/+11
|
* For now set the number of flows to the same as allowable states.Scott Ullrich2009-07-111-0/+3
|
* Do not add hostname to watch in the refresh ipsec policy section, there may ↵Seth2009-07-112-4/+7
| | | | | | | | | | | | be other tunnels using the same endpoint which need refreshing as well. This is also done in the part where the racoon configuration is written so it's safe to skip it here. Silence the logging in the dnscache code and the ipsec route add code into a debug check FIXME: there is a possible situation where hostname changes can be missed. In a lot of tunnels situation there might be updates of other hostnames that changed while we were reconfiguring. Not sure how to handle that.
* Correct out of place {Scott Ullrich2009-07-101-1/+2
|
* Make the dnswatch list array unique before processingSeth2009-07-111-0/+1
|
* Increase the PHP running memory limit to 128MB from 32MB, on 1.5MB largeSeth2009-07-091-2/+2
| | | | config XML files we run out of memory.
* This routine was not meant to foreach() even though it is inside a ↵Scott Ullrich2009-07-091-0/+1
| | | | foreach(). It's slightly confusing but the foreach obtains the correct namespace and then processes. Add the needed break; statemenet because on subequent foreach() loops, the carp password will be WRONG/BLANK.
* MFC fix from ErmalChris Buechler2009-07-091-12/+12
| | | | Fixes #26
* Add $d_fwupenabled_path as global variableScott Ullrich2009-07-071-1/+1
|
* Unbreak 1.2.3 back from HEAD. Was unaware of this new subsystem_dirt business.Scott Ullrich2009-07-071-5/+7
|
* Add a seatbelt check to ensure the on disk partition is the same size (or ↵Scott Ullrich2009-07-071-1/+15
| | | | larger) and bail if it has any issues.
* Do not call mute_kernel_msgs() it causes havoc.Scott Ullrich2009-07-071-4/+0
|
* Backout last commit, the problem still exists when launching ↵Scott Ullrich2009-07-071-5/+0
| | | | filter_configure() later on
* On bootup check to see if rc.newwanip is excuting and if so, delay for 5 ↵Scott Ullrich2009-07-071-2/+7
| | | | | | | seconds until it is finished. This works around the silly bug in 1.2.X: Warning: no access to tty (Inappropriate ioctl for device). Thus no job control in this shell.
* Correct /etc/rc.conf_mount_ro location. Ensure /tmp/ is setup correctly.Scott Ullrich2009-07-071-1/+4
|
* Sync with HEADScott Ullrich2009-07-051-38/+39
|
* Send file list to its own logfileScott Ullrich2009-07-051-1/+1
|
* Add NanoBSD supportScott Ullrich2009-07-051-2/+11
|
* Fix option #2 in firmware upgrade (console) for NanoBSD, bdiff.Scott Ullrich2009-07-051-2/+2
|
* Remove newlineScott Ullrich2009-07-051-1/+1
|
* Add newline before DANGERScott Ullrich2009-07-051-1/+1
|
OpenPOWER on IntegriCloud