summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-06Add interface for setting proxy for GWeb sessionsMarcel Holtmann2-0/+17
2010-11-06Use proxy framework for portal checkMarcel Holtmann1-37/+53
2010-11-06Add basic implementation for internal proxy frameworkMarcel Holtmann5-3/+220
2010-11-06Remove unused device->control valueMarcel Holtmann3-11/+4
2010-11-06Remove unused connman_device_get_control functionMarcel Holtmann2-6/+0
2010-11-06Remove unused connman_device_get_name functionMarcel Holtmann2-12/+0
2010-11-06Add skeleton for integration of WISPr supportMarcel Holtmann4-1/+44
2010-11-06Add workaround for not linking against GnuTLSMarcel Holtmann2-0/+33
2010-11-06Remove some leftovers from Device/Network interface removalMarcel Holtmann4-23/+5
2010-11-06Support chunk encode in HTTP response.Mohamed Abbas1-7/+159
2010-11-06Add chunk encode support when doing HTTP request.Mohamed Abbas1-72/+156
2010-11-06iptables: Add support for interface and IP option inversionSamuel Ortiz1-0/+14
2010-11-06iptables: Add source and destination IP option supportSamuel Ortiz1-1/+34
2010-11-06iptables: Add in and out interface option supportSamuel Ortiz1-8/+29
2010-11-06iptables: Dump ipt_entry ip fieldSamuel Ortiz1-0/+12
2010-11-05Remove unused connman_device_get_path functionMarcel Holtmann2-12/+0
2010-11-05Remove unused __connman_element_get_*_path functionsMarcel Holtmann2-25/+0
2010-11-05Remove unused connman_network_get_path functionMarcel Holtmann2-13/+0
2010-11-05Remove DBusConnection reference from device/network interfacesMarcel Holtmann2-11/+0
2010-11-05Remove test scripts for no longer existing interfacesMarcel Holtmann9-457/+3
2010-11-05Remove documentation for no longer existing interfacesMarcel Holtmann4-186/+0
2010-11-04Remove device list from Technology interfaceMarcel Holtmann1-31/+0
2010-11-04Fix fallout within pluginsMarcel Holtmann3-5/+0
2010-11-04Remove unneeded CONNMAN_DEVICE_INTERFACEMarcel Holtmann2-305/+2
2010-11-04Remove unneeded CONNMAN_NETWORK_INTERFACEMarcel Holtmann2-175/+5
2010-11-04Remove unneeded enum connman_network_protocolMarcel Holtmann8-45/+1
2010-11-04Remove unneeded enum connman_device_modeMarcel Holtmann5-122/+8
2010-11-04Fix wifi plugin build issues when not built-in.Samuel Ortiz2-9/+6
2010-11-04Don't use O_CLOEXEC flag to open()Marcel Holtmann1-1/+1
2010-11-04Use * characters for hidden password inputMarcel Holtmann1-0/+3
2010-11-04Add support for WISPr username/password input dialogsMarcel Holtmann1-11/+171
2010-11-03Release 0.630.63Marcel Holtmann2-1/+15
2010-11-03service: Try to autoconnect favorite but failed services at bootSamuel Ortiz1-1/+2
2010-11-03supplicant: Check for network before removing itSamuel Ortiz1-0/+3
2010-11-03connect-vpn: Add OpenVPN supportDaniel Wagner1-12/+30
2010-11-03openvpn: Add OpenVPN supportDaniel Wagner5-2/+412
2010-11-03provider: Forward peer address to the ipv4 layerSamuel Ortiz1-0/+8
2010-11-03connection: Prefer IPv4 peer over the regular addressSamuel Ortiz1-1/+7
2010-11-03inet: Add peer argument to address modification routineSamuel Ortiz3-11/+32
2010-11-03element: Add peer IPv4 propertySamuel Ortiz3-0/+8
2010-11-03iptables: Support for user defined chain jumpsSamuel Ortiz1-4/+111
2010-11-03iptables: Update entries offsetsSamuel Ortiz1-1/+26
2010-11-03iptables: Merge rule adding routinesSamuel Ortiz1-60/+21
2010-11-02Print hotspot location detailsMarcel Holtmann1-0/+24
2010-11-02Show provided WISPr logout URLMarcel Holtmann1-0/+3
2010-11-02gsupplicant: Remove network from wpa_s when disconnectingKalle Valo1-1/+37
2010-11-02gsupplicant: Store network pathKalle Valo1-8/+23
2010-11-02gsupplicant: Fix deadlock when disassociate while associatingMohamed Abbas1-0/+2
2010-11-02Add login handling to WISPr command line clientMarcel Holtmann1-212/+240
2010-11-02Add simple support for dealing with HTTP body contentMarcel Holtmann2-15/+30