Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix swapping stuff; make swapon of arbitrary swap devices optional | Bill Nottingham | 2006-07-21 | 1 | -0/+2 |
| | | | | (and off by default) (#198695, #196179, #196208) | ||||
* | force-move the lease file (<markmc@redhat.com>) | Bill Nottingham | 2006-07-19 | 1 | -1/+1 |
| | |||||
* | copy any lease obtained by the initrd (#198601, <markmc@redhat.com>) | Bill Nottingham | 2006-07-13 | 1 | -0/+4 |
| | |||||
* | Add support for rule-$device (#132252) | Miloslav Trmac | 2006-07-10 | 3 | -0/+53 |
| | |||||
* | - Add ESP authentication support (last part of #168972, based on a patch by | Miloslav Trmac | 2006-07-09 | 1 | -26/+28 |
| | | | | | Aleksandar Milivojevic <alex@milivojevic.org>) - Beautify up handle_keys() a bit. | ||||
* | Don't use an obsolete peers_certfile syntax (part of #168972, patch by | Miloslav Trmac | 2006-07-08 | 1 | -1/+1 |
| | | | | Aleksandar Milivojevic <alex@milivojevic.org>) | ||||
* | - Allow disabling AH or ESP with authomatic keying (part of #168972, based on | Miloslav Trmac | 2006-07-08 | 1 | -33/+9 |
| | | | | | | a patch by Aleksandar Milivojevic <alex@milivojevic.org>). - Merge updated documentation in ifup-ipsec to sysconfig.txt, remove the non-canonical copy in ifup-ipsec. | ||||
* | Eliminate as much duplicated code as possible (part of #168972, based on a | Miloslav Trmac | 2006-07-08 | 2 | -122/+64 |
| | | | | | patch by Aleksandar Milivojevic <alex@milivojevic.org>) Avoid unnecessary differences between ifup-ipsec and ifdown-ipsec | ||||
* | Move $SRC initialization before first use | Miloslav Trmac | 2006-07-08 | 2 | -9/+8 |
| | |||||
* | Prevent IPsec tunelling of local traffic when tunnel subnets overlap (#150862) | Miloslav Trmac | 2006-07-08 | 2 | -10/+29 |
| | |||||
* | add check for IKE_METHOD (#197576, <john_smyth@mail.ru>) | Bill Nottingham | 2006-07-05 | 1 | -0/+1 |
| | |||||
* | readonly root enhancments (modified from <law@redhat.com>, #193164) | Bill Nottingham | 2006-06-12 | 1 | -0/+6 |
| | |||||
* | Remove unused ifdown-aliases. | Miloslav Trmac | 2006-05-17 | 2 | -53/+0 |
| | |||||
* | * ifup-ipsec: | Miloslav Trmac | 2006-05-16 | 2 | -13/+17 |
| | | | | | | | | - Fix key handling when AH or ESP is not used (#166257, patch by Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>) - Allow manual tunnel mode without using AH or ESP * ifdown-ipsec: - Fix syntax errors in manual mode when AH or ESP is not used | ||||
* | Fix IPv6 address validity check not to consider every non-empty string valid. | Miloslav Trmac | 2006-05-16 | 1 | -1/+1 |
| | |||||
* | Modify IPV6TO4_ROUTING to also add addresses on the interfaces | Miloslav Trmac | 2006-05-14 | 5 | -65/+113 |
| | | | | | Add RFC 3041 (IPv6 privacy) support (patch for both by Peter Bieringer <pb@bieringer.de>) | ||||
* | Add METRIC= support for default routes (#124045) | Miloslav Trmac | 2006-05-10 | 10 | -25/+40 |
| | | | | | | | | | * ifup-ppp, network-functions: Save all default routes, lose no data. * network-functions: - (find_gateway_dev): Fix - it should find the device while $GATEWAY is not the default route - (add_default_route): Don't use configuration for the device that is being brought down; document function purpose and bugs. | ||||
* | add newline | Bill Nottingham | 2006-04-20 | 1 | -1/+1 |
| | |||||
* | add readonly-root file | Bill Nottingham | 2006-04-20 | 1 | -0/+4 |
| | |||||
* | Add NETWORKDELAY and LINKDELAY (#176851) | Miloslav Trmac | 2006-04-18 | 1 | -0/+4 |
| | |||||
* | Add support for DHCP on bridges (#125259, original patch by Anders Kaseorg | Miloslav Trmac | 2006-03-27 | 2 | -21/+23 |
| | | | | | | | | | | | <anders@kaseorg.com>): - rc.d/init.d/network: Initialize bridges after bridged interfaces, deinitialize them before bridged interfaces - sysconfig/network-scripts/ifdown-eth: Destroy bridges lazily when the last bridged interface is stopped - sysconfig/network-scripts/ifup-eth: * Handle bridges before checking for module presence or wireless devices * Add bridges lazily when the first bridged interface is started | ||||
* | Don't unnecessarily keep the ifup-ppp process (#163950, patch by Avi Kivity | Miloslav Trmac | 2006-03-20 | 1 | -1/+3 |
| | | | | <avi@argo.co.il>) | ||||
* | Provide the underlying device name to ip-up (and thus ifup-routes) for PPP | Miloslav Trmac | 2006-03-20 | 1 | -1/+9 |
| | | | | devices (#92023) | ||||
* | Undefine $WINDOW to avoid conflict with screen(1) (#174336) | Miloslav Trmac | 2006-03-19 | 2 | -0/+4 |
| | |||||
* | Minor cleanups (#173574): | Miloslav Trmac | 2006-03-19 | 1 | -2/+2 |
| | | | | | - Don't duplicate unset - Remove two (eval `grep ...`) instances | ||||
* | Fix boot handling of ppp (#129195) | Miloslav Trmac | 2006-03-19 | 1 | -1/+0 |
| | |||||
* | don't hang if we try to rename a device that's already up | Bill Nottingham | 2006-03-17 | 1 | -0/+1 |
| | |||||
* | silence!r8-30 | Bill Nottingham | 2006-02-28 | 1 | -2/+2 |
| | |||||
* | array variables are bad. use $IFS with '/', as that is illegal in | Bill Nottingham | 2006-02-28 | 2 | -11/+19 |
| | | | | net device names. coalesce some things into a function. | ||||
* | Fix potentials for endless loops when you have multiple devices | Bill Nottingham | 2006-02-28 | 2 | -7/+11 |
| | | | | | | | | that claim to have the same hardware address. (#177792, #182466) This happens most with hostap_cs and similar wireless drivers that have ethX/wlanX *and* wifiX. Do this by ignoring ieee802.11 links. Also, use /sbin/ip, not nameif - it gets confused in these cases as well. | ||||
* | don't cause the module to get reloaded on ifdown if it's not loaded | Bill Nottingham | 2006-02-28 | 2 | -9/+11 |
| | | | | (#179809) | ||||
* | nuke debugging | Bill Nottingham | 2006-02-15 | 1 | -1/+1 |
| | |||||
* | fix loop when change_resolve_conf is supplied the same DNS address | Bill Nottingham | 2006-02-10 | 1 | -0/+1 |
| | | | | multiple times (Michael Reinsch, via <oblin@mandriva.com>) | ||||
* | ifup-aliases: | Miloslav Trmac | 2006-02-10 | 2 | -10/+56 |
| | | | | | | | | - Revert the previous commit - Reformat the eval of doom, add comments - Add support for non-numeric IP aliases ifdown-aliases: - Copy the updated eval of doom | ||||
* | - don't restrict alias names unnecessarily, but do check that the filename is | Peter Jones | 2006-02-09 | 1 | -6/+1 |
| | | | | the same as any DEVICE line contained inside. | ||||
* | dirty hacks to make sure hotplug doesn't run after unclean shutdown | Bill Nottingham | 2006-02-06 | 1 | -0/+3 |
| | | | | (#177795) | ||||
* | - Support additional per-alias default routes (#149941) | Miloslav Trmac | 2006-02-03 | 1 | -21/+34 |
| | | | | | | - Skip files with invalid alias names (#83126) - Continue creating aliases if one of the files contains invalid configuration (#83126) | ||||
* | move the arping to before we actually add the address. If the address | Bill Nottingham | 2006-02-02 | 1 | -4/+4 |
| | | | | is already on the device, it's a little late... (fixes a xen issue) | ||||
* | remove references to /usr/X11R6/bin (#177938) | Bill Nottingham | 2006-01-31 | 1 | -1/+1 |
| | |||||
* | move hotplug handling here. add udev rules. obsolete hotplug. | Bill Nottingham | 2006-01-20 | 1 | -0/+55 |
| | |||||
* | get hwaddrs from sysfs as opposed to ip | sed, etc. | Bill Nottingham | 2006-01-20 | 1 | -2/+8 |
| | |||||
* | udev now loads modules - use that, remove the kmodule stuff | Bill Nottingham | 2005-12-21 | 1 | -4/+0 |
| | | | | don't set hotplug, it can't possibly work | ||||
* | use new dhclient file paths, add appropriate conflict (#169164) | Bill Nottingham | 2005-11-28 | 2 | -2/+2 |
| | |||||
* | handle no EOF in the route file (#156972) | Bill Nottingham | 2005-10-03 | 1 | -2/+2 |
| | |||||
* | clean up error message (#135167) | Bill Nottingham | 2005-10-03 | 1 | -1/+1 |
| | |||||
* | move wireless options before bridge options (#122801) | Bill Nottingham | 2005-09-30 | 1 | -13/+13 |
| | |||||
* | silence error (#90601) | Bill Nottingham | 2005-09-30 | 1 | -1/+1 |
| | |||||
* | fixed typo bug | Than Ngo | 2005-09-27 | 1 | -1/+1 |
| | |||||
* | support proper dial-in configuration, thanks to Peter Bieringer (#158380)r8-15 | Than Ngo | 2005-09-26 | 1 | -3/+16 |
| | |||||
* | deal with broken networks better (#168947) | Bill Nottingham | 2005-09-22 | 1 | -5/+7 |
| |