Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle multiple IP addresses without choking in the stateless code. (#443945) | Bill Nottingham | 2009-03-23 | 1 | -2/+3 |
| | | | | | If you have multiple addresses that resolve to different things, it will still be unpredictable. In which case... set your hostname yourself. | ||||
* | Catch the right return code from asking for the password. (#483269, ↵ | Bill Nottingham | 2009-03-20 | 1 | -1/+3 |
| | | | | <vladis.kletnieks@vt.edu>) | ||||
* | Add another setting of quit_arg to catch empty /etc/sysconfig/desktop. (#480113) | Bill Nottingham | 2009-03-20 | 1 | -0/+2 |
| | |||||
* | Allow use of either ESP only or AH only (#251494, <stijn.tintel@x-tend.be>) | Bill Nottingham | 2009-03-20 | 2 | -18/+57 |
| | |||||
* | Allow passing of arguments to dhcp6c (#437949, <pekkas@netcore.fi>) | Bill Nottingham | 2009-03-20 | 2 | -3/+7 |
| | |||||
* | Don't exit out on IPv4 address-free interfaces; just follow the normal exit ↵ | Bill Nottingham | 2009-03-20 | 1 | -4/+2 |
| | | | | | | path. (#486507) For example, this allows DHCPv6 to run. | ||||
* | Don't background logger, to avoid spurious SIGCHLD deliveries to execed ↵ | Bill Nottingham | 2009-03-20 | 1 | -2/+2 |
| | | | | pppd. (#448881) | ||||
* | Add support for creating TUN/TAP devices on the fly (#453973, <scott@zahna.com>) | Bill Nottingham | 2009-03-19 | 3 | -0/+19 |
| | |||||
* | Expand get_hostname() function to support IPv4 and IPv6. | David Cantrell | 2009-03-19 | 1 | -7/+29 |
| | | | | | Make sure that get_hostname() if the user specifies either address family. | ||||
* | Remove unnecessary tab. | David Cantrell | 2009-03-19 | 1 | -1/+1 |
| | |||||
* | Correct address family option handling in ipcalc. | David Cantrell | 2009-03-19 | 1 | -42/+41 |
| | | | | | Make sure the default is IPv4. If the check option is specified, make sure we just validate the address and return 1 or 0. | ||||
* | Compile ipcalc with _GNU_SOURCE defined (for asprintf). | David Cantrell | 2009-03-19 | 1 | -1/+1 |
| | |||||
* | Man page updates for ipcalc(1) | David Cantrell | 2009-03-19 | 2 | -7/+23 |
| | | | | | Make sure the ipcalc man page explains the -c, -4, and -6 options. Update some other things. Shamelessly add my name. | ||||
* | Add a address check capability for IPv4 and IPv6 addresses. | David Cantrell | 2009-03-19 | 1 | -0/+42 |
| | | | | | | | | | | | | | Add the -c, --check argument which enables address validation. The ipcalc program will exit with 0 if the address is valid or 1 if it is invalid, for the specified family. Add the -4, --ipv4 argument to specify the IPv4 address family. Add the -6, --ipv6 argument to specify the IPv6 address family. Ensure that the IPv6 family argument is invalid with the IPv4-only show arguments (broadcast, network, netmask, prefix). | ||||
* | Use asprintf() rather than malloc() and sprintf(). | David Cantrell | 2009-03-19 | 1 | -3/+6 |
| | | | | | Use asprintf() for conversion and abort on memory allocation failures. | ||||
* | Use inet_ntop() and inet_pton() | David Cantrell | 2009-03-19 | 1 | -5/+27 |
| | | | | | The inet_ntoa() and inet_aton() functions are deprecated and limited to AF_INET only. | ||||
* | Use 'struct in_addr' for IPv4 addresses. | David Cantrell | 2009-03-19 | 1 | -44/+54 |
| | | | | | Change from using uint32_t to struct in_addr for IPv4 addresses. Get rid of the IPBITS and IPBYTES macros. | ||||
* | Whitespace cleanups for src/ipcalc.c | David Cantrell | 2009-03-19 | 1 | -135/+130 |
| | | | | Consistently use 4 spaces for indentation throughout ipcalc.c | ||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts | Bill Nottingham | 2009-03-19 | 1 | -1058/+1174 |
|\ | |||||
| * | Updated Italian translation | Silvio Pierro | 2009-03-18 | 1 | -1058/+1174 |
| | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
* | | Conflict with older plymouth. | Bill Nottingham | 2009-03-19 | 1 | -0/+1 |
| | | |||||
* | | Stop plymouth when starting single-user mode. (#491062) | Bill Nottingham | 2009-03-19 | 1 | -0/+1 |
| | | |||||
* | | Add plymouth shutdown script (#473237) | Bill Nottingham | 2009-03-19 | 1 | -0/+24 |
| | | |||||
* | | Conflict with older mdadm. | Bill Nottingham | 2009-03-18 | 1 | -1/+1 |
|/ | |||||
* | Fix raid auto-assembly (with corresponding mdadm changes). (#488038) | Bill Nottingham | 2009-03-18 | 1 | -2/+2 |
| | |||||
* | Add an option for consoletype to always return 0. | Bill Nottingham | 2009-03-17 | 4 | -5/+10 |
| | | | | | This allows tcsh -e to work, with lang.sh. It's a hack, but there really isn't a better way to solve it. | ||||
* | Remove arp_ip_target on ifdown for bonding devices. (#483711) | Bill Nottingham | 2009-03-17 | 1 | -1/+3 |
| | |||||
* | Add vlan support for s390 HSI interfaces. (#490584) | Bill Nottingham | 2009-03-17 | 1 | -1/+1 |
| | |||||
* | Remove ifup-sl, ifdown-sl from file list.initscripts-8.91-1 | Bill Nottingham | 2009-03-16 | 1 | -2/+0 |
| | |||||
* | 8.91-1 | Bill Nottingham | 2009-03-16 | 1 | -1/+9 |
| | |||||
* | Handle full paths in need_config/source_config by normalizing them (#483257) | Bill Nottingham | 2009-03-16 | 1 | -2/+3 |
| | | | | | | This broke when we fixed the source commands for bash 4. It's not as having configurations outside of /etc/sysconfig/network-scripts was supported, so just normalize any full path passed in to look there. | ||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts | Bill Nottingham | 2009-03-16 | 7 | -4022/+2886 |
|\ | |||||
| * | updated Spanish translation | Domingo Becker | 2009-03-16 | 1 | -1707/+1129 |
| | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
| * | Updated Polish translation | Piotr Drąg | 2009-03-15 | 1 | -338/+155 |
| | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
| * | Updated catalan po | Xavier Conde | 2009-03-15 | 1 | -99/+63 |
| | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
| * | Updated Serbian Latin translation | Milos Komarcevic | 2009-03-15 | 1 | -318/+132 |
| | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
| * | Updated Serbian translation | Milos Komarcevic | 2009-03-15 | 1 | -318/+132 |
| | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
| * | Updated German translation | Fabian Affolter | 2009-03-15 | 1 | -1013/+1124 |
| | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
| * | Updated Swedish | Magnus Larsson | 2009-03-14 | 1 | -229/+151 |
| | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
* | | Remove support for 'ifcfg-foo-bar' configurations that automatically inherit ↵ | Bill Nottingham | 2009-03-16 | 2 | -13/+0 |
| | | | | | | | | | | | | | | | | from 'ifcfg-foo'. 1) I'm not sure of anything at all that ever supported this except for manual configuration. 2) '-' is a valid character in ethernet device names. So you can't have 'ifcfg-eth0-2' files that work. 3) Having it work for every '-' separated combination, except those that end in 'g' is just strange. | ||||
* | | Remove slip support. | Bill Nottingham | 2009-03-16 | 2 | -114/+0 |
|/ | | | | We don't provide dip any more, and probably haven't for years. | ||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts | Bill Nottingham | 2009-03-13 | 2 | -1360/+1292 |
|\ | |||||
| * | completed 100% punjabi tranaslation. | Jaswinder Singh | 2009-03-12 | 1 | -273/+179 |
| | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
| * | Updated Brazilian Portuguese translation | Igor Pires Soares | 2009-03-12 | 1 | -1087/+1113 |
| | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
* | | Cleanup bridges better on ifdown (#463325, <sean@bruenor@org>) | Bill Nottingham | 2009-03-11 | 1 | -11/+11 |
| | | |||||
* | | Support MD on iSCSI (this *SHOULD* be udev rules, but alas) (#480627) | Bill Nottingham | 2009-03-11 | 1 | -0/+3 |
|/ | |||||
* | update-po && refresh-po | Bill Nottingham | 2009-03-10 | 69 | -71352/+106504 |
| | |||||
* | 8.90-1initscripts-8.90-1 | Bill Nottingham | 2009-03-09 | 1 | -1/+12 |
| | |||||
* | Document CGROUP_DAEMON | Bill Nottingham | 2009-03-09 | 1 | -0/+10 |
| | |||||
* | cgroup support (<jsafrane@redhat.com>) | Bill Nottingham | 2009-03-06 | 1 | -2/+17 |
| |