summaryrefslogtreecommitdiffstats
path: root/isys
Commit message (Expand)AuthorAgeFilesLines
* Use /dev/ devices nodes for probing RAID superblocks, instead of recycling theChris Lumens2007-03-281-11/+15
* * gui.py (releaseNotesButtonClicked): Spaces vs. tabs, tonight at 11.David Cantrell2007-03-272-9/+10
* Clear out cached netlink information so we display the Remote button on theChris Lumens2007-03-121-0/+5
* For fuck's sake. You'd think I had never used a pointer before. Don'tDavid Cantrell2007-03-091-1/+1
* * isys/str.c (strcount): If tmp is NULL, return 0 (#231290).David Cantrell2007-03-081-0/+3
* * isys/nl.c (netlink_init_interfaces_list): Handle netlink messagesDavid Cantrell2007-03-061-7/+31
* * loader2/net.c (strcount): Moved to isys/str.c.David Cantrell2007-03-062-0/+42
* 2007-02-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-02-072-114/+0
* 2007-01-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-231-0/+2
* * loader2/net.c (doDhcp): Add 'anaconda-' to the front of the automaticDavid Cantrell2007-01-221-1/+2
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-1/+1
* 2007-01-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-171-1/+4
* 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-2/+7
* * isys/isys.c (doDhcpNetDevice): Honor dhcpclass param (#220057).David Cantrell2006-12-181-1/+4
* 2006-12-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-12-151-2/+3
* 2006-12-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-12-151-0/+6
* 2006-12-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-12-121-1/+1
* * isys/wireless.c (set_essid, get_essid): Init wreq struct beforeDavid Cantrell2006-11-281-3/+7
* - don't segfault when importing isys on ppc (#214653)Peter Jones2006-11-082-2/+6
* * isys/str.c: Added str2case() to handle str2upper() and str2lower().David Cantrell2006-11-062-9/+38
* Tab to spaces.David Cantrell2006-11-031-1/+1
* Added IPv6 DNS lookup support to libisys.David Cantrell2006-11-023-43/+136
* Space cleanups.David Cantrell2006-11-021-1/+1
* 2006-10-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-251-3/+5
* 2006-10-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-191-2/+2
* - anaconda (__main__): Only do auditDaemon if we're not in test orPeter Jones2006-10-111-2/+1
* 2006-10-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-101-63/+35
* * isys/isys.py (inet_calcNetBroad): Umm, use ntohl() so it works on allDavid Cantrell2006-10-031-10/+6
* * iw/network_gui.py (NetworkWindow): Use isys.netmask2prefix() andDavid Cantrell2006-10-032-19/+17
* * isys/isys.py (inet_doConvertPrefixToNetmask): Removed since it doesDavid Cantrell2006-10-022-7/+18
* * isys/isys.c (doDhcpNetDevice): Call pumpSetupInterface() afterDavid Cantrell2006-09-201-1/+8
* * isys/Makefile: Make nltest target depend on str.o.David Cantrell2006-09-191-1/+1
* * isys/isys.c (doDhcpNetDevice): Rename to be dhcp instead ofJeremy Katz2006-09-123-10/+14
* * isys/nl.c: Only collect IPv4 and IPv6 addresses for IFF_RUNNINGDavid Cantrell2006-09-111-11/+18
* Skip attached devices without media present (like CF readers, etc.) (#205465).Chris Lumens2006-09-111-0/+5
* * isys/isys.py (inet_convertPrefixToNetmask): Take IPv4 CIDR prefixDavid Cantrell2006-09-061-0/+7
* * isys/isys.py: Remove inet_aton() and inet_ntoa(). Replaced callsDavid Cantrell2006-09-061-15/+20
* - move device blacklisting from hardDriveDict into driveDict, so we do itPeter Jones2006-08-251-22/+37
* 2006-08-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-242-4/+11
* - add a simple audit daemonPeter Jones2006-08-225-1/+174
* 2006-08-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-221-0/+3
* - oops, klassArg crap and dm is still busted when klassArg == "cdrom".Peter Jones2006-08-211-3/+3
* - don't call isys.flushDriveDict() from makeDriveDeviceNodes(), as itPeter Jones2006-08-181-14/+22
* Revert logMessage calls (#201707).Chris Lumens2006-08-081-5/+4
* Don't initialize method to a valid selection, since that causes the methodChris Lumens2006-08-041-3/+3
* Log why mount failed.Chris Lumens2006-08-031-4/+6
* - fix mknodPeter Jones2006-07-311-1/+1
* Whitespace changes only. Nothing else.David Cantrell2006-07-311-80/+81
* * isys/dns.c: Removed code that's not in use anymore.David Cantrell2006-07-281-32/+0