summaryrefslogtreecommitdiffstats
path: root/isys
Commit message (Expand)AuthorAgeFilesLines
* 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
* * isys/dns.c, isys/dns.h: Revert to previous version (DNS problems).David Cantrell2006-07-283-28/+173
* - 4 space indentation, not 3.Peter Jones2006-07-271-356/+356
* * loader2/urls.c (urlinstStartTransfer): Determine address familyDavid Cantrell2006-07-263-174/+28
* Removed isys_calcNetmask and isys_calcNS.Chris Lumens2006-07-131-24/+0
* * isys/isys.c: Added back the doConfigNetDevice() andDavid Cantrell2006-07-132-0/+104
* Don't guess the gateway for consistency with loader's UI (#197578).Chris Lumens2006-07-121-8/+0
* Hooray for 4th grade C programming class!David Cantrell2006-06-274-10/+71
* - get rid of diet.Peter Jones2006-06-266-47/+5
* Instead of detecting whether a device is removable or not, detect whetherChris Lumens2006-06-222-118/+11
* 2006-06-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-211-2/+1