summaryrefslogtreecommitdiffstats
path: root/loader/net.c
Commit message (Expand)AuthorAgeFilesLines
* Do not use autoconfiguration for DHCPv6 (#623216)Radek Vykydal2010-08-131-0/+1
* Remember user's choice when going back in Configure TCP/IP (#609570)Radek Vykydal2010-08-051-5/+19
* Propagate MACADDR from loaderData to iface (#595388)David Cantrell2010-07-211-0/+4
* Support for ks: --ipv6 command, and ipv6 values for --gateway (#490794)Radek Vykydal2010-07-201-2/+38
* Fix config of ipv6 and ipv4 (auto + manual) in loader (#609576)Radek Vykydal2010-07-191-12/+9
* Move isys and booty into the pyanaconda/ directory, adjust paths to match.Chris Lumens2010-06-281-4/+4
* Do parse DOMAIN for DNS search suffixes in loader (#595388)Steffen Maier2010-06-111-1/+6
* Handle OPTIONS in ifcfg files transparently in loader (#595388)Steffen Maier2010-06-111-31/+5
* Don't let loader write HWADDR to ifcfg file on s390. (#595388)Steffen Maier2010-06-021-0/+2
* Fix most of what is necessary for install over IPv6 on s390 (#594090)David Cantrell2010-06-021-0/+19
* Make ssid and wepkey in boot params and stage 1 kickstart work (#473803)Radek Vykydal2010-05-241-0/+67
* logging: the ibft message once again.Ales Kozumplik2010-05-131-1/+1
* logging: no iBFT is not an error, fix spelling.Ales Kozumplik2010-05-131-1/+1
* Use iBFT if present and user didn't asked for anything else. (#590719)Martin Sivak2010-05-101-27/+36
* Fetch ks files over NFS when ksdevice is not given (#541873)David Cantrell2010-04-271-1/+2
* Do not write OPTIONS=layer2=1 on all architectures (#577005).David Cantrell2010-03-261-1/+1
* Remove isys/str.c, replace calls with glib.h or string.h calls.David Cantrell2010-03-241-6/+5
* move log.c from loader into isys.Ales Kozumplik2010-03-081-1/+1
* Reset network setting input counters for IPv4 and IPv6 (#553761).David Cantrell2010-01-191-0/+2
* Fixes problems in the manual network configuration screen in loader with IPv6.Ales Kozumplik2010-01-071-1/+1
* Bring back missing IPv6 pieces that were lost in time.David Cantrell2010-01-071-1/+1
* Remove test mode from the loader, too.Chris Lumens2009-12-031-31/+27
* Introduces check_asprintf macro that checks asprintfs return value and termin...Ales Kozumplik2009-11-191-32/+20
* Replace all popt use with glib's option parsing code.David Cantrell2009-11-181-58/+38
* Whitespace cleanup in loader/net.c.David Cantrell2009-09-291-56/+70
* We can't prompt for new network info in cmdline mode (#526262).Chris Lumens2009-09-291-0/+8
* Fix going back in "Inst. Method" and "Configure TCP/IP" screens in stage 1 (#...Radek Vykydal2009-08-261-1/+1
* Honor network config boot params for CD-booted ks installs (#433214)David Cantrell2009-08-101-1/+4
* Edit user-visible dialogs for style.Peter Jones2009-07-131-3/+3
* Add missing LAYER2 and PORTNO handling for s390x.David Cantrell2009-07-061-1/+39
* dhclient now reads config files from /etc/dhcpDavid Cantrell2009-07-061-2/+2
* network --bootproto no longer implies DHCP.Chris Lumens2009-07-021-5/+3
* Don't unconditionally skip the network config screen in kickstart.Chris Lumens2009-07-021-4/+2
* Increase max NIC identification duration to 5 minutes (#473747).David Cantrell2009-06-091-1/+1
* If network --device=MAC is given, translate to device name (#185522).Chris Lumens2009-05-221-1/+6
* Retry network configuration in loader (#492009)David Cantrell2009-05-051-1/+6
* Configure network in kickstartNetworkUp() iff NM is not connected (#490518)David Cantrell2009-04-301-0/+3
* Revert "Work around gcc bug #492973"David Cantrell2009-03-311-1/+1
* Work around gcc bug #492973David Cantrell2009-03-301-1/+1
* Do not prompt for NIC selection in cmdline mode (#492586)David Cantrell2009-03-301-0/+9
* Fix build errors in the new net.c code.Chris Lumens2009-02-131-7/+7
* Add iBFT support to loaderMartin Sivak2009-02-121-2/+108
* Create a loop for dbus and pump the loop to process all the dbus messages. Th...Jesse Keating2009-01-141-0/+16
* Check error from asprintf() correctly for dhcpclass handling.David Cantrell2008-12-171-1/+1
* Use libnm_glib in net.c:get_connection()David Cantrell2008-12-171-93/+14
* Use macros for D-Bus pathsDavid Cantrell2008-12-161-2/+2
* Remove XXX comment in net.c about GATEWAYDavid Cantrell2008-12-051-4/+0
* Send unique vendor class identifier unless user specifies one.David Cantrell2008-12-051-18/+28
* Let users edit net settings on network failure in stage 1 (#465887)David Cantrell2008-11-041-0/+4
* Do not write NM_CONTROLLED=yes to ifcfg files (#468028)David Cantrell2008-10-241-1/+0