Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-24 | Set Ethernet connected after assigning the network group | Marcel Holtmann | 1 | -1/+2 | |
2009-12-23 | More config.c copy and paste fixes | Samuel Ortiz | 1 | -5/+5 | |
In __connman_config_provision_service(), the config pointer was always set to the last service entry found from the configuration files. This was hiding many bugs introduced by the hexadecimal SSID changes. | |||||
2009-12-23 | Fix copy-and-paste issue with SSID configuration field | Marcel Holtmann | 1 | -1/+1 | |
2009-12-23 | Some more whitespace cleanups | Marcel Holtmann | 3 | -15/+16 | |
2009-12-23 | Add support for building passphrase from the private key fsid | Samuel Ortiz | 2 | -1/+55 | |
The private key can be build so that the passphrase is the key's filesystem ID, i.e. stat --file-system --printf="%i" <private_key_path>. By setting the PassphraseFromFsid config entry to true, such a filesystem ID will be used as private key passphrase and passed to the supplicant. | |||||
2009-12-23 | Enable connecting to an IEEE 802.1x network from the service API | Samuel Ortiz | 1 | -4/+53 | |
If security is "ieee8021x", allow the service API to try a connection, and update the attached network with the right IEEE 802.1x settings. Also, a passphrase is required when connecting to such network. | |||||
2009-12-23 | Load service entries from configuration files | Samuel Ortiz | 3 | -1/+258 | |
For IEEE 802.1x networks, the various certificate paths, private key paths and identities are configured through an external configuration file. They belong to a "service" group in this file and loaded at startup. Any matching service with the corresponding service group will be provisioned with this configuration. These settings will also be then propagated to the network structure at connection time. | |||||
2009-12-23 | Fix include of documentation file | Marcel Holtmann | 1 | -1/+1 | |
2009-12-23 | Add code for retrieving supplicant global properties | Marcel Holtmann | 4 | -5/+230 | |
2009-12-23 | Convert the network EAP string to uppercase | Samuel Ortiz | 1 | -1/+8 | |
wpa_supplicant only understands upper case string for the EAP definitions. | |||||
2009-12-23 | Add basic mainloop and D-Bus setup to supplicant test tool | Marcel Holtmann | 2 | -0/+69 | |
2009-12-23 | Fix mis-merged AM_CFLAGS line | Marcel Holtmann | 1 | -1/+0 | |
2009-12-23 | Add skeleton for supplicant test tool | Marcel Holtmann | 3 | -2/+34 | |
2009-12-22 | Pass required IEEE 802.1x settings to wpa_supplicant | Samuel Ortiz | 1 | -1/+176 | |
When trying to connect to a 802.1x service, the attached network is updated with the 802.1x settings from the config entries, if any. Then we fetch those settings and send the relevant ones to wpa_supplicant. Please note that only TLS and PEAP are supported at the moment. Those two authentication methods account for most of the 802.1x WiFi networks. | |||||
2009-12-22 | Fix service loading and add provision callbacks | Marcel Holtmann | 3 | -8/+13 | |
2009-12-21 | Add IEEE 802.1x related fields to network structure | Samuel Ortiz | 1 | -1/+50 | |
In order to support IEEE 802.1x serveral additional fields needs to be stored. In addition the network's EAP is displayed when listing the network's properties. | |||||
2009-12-20 | Add initial documentation for advanced configuration | Marcel Holtmann | 2 | -1/+63 | |
2009-12-20 | Enable notification for IP configuration changes | Marcel Holtmann | 2 | -9/+28 | |
2009-12-20 | Add IP configured method for fixed addresses | Marcel Holtmann | 3 | -4/+13 | |
2009-12-20 | Decode the immutable property correctly | Marcel Holtmann | 1 | -1/+1 | |
2009-12-20 | Add basic support for immutable services | Marcel Holtmann | 2 | -1/+15 | |
2009-12-20 | Add D-Bus interface for configuring IP addresses | Marcel Holtmann | 7 | -22/+191 | |
2009-12-20 | Remove unused code snippet | Marcel Holtmann | 1 | -18/+0 | |
2009-12-20 | Rename IP configuration methods to match specification | Marcel Holtmann | 4 | -17/+16 | |
2009-12-20 | Fix Ethernet address string representation | Marcel Holtmann | 1 | -3/+12 | |
2009-12-20 | Fix netmask from prefix length string conversion | Marcel Holtmann | 1 | -1/+3 | |
2009-12-20 | Add tracking of system IP address settings | Marcel Holtmann | 2 | -5/+35 | |
2009-12-20 | Fix update of Ethernet address and MTU values | Marcel Holtmann | 2 | -4/+18 | |
2009-12-19 | Fix debugging output of link address | Marcel Holtmann | 1 | -3/+4 | |
2009-12-19 | Fix test script for listing service properties | Marcel Holtmann | 1 | -4/+1 | |
2009-12-19 | Remove invalid IPv4 configuration handling | Marcel Holtmann | 1 | -10/+0 | |
2009-12-19 | Fix wrong extraction of link address | Marcel Holtmann | 1 | -12/+11 | |
2009-12-19 | Track link address and MTU settings | Marcel Holtmann | 4 | -19/+66 | |
2009-12-19 | Add support for more advanced service property listing | Marcel Holtmann | 1 | -1/+20 | |
2009-12-19 | Add property for Ethernet configuration settings | Marcel Holtmann | 1 | -6/+17 | |
2009-12-19 | Update handling of IPv4 configuration settings | Marcel Holtmann | 3 | -25/+8 | |
2009-12-19 | Update service details for IPv4 and Ethernet information | Marcel Holtmann | 1 | -5/+55 | |
2009-12-19 | Remove deprecated debugging test script | Marcel Holtmann | 2 | -45/+3 | |
2009-12-19 | Remove deprecated test script for connection interface | Marcel Holtmann | 3 | -25/+2 | |
2009-12-19 | Rename D-Bus helper function for variable arrays | Marcel Holtmann | 5 | -25/+25 | |
2009-12-19 | Make use of property changed helper for arrays | Marcel Holtmann | 4 | -107/+25 | |
2009-12-19 | Add D-Bus helper for array property changed signals | Marcel Holtmann | 2 | -0/+26 | |
2009-12-19 | Use D-Bus property helpers for network list details | Marcel Holtmann | 2 | -41/+13 | |
2009-12-19 | Add address and netmask configuration to settings | Marcel Holtmann | 1 | -0/+15 | |
2009-12-19 | Append settings only for ready services | Marcel Holtmann | 1 | -0/+12 | |
2009-12-19 | Include current configuration into settings | Marcel Holtmann | 1 | -7/+4 | |
2009-12-19 | Add user data parameter to dictionary helpers | Marcel Holtmann | 4 | -15/+18 | |
2009-12-19 | Add user data argument to D-Bus array property helpers | Marcel Holtmann | 5 | -13/+15 | |
2009-12-19 | Rename D-Bus helper for basic dictionary types | Marcel Holtmann | 10 | -70/+70 | |
2009-12-19 | Rename D-Bus helper for basic property types | Marcel Holtmann | 4 | -8/+8 | |