summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test: add nmtst_create_connection_from_keyfile()th/libnm-keyfile-bgo744699Thomas Haller2015-03-122-0/+37
* keyfile: support writing certificates as blob inside the keyfileThomas Haller2015-03-1213-98/+994
* libnm: add define for cert scheme prefix file:// for NMSetting8021xThomas Haller2015-03-126-30/+28
* keyfile: refactor to use reading and writing of keyfile from libnm-coreThomas Haller2015-03-129-2170/+128
* libnm: merge nm-keyfile-reader.h and nm-keyfile-writer.h to internal headerThomas Haller2015-03-125-94/+67
* libnm: add keyfile support to libnm-coreThomas Haller2015-03-128-759/+636
* keyfile: copy read/writer files to libnm-coreThomas Haller2015-03-126-0/+2805
* libnm: move _nm_utils_uuid_generate_from_strings() from src/ to libnm-core/Thomas Haller2015-03-126-94/+98
* 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-1210-208/+218
* 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
* libnm: add function nm_setting_802_1x_check_cert_scheme()Thomas Haller2015-03-123-5/+31
* trivial: add FIXME code comment about potential raceThomas Haller2015-03-121-2/+4
* libnm: only call strlen() once in NMSetting8021x:path_to_scheme_value()Thomas Haller2015-03-122-9/+14
* libnm: fix clearing memory in file_to_secure_bytes()Thomas Haller2015-03-121-1/+1
* libnm: ensure valid blob for nm_setting_802_1x_set_*_cert()Thomas Haller2015-03-122-8/+69
* libnm: combine get_cert_scheme() and verify_cert() and ensure valid paths for...Thomas Haller2015-03-122-58/+81
* keyfile: add code comment to cert_writer() and downgrade assertion to g_criti...Thomas Haller2015-03-121-2/+9
* test: add nmtst_assert_resolve_relative_path_equals() functionThomas Haller2015-03-121-0/+33
* build/trivial: cleanup Makefile.am by sorting EXTRA_DIST entriesThomas Haller2015-03-121-16/+16
* route-manager: fix memleaks in nm_route_manager_ip4_route_sync()Thomas Haller2015-03-121-0/+4
* examples: update Python NM example to print detailed connection stateSrdjan Grubor2015-03-121-6/+19
* core: quit if manager startup completed before starting the mainloopDan Williams2015-03-111-1/+4
* man: note that dhcp=internal is required for configure-and-quit=trueDan Williams2015-03-101-5/+7
* wifi: fix recognition of AP RSN capabilitiesDan Williams2015-03-101-1/+1
* supplicant: disconnect properties handler on disposeDan Williams2015-03-101-0/+2
* examples: python: print into stderrPetr Vorel2015-03-105-5/+5
* examples/trvial: replace tabs by whitespace in python exampleThomas Haller2015-03-101-2/+2
* nm-device: merge branch 'lr/ipv6-mtu-rh1194007'Lubomir Rintel2015-03-092-11/+71
|\
| * 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
* examples: add a Python example deactivating connections by type (bgo #732826)Jiří Klimeš2015-03-052-1/+83
* examples: add a Lua example deactivating connections by type (bgo #732826)Jiří Klimeš2015-03-052-1/+84
* build: fix typo in configure script failing detection of libsystemdThomas Haller2015-03-041-1/+1
* supplicant: remove unused variableThomas Haller2015-03-041-1/+0
* session: check for libsystemd-logind and fallback to libsystemdPavel Šimerda2015-03-041-1/+1
* session: check for libsystemd and fallback to libsystemd-loginPavel Šimerda2015-03-041-1/+1
* 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
* | merge: replace usage of dbus-glib in supplicant code with GDBus (bgo #744598)Dan Williams2015-03-0314-1469/+1025
|\ \
| * | 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