summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: ifcfg-rh: be more strict when parsing IPv6 routesth/wip/bgo697525_ifcfg_rh_route_parsingth/bgo697525_ifcfg_rh_route_parsingThomas Haller2014-11-191-40/+138
* vpn: fix cleanup of connection timeout in maybe_complete()Thomas Haller2014-11-071-1/+1
* dhcp/test: fix compiler warning about pointer arithmetric for void*Thomas Haller2014-11-071-1/+1
* dhcp: fix swapped order of argument for logging functionThomas Haller2014-11-071-1/+1
* gitignore: ignore dhcp test binaryThomas Haller2014-11-071-0/+1
* sd-dhcp-client: Add missing initializersLubomir Rintel2014-11-076-16/+12
* cli: add 'nmcli agent' command (bgo #739568)Jiří Klimeš2014-11-0712-15/+371
* merge: implement a polkit agent and use it in nmcli (bgo #739413)Jiří Klimeš2014-11-079-1/+753
|\
| * cli: add a polkit agent support for nmcliJiří Klimeš2014-11-076-1/+216
| * configure: check whether polkit-agent-1 is availableJiří Klimeš2014-11-071-0/+17
| * clients: add common code for polkit agent listenerJiří Klimeš2014-11-073-0/+520
|/
* merge: use NM secret agent in nmcli when connecting to networks (bgo #705998)Jiří Klimeš2014-11-0713-280/+505
|\
| * man: document/clarify --ask option in relation to password promptingJiří Klimeš2014-11-071-1/+6
| * cli: add 'passwd-file' option for 'nmcli connection up' to provide passwordsJiří Klimeš2014-11-075-31/+182
| * cli: use secret agent for getting passwords from userJiří Klimeš2014-11-074-14/+85
| * clients: add real property name to NNSecretAgentSimpleSecretJiří Klimeš2014-11-072-1/+3
| * clients: move secret agent to common directoryJiří Klimeš2014-11-077-252/+248
|/
* merge: add an 'internal' DHCP client based on systemd's DHCP code (bgo #733384)Dan Williams2014-11-0655-9/+21066
|\
| * dhcp: add systemd-based "internal" DHCP clientDan Williams2014-11-065-3/+938
| * dhcp: add nm_dhcp_utils_client_id_string_to_bytes()Dan Williams2014-11-064-6/+110
| * dhcp: systemd DHCP code changes necessary for NM integrationDan Williams2014-11-062-29/+18
| * dhcp: make systemd DHCP code into a libraryDan Williams2014-11-0623-0/+434
| * dhcp: fix compiler warning in IN_SET macroThomas Haller2014-11-061-3/+3
| * sd-dhcp-client: fix REBOOT state handlingDan Williams2014-11-061-18/+15
| * sd-dhcp-client: clean up raw socket sd_event_source when creating UDP sourceDan Williams2014-11-061-0/+3
| * sd-dhcp-lease: expose load/save functionsDan Williams2014-11-063-5/+5
| * sd-dhcp-lease: load/save client IDDan Williams2014-11-064-1/+80
| * sd-dhcp-client: support custom client IDsDan Williams2014-11-062-12/+105
| * sd-dhcp6-client: fix off-by-two error in DUID lengthDan Williams2014-11-061-5/+5
| * dhcp: add systemd DHCP codeDan Williams2014-11-0644-0/+19423
|/
* merge: automatic VPN reconnect support (bgo #349151)Dan Williams2014-11-0612-41/+335
|\
| * vpn: reconnect on service failures (bgo #349151)Dan Williams2014-11-063-1/+57
| * vpn/core: move VPN gateway route between devices when routing changesDan Williams2014-11-064-28/+147
| * vpn: allow plugins to indicate 'can-persist' capabilityDan Williams2014-11-063-0/+23
| * vpn: allow plugins to re-enter the STARTING state to indicate reconnectDan Williams2014-11-061-11/+21
| * libnm/libnm-util: add VPN 'persistent' propertyDan Williams2014-11-065-1/+87
|/
* merge: fix libnm signal/ordering issues (bgo #738979)Dan Williams2014-11-067-420/+680
|\
| * trivial: make _nm_object_reload_properties() private to nm-object.cDan Williams2014-11-062-3/+1
| * libnm: queue added/removed signals and suppress uninitialized notificationsDan Williams2014-11-062-50/+279
| * trivial: re-arrange NMObject class methodsDan Williams2014-11-061-363/+370
| * libnm: cancel NMRemoteSettings/NMManager property reload when NM quitsDan Williams2014-11-066-7/+33
|/
* cli: fix an error path in second level 'set' command of nmcli editorJiří Klimeš2014-11-061-1/+7
* cli: fix a regression in monitoring addresses vs. method changesJiří Klimeš2014-11-061-6/+3
* nmcli/bash-completion: complete "help" for `nmcli general status|permissions ...Thomas Haller2014-11-061-0/+6
* nmcli/bash-completion: complete logging level "TRACE"Thomas Haller2014-11-061-1/+1
* platform: fix lifetime/preferred type in _address_get_lifetime()Dan Williams2014-11-051-1/+1
* Revert "tui: additional fix for 'primary' option"Lubomir Rintel2014-11-041-1/+1
* cli: Activating an already activated connection failsLubomir Rintel2014-11-031-2/+1
* wimax/build: use NM_PRAGMA_WARNING_DISABLE() macro instead of #pragmaThomas Haller2014-10-311-4/+3
* all: add macros to suppress compiler warningsThomas Haller2014-10-311-0/+41