summaryrefslogtreecommitdiff
path: root/cli/src/common.c
Commit message (Expand)AuthorAgeFilesLines
* cli: sanitize team config before setting it into propertyJiří Klimeš2014-03-121-1/+12
* trivial: annotate/adjust some code to appease CoverityDan Winship2014-01-161-1/+1
* cli: allow specifying 'group.name' syntax for '--fields'Jiří Klimeš2013-12-171-12/+28
* cli: support file names for 'config' argument when creating team connectionsJiří Klimeš2013-11-221-0/+33
* cli: add missing reason-to-string mappings for NMDeviceStateReasonJiří Klimeš2013-11-181-0/+7
* cli: fix the error message for valid IPv6 prefix range to <1-128>Jiří Klimeš2013-09-191-1/+1
* all: replace struct in_addr with guint32Pavel Šimerda2013-08-031-6/+6
* cli: trivial update of NmcOutputField initializersJiří Klimeš2013-05-311-19/+19
* cli: adapt the code for the new flags and printing facilitiesJiří Klimeš2013-05-311-64/+65
* cli: 'connection add': allow numeric bonding modesJiří Klimeš2013-05-161-0/+21
* cli: 'connection add' command for adding NM connections non-interactivelyJiří Klimeš2013-05-071-0/+61
* cli: add functions for creating NM address and route structures to common.cJiří Klimeš2013-05-071-0/+236
* cli: make 'value' in NmcOutputField non constJiří Klimeš2013-03-261-15/+15
* typo: replace all misstyped 'seconadary' strings with 'secondary'Marc Ruiz2012-11-041-1/+1
* api: add NM_DEVICE_STATE_REASON_SECONDARY_CONNECTION_FAILED reason and use thatJiří Klimeš2012-09-241-0/+3
* cli: add NM_DEVICE_STATE_REASON_SSID_NOT_FOUND reason-to-string mappingJiří Klimeš2012-09-211-0/+3
* cli: fix "etc." typo (bgo #681173)Mick Boldon2012-09-101-1/+1
* cli: add NM_DEVICE_STATE_REASON_MODEM_MANAGER_UNAVAILABLE reason-to-string ma...Jiří Klimeš2012-08-301-0/+3
* cli: add NM_DEVICE_STATE_REASON_BR2684_FAILED reason-to-string mappingJiří Klimeš2012-06-071-0/+4
* cli: show progress in --pretty mode for 'nmcli con up'Jiří Klimeš2012-05-091-0/+194
* cli: move IP config printing code from devices.c to common.cJiří Klimeš2012-01-061-0/+360