summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-23Convert to fully non-recursive build systemMarcel Holtmann15-461/+423
2009-08-23Add support for cloning IP configurationsMarcel Holtmann5-57/+188
2009-08-22Add script for creating builtin plugin listMarcel Holtmann2-10/+20
2009-08-22Make use of $(AM_V_at) for silent commandsMarcel Holtmann2-7/+7
2009-08-16Add addr-test program to ignore fileMarcel Holtmann2-1/+2
2009-08-16Add automake's --no-print-directory flagMarcel Holtmann1-0/+2
2009-08-16Use automake's subdir-objects optionMarcel Holtmann1-2/+2
2009-08-16Use $(AM_V_GEN) for custom rulesMarcel Holtmann2-13/+15
2009-08-14Only add IP configurations with callbacks to the listMarcel Holtmann1-18/+20
2009-08-14Add initial text for IP handling documentationMarcel Holtmann2-4/+48
2009-08-14Fix wrong service state handling on timeoutsMarcel Holtmann1-21/+2
2009-08-12Remove unused variableMarcel Holtmann1-1/+0
2009-08-12Clear SSID when network restore back to hiddenMartin Xu1-4/+2
2009-08-12Add function for printing warningsMarcel Holtmann2-0/+20
2009-08-11Grant D-Bus access to user 'system'Jackie Wu1-0/+3
2009-08-11Add callbacks for IP bound and release eventsMarcel Holtmann3-1/+57
2009-08-11Use global IP address structure for transactionMarcel Holtmann2-11/+10
2009-08-11Add cleaner handling of IP address detailsMarcel Holtmann2-61/+197
2009-08-11Add test program for netmask and prefixlen conversionMarcel Holtmann2-1/+67
2009-08-10Add support for variable task argument setupMarcel Holtmann2-15/+43
2009-08-10Fix arguments for IP driver callbacksMarcel Holtmann1-3/+3
2009-08-10Use ignore method for unconfigured IP devicesMarcel Holtmann3-6/+6
2009-08-10Add option to change D-Bus config directoryMarcel Holtmann1-3/+6
2009-08-10Fix typo with DBUS_DATADIR variable checkMarcel Holtmann1-1/+1
2009-08-10Add tracking of scanning state to supplicant driverMarcel Holtmann1-0/+25
2009-08-10Add more detailed tracking of IP devicesMarcel Holtmann6-279/+457
2009-08-09Add skeletons for IP operation callbacksMarcel Holtmann2-0/+53
2009-08-09Update simple test script for D-Bus interface of supplicantMarcel Holtmann1-4/+16
2009-08-09Add support for decoding Ethernet addresses coming from RTNLMarcel Holtmann1-14/+28
2009-08-08Add support for storing default gateway informationMarcel Holtmann5-9/+30
2009-08-08Optimize the RTNL routing table parsingMarcel Holtmann1-42/+14
2009-08-08Fix potential invalid pointer dereferenceMarcel Holtmann1-0/+2
2009-08-08Fix typo in routing information outputMarcel Holtmann1-1/+1
2009-08-08Fix issue with gateway notification for non default routesMarcel Holtmann1-6/+12
2009-08-08Add support for tracking route table changes via RTNLMarcel Holtmann3-124/+209
2009-08-08Attach IP addresses to configurationMarcel Holtmann1-0/+63
2009-08-08Fix some coding style in RTNL message handlingMarcel Holtmann1-9/+3
2009-08-08Integrate RTNL deeper into IP configuration trackingMarcel Holtmann8-48/+66
2009-08-08Fix issues with hashing of RTNL interfaces and their flagsMarcel Holtmann2-9/+42
2009-08-08Request current routing information after address detailsMarcel Holtmann1-0/+1
2009-08-08Use central place to request current link detailsMarcel Holtmann3-3/+3
2009-08-08Track IP configuration based on RTNL interface listMarcel Holtmann5-14/+79
2009-08-08Create IP configuration based on the interface indexMarcel Holtmann3-14/+9
2009-08-08Use NameHasOwner instead of ListNames for name checkingJohan Hedberg1-15/+9
2009-08-07Add initial steps for IPv4 monitoring via RTNLMarcel Holtmann7-39/+237
2009-08-07Ensure g_timeout_add source can be removed safelyDenis Kenzior1-2/+10
2009-08-07Add fully flexible task handling frameworkMarcel Holtmann2-5/+285
2009-08-07Move include directive to the right spotMarcel Holtmann1-2/+2
2009-08-07Add first steps of generic task frameworkMarcel Holtmann5-0/+125
2009-08-07Add support for changing the AutoConnect value of servicesMarcel Holtmann3-1/+90