summaryrefslogtreecommitdiffstats
path: root/loader2/net.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Removed BOOTP from "Use dynamic IP configuration (BOOTP/DHCP)" string.David Cantrell2006-07-121-1/+1
* Everyone likes stupid debugging modes.David Cantrell2006-07-121-0/+47
* * loader2/net.c (cidrCallback): No need for cidr variable.David Cantrell2006-07-111-11/+15
* My head hurts. See the ChangeLog for the full story.David Cantrell2006-07-111-95/+191
* Manual TCP/IP configuration changes galore:David Cantrell2006-07-111-202/+193
* * loader2/net.c (configureTCPIP): Pop Configure TCP/IP window beforeDavid Cantrell2006-07-071-0/+2
* Holy crap everything is different!David Cantrell2006-07-071-171/+386
* More problems with memory corru���r���z]��@��Z���ï¿...David Cantrell2006-06-301-10/+17
* Pass the debug log level to pumpDhcpClassRun (markmc, #197175).Chris Lumens2006-06-291-2/+8
* Fix double free() when using a MAC address for ksdevice. Use str2upper()David Cantrell2006-06-271-9/+12
* 2006-06-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-211-5/+6
* - audit calls to inet_pton, fix at least one likely segfault...Peter Jones2006-06-211-24/+35
* 2006-06-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-211-8/+0
* - don't pass really dumb things as format specifiers...Peter Jones2006-06-201-1/+1
* * loader2/net.c (chooseNetworkInterface): Correctly handly ksdeviceDavid Cantrell2006-06-201-7/+20
* 2006-06-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-151-0/+8
* * loader2/log.c: Removed vaLogMessage() and made logMessage() whatDavid Cantrell2006-06-141-1/+4
* Housekeeping.David Cantrell2006-06-131-6/+0
* * loader2/net.c: Last inet_ntoa() -> inet_ntop() conversions.David Cantrell2006-06-131-17/+20
* * loader2/log.c: Added vaLogMessage() to take va_list argument, makeDavid Cantrell2006-06-131-1/+1