summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-12-16Fix D-Bus timeout handlingDaniel Orstadius1-1/+16
Timeouts should also be removed in the remove_timeout callback in addition to the timeout_handler_free function. This is how dbus-glib does it and it seems to prevent crashes in certain situations.
2009-12-15Remove faulty removal of IP address from interfaceMarcel Holtmann1-2/+0
2009-12-15Fix DNS packet length calculationMarcel Holtmann1-1/+1
2009-12-14Coding style cleanups for provider frameworkMarcel Holtmann2-29/+30
2009-12-14Fix supplicant connection issue when specifying PSK securityMarcel Holtmann1-1/+2
2009-12-14Add support using PSK when connecting to hidden networksMarcel Holtmann1-2/+3
2009-12-14Document the changed security values for PSK and IEEE 802.1xMarcel Holtmann1-1/+2
2009-12-14Extract authentication modes (PSK and IEEE 802.1x) for IEMarcel Holtmann1-3/+83
2009-12-14Fix wrong usage of service security enumMarcel Holtmann1-1/+1
2009-12-14Add security definitions for PSK and IEEE 802.1xMarcel Holtmann2-2/+18
2009-12-14Add list of different provider typesMarcel Holtmann1-2/+6
2009-12-14Add framework for configuration filesMarcel Holtmann5-1/+196
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 Holtmann2-0/+22
2009-12-14Fix memory leak in profiles and rename hash variableMarcel Holtmann1-11/+12
2009-12-14Add plugin for Moblin specific featuresMarcel Holtmann5-0/+59
2009-12-14Add support for setting time server configurationMarcel Holtmann3-2/+42
2009-12-14Fix missing inclusion of time server source filesMarcel Holtmann1-3/+3
2009-12-14Add framework for handling time serversMarcel Holtmann3-0/+159
2009-12-14Add timeserver value from DHCP configurationMarcel Holtmann3-0/+4
2009-12-14Enable Google plugin for distcheck buildsMarcel Holtmann1-0/+1
2009-12-14Add plugin for using Google Public DNS serviceMarcel Holtmann4-0/+67
2009-12-14Handle cases when provided DNS server has no interfaceMarcel Holtmann1-5/+8
2009-12-14Add some logging for DNS proxy changes within the server listMarcel Holtmann1-3/+16
2009-12-14Add support for using public DNS serversMarcel Holtmann2-5/+88
2009-12-14Add workaround for EDNS0 queries that exceed the buffer sizeMarcel Holtmann1-3/+27
This is a dirty hack which makes it work -- artificially bump the buffer size up to 4KiB for requests with a smaller buffer size. For a DNS proxy which serves arbitrary clients this might crash when it gets a larger response than asked for, but since this is only serving the local host and knowing that glibc does cope, it is possible to get away with it for now.
2009-12-14Handle additional DNS records when sending alternate requestMarcel Holtmann1-6/+10
The outbound queries that get qualified with the search domain need to handle additional records. Otherwise ENDS0 and other options might fail.
2009-12-14Tell resolver to enable EDNS0 supportMarcel Holtmann1-0/+1
With EDNS0 enabled it is possible to receive larger DNS responses over UDP without the requirement for using TCP. Potentially this could cause interop issues with some weird DNS servers, but it seems that also other operating systems enable this by default.
2009-12-09Add openconnect-script to GIT ignore listMarcel Holtmann1-0/+1
2009-12-09Fix issue with TUN name assignment for VPNMarcel Holtmann1-1/+1
2009-12-09Add service types for system and VPN connectionsMarcel Holtmann5-5/+49
2009-12-09Fix typo for enabling OpenConnect plugin as builtinMarcel Holtmann1-1/+1
2009-12-09Add new test scripts to support VPN connectionsMohamed Abbas4-1/+80
2009-12-09Update test scripts to support provider connectionsMohamed Abbas2-3/+12
2009-12-09Add OpenConnect provider plugin for AnyConnect VPN supportMohamed Abbas5-0/+594
2009-12-09Add special routing handling for VPN supportMohamed Abbas1-5/+204
A VPN needs to add the VPN host to activated network gateway and then add the default gateway to the VPN network.
2009-12-09Fix broken flag handling for task spawningMarcel Holtmann2-11/+9
2009-12-09Add an option to allow processes spawn with pipesMohamed Abbas3-5/+19
2009-12-09Add interfaces for connecting providersMohamed Abbas1-0/+76
2009-12-09Add initial support for provider frameworkMohamed Abbas5-0/+955
2009-12-07Remove now deprecated test scriptsMarcel Holtmann3-32/+3
2009-12-07Remove unused connection interfaceMarcel Holtmann5-293/+1
2009-12-07Skip accessing unexisting Interface propertyMarcel Holtmann3-2/+11
2009-12-07Remove unused secondary feature of devices and networksMarcel Holtmann3-44/+5
2009-12-07Switch dhclient handling to task infrastructureMarcel Holtmann2-278/+139
2009-12-07Add driver data handling for DHCPMarcel Holtmann2-0/+26
2009-12-07Add support for setting hostname and domainname from DHCPMarcel Holtmann6-2/+212
2009-12-07Parse interface MTU values from DHCP resultsMarcel Holtmann2-0/+3
2009-12-07Add parsing of Domainname, Hostname and Timeserver resultsMarcel Holtmann3-2/+11