summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* connectivity: disable HTTP keepalive for connectivity checksDan Williams2015-03-161-0/+2
* device: unschedule ip update if we just scheduled ip configurationLubomir Rintel2015-03-131-0/+1
* trivial: move nm_device_queued_ip_config_change_clear()Lubomir Rintel2015-03-131-12/+12
* device: don't assume valid ip4/ip6 config in nm_device_get_ipX_route_metric()Dan Williams2015-03-121-4/+18
* device: fix handling if DHCP hostname for configure-and-quitDan Williams2015-03-121-1/+1
* keyfile: support writing certificates as blob inside the keyfileThomas Haller2015-03-125-18/+54
* keyfile: refactor to use reading and writing of keyfile from libnm-coreThomas Haller2015-03-127-2170/+121
* libnm: move _nm_utils_uuid_generate_from_strings() from src/ to libnm-core/Thomas Haller2015-03-123-94/+0
* trivial: rename nm_utils_uuid_generate_from_strings() to _nm_utils_uuid_gener...Thomas Haller2015-03-125-13/+13
* libnm: move _nm_utils_ascii_str_to_int64() from src/ to libnm-core/Thomas Haller2015-03-127-208/+4
* trivial: rename nm_utils_ascii_str_to_int64() to _nm_utils_ascii_str_to_int64()Thomas Haller2015-03-1211-22/+22
* keyfile: remove unused struct member ObjectType.privkey_pw_prop in writer.cThomas Haller2015-03-121-7/+0
* keyfile: handle invalid integer list in keyfile reader get_bytes()Thomas Haller2015-03-121-0/+8
* keyfile: make reader more strict in handle_as_path()Thomas Haller2015-03-121-6/+9
* keyfile: add code comment to cert_writer() and downgrade assertion to g_criti...Thomas Haller2015-03-121-2/+9
* route-manager: fix memleaks in nm_route_manager_ip4_route_sync()Thomas Haller2015-03-121-0/+4
* core: quit if manager startup completed before starting the mainloopDan Williams2015-03-111-1/+4
* wifi: fix recognition of AP RSN capabilitiesDan Williams2015-03-101-1/+1
* supplicant: disconnect properties handler on disposeDan Williams2015-03-101-0/+2
* nm-device: avoid improper IPv6 MTU configurationlr/ipv6-mtu-rh1194007Lubomir Rintel2015-03-091-4/+49
* nm-device: move device MTU setting from IP4Config to NMDeviceLubomir Rintel2015-03-092-5/+10
* nm-device: set ipv6 mtu at config commit timeLubomir Rintel2015-03-091-6/+16
* route-manager: refactor: a readability improvementLubomir Rintel2015-03-091-2/+4
* supplicant: remove unused variableThomas Haller2015-03-041-1/+0
* dhcp: sd-dhcp6-client: delay setting the DUID and don't fail constructorThomas Haller2015-03-042-11/+13
|\
| * dhcp: update systemd DHCP codeThomas Haller2015-03-042-7/+13
* | vpn: convert NMVpnConnection <-> VPN service communication to GDBus (bgo #745...Dan Williams2015-03-034-592/+485
* | supplicant: remove unused nm-call-store.c/.hdcbw/wifi-gdbusDan Williams2015-03-034-163/+0
* | supplicant: convert interface/config to GDBusDan Williams2015-03-038-1096/+888
* | supplicant: clean up some whitespaceDan Williams2015-03-031-28/+28
* | supplicant: make NMSupplicantInterface independent of NMSupplicantManagerDan Williams2015-03-035-89/+39
* | supplicant: clean up NMSupplicantInterface::dispose()Dan Williams2015-03-031-27/+23
* | supplicant: convert NMSupplicantManager to GDBusDan Williams2015-03-031-93/+81
* | supplicant: clean up NMSupplicantManager::dispose()Dan Williams2015-03-031-16/+9
* | dhcp: revert "remove local modifications initializing cleanup variables"Thomas Haller2015-03-035-6/+6
* | dhcp: add prefix to logging lines from systemd libraryThomas Haller2015-03-031-1/+1
* | dhcp: avoid compilation error in macro.h due to undefined __STDC_VERSION__ va...Thomas Haller2015-03-031-1/+1
* | dhcp: include sys/resource.h in nm-sd-adapt.hThomas Haller2015-03-031-0/+1
* | dhcp: include net/if_arp.h in nm-sd-adapt.hThomas Haller2015-03-031-0/+2
* | dhcp: remove sd_dhcp6_client_set_ifname() functionThomas Haller2015-03-033-21/+0
* | dhcp: add systemd's dhcp-identifier.c for dhcp_identifier_set_duid_en()Thomas Haller2015-03-033-0/+16
* | dhcp: add systemd's sd-id128.c for sd_id128_get_machine()Thomas Haller2015-03-033-1/+8
* | dhcp: add systemd's path-util.c for path_kill_slashes()Thomas Haller2015-03-034-0/+14
* | dhcp: add systemd's 'log.h' to provide logging macrosThomas Haller2015-03-034-24/+30
* | dhcp: comment-out unused systemd utility functionsThomas Haller2015-03-032-2/+2
* | dhcp: comment-in now needed string_table_lookup() function in util.cThomas Haller2015-03-031-0/+2
* | dhcp: comment-in now needed filename_is_valid() function in util.cThomas Haller2015-03-031-0/+2
* | dhcp: remove local modifications initializing cleanup variablesThomas Haller2015-03-035-6/+8
* | dhcp/trivial: remove unused fixes to our copy of the systemd codeThomas Haller2015-03-032-5/+6
* | dhcp/trivial: remove code commentThomas Haller2015-03-031-2/+0