summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm-glib: allow non-verifiable NMRemoteConnection in libnm-glibth/invalid-connections-bgo760907Thomas Haller2016-03-262-43/+20
* libnm-glib: don't fail creating connection in NMVPNPluginThomas Haller2016-03-261-28/+4
* libnm-glib: don't fail creating connection in NMSecretAgentThomas Haller2016-03-261-15/+7
* libnm-util: add non-failing versions of nm_connection_new_from_hash() and rep...Thomas Haller2016-03-263-9/+49
* libnm-util: refactor hash_to_connection()Thomas Haller2016-03-261-14/+11
* libnm-util: don't print any warnings during nm_setting_new_from_hash()Thomas Haller2016-03-261-15/+3
* libnm-util: use "nm-shared-utils.h"Thomas Haller2016-03-261-0/+2
* libnm: add code comments to hint that NMConnection might not validateThomas Haller2016-03-262-0/+18
* core: be strict about connection argument in D-Bus methodsThomas Haller2016-03-262-2/+4
* core: be more strict when parsing connection in AddAndActivateConnectionThomas Haller2016-03-261-1/+1
* core: be strict about connection argument for Reapply() D-Bus methodThomas Haller2016-03-261-1/+4
* libnm: be more accepting for invalid connections from NetworkManagerThomas Haller2016-03-262-10/+5
* libnm: accept invalid connections in NMVpnServicePluginThomas Haller2016-03-262-6/+6
* libnm: accept invalid connections in NMSecretAgentOldThomas Haller2016-03-261-1/+2
* libnm: don't normalize connection for nm_device_get_applied_connection()Thomas Haller2016-03-261-2/+2
* libnm-core/tests: refactor call to nm_simple_connection_new_from_dbus()Thomas Haller2016-03-261-21/+27
* libnm-core: add _nm_simple_connection_new_from_dbus() functionThomas Haller2016-03-265-10/+56
* libnm-core: allow strict and relaxed error behavior for _nm_setting_new_from_...Thomas Haller2016-03-2610-74/+285
* shared: add nm_g_object_set_property()Thomas Haller2016-03-263-0/+100
* libnm/tests: extend tests for handling invalid connections in NMClientThomas Haller2016-03-261-36/+143
* shared: move NM_UTILS_ERROR to shared-utilsThomas Haller2016-03-264-58/+58
* shared: move _nm_utils_ascii_str_to_int64() to "shared/nm-shared-utils.h"Thomas Haller2016-03-264-77/+82
* shared: include "nm-shared-utils.h"Thomas Haller2016-03-262-0/+3
* shared: add "nm-shared-utils"Thomas Haller2016-03-263-0/+54
* shared: add nm_auto_unset_gvalue macroThomas Haller2016-03-261-0/+7
* nmtst: add nmtst_variant_new_vardict() functionThomas Haller2016-03-261-0/+21
* nmtst: fix memleak when using NMTST_VARIANT_DROP_SETTING()Thomas Haller2016-03-261-0/+2
* libnm-util: verify connection also for self-assignment in replace_settings_fr...Thomas Haller2016-03-261-2/+4
* merge: branch 'lr/virtual-parent-bgo762731'Lubomir Rintel2016-03-265-85/+240
|\
| * manager: allow delaying the device activation when the parent is not reallr/virtual-parent-bgo762731Lubomir Rintel2016-03-261-5/+70
| * manager: separate the traversal to disconected to a separate routineLubomir Rintel2016-03-261-22/+33
| * active-connection: add parent active connection trackingLubomir Rintel2016-03-262-0/+84
| * device: delay the activation if the backing device is not yet thereLubomir Rintel2016-03-261-1/+1
| * device: only clear the activate request when the device disconnectsLubomir Rintel2016-03-261-1/+2
| * device: _get_available_connections() with _get_best_connection()Lubomir Rintel2016-03-263-58/+52
|/
* merge: branch 'lr/developer-gnome'Lubomir Rintel2016-03-2648-2670/+1421
|\
| * man: use replace <programlisting> with <synopsis>lr/developer-gnomeBeniamino Galvani2016-03-261-17/+17
| * docs: add manual pages to docbook documentationLubomir Rintel2016-03-262-1/+18
| * docs: remove some outdated documentationLubomir Rintel2016-03-264-676/+0
| * docs: replace spec.html with docbook D-Bus API referenceLubomir Rintel2016-03-266-712/+80
| * dbus: use the annotations for documentationLubomir Rintel2016-03-2638-1265/+1265
| * introspection: build docbook when generating the codeLubomir Rintel2016-03-262-1/+43
|/
* po: update German (de) translation (bgo #764175)Christian Kirbach2016-03-251-2264/+2056
* platform/tests: fix bug in netns test which can cause mounting tmpfs over /runThomas Haller2016-03-241-3/+3
* dhcp: don't fail assertions when a DHCP client is not availableBeniamino Galvani2016-03-241-2/+8
* dhcp: fall back to other clients when an invalid one is specifiedBeniamino Galvani2016-03-241-34/+19
* core: accept zero @wait_before_kill_msec in nm_utils_kill_process_sync()Beniamino Galvani2016-03-241-3/+2
* dns: fix error cleanup in kill_existing()Beniamino Galvani2016-03-241-1/+1
* shared: include <stdlib.h> in "nm-macros-internal.h"Thomas Haller2016-03-241-0/+2
* dns: merge branch 'th/dns-resolv-conf-file-bgo764004'Thomas Haller2016-03-233-83/+175
|\