summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! auth: rework polkit autorization to use DBUS interface directlyth/bgo734146_polkit-1Dan Williams2014-09-102-102/+67
* libnm: do not assert secret flag in get_secret_flags()Thomas Haller2014-08-281-2/+5
* auth: support disabling POLKIT authentication entirely at compile timeThomas Haller2014-08-286-5/+58
* fixup! auth: rework polkit autorization to use DBUS interface directlyThomas Haller2014-08-2811-279/+255
* auth: rework polkit autorization to use DBUS interface directlyThomas Haller2014-08-2819-407/+1299
* build: generate man/NetworkManager.conf.xml by autoconfThomas Haller2014-08-283-0/+2
* auth: rename file nm-manager-auth.* to nm-auth-utils.*Thomas Haller2014-08-2812-13/+13
* config: refactor parsing of boolean config valuesThomas Haller2014-08-281-9/+43
* settings: fix a crash in emit_updated() accessing invalid pointerJiří Klimeš2014-08-281-0/+7
* nmtui: fix sensitivity of "Add" button in address lists (rh #1131434)Dan Winship2014-08-271-1/+2
* trivial: remove a stray prototypeDan Winship2014-08-271-2/+0
* gitignore: ignore /libgsystem/Thomas Haller2014-08-271-0/+2
* supplicant/ifnet: fix spelling of "private_key2_passwd" optionGeoffrey Thomas2014-08-272-3/+3
* libnm: ensure auto-registration only when not yet registeredThomas Haller2014-08-272-2/+4
* po: update Polish (pl) translation (bgo #735470)Piotr Drąg2014-08-271-498/+526
* trivial: reorganize .gitignoreDan Winship2014-08-261-104/+108
* trivial: remove nonexistent items from .gitignoreDan Winship2014-08-261-12/+0
* build: add configure option not to install udev rulesThomas Haller2014-08-262-8/+14
* glib-compat: fix compatibility wrapper for g_type_ensure()Thomas Haller2014-08-251-11/+12
* core: refactor nm_utils_complete_generic() not to use a dynamic format stringThomas Haller2014-08-2516-31/+39
* po: fix an error in a plural form of a Russian translation (bgo #735186)Jiří Klimeš2014-08-251-1/+1
* cli: simplify do_connections() now that we don't wait for "connection-read"Jiří Klimeš2014-08-221-129/+79
* cli: fix 'nmcli connection' so that it returns correct exit codeJiří Klimeš2014-08-221-12/+2
* libnm-core: fix compile warning about unused-resultDan Winship2014-08-221-1/+1
* Merge branch 'th/bgo696936_normalize_settings'Thomas Haller2014-08-2245-605/+1700
|\
| * libnm-util: properly disconnect "notify" signal for settings in NMConnectionThomas Haller2014-08-221-13/+19
| * libnm-core: fix NMSettingConnection:verify() not to modify interface-nameThomas Haller2014-08-226-118/+52
| * libnm-core: allow nm_setting_verify() to succeed individually without @all_se...Thomas Haller2014-08-222-1/+18
| * libnm-core: add normalize of MTU for NMSettingInfinibandThomas Haller2014-08-224-2/+86
| * libnm-core: make failure cases for nm_connection_normalize() more robust agai...Thomas Haller2014-08-221-9/+27
| * keyfile/tests: test reading minimal keyfiles that needs normalization of type...Thomas Haller2014-08-228-0/+115
| * tests: refactor tests to use g_test framework (g_test_add_func)Thomas Haller2014-08-222-135/+146
| * core: add compatibility wrapper for g_test_add_data_func_full() to nm-glib-co...Thomas Haller2014-08-221-0/+25
| * keyfile/tests: add keyfile_read_connection_from_file() utility functionThomas Haller2014-08-221-0/+16
| * keyfile: don't add [connection].type base setting which is done by nm_connect...Thomas Haller2014-08-221-21/+0
| * libnm-core: normalize NMSettingConnection:type propertyThomas Haller2014-08-225-13/+437
| * libnm-core: stricter verification of NMSettingConnection:type propertyThomas Haller2014-08-221-18/+29
| * keyfile: remove ensure_slave_setting() when reading connectionThomas Haller2014-08-221-31/+4
| * libnm-core: normalize slave-type and slave-settings of connectionsThomas Haller2014-08-2210-15/+273
| * libnm-core: move validation of NMSettingConnection:type to NMSettingConnectio...Thomas Haller2014-08-222-40/+23
| * libnm-core: properly disconnect "notify" signal for settings in NMConnectionThomas Haller2014-08-221-10/+17
| * libnm-core: don't set GError on invalid @connection argument in _nm_connectio...Thomas Haller2014-08-221-10/+2
| * libnm-core: add _nm_setting_find_in_list_required() functionThomas Haller2014-08-222-0/+34
| * ifcfg-rh: remove verify() connection during readingThomas Haller2014-08-221-34/+0
| * keyfile: let reader normalize() the connection, not only verify()Thomas Haller2014-08-222-10/+10
| * keyfile/tests: refactor tests to use nmtst_assert_connection_equals() functionThomas Haller2014-08-221-14/+8
| * keyfile: add NMSettingConnection in reader if missingThomas Haller2014-08-221-30/+32
| * nmtst: add assertion functions for verify() connectionThomas Haller2014-08-221-1/+131
| * nmtst: add nmtst_assert_connection_equals() functionThomas Haller2014-08-221-0/+38
| * nmtst: add nmtst_connection_normalize() functionThomas Haller2014-08-221-0/+65