summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Add link_carp_interface_to_parent() functionScott Ullrich2007-03-202-0/+29
|
* Add missing text from ntp configureScott Ullrich2007-03-201-2/+14
|
* After openvpn resync all function, sleep for 5 seconds and trigger a filter ↵Scott Ullrich2007-03-201-0/+7
| | | | reload
* Back out changes, something went wrong.Scott Ullrich2007-03-181-2553/+2528
|
* Fix boobooScott Ullrich2007-03-181-2/+1
|
* Kill leading tabScott Ullrich2007-03-181-1/+1
|
* Kill trailing spaceScott Ullrich2007-03-181-1/+1
|
* Add link_carp_interface_to_parent() function which will return a carp ↵Scott Ullrich2007-03-181-2535/+2557
| | | | interfaces parent
* Allow CARP addresses to be the IPSEC endpoint. This cleans up the code ↵Scott Ullrich2007-03-182-43/+15
| | | | GREATLY and removes the FAILOVER IPSEC hack.
* Back out multi wan changes. I need to rethink this a bit.Scott Ullrich2007-03-181-24/+20
|
* Make tabs consistentScott Ullrich2007-03-181-2/+2
|
* Use a comma to seperate multiple hosts instead of a carriage return which is ↵Scott Ullrich2007-03-181-1/+1
| | | | being stripped by the package manager
* Allow multiple racoon listen ips so that racoon can live on two different ↵Scott Ullrich2007-03-171-1/+6
| | | | wan carp ips (multiple isps)
* Silence eclipse warning and ensure we are using fast cgi on captive portalScott Ullrich2007-03-171-0/+2
|
* Fix get_interface_macSeth Mos2007-03-171-6/+15
| | | | Fix rrd stats for interfaces without a mac
* IPSEC interface hackSeth Mos2007-03-161-2/+6
|
* Version bumpScott Ullrich2007-03-163-3/+3
|
* We no longer need memory limit, our port does not use it.Scott Ullrich2007-03-161-1/+0
|
* Make php performance on all platforms consistent regardless of diskSeth Mos2007-03-151-0/+4
| | | | speed
* Correctly check for gateways with interface_has_gateway()Scott Ullrich2007-03-141-2/+2
|
* Fix ticket #1265 Multiple openvpn clients all attempt to bind to same local ↵Scott Ullrich2007-03-141-2/+7
| | | | port
* Various filter.inc fixes.Seth Mos2007-03-131-16/+40
| | | | | | | - Different approach to setting up the load balancer rule. Tested with old style and new style gateway config. This is not tested with server load balancing! - Add PPPoE (server) Network to vpns list. required for ftp proxy and load balancer Negate rules. - Only trigger load balancer Negate rules for inside interfaces without gateways.
* 8 is even faster for apc cache according to Holger.Scott Ullrich2007-03-131-1/+1
|
* Add a notice when we configure rrd data on bootup.Scott Ullrich2007-03-131-0/+8
|
* Kill trailing spaceScott Ullrich2007-03-131-1/+1
|
* Back out variable size cache, it slows things down. Why 12 megabytes is ↵Scott Ullrich2007-03-131-4/+1
| | | | slower than 10 megabytes is a good question.
* Automatically adjust apc cache by available memory.Seth Mos2007-03-121-1/+4
| | | | | Suggested-by: Seth Implemented-by: Scott
* rc.linkup is a event queue of sorts. It needs to to loop through all ↵Scott Ullrich2007-03-121-53/+51
| | | | arguments and process them in the order that they where received in.
* * Show arguments being passed * Remove argument == 2 check, there could be ↵Scott Ullrich2007-03-121-3/+0
| | | | 4, or 6, or 8, etc.
* Increase default cache size to 10 megabytes to make wraps happy again ↵Scott Ullrich2007-03-121-1/+1
| | | | Noticed-and-prodded-by: Holger
* Remove logging helper entriesScott Ullrich2007-03-091-0/+4
|
* Remove logging helper entriesScott Ullrich2007-03-091-6/+0
|
* s/18/08/Scott Ullrich2007-03-091-1/+1
|
* Use real interface name for now and fix the bug.Scott Ullrich2007-03-091-6/+2
|
* Woops, use correct functionScott Ullrich2007-03-091-2/+2
|
* Refer to the binat by its friendly interface nameScott Ullrich2007-03-081-2/+6
|
* Version bumpScott Ullrich2007-03-081-1/+1
|
* Be consistent on bootup. IE: Starting time sync...done.\n instead of ↵Scott Ullrich2007-03-081-1/+5
| | | | Starting time sync ...
* Bump php working max memory to 32 megabytesScott Ullrich2007-03-081-0/+1
|
* Allow for basic network boot configurationSeth Mos2007-03-081-5/+13
| | | | In Use By: Seth
* Set php extensions dirScott Ullrich2007-03-081-0/+1
|
* Allow multiple client tunnels via OpenVPNScott Ullrich2007-03-081-0/+3
| | | | | | Ticket #1265 Ok: fernando lemos
* Do ourself a favor and start the time sync after we configured the interfaces.Seth Mos2007-03-061-3/+3
| | | | So we can actually sync to something.
* Hopefully make the inteface_has_gateway function a lot more robust.Seth Mos2007-03-061-1/+8
| | | | | We should handle real interface names now And Uppercase friendly names.
* Make the AON FTP logic a bit more verbose.Seth Mos2007-03-062-4/+10
| | | | Add comments.
* wpa_supplicant needs to have access to sending and receiving layer 2 (link ↵Scott Ullrich2007-03-061-0/+1
| | | | layer) packets with two Ethertypes: EAP-over-LAN (EAPOL) 0x888e and RSN pre-authentication 0x88c7. l2_packet.h defines the interfaces used for this in the core wpa_supplicant implementation. Found from: http://209.85.165.104/search?q=cache:O5NrMslxwKAJ:w1.fi/wpa_supplicant/devel/porting.html+wpa2+0x888e&hl=en&ct=clnk&cd=2&gl=us&client=firefox-a
* Tell the stray f to f offScott Ullrich2007-03-041-1/+1
|
* Soft updates are handled in /etc/rc. Remove code.Scott Ullrich2007-03-041-4/+1
|
* Do not forget to keep state on enc0 packetsScott Ullrich2007-03-041-2/+2
|
* Trigger a FSCK if required before switching on softupdatesScott Ullrich2007-03-041-1/+8
|
OpenPOWER on IntegriCloud