summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Collapse)AuthorAgeFilesLines
* isarray -> is_arrayScott Ullrich2005-09-081-1/+1
| | | | Found-by: databeestje
* Aargh, test before commit!!! *smack*Bill Marquette2005-09-071-10/+0
| | | | Fixing stupid non-cleaned up copy/paste
* Correctly allow a true, false, undef returnBill Marquette2005-09-071-3/+13
|
* fsck /cf not all file systemsBill Marquette2005-09-071-1/+1
|
* while -> ifScott Ullrich2005-09-071-2/+2
|
* Do not fsck on umountScott Ullrich2005-09-071-4/+0
|
* If status <> 0 then run fsck -yScott Ullrich2005-09-061-3/+3
|
* Return -2 when a invalid alias name is detectedScott Ullrich2005-09-061-1/+1
|
* Clarify that we need 2 assigned interfacesScott Ullrich2005-09-061-2/+3
|
* Add a note that a firewall needs two interfaces atleast for the mentally ↵Scott Ullrich2005-09-061-0/+3
| | | | challanged.
* Not need to require secondary dns on pppoe connectionsScott Ullrich2005-09-061-2/+0
|
* Fix comment.Colin Smith2005-09-061-2/+2
|
* Rewrite get_interface_list(). It now grabs a list of interface cloners ↵Colin Smith2005-09-061-35/+16
| | | | instead of using a static list, makes fewer shell calls (more noticeable on systems with many interfaces), and does not use the preg engine.
* Add "embedded" platform checkScott Ullrich2005-09-051-2/+4
|
* Restore previous behavior. /tmp and /var will not be writable.Scott Ullrich2005-09-051-11/+12
|
* (#458) create reserved word list - we'll stumble over more reserved words in ↵Bill Marquette2005-09-051-0/+5
| | | | the future
* Add option which checks for /tmp/ro_root_mount to alert system that we need ↵Scott Ullrich2005-09-041-1/+4
| | | | a rw mount on root
* Arrays start at 0 not 1Bill Marquette2005-09-041-1/+1
|
* Yet-another-submission-by: databeestje (Seth) (who will have a cvs bit soon)Scott Ullrich2005-09-041-1/+12
| | | | | | | | | | | | | CVSTrac message: This should fix it and might even work with https reading from the XML_RPC_Client code. Tested with http on port 8888 on both carp boxen. We need to state this in the Wiki Somewhere. For syncing configuration both carp machines need to be running the same protocol and on the same port to function. Teehee!
* Handle 11g only correctlyScott Ullrich2005-09-041-4/+8
|
* Add {} for readabilityScott Ullrich2005-09-031-1/+2
|
* Only iterate item if a arrayScott Ullrich2005-09-031-41/+42
|
* Umount correctlyScott Ullrich2005-09-031-19/+15
|
* Mount and umount for pfSense platforms, too.Scott Ullrich2005-09-031-4/+6
|
* -f is not even an option. Bad dhclient web page giving out false info.Scott Ullrich2005-09-031-5/+5
|
* Log error when file system is dirtyScott Ullrich2005-09-031-0/+1
|
* Check to make sure we can mount / correctly when needed. If wec cannotScott Ullrich2005-09-031-1/+6
| | | | mount for some reason kick off fsck -y until the f/s is non-dirty.
* * Launch DHCLIENT in foreground mode.Scott Ullrich2005-09-031-5/+5
| | | | | | * use mwexec_bg to launch item in the background Confusing, eh?
* Import OpenVPN 1.2 settings(m0n0wall) from Peter AllgeyerScott Ullrich2005-09-021-137/+345
| | | | <allgeyer_AT_web.de>
* Do not setup supplicant if running hostapScott Ullrich2005-09-021-3/+6
|
* Add HOSTAP WPA supportScott Ullrich2005-09-021-0/+31
|
* Add patches from databeestje which:Scott Ullrich2005-09-011-0/+14
| | | | This will supress ARP messages when interfaces share the same physical network
* Set /sbin/sysctl net.inet.ipsec.crypto_support=1 if PadlockScott Ullrich2005-08-311-3/+4
|
* Detect ACE in CPU lineScott Ullrich2005-08-311-1/+1
|
* Do not set net.inet.ipsec.crypto_supportScott Ullrich2005-08-311-1/+1
|
* Log an error when failover dhcp is enabled with no virtual ipsScott Ullrich2005-08-311-0/+2
|
* Do not iterate a non arrayScott Ullrich2005-08-311-8/+10
|
* Woops! Use correct field.Scott Ullrich2005-08-311-2/+2
|
* Add and honour sitedown slbd fieldScott Ullrich2005-08-311-1/+1
|
* Set dns servers correctlyScott Ullrich2005-08-311-1/+1
| | | | Ticket #436
* Dns from dhcp fixes for GG to test.Jeb Campbell2005-08-301-0/+10
|
* add ;Scott Ullrich2005-08-301-1/+1
|
* Move DNS to pool areaScott Ullrich2005-08-301-1/+1
|
* Move DNS to pool areaScott Ullrich2005-08-301-13/+13
|
* Allow DNS to work if only 1 is setScott Ullrich2005-08-301-2/+5
|
* Add WPA backend supportScott Ullrich2005-08-291-0/+24
|
* Until dhclient-script can be cleaned up a little more, work around ↵Scott Ullrich2005-08-291-0/+3
| | | | nameserver nameserver foo bug
* Correctly handle option domain-name-serversScott Ullrich2005-08-291-10/+11
|
* Correctly save dns serversScott Ullrich2005-08-291-2/+2
| | | | Ticket #426
* Only set $havedns = true if $ns is setScott Ullrich2005-08-281-2/+3
|
OpenPOWER on IntegriCloud