summaryrefslogtreecommitdiff
path: root/src/iface.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-11Remove deprecated interface implementationMarcel Holtmann1-1522/+0
2008-06-30Deal with another libgdbus API changeMarcel Holtmann1-1/+1
2008-06-28Fix breakage caused by libgdbus API changeMarcel Holtmann1-6/+2
2008-04-14Use GLib option parsingMarcel Holtmann1-1/+0
2008-04-14Update copyright informationMarcel Holtmann1-1/+1
2008-04-08Add support for creating and removing networksMarcel Holtmann1-8/+110
2008-04-07Implement master state and fix Network Manager compat methodsMarcel Holtmann1-0/+19
2008-04-07Always unregister the whole object hierarchyMarcel Holtmann1-2/+2
2008-04-04Add callbacks for loading known networksMarcel Holtmann1-0/+2
2008-04-04Improve selecting of networksMarcel Holtmann1-0/+8
2008-04-04On successful connect store the network identifierMarcel Holtmann1-0/+1
2008-04-04Update state machine handling for wireless networksMarcel Holtmann1-54/+43
2008-04-01Don't return IPv4 settings when in off or ignore policyMarcel Holtmann1-0/+9
2008-03-26Add workaround for my D-Link access pointMarcel Holtmann1-4/+16
2008-03-24The only supported IPv4 method is DHCP at the momentMarcel Holtmann1-1/+4
2008-03-24Add abstraction for resolver modificationsMarcel Holtmann1-13/+2
2008-03-24Add debug line for found passphrasesMarcel Holtmann1-0/+2
2008-03-13Use list of known networks to re-connect toMarcel Holtmann1-2/+9
2008-03-12Change variables inside the network structureMarcel Holtmann1-31/+30
2008-03-12Add option for interface limitationMarcel Holtmann1-3/+20
2008-03-11Use start/stop callbacks if providedMarcel Holtmann1-3/+13
2008-03-07Fix compiler warningMarcel Holtmann1-2/+3
2008-03-07Disable unused RTNL address handling for nowMarcel Holtmann1-0/+2
2008-02-27Update state machine for interfacesMarcel Holtmann1-11/+93
2008-02-26Add support for indicating security methodsMarcel Holtmann1-4/+12
2008-01-16Include signal strength for reported networksMarcel Holtmann1-3/+4
2008-01-16Report found networks and send out updatesMarcel Holtmann1-31/+66
2008-01-14Remove IP addresses on shutdown and fix carrier detectMarcel Holtmann1-1/+6
2008-01-14Release DHCP lease when carrier offMarcel Holtmann1-0/+1
2008-01-14Add more detailed interface state machineMarcel Holtmann1-28/+126
2008-01-14Handle return values of system callsMarcel Holtmann1-2/+2
2008-01-11Update state machine handlingMarcel Holtmann1-32/+26
2008-01-09Add support for retrieving network settingsMarcel Holtmann1-61/+115
2008-01-09Update handling of shutdown procedureMarcel Holtmann1-4/+11
2008-01-08Add support for storing the network identifierMarcel Holtmann1-2/+10
2008-01-08Add support for storing interface settingsMarcel Holtmann1-0/+5
2008-01-08Add generic handling for hardware addresses and setupMarcel Holtmann1-0/+4
2008-01-08Add new method and signal implementationMarcel Holtmann1-30/+375
2008-01-08Update interface constants and definitionsMarcel Holtmann1-2/+2
2008-01-08Remove interface property callbacksMarcel Holtmann1-109/+1
2008-01-04Add interface properties for device detailsMarcel Holtmann1-1/+110
2008-01-03Add callbacks for setting network name and passphraseMarcel Holtmann1-2/+54
2008-01-03Add support for setting the nameserver using resolvconfMarcel Holtmann1-0/+16
2008-01-03Add experimental method for scanning activationMarcel Holtmann1-3/+22
2008-01-03Add generic setting of IPv4 addresses and the default routeMarcel Holtmann1-2/+124
2008-01-01Add experimental IPv4 address retrieval over netlinkMarcel Holtmann1-4/+46
2007-12-30Add carrier detection callbacks and driver data functionsMarcel Holtmann1-0/+5
2007-12-29Add callback for wireless netlink eventsMarcel Holtmann1-0/+14
2007-12-26Add basic methods and signals for interfacesMarcel Holtmann1-3/+71
2007-12-26Add basic methods and signals for manager interfaceMarcel Holtmann1-1/+32