summaryrefslogtreecommitdiffstats
path: root/network.py
Commit message (Expand)AuthorAgeFilesLines
...
* NM no longer provides the hostname as a property (#466775).Chris Lumens2008-10-141-34/+1
* Move persistent network udev rule to under /etc (#464844).Chris Lumens2008-10-141-4/+4
* Import shutil and fix typos in network.py.David Cantrell2008-10-101-1/+2
* Write new sysconfig data to a tmpdir first, then move in place.David Cantrell2008-10-101-22/+53
* Fix a traceback when there's no ksdevice given (#465638).Chris Lumens2008-10-061-0/+3
* Support ksdevice=link when booting from boot.iso.David Cantrell2008-10-021-1/+3
* Automatically select NIC based on ksdevice= boot parameter.David Cantrell2008-10-021-5/+21
* If there aren't any usable NICs, don't write out a config (#465127).Chris Lumens2008-10-011-0/+3
* Update FQDN patch to fix a couple tracebacks (#464191).Chris Lumens2008-09-301-5/+10
* Allow users to enter a hostname or FQDN during installation (#464191)David Cantrell2008-09-291-22/+35
* Fix test for an empty hostname.Chris Lumens2008-09-291-1/+1
* Bring back isys.resetResolv() and fix NetworkManager polling in network.py.David Cantrell2008-09-241-1/+3
* Poll 'State' property from NetworkManager in network.bringUp()David Cantrell2008-09-241-1/+21
* Get rid of firstnetdevice in NetworkDavid Cantrell2008-09-241-12/+0
* Do not write /lib/udev.d rules if instPath is ''David Cantrell2008-09-241-22/+23
* Fix problems with bringDeviceUp() calls (#463512)David Cantrell2008-09-241-5/+1
* Pick up hostname if we have it, otherwise use localhost.localdomain (#461933)David Cantrell2008-09-181-2/+35
* Expand getDefaultHostname()David Cantrell2008-09-181-2/+2
* Add getDefaultHostname() to network.pyDavid Cantrell2008-09-181-0/+13
* NetworkManager fixes in network.pyDavid Cantrell2008-09-151-136/+63
* Avoid writing out NM_CONTROLLED more than once.David Cantrell2008-09-151-3/+3
* Write out final ifcfg-DEVICE files correctly.David Cantrell2008-09-151-25/+19
* Use POSIX and LSB hostname length limit.David Cantrell2008-09-151-4/+2
* Consistent whitespace usage in network.pyDavid Cantrell2008-09-151-78/+78
* Add overrideDHCPhostname as an attribute.Chris Lumens2008-09-081-0/+1
* Fail gracefully if we can't talk to NetworkManager over DBus.David Cantrell2008-09-051-26/+31
* Remove references to isConfigured in network.pyDavid Cantrell2008-08-281-8/+3
* Do not call has_key() on NetworkDevice, use isys.NM_*David Cantrell2008-08-271-15/+16
* Add missing () to function definitions.David Cantrell2008-08-271-2/+2
* Gather network settings from NetworkManager and ifcfg files.David Cantrell2008-08-271-77/+113
* Use dbus in hasActiveNetDev() and _anyUsing()David Cantrell2008-08-251-36/+52
* udev rules have changed location (#458570).Chris Lumens2008-08-111-4/+4
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-1/+3
* Write per-interface DNS info to ifcfg files (#443244)David Cantrell2008-04-281-0/+14
* Clean up sanityCheckHostname() in network.pyDavid Cantrell2008-04-281-13/+12
* Preserve 'set the hostname' setting when going Next/Back (#443414)David Cantrell2008-04-251-1/+3
* Write IPv6 values to /etc/sysconfig/... correctly (#433290)David Cantrell2008-04-181-18/+50
* Include KERNEL== in udev rules (#440568)David Woodhouse2008-04-151-2/+10
* In rescue mode, show interface configuration (#429953)David Cantrell2008-02-081-2/+2
* Revert "Initial support for network --bootproto=ask (#401531)."Chris Lumens2008-01-301-1/+1
* If bootproto is dhcp, unset any static settings (#218489)David L. Cantrell Jr2008-01-171-0/+6
* Initial support for network --bootproto=ask (#401531).Chris Lumens2008-01-161-1/+1
* Ensure there's an active deviceJeremy Katz2007-12-191-1/+2
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-4/+4
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-10/+16
* Use HAL to probe for available network devices.Bill Nottingham2007-12-071-50/+11
* 2007-10-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-281-0/+2
* * network.py (Network.write): Set IPV6INIT for all cases (#328931).f8-baseDavid Cantrell2007-10-231-2/+7
* * network.py (Network.write): Write out the IPV6* variables to theDavid Cantrell2007-10-231-0/+15
* Filter available network devices by checking their type in sysfs (#338461).Chris Lumens2007-10-191-1/+11