index
:
anaconda.git
dup
firstboot-support
master
msivak
newtui
threading
Anaconda installer - personal development space, mostly the new TUI
Martin Sivák
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
network.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
* network.py (Network.write): Add the short hostname to the
David Cantrell
2007-09-04
1
-5
/
+9
*
(merges from f7-branch)
Jeremy Katz
2007-05-30
1
-0
/
+8
*
* network.py: Update calls to configNetDevice() and dhcpNetDevice() in
David Cantrell
2007-05-07
1
-5
/
+2
*
* network.py (Network.write): Do not write out a disable-ipv6 file
David Cantrell
2007-04-26
1
-16
/
+0
*
* network.py (Network.write): Only write out one disable-ipv6 file to
David Cantrell
2007-04-24
1
-10
/
+5
*
* isys/nl.c (netlink_init_interfaces_list): Fix RTM_GETLINK message
David Cantrell
2007-04-17
1
-20
/
+28
*
* network.py (Network.write): Do not write out NETWORKING_IPV6 line
David Cantrell
2007-04-17
1
-34
/
+40
*
* gui.py (releaseNotesButtonClicked): Spaces vs. tabs, tonight at 11.
David Cantrell
2007-03-27
1
-9
/
+2
*
* network.py: When gathering network device description from kudzu,
David Cantrell
2007-03-26
1
-1
/
+1
*
Don't write out an extraneous "yes" (#227250).
Chris Lumens
2007-02-23
1
-3
/
+3
*
2007-01-10 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-01-10
1
-2
/
+8
*
* network.py: Set NETWORKING_IPV6 in /etc/sysconfig/network to
David Cantrell
2007-01-10
1
-3
/
+3
*
This new UI change is meant to match (as much as possible) what users see
David Cantrell
2006-12-12
1
-5
/
+7
*
* network.py (Network): Add missing \n to localhost6 line (#210050)
David Cantrell
2006-10-29
1
-1
/
+1
*
* network.py (Network): Write out ::1 in /etc/hosts as localhost6
David Cantrell
2006-10-23
1
-1
/
+1
*
* anaconda (parseOptions): Add the --noipv4 and --noipv6 opts (#208334).
David Cantrell
2006-10-18
1
-2
/
+2
*
* network.py (Network): If not has key BOOTPROTO, s'il vous plaît.
David Cantrell
2006-10-12
1
-1
/
+1
*
2006-10-09 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-10-09
1
-10
/
+6
*
Fix traceback on looking up hostnames (#209672).
Chris Lumens
2006-10-09
1
-2
/
+2
*
* network.py (sanityCheckIPString): Change two >1 to >0 so that IP
David Cantrell
2006-10-06
1
-2
/
+2
*
* network.py (sanityCheckIPString): Test IP more accurately to
David Cantrell
2006-10-04
1
-4
/
+6
*
* network.py (Network): UI isn't using it, so removed references to
David Cantrell
2006-09-26
1
-6
/
+1
*
* network.py: Make sure we compare the lowercase version of bootproto
David Cantrell
2006-09-19
1
-6
/
+6
*
* network.py: Added the useIPv4 and useIPv6 flags to the Network class.
David Cantrell
2006-09-18
1
-2
/
+13
*
* network.py (Network.lookupHostname): Use socket.getaddrinfo() so
David Cantrell
2006-08-11
1
-3
/
+10
*
Don't clobber /etc/resolv.conf during VNC installs (#201874).
Chris Lumens
2006-08-11
1
-7
/
+7
*
2006-06-21 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-06-21
1
-7
/
+0
*
2006-06-15 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-06-16
1
-0
/
+7
*
Filter out sitX devices from the list.
David Cantrell
2006-06-13
1
-7
/
+9
*
A better validation check that takes IPv6 into account.
Chris Lumens
2006-06-08
1
-6
/
+12
*
Move from IPEditors to gtk.Entrys. This will help when people can enter
Chris Lumens
2006-06-07
1
-16
/
+12
*
Write out IPv6 localhost (#44984).
Chris Lumens
2006-06-02
1
-5
/
+6
*
ipv6: The choice of a new generation
Paul Nasrat
2006-05-18
1
-0
/
+1
*
Allow MTU to be specified in a kickstart file as well as on the command
Chris Lumens
2006-05-15
1
-0
/
+7
*
Finish making non-UI steps pass around the anaconda object.
Chris Lumens
2006-05-04
1
-3
/
+3
*
2006-04-26 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-04-26
1
-0
/
+3
*
2006-04-26 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-04-26
1
-5
/
+6
*
Get ready for a surprise...
David Cantrell
2006-03-24
1
-1
/
+2
*
Create a dictionary in flags.py for storing /proc/cmdline. Nuke all
Chris Lumens
2006-03-22
1
-5
/
+3
*
Move hasActiveNetDev frmo vnc to network.
Chris Lumens
2006-02-14
1
-0
/
+15
*
Put quotes around ethtool arguments (#176918).
Chris Lumens
2006-01-04
1
-1
/
+1
*
Check for ff:ff:ff:ff:ff:ff as well.
Chris Lumens
2005-11-29
1
-3
/
+2
*
2005-08-25 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2005-08-25
1
-4
/
+0
*
Use new logging system.
Chris Lumens
2005-08-12
1
-6
/
+8
*
Use the right enum. Not that it makes much difference here.
Bill Nottingham
2005-07-21
1
-1
/
+1
*
Fix multiple NICs in kickstart config files (#158566).
Chris Lumens
2005-07-13
1
-0
/
+1
*
Put fixes for #138852 and #146915 on HEAD
Paul Nasrat
2005-02-08
1
-0
/
+10
*
2004-12-23 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2004-12-23
1
-0
/
+8
*
2004-11-30 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2004-12-01
1
-1
/
+11
*
2004-10-12 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2004-10-12
1
-0
/
+3
[next]