summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: enable MAC address check on virtual devicesfg/mac_fixesFrancesco Giudici2016-07-221-0/+5
* device: enable checks against the MAC address of virtual devicesFrancesco Giudici2016-07-221-1/+1
* device: allow creation of default wired connection for virtual interfacesFrancesco Giudici2016-07-221-1/+1
* cli: improve devices vs connection compatibility checkFrancesco Giudici2016-07-222-9/+14
* cli: fix typo in overview outputBeniamino Galvani2016-07-201-1/+1
* setting-vpn: whatever is in vpn.secrets always is a secretsLubomir Rintel2016-07-191-14/+6
* merge: branch 'lr/nmcli-overview-bgo766426'Lubomir Rintel2016-07-197-59/+290
|\
| * cli: output a short summary of devices when called without argumentslr/nmcli-overview-bgo766426Lubomir Rintel2016-07-193-8/+224
| * cli/devices: export device_state_to_color()Lubomir Rintel2016-07-192-42/+47
| * cli/connections: split out ac_state_to_color()Lubomir Rintel2016-07-192-9/+19
|/
* merge: various syntax fixes for nmcli (bgo #768834)Jiří Klimeš2016-07-193-31/+34
|\
| * man: additional fixes for nmcli commands syntax in nmcli.xmlJiří Klimeš2016-07-191-9/+9
| * man: fix 'domain' to 'domains' for nmcli general loggingJiří Klimeš2016-07-151-1/+1
| * man: fix 'nmcli connection edit' description in nmcli.xmlJiří Klimeš2016-07-151-2/+2
| * man: fix 'nmcli connection clone' description in nmcli.xmlJiří Klimeš2016-07-151-4/+4
| * man: correct '--field' option in nmcli man pageJiří Klimeš2016-07-151-1/+1
| * man: correct '--wait' option in nmcli man pageJiří Klimeš2016-07-151-7/+5
| * man: fix bridge-port properties description in nmcli.xmlJiří Klimeš2016-07-151-3/+3
| * man: add missing commands to 'nmcli connection' synopsis in nmcli.xmlJiří Klimeš2016-07-151-0/+3
| * nmcli: add missing commands to 'nmcli connection help' usage descriptionJiří Klimeš2016-07-151-1/+1
| * nmcli: fix 'nmcli device modify' descriptionJiří Klimeš2016-07-152-3/+5
|/
* nmcli: remove the extra full stop from error messagesJiří Klimeš2016-07-151-2/+2
* dhcp: drop an unused fariableLubomir Rintel2016-07-131-2/+0
* doc: fix typo for cloned-mac-address documentationpoma2016-07-112-2/+2
* libnm: minor cleanup of _bin2str()Thomas Haller2016-07-101-4/+4
* all: reuse _nm_utils_hwaddr_ntoa() for converting binary to stringThomas Haller2016-07-104-48/+47
* dhcp: prefix logging messages with "dhcp"Thomas Haller2016-07-106-88/+116
* wwan: downgrade warning logging about 'No SIM object available'Thomas Haller2016-07-101-2/+4
* po: update German (de) translation (bgo #766927)Christian Kirbach2016-07-101-1486/+2018
* device: allow ipv6ll address to be set for disconnected devicesBeniamino Galvani2016-07-091-10/+6
* device: downgrade debug logging about not setting hardware addressThomas Haller2016-07-091-1/+1
* platform: wifi: drop old wifi data when an interface is renamedBeniamino Galvani2016-07-083-3/+40
* rdisc: merge branch 'th/rdisc-cleanup-bgo768521'Thomas Haller2016-07-0812-427/+748
|\
| * rdisc: preserve most-managed dhcp-level from multiple router advertisementsThomas Haller2016-07-082-2/+12
| * rdisc: tighten up type and range of NMRDiscRoute.plenThomas Haller2016-07-086-39/+34
| * rdisc: hide internal fields from NMRDisc APIThomas Haller2016-07-088-204/+331
| * rdisc: move sysctl configuration values to NMRDiscPrivateThomas Haller2016-07-084-58/+100
| * rdisc: move @iid field to NMRDiscPrivateThomas Haller2016-07-082-6/+6
| * rdisc: refactor logging config-changes not as signal handlerThomas Haller2016-07-082-34/+38
| * rdisc: emit config-changed signal by ID and not by nameThomas Haller2016-07-081-4/+12
| * rdisc: remove unused signal slots ra_timeout and ra_processThomas Haller2016-07-082-3/+1
| * rdisc: move public fields from NMRDisc to NMRDiscPrivateThomas Haller2016-07-086-40/+133
| * rdisc: move @platform and @netns field to private structure NMRDiscPrivateThomas Haller2016-07-082-16/+21
| * rdisc: embed pointer to private data in NMRDiscThomas Haller2016-07-082-13/+37
| * rdisc/tests: don't link nm-fake-rdisc with non-testing NetworkManager binaryThomas Haller2016-07-082-4/+2
| * rdisc: hide NMLndpRDisc struct and embed private dataThomas Haller2016-07-082-27/+44
| * rdisc/trivial: rename NMLNDPRDisc to NMLndpRDiscThomas Haller2016-07-082-17/+17
|/
* secret-agent: increase timeout for GetSecrets D-Bus callBeniamino Galvani2016-07-081-0/+4
* merge: branch 'bg/team-conf-read-rh1257237'Beniamino Galvani2016-07-071-14/+24
|\
| * team: fail the connection if the teamd configuration can't be readBeniamino Galvani2016-07-071-9/+15