summaryrefslogtreecommitdiffstats
path: root/loader2/net.c
Commit message (Expand)AuthorAgeFilesLines
* Changes related to BZ #230949David Cantrell2008-04-211-12/+39
* Fix up compile error for new newtJeremy Katz2008-03-251-3/+3
* Make sure host lookups work for manual net config (#435574).David Cantrell2008-03-111-3/+1
* Change the method config prompts.Chris Lumens2008-03-041-4/+0
* Fix reverse name lookup.Peter Jones2008-02-291-2/+4
* Rename nl.c to iface.c and functions to iface_*David Cantrell2008-02-081-2/+2
* Remove our own DNS functions, since glibc's are available now.Chris Lumens2008-02-051-4/+7
* Revert "Initial support for network --bootproto=ask (#401531)."Chris Lumens2008-01-301-10/+3
* Avoid possible SIGSEGV from empty loaderData values.David Cantrell2008-01-221-12/+16
* Use libnl to get interface MAC and IP addressesDavid L. Cantrell Jr2008-01-221-1/+1
* Complete the patch for dhcptimeout (#198147, #254032)Martin Sivak2008-01-171-3/+9
* Initial support for network --bootproto=ask (#401531).Chris Lumens2008-01-161-3/+10
* Add nicdelay parameter to loader, so we can wait before sending DHCP requestsMartin Sivak2008-01-101-1/+0
* Add dhcpdelay to loader so we can modify the default dhcp timeout (#198147, #...Martin Sivak2008-01-101-1/+7
* Adjust loader to new hardware code.Bill Nottingham2007-12-201-12/+5
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-18/+17
* Merge the FTP and HTTP methods into a single URL method.Chris Lumens2007-12-071-7/+3
* Correct the previous patch, we were doing the nicdelay on the wrong place. (#...Martin Sivak2007-11-201-8/+10
* Add the nicdelay command line option (#349521)Martin Sivak2007-11-061-0/+9
* - remove sdupprintf(), use asprintf() instead.Peter Jones2007-10-221-11/+17
* 2007-09-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-121-0/+5
* * loader2/loader.c (doLoaderMain): In STEP_IP, set the hostname ifDavid Cantrell2007-09-041-0/+7
* * loader2/loader.c (doLoaderMain): In STEP_IFACE, if we are doingDavid Cantrell2007-09-041-1/+7
* * loader2/net.c (chooseNetworkInterface): Skip devices that do notDavid Cantrell2007-08-301-2/+11
* * loader2/net.c (cidrCallback): If user provided a dotted-quadDavid Cantrell2007-08-221-0/+4
* Same change you just saw on rhel5-branch ported to the HEAD branch.David Cantrell2007-08-061-51/+58
* Use a different macro so anaconda will actually build.Chris Lumens2007-06-121-1/+1
* * loader2/net.c (manualNetConfig): Make sure the ip structure memberDavid Cantrell2007-06-011-23/+10
* * loader2/loader.c (doLoaderMain): Don't crash if the user selects backDavid Cantrell2007-05-231-2/+6
* * loader2/net.c: Consistency with isys.c, also fixes a problem reportedDavid Cantrell2007-05-221-8/+7
* White space.David Cantrell2007-05-161-2/+2
* * loader2/net.c: Patch from Dawei Pang <dwpang AT redflag-linux.com>David Cantrell2007-05-041-6/+6
* * rescue.py (startNetworking): Call the right functions to bring upDavid Cantrell2007-04-271-5/+0
* * loader2/loader.h: Change 'ip' structure member to 'ipv4'.David Cantrell2007-03-231-12/+13
* * loader2/net.c (doDhcp): Return NULL in instances where DHCPv4_DISABLEDavid Cantrell2007-03-121-1/+4
* * loader2/net.c (doDhcp): Need DHCPv6_DISABLE set as well asDavid Cantrell2007-03-081-1/+1
* * loader2/net.c (initLoopback): Init loopback correctly, have to go backDavid Cantrell2007-03-061-13/+21
* * loader2/net.c (strcount): Moved to isys/str.c.David Cantrell2007-03-061-15/+0
* * loader2/loader.c (doLoaderMain): Set ipinfo_set and ipv6info_setDavid Cantrell2007-03-051-0/+4
* If the wrong interface is picked, allow going back to the interface selectionChris Lumens2007-02-061-33/+46
* * loader2/net.c (doDhcp): Add 'anaconda-' to the front of the automaticDavid Cantrell2007-01-221-1/+2
* * loader2/net.c (manualNetConfig): Make sure error flags are resetDavid Cantrell2007-01-191-2/+3
* Bring up loopback as well (#191424).Chris Lumens2007-01-181-0/+1
* * ui/netpostconfig.glade: Note DHCP for IPv6 as 'DHCPv6'. RemoveDavid Cantrell2007-01-111-1/+1
* Don't care about the return value of asprintf.Chris Lumens2007-01-091-2/+4
* If dhcpclass is empty, build one from uname() likeDavid Cantrell2007-01-051-3/+12
* * isys/isys.c (doDhcpNetDevice): Honor dhcpclass param (#220057).David Cantrell2006-12-181-2/+18
* This new UI change is meant to match (as much as possible) what users seeDavid Cantrell2006-12-121-1/+13
* Get ready for a surprise.David Cantrell2006-11-071-162/+211