index
:
anaconda.git
f12-branch
master
Unnamed repository; edit this file to name it for gitweb.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
loader2
/
net.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
2007-09-12 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-09-12
1
-0
/
+5
*
* loader2/loader.c (doLoaderMain): In STEP_IP, set the hostname if
David Cantrell
2007-09-04
1
-0
/
+7
*
* loader2/loader.c (doLoaderMain): In STEP_IFACE, if we are doing
David Cantrell
2007-09-04
1
-1
/
+7
*
* loader2/net.c (chooseNetworkInterface): Skip devices that do not
David Cantrell
2007-08-30
1
-2
/
+11
*
* loader2/net.c (cidrCallback): If user provided a dotted-quad
David Cantrell
2007-08-22
1
-0
/
+4
*
Same change you just saw on rhel5-branch ported to the HEAD branch.
David Cantrell
2007-08-06
1
-51
/
+58
*
Use a different macro so anaconda will actually build.
Chris Lumens
2007-06-12
1
-1
/
+1
*
* loader2/net.c (manualNetConfig): Make sure the ip structure member
David Cantrell
2007-06-01
1
-23
/
+10
*
* loader2/loader.c (doLoaderMain): Don't crash if the user selects back
David Cantrell
2007-05-23
1
-2
/
+6
*
* loader2/net.c: Consistency with isys.c, also fixes a problem reported
David Cantrell
2007-05-22
1
-8
/
+7
*
White space.
David Cantrell
2007-05-16
1
-2
/
+2
*
* loader2/net.c: Patch from Dawei Pang <dwpang AT redflag-linux.com>
David Cantrell
2007-05-04
1
-6
/
+6
*
* rescue.py (startNetworking): Call the right functions to bring up
David Cantrell
2007-04-27
1
-5
/
+0
*
* loader2/loader.h: Change 'ip' structure member to 'ipv4'.
David Cantrell
2007-03-23
1
-12
/
+13
*
* loader2/net.c (doDhcp): Return NULL in instances where DHCPv4_DISABLE
David Cantrell
2007-03-12
1
-1
/
+4
*
* loader2/net.c (doDhcp): Need DHCPv6_DISABLE set as well as
David Cantrell
2007-03-08
1
-1
/
+1
*
* loader2/net.c (initLoopback): Init loopback correctly, have to go back
David Cantrell
2007-03-06
1
-13
/
+21
*
* loader2/net.c (strcount): Moved to isys/str.c.
David Cantrell
2007-03-06
1
-15
/
+0
*
* loader2/loader.c (doLoaderMain): Set ipinfo_set and ipv6info_set
David Cantrell
2007-03-05
1
-0
/
+4
*
If the wrong interface is picked, allow going back to the interface selection
Chris Lumens
2007-02-06
1
-33
/
+46
*
* loader2/net.c (doDhcp): Add 'anaconda-' to the front of the automatic
David Cantrell
2007-01-22
1
-1
/
+2
*
* loader2/net.c (manualNetConfig): Make sure error flags are reset
David Cantrell
2007-01-19
1
-2
/
+3
*
Bring up loopback as well (#191424).
Chris Lumens
2007-01-18
1
-0
/
+1
*
* ui/netpostconfig.glade: Note DHCP for IPv6 as 'DHCPv6'. Remove
David Cantrell
2007-01-11
1
-1
/
+1
*
Don't care about the return value of asprintf.
Chris Lumens
2007-01-09
1
-2
/
+4
*
If dhcpclass is empty, build one from uname() like
David Cantrell
2007-01-05
1
-3
/
+12
*
* isys/isys.c (doDhcpNetDevice): Honor dhcpclass param (#220057).
David Cantrell
2006-12-18
1
-2
/
+18
*
This new UI change is meant to match (as much as possible) what users see
David Cantrell
2006-12-12
1
-1
/
+13
*
Get ready for a surprise.
David Cantrell
2006-11-07
1
-162
/
+211
*
Added IPv6 DNS lookup support to libisys.
David Cantrell
2006-11-02
1
-4
/
+4
*
Make sure loader builds.
Chris Lumens
2006-10-31
1
-2
/
+0
*
Add a function to split hostname/port number pairs up that takes IPv6 numeric
Chris Lumens
2006-10-31
1
-0
/
+54
*
Make sure the network always comes up if there's a network command in the
Chris Lumens
2006-10-23
1
-0
/
+10
*
* anaconda (parseOptions): Add the --noipv4 and --noipv6 opts (#208334).
David Cantrell
2006-10-18
1
-0
/
+5
*
* loader2/loader.c (readNetInfo): Rewrote the /tmp/netinfo parser so we
David Cantrell
2006-10-17
1
-12
/
+12
*
* loader2/net.c (manualNetConfig): Translation fix (#207069)
David Cantrell
2006-09-20
1
-1
/
+1
*
* loader2/net.c (manualNetConfig): Add description at the top of the
David Cantrell
2006-09-19
1
-3
/
+13
*
* loader2/net.c: Remember manual TCP/IP settings if user selects
David Cantrell
2006-08-29
1
-18
/
+47
*
* loader2/net.c: Remember user choices on network configuration
David Cantrell
2006-08-10
1
-11
/
+15
*
Don't try to strdup nothing (#196334).
Chris Lumens
2006-08-09
1
-2
/
+6
*
* loader2/net.c (setupNetworkDeviceConfig): Test ipinfo_set to see if
David Cantrell
2006-08-09
1
-3
/
+5
*
- fix segfault in ks mac addr searching
Peter Jones
2006-07-27
1
-4
/
+6
*
* loader2/cdinstall.c: loaderData->method is now an int.
David Cantrell
2006-07-27
1
-7
/
+16
*
* loader2/net.c: Bump inet_pton() buffers to length 48.
David Cantrell
2006-07-25
1
-11
/
+14
*
- fix "noipv6"
Peter Jones
2006-07-25
1
-0
/
+3
*
* loader2/net.c (setupNetworkDeviceConfig): Init the noipv4 and
David Cantrell
2006-07-24
1
-0
/
+7
*
* loader2/net.c (configureTCPIP): Error messages were reversed and
David Cantrell
2006-07-19
1
-27
/
+28
*
* loader2/init.c: Modify the snakes on a plane debugging mode a
David Cantrell
2006-07-19
1
-46
/
+36
*
Add noipv4 and noipv6 kickstart parameter support to the loader. Next up,
Chris Lumens
2006-07-13
1
-10
/
+18
*
In manualNetConfig(), write the gateway to newCfg instead of cfg.
David Cantrell
2006-07-13
1
-5
/
+5
[next]