mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-21 19:10:45 +01:00
* libnm-util/nm-setting.c: Get rid of dump virtual functions, that can happen automagically. Implement NMSettingIP4Config. Finish NMSettingWired by adding all known members. (setting_wired_verify): Implement. Finish NMSettingWireless by adding all known members. (setting_wireless_verify): Implement. * libnm-util/nm-connection.c: Register "ipv4" setting. (nm_connection_dump): Implement. Instead of requiring every NMSetting to implement dump function, we can introspect the GHashTable which is used for sending connections over dbus. * src/nm-device-802-11-wireless.c (nm_device_802_11_wireless_set_activation_ap): Take GByteArray for essid, it's really not a string. * src/nm-device.c (real_act_stage3_ip_config_start): Get information from NMSettings. Start DHCP request if setting is not passed or if it states that DHCP should be used. (real_act_stage4_get_ip4_config): If settings are provided, use them, even if it means overriding the values we got from DHCP. (real_activation_cancel_handler): Cancel DHCP transaction only if it has started, doh. (nm_device_deactivate_quickly): Ditto. * src/nm-device-interface.c (impl_device_activate): Dump the connection structure for debugging. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2577 4912f4e0-d625-0410-9fb7-b9a5a253dbdc |
||
|---|---|---|
| .. | ||
| .cvsignore | ||
| cipher-private.h | ||
| cipher-wep-ascii.c | ||
| cipher-wep-ascii.h | ||
| cipher-wep-hex.c | ||
| cipher-wep-hex.h | ||
| cipher-wep-passphrase.c | ||
| cipher-wep-passphrase.h | ||
| cipher-wpa-psk-hex.c | ||
| cipher-wpa-psk-hex.h | ||
| cipher-wpa-psk-passphrase.c | ||
| cipher-wpa-psk-passphrase.h | ||
| cipher.c | ||
| cipher.h | ||
| dbus-dict-helpers.c | ||
| dbus-dict-helpers.h | ||
| dbus-helpers.c | ||
| dbus-helpers.h | ||
| dbus-method-dispatcher.c | ||
| dbus-method-dispatcher.h | ||
| gnome-keyring-md5.c | ||
| gnome-keyring-md5.h | ||
| libnm-util.pc.in | ||
| Makefile.am | ||
| nm-connection.c | ||
| nm-connection.h | ||
| nm-setting.c | ||
| nm-setting.h | ||
| sha1.c | ||
| sha1.h | ||