summaryrefslogtreecommitdiffstats
path: root/loader/net.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Log D-Bus messages at ERROR or INFO level.David Cantrell2008-10-241-7/+7
* Write dhcpclass to the dhclient conf file for the device (#468436)David Cantrell2008-10-241-0/+43
* Don't display the entire lengthy device description (#467825).Chris Lumens2008-10-231-1/+1
* Make kickstart installs work again (#374271, #392021, #448096, #466340, #466304)David Cantrell2008-10-141-26/+24
* Write ifcfg files to /etc/sysconfig/network-scripts instead of /.tmpDavid Cantrell2008-10-141-15/+38
* Fix how configureTCPIP() returns.David Cantrell2008-10-101-16/+13
* Write NM_CONTROLLED=yes rather than NM_CONTROLLED=David Cantrell2008-10-101-1/+1
* Get rid of some iface flags that were not doing anything anymore.David Cantrell2008-10-101-9/+11
* Generate new config files in /.tmp in writeEnabledNetInfo()David Cantrell2008-10-101-7/+42
* Remove unused variables from configureTCPIP()David Cantrell2008-10-101-1/+1
* Do not call get_connection() twice for DHCP.David Cantrell2008-10-101-21/+2
* Disable some more IPv6 checks.Chris Lumens2008-10-101-0/+4
* Do not segfault when going back to select a new interface (#465887)David Cantrell2008-10-091-2/+0
* Populate struct iface correctly in setupIfaceStruct()David Cantrell2008-10-091-14/+34
* Reset resolver in get_connection()David Cantrell2008-10-061-0/+1
* Fix problems dealing with PXE boot and the ksdevice= parameter.David Cantrell2008-10-061-59/+38
* Disable more IPv6 code in loader for now.David Cantrell2008-10-061-5/+32
* Write BOOTPROTO=static for manual IPv4 config.David Cantrell2008-10-061-0/+2