summaryrefslogtreecommitdiffstats
path: root/loader2/net.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * loader2/net.c (readNetConfig): Put memset for newCfg in correct place.David Cantrell2006-06-131-2/+2
* * loader2/loader.c: parseCmdLineFlags() does not need to return flags.David Cantrell2006-06-131-23/+49
* Make the boot flags variable global. We don't need to pass it (or a pointer ...David Cantrell2006-06-121-23/+22
* * loader2/loader.c: Clean up formatting to make the file more readable.David Cantrell2006-06-091-2/+16
* Removed doDhcp(), call pumpDhcpClassRun() directly. Added netlogger() toDavid Cantrell2006-06-091-18/+6
* Loopback is now configured as 127.0.0.1 and ::1/128, so that means we areDavid Cantrell2006-06-081-22/+6
* So stuff works now with IPv6 DHCP. Still have to bring up loopback andDavid Cantrell2006-06-081-213/+57
* HERE COMES YOUR WATER! ....David Cantrell2006-06-071-74/+345
* * isys/Makefile: Remove getmacaddr references. Add glib CFLAGS andDavid Cantrell2006-05-261-7/+7
* Allow MTU to be specified in a kickstart file as well as on the commandChris Lumens2006-05-151-1/+6
* Not very exciting IPv6 stuff yet.David Cantrell2006-05-081-30/+48
* 2006-02-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-201-0/+2
* - whoever invented string.h and strings.h separately needs to be shot.Peter Jones2005-12-021-0/+1
* 2005-11-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-141-0/+1
* 2005-11-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-121-1/+1
* 2005-11-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-091-5/+5
* 2005-08-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-171-6/+13
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-131-46/+51
* 2005-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-06-131-16/+17
* 2005-05-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-231-2/+2
* Don't free a string we need to print out later.Chris Lumens2005-04-081-1/+0
* Do ethtool everywhere (#145422)Paul Nasrat2005-02-241-36/+44
* 2005-01-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-01-041-1/+2
* uncommitted patch lurking in my anaconda CVS checkout. This looks like it wil...Karsten Hopp2004-11-291-0/+4
* (merge from rhel4-branch)Jeremy Katz2004-11-171-26/+30
* 2004-10-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-291-1/+1