summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-12-15Remove faulty removal of IP address from interfaceMarcel Holtmann1-2/+0
2009-12-14Coding style cleanups for provider frameworkMarcel Holtmann1-21/+22
2009-12-14Add support using PSK when connecting to hidden networksMarcel Holtmann1-2/+3
2009-12-14Fix wrong usage of service security enumMarcel Holtmann1-1/+1
2009-12-14Add security definitions for PSK and IEEE 802.1xMarcel Holtmann1-0/+14
2009-12-14Add framework for configuration filesMarcel Holtmann4-0/+195
2009-12-14Add generic suffix handling to storage helpersMarcel Holtmann4-21/+45
2009-12-14Use public function to validate identifiersMarcel Holtmann1-19/+2
2009-12-14Add public function to validate D-Bus identifiersMarcel Holtmann1-0/+21
2009-12-14Fix memory leak in profiles and rename hash variableMarcel Holtmann1-11/+12
2009-12-14Add support for setting time server configurationMarcel Holtmann2-2/+41
2009-12-14Add framework for handling time serversMarcel Holtmann2-0/+107
2009-12-14Add timeserver value from DHCP configurationMarcel Holtmann2-0/+3
2009-12-14Add support for using public DNS serversMarcel Holtmann1-1/+79
2009-12-14Tell resolver to enable EDNS0 supportMarcel Holtmann1-0/+1
2009-12-09Add service types for system and VPN connectionsMarcel Holtmann3-0/+40
2009-12-09Add special routing handling for VPN supportMohamed Abbas1-5/+204
2009-12-09Fix broken flag handling for task spawningMarcel Holtmann1-10/+8
2009-12-09Add an option to allow processes spawn with pipesMohamed Abbas1-3/+15
2009-12-09Add interfaces for connecting providersMohamed Abbas1-0/+76
2009-12-09Add initial support for provider frameworkMohamed Abbas3-0/+895
2009-12-07Remove unused connection interfaceMarcel Holtmann2-225/+0
2009-12-07Remove unused secondary feature of devices and networksMarcel Holtmann2-41/+5
2009-12-07Add driver data handling for DHCPMarcel Holtmann1-0/+23
2009-12-07Add support for setting hostname and domainname from DHCPMarcel Holtmann3-0/+118
2009-12-07Parse interface MTU values from DHCP resultsMarcel Holtmann1-0/+1
2009-12-07Add parsing of Domainname, Hostname and Timeserver resultsMarcel Holtmann1-0/+3
2009-12-07Add DHCP value configuration handlingMarcel Holtmann1-0/+32
2009-12-07Add DHCP bound, renew and fail handlingMarcel Holtmann1-0/+51
2009-12-07Add function to get index value from DHCP structureMarcel Holtmann1-0/+11
2009-12-07Add DHCP driver and element handlingMarcel Holtmann2-0/+145
2009-12-07Add skeleton for DHCP driver transitionMarcel Holtmann3-0/+61
2009-12-06Remove unfinished and unneeded PPP supportMarcel Holtmann2-5/+0
2009-12-06Remove unused device typesMarcel Holtmann5-35/+9
2009-12-06Remove unused device specific connect/disconnect callbacksMarcel Holtmann2-17/+0
2009-12-06Remove new unused special carrier state of a serviceMarcel Holtmann1-3/+0
2009-12-05The network interface for informational purpose onlyMarcel Holtmann1-54/+0
2009-12-05Allow service removal to clear failure stateMarcel Holtmann1-1/+4
2009-12-05Require udev-143 or laterMarcel Holtmann1-17/+0
2009-11-30Add workaround for DHCP startup failures with WiFi networksSam Leffler1-0/+16
2009-11-30Add function to get current network connecting stateMarcel Holtmann2-0/+6
2009-11-30Use proper debug class for udev device detectionMarcel Holtmann1-2/+2
2009-11-30Print some details of the interface statisticsMarcel Holtmann1-0/+9
2009-11-30Check for capabilities support via libcap-ngMarcel Holtmann1-0/+8
2009-11-29Use network details also for Ethernet devicesMarcel Holtmann7-353/+38
2009-11-29Add network type for cable/carrier detectionMarcel Holtmann2-0/+9
2009-11-29Send signal with empty default technology when not connectedMarcel Holtmann1-1/+1
2009-11-29Fix segmentation fault with service type lookupMarcel Holtmann1-0/+3
2009-11-28Add method to retrieve interface name from serviceMarcel Holtmann1-0/+23
2009-11-28Add support for default service changed notifierMarcel Holtmann3-27/+74