summaryrefslogtreecommitdiffstats
path: root/isys
Commit message (Expand)AuthorAgeFilesLines
* - 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
* 2006-06-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-211-11/+22
* just the sync bitJeremy Katz2006-06-161-22/+11
* 2006-06-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-161-12/+24
* 2006-06-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-151-1/+1
* 2006-06-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-101-0/+1
* HERE COMES YOUR WATER! ....David Cantrell2006-06-072-81/+1
* Fix on 64-bit machines (#193609).Chris Lumens2006-05-311-1/+1
* * isys/Makefile: Remove getipaddr.o reference.David Cantrell2006-05-264-58/+2
* * isys/nl.c (netlink_format_ip_addr): Rewrote to malloc for spaceDavid Cantrell2006-05-262-17/+86
* * isys/Makefile: Remove getmacaddr references. Add glib CFLAGS andDavid Cantrell2006-05-265-98/+12
* * isys/nl.h: Include glib.h and netinet/in.h.David Cantrell2006-05-251-0/+3
* * isys/nl.h: Prototypes for netlink_interfaces_list_free() andDavid Cantrell2006-05-252-1/+99
* * isys/nl.c: Skip Netlink messages with void ARP headers or zero-lengthDavid Cantrell2006-05-241-0/+7
* All hail the hypnotoad!David Cantrell2006-05-243-2/+408
* - Fix keyboard loading hellPeter Jones2006-05-101-0/+5
* * isys/isys.py (driveIsRemovable): Split module checking out to itsPeter Jones2006-05-091-22/+31