summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tempfg/nm-1-4-tFrancesco Giudici2016-10-072-4/+4
* libndp: check RA handler registration successFrancesco Giudici2016-10-061-2/+12
* cli: properly set multiple addresses in questionnaire modeBeniamino Galvani2016-10-041-2/+4
* release: bump version to 1.4.3 (development)1.4.3-devBeniamino Galvani2016-09-301-1/+1
* release: bump version to 1.4.21.4.2Beniamino Galvani2016-09-302-3/+5
* release: update NEWSBeniamino Galvani2016-09-301-2/+11
* libnm-core/tests: disable the JSON validation check without janssonLubomir Rintel2016-09-271-0/+2
* device: consider a device with slaves configuredLubomir Rintel2016-09-261-3/+3
* crypto: don't try to decrypt PKCS#8 key if no password is suppliedBeniamino Galvani2016-09-235-13/+7
* contrib/rpm: require at least the version of glib we built againstLubomir Rintel2016-09-231-2/+2
* libnm: relax comparison of bond-option for INFERRABLE matchThomas Haller2016-09-221-5/+23
* device: fix nm_utils_match_connection() for NMSettingInfiniband:mac-addressThomas Haller2016-09-221-0/+36
* macros: simplify NM_IN_SET() and NM_IN_STRSET() macrosThomas Haller2016-09-222-78/+40
* device: fix NULL pointer dereference in dhcp6_start()Beniamino Galvani2016-09-221-1/+1
* cli: merge branch 'jk/nmcli-complete-regression-rh1375933'Beniamino Galvani2016-09-194-48/+81
|\
| * cli: fix yes/no completion in questionnaire modeJiří Klimeš2016-09-191-2/+2
| * cli: tab-complete "Interface name [*]" in questionnaire modeJiří Klimeš2016-09-191-1/+5
| * cli: enable bash completion for some more properties of add/modifyJiří Klimeš2016-09-191-7/+17
| * cli: fix completion/add missing functions for '--complete-args' (rh #1375933)Jiří Klimeš2016-09-191-10/+28
| * cli: (trivial) move gen_func_ifnames() from devices.c to common.cJiří Klimeš2016-09-193-29/+30
| * cli: (trivial): remove stray %sJiří Klimeš2016-09-191-1/+1
|/
* manager: emit device-removed signal when a device unrealizesBeniamino Galvani2016-09-161-2/+5
* device: fix crash reapplying connection to slave devicesBeniamino Galvani2016-09-161-4/+18
* clients: fix check on secret request pathBeniamino Galvani2016-09-151-1/+1
* clients: merge branch 'bg/clients-agent-message-rh1351272'Beniamino Galvani2016-09-157-35/+61
|\
| * clients: fix matching of connection pathBeniamino Galvani2016-09-151-2/+10
| * clients: handle secret requests only for current connectionBeniamino Galvani2016-09-151-15/+19
| * clients: add secrets request message for wired and DSL connectionsBeniamino Galvani2016-09-151-9/+4
| * clients: don't show "(null)" prompt for secretsBeniamino Galvani2016-09-152-3/+6
| * clients: add define for NMSecretAgentSimple signal nameBeniamino Galvani2016-09-156-6/+22
|/
* build: move detection of NM_GIT_SHA to separate "m4/git-sha-record.m4"Thomas Haller2016-09-142-3/+17
* tests/ifupdown: add missing source-stanza files reference from makefileFrancesco Giudici2016-09-131-1/+2
* device: cleanup _hw_addr_set()Thomas Haller2016-09-131-24/+15
* device: wait for MAC address change to complete before setting interface upThomas Haller2016-09-131-11/+16
* ifcfg-rh: fill 'auth-alg' with the original value for WPA-PSKBeniamino Galvani2016-09-121-0/+6
* ifcfg-rh: add wifi protocols only if present in connection fileBeniamino Galvani2016-09-121-8/+0
* build: disable type checks in G_TYPE_CHECK_INSTANCE_CAST() macros (bgo#771120)Thomas Haller2016-09-121-4/+57
* libnm-core: fix crash in nm_vpn_plugin_info_list_get_service_types()Thomas Haller2016-09-091-1/+1
* ifcfg-rh: remove dead code from write_ip4_setting()Thomas Haller2016-09-091-19/+5
* device: workaround driver issue with delayed change of MAC addressThomas Haller2016-09-082-26/+61
* dhcp: merge branch 'th/dhcp-helper-sync-notify-rh1372854'Thomas Haller2016-09-0824-270/+393
|\
| * dhcp: call synchronous Notify D-Bus method from nm-dhcp-helperThomas Haller2016-09-084-33/+153
| * dhcp: add new header "nm-dhcp-helper-api.h"Thomas Haller2016-09-085-3/+38
| * dhcp-helper: refactor logging to use logging macrosThomas Haller2016-09-081-5/+40
| * dhcp-helper: refactor error handlingThomas Haller2016-09-081-15/+15
| * dhcp-listener/trivial: rename field to track connections in NMDhcpListenerThomas Haller2016-09-081-6/+6
| * dhcp-listener: add logging macros to nm-dhcp-listener.cThomas Haller2016-09-081-11/+28
| * dhcp-listener: refactor type definition and embed private data in @selfThomas Haller2016-09-082-23/+31
| * core: use _NM_GET_PRIVATE() macrosThomas Haller2016-09-0815-180/+26
| * shared: add _NM_GET_PRIVATE() macroThomas Haller2016-09-081-0/+18