summaryrefslogtreecommitdiffstats
path: root/loader2/net.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added IPv6 DNS lookup support to libisys.David Cantrell2006-11-021-4/+4
* Make sure loader builds.Chris Lumens2006-10-311-2/+0
* Add a function to split hostname/port number pairs up that takes IPv6 numericChris Lumens2006-10-311-0/+54
* Make sure the network always comes up if there's a network command in theChris Lumens2006-10-231-0/+10
* * anaconda (parseOptions): Add the --noipv4 and --noipv6 opts (#208334).David Cantrell2006-10-181-0/+5
* * loader2/loader.c (readNetInfo): Rewrote the /tmp/netinfo parser so weDavid Cantrell2006-10-171-12/+12
* * loader2/net.c (manualNetConfig): Translation fix (#207069)David Cantrell2006-09-201-1/+1
* * loader2/net.c (manualNetConfig): Add description at the top of theDavid Cantrell2006-09-191-3/+13
* * loader2/net.c: Remember manual TCP/IP settings if user selectsDavid Cantrell2006-08-291-18/+47
* * loader2/net.c: Remember user choices on network configurationDavid Cantrell2006-08-101-11/+15
* Don't try to strdup nothing (#196334).Chris Lumens2006-08-091-2/+6
* * loader2/net.c (setupNetworkDeviceConfig): Test ipinfo_set to see ifDavid Cantrell2006-08-091-3/+5
* - fix segfault in ks mac addr searchingPeter Jones2006-07-271-4/+6
* * loader2/cdinstall.c: loaderData->method is now an int.David Cantrell2006-07-271-7/+16
* * loader2/net.c: Bump inet_pton() buffers to length 48.David Cantrell2006-07-251-11/+14
* - fix "noipv6"Peter Jones2006-07-251-0/+3
* * loader2/net.c (setupNetworkDeviceConfig): Init the noipv4 andDavid Cantrell2006-07-241-0/+7
* * loader2/net.c (configureTCPIP): Error messages were reversed andDavid Cantrell2006-07-191-27/+28
* * loader2/init.c: Modify the snakes on a plane debugging mode aDavid Cantrell2006-07-191-46/+36
* Add noipv4 and noipv6 kickstart parameter support to the loader. Next up,Chris Lumens2006-07-131-10/+18
* In manualNetConfig(), write the gateway to newCfg instead of cfg.David Cantrell2006-07-131-5/+5