Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bridging updates (#104421, <dwmw2@redhat.com>) | Bill Nottingham | 2003-10-10 | 2 | -5/+23 |
| | |||||
* | fix typo | Bill Nottingham | 2003-09-26 | 1 | -1/+1 |
| | |||||
* | ppp fixes (#104128, #97845, #85447) | Bill Nottingham | 2003-09-15 | 2 | -3/+5 |
| | |||||
* | for tunneling, add a route for the tunneled net through the other host | Bill Nottingham | 2003-09-12 | 2 | -0/+6 |
| | |||||
* | more ipsec fixes (#104227, <harald@redhat.com>) | Bill Nottingham | 2003-09-11 | 2 | -7/+18 |
| | |||||
* | ipv6 fixes - detect automatic keying better, fix variable names for | Bill Nottingham | 2003-09-11 | 1 | -8/+9 |
| | | | | tunneling | ||||
* | always call 'ip link set *dev* ${DEVICE}', to avoid confusion with | Bill Nottingham | 2003-09-11 | 3 | -14/+14 |
| | | | | other ip parameters (#104187) | ||||
* | bridging support (<dwmw2@redhat.com>) | Bill Nottingham | 2003-09-09 | 2 | -0/+27 |
| | |||||
* | fix bonding+dhcp (#91399); bring bonding device links up, then bring up ↵ | Bill Nottingham | 2003-09-05 | 1 | -0/+8 |
| | | | | slaves, then bring up bonding interface fully | ||||
* | typo (#103781) | Bill Nottingham | 2003-09-04 | 1 | -1/+1 |
| | |||||
* | unset ONPARENT this way | Bill Nottingham | 2003-09-04 | 1 | -1/+1 |
| | |||||
* | unset ONPARENT after use (#101384) | Bill Nottingham | 2003-09-04 | 1 | -0/+1 |
| | |||||
* | disable hotplug when loading modules (#98611) | Bill Nottingham | 2003-09-03 | 1 | -0/+3 |
| | |||||
* | IPv6 updates (Pekka Savola, <pekkas@netcore.fi>) | Bill Nottingham | 2003-09-03 | 1 | -49/+25 |
| | |||||
* | - User lowercase for variable for oldstyle routes, too. ;-) | Phil Knirsch | 2003-08-22 | 1 | -1/+1 |
| | |||||
* | fix use of local | Bill Nottingham | 2003-08-20 | 1 | -1/+1 |
| | |||||
* | more IPv6 tweaks (<pekkas@netcore.fi>) | Bill Nottingham | 2003-08-18 | 2 | -12/+12 |
| | | | | sort | uniq -> sort -u | ||||
* | IPv6 updates & tweaks <pekkas@netcore.fi> | Bill Nottingham | 2003-08-15 | 4 | -43/+42 |
| | |||||
* | fix ethernet device renaming deadlock (yay recursion!) (#101566) | Bill Nottingham | 2003-08-08 | 2 | -2/+31 |
| | |||||
* | fix short-circuit (#101445) | Bill Nottingham | 2003-08-01 | 1 | -1/+1 |
| | |||||
* | - ifup-routes: pass the interface name to handle_file() so that we don't try | Nalin Dahyabhai | 2003-07-19 | 1 | -3/+3 |
| | | | | to use the routes file's name as an interface name | ||||
* | fix it | Bill Nottingham | 2003-07-09 | 1 | -2/+2 |
| | |||||
* | keys-, not .keys | Bill Nottingham | 2003-07-09 | 1 | -2/+2 |
| | |||||
* | always add info to /etc/racoon/racoon.confr7-26 | Bill Nottingham | 2003-07-03 | 1 | -6/+9 |
| | |||||
* | make setkey be quiet | Bill Nottingham | 2003-07-03 | 1 | -4/+4 |
| | |||||
* | remove -x | Bill Nottingham | 2003-07-03 | 1 | -1/+1 |
| | |||||
* | mention that type is required | Bill Nottingham | 2003-07-03 | 1 | -0/+1 |
| | |||||
* | - nuke RSA support, since we're not doing it right now | Bill Nottingham | 2003-07-03 | 1 | -19/+8 |
| | | | | | - switch md5 -> sha1 - clarify some docs | ||||
* | fix quoting of peer certfile | Bill Nottingham | 2003-07-03 | 1 | -1/+1 |
| | |||||
* | set $KEYING | Bill Nottingham | 2003-07-03 | 1 | -0/+33 |
| | | | | do something with racoon on bringing the interface down | ||||
* | that ';' is important. damned if i know why, i think the parser is buggy. | Bill Nottingham | 2003-07-02 | 1 | -2/+3 |
| | | | | fix quoting of include files. | ||||
* | first batch of automatic keying fixes. notably, I can't type. | Bill Nottingham | 2003-07-02 | 1 | -18/+23 |
| | |||||
* | add ifdown-ipsec | Bill Nottingham | 2003-07-02 | 1 | -0/+29 |
| | |||||
* | some fixes. i love shell quoting | Bill Nottingham | 2003-07-02 | 1 | -20/+28 |
| | |||||
* | map ipsec devices to ifup-ipsec | Bill Nottingham | 2003-07-02 | 1 | -0/+3 |
| | |||||
* | name SPIs something other than 1234 | Bill Nottingham | 2003-07-02 | 1 | -9/+9 |
| | |||||
* | automatic keying support. not yet tested, either. | Bill Nottingham | 2003-07-02 | 1 | -8/+144 |
| | |||||
* | allow different in/out encryption protocols, too | Bill Nottingham | 2003-07-01 | 1 | -8/+8 |
| | |||||
* | allow using only AH or ESP, don't require both | Bill Nottingham | 2003-07-01 | 1 | -16/+37 |
| | | | | allow incoming/outgoing keys to be different | ||||
* | handle new format in old file names | Bill Nottingham | 2003-07-01 | 1 | -20/+27 |
| | |||||
* | well, fix parsing | Bill Nottingham | 2003-07-01 | 1 | -1/+1 |
| | |||||
* | initial stuff. may not work. may not even parse. | Bill Nottingham | 2003-07-01 | 1 | -0/+112 |
| | |||||
* | read $CONFIG.keys too... you can put non-world-readable keys here. | Bill Nottingham | 2003-06-30 | 1 | -0/+2 |
| | |||||
* | allow default window size for routes to be set with WINDOW=... (#98112) | Bill Nottingham | 2003-06-27 | 3 | -8/+8 |
| | |||||
* | support setting device options with ethtool opts | Bill Nottingham | 2003-06-27 | 1 | -0/+8 |
| | |||||
* | what's an escon? | Bill Nottingham | 2003-06-26 | 1 | -0/+3 |
| | |||||
* | more tweaks | Bill Nottingham | 2003-06-24 | 3 | -6/+27 |
| | | | | | | | - encapsulate grabing the hw addr into its own function - normalize case of all hwaddrs - if we are passed a device with no config, see if there's a config for that hwaddr | ||||
* | get rid of an extraneous error message | Bill Nottingham | 2003-06-24 | 1 | -1/+1 |
| | |||||
* | support randomly named network devices, part 1 | Bill Nottingham | 2003-06-24 | 5 | -22/+37 |
| | | | | | | | - use nameif - determine device type from file first, and from device name as a fallback - ditto for aliases | ||||
* | fix DNS punching in the case of other rules for the DNS server (#97686, ↵ | Bill Nottingham | 2003-06-19 | 1 | -1/+1 |
| | | | | <martin@zepler.org>) |