index
:
~walters/NetworkManager
master
wip/libgsystem
wip/libgsystem-2
wip/main-ordering
wip/scc
wip/serverconf
Unnamed repository; edit this file 'description' to name the repository.
walters
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-24
api: add NM_DEVICE_STATE_REASON_SECONDARY_CONNECTION_FAILED reason and use that
Jiří Klimeš
1
-0
/
+3
2012-09-24
cli: print 'secondaries' property of 'connection' setting
Jiří Klimeš
1
-1
/
+15
2012-09-21
cli: add NM_DEVICE_STATE_REASON_SSID_NOT_FOUND reason-to-string mapping
Jiří Klimeš
1
-0
/
+3
2012-09-10
cli: fix "etc." typo (bgo #681173)
Mick Boldon
1
-1
/
+1
2012-09-05
cli: add missing properties of 'connection' setting
Jiří Klimeš
1
-1
/
+10
2012-08-30
cli: add NM_DEVICE_STATE_REASON_MODEM_MANAGER_UNAVAILABLE reason-to-string ma...
Jiří Klimeš
1
-0
/
+3
2012-08-29
cli: put indexes into [] for AP and NSP in 'nmcli dev list' output
Jiří Klimeš
1
-2
/
+2
2012-07-25
cli: use an error quark for domain in g_set_error() instead of 0 (rh #842975)
Jiří Klimeš
4
-11
/
+29
2012-07-18
cli: add 'ip6-privacy' property of ipv6 setting
Jiří Klimeš
1
-1
/
+23
2012-06-08
cli: add DRIVER-VERSION and FIRMWARE-VERSION fields to driver properties listing
Jiří Klimeš
1
-19
/
+23
2012-06-07
cli: free strings when printing adsl setting
Jiří Klimeš
1
-0
/
+3
2012-06-07
cli: add NM_DEVICE_STATE_REASON_BR2684_FAILED reason-to-string mapping
Jiří Klimeš
1
-0
/
+4
2012-06-04
cli: use "--" instead of "no set" for NULL strings
Jiří Klimeš
2
-4
/
+4
2012-05-23
cli: list 'autoconnect' property in 'nmcli dev list'
Jiří Klimeš
1
-5
/
+7
2012-05-22
cli: fill active connections' data even if we can't get NMConnection
Jiří Klimeš
1
-12
/
+16
2012-05-18
adsl: add libnm-glib and nmcli code
Pantelis Koukousoulas
4
-0
/
+66
2012-05-09
cli: fix 'nm -nocheck con up'
Jiří Klimeš
1
-0
/
+3
2012-05-09
cli: show progress in --pretty mode for 'nmcli con up'
Jiří Klimeš
4
-214
/
+401
2012-05-09
cli: show progress in --pretty mode for 'nmcli dev disconnect'
Jiří Klimeš
1
-11
/
+18
2012-04-30
cli: add a command for listing permissions - nmcli nm permissions
Jiří Klimeš
1
-4
/
+144
2012-04-28
cli: trivial, fix up spacing
Jiří Klimeš
4
-19
/
+19
2012-04-28
cli: add 'connect to SSID' feature: nmcli dev wifi connect <SSID> ...
Jiří Klimeš
3
-2
/
+484
2012-04-05
Fix a few misc issues noticed by Coverity
Dan Winship
1
-3
/
+4
2012-03-16
libnm-glib: add errors to device classes and nm_device_connection_compatible()
Jiří Klimeš
1
-2
/
+2
2012-03-14
cli: use nm_device_connection_valid() function from libnm-glib
Jiří Klimeš
1
-460
/
+2
2012-03-09
cli: fix VLAN priority map listing
Dan Williams
1
-1
/
+1
2012-03-07
cli: add VLAN device support
Dan Williams
2
-0
/
+49
2012-03-06
Fix capitalization of "InfiniBand"
Dan Winship
2
-3
/
+3
2012-03-06
cli: don't require a device for virtual connections
Dan Williams
1
-2
/
+7
2012-03-06
cli: add a new reason code -> string mapping
Jiří Klimeš
1
-0
/
+3
2012-03-06
cli: add Bond device support
Jiří Klimeš
2
-1
/
+46
2012-03-05
cli: add 'vlan' setting
Jiří Klimeš
3
-1
/
+121
2012-03-05
cli: add 'bond' setting
Jiří Klimeš
3
-2
/
+64
2012-03-02
cli: enable OLPC device now that we have it in libnm-glib
Jiří Klimeš
2
-8
/
+6
2012-02-22
build: fix srcdir != builddir for new generated headers
Colin Walters
1
-0
/
+1
2012-02-09
cli: add REASON field to 'nmcli dev list' output
Jiří Klimeš
1
-13
/
+182
2012-02-01
cli: add 'transport-mode' property of infiniband setting
Jiří Klimeš
1
-1
/
+4
2012-02-01
cli: add 'pac-file' property of 802-1x setting
Jiří Klimeš
1
-45
/
+48
2012-01-25
cli: print NMActiveConnection master property as MASTER-PATH
Thomas Graf
1
-2
/
+4
2012-01-10
cli: fix 'nmcli con delete' (rh #771258)
Jiří Klimeš
2
-5
/
+39
2012-01-09
build: fix srcdir != builddir
Colin Walters
1
-0
/
+1
2012-01-06
cli: added 'con status id|uuid|path <con>' for listing active connection details
Jiří Klimeš
1
-88
/
+478
2012-01-06
cli: fix a crash (due to freeing static string)
Jiří Klimeš
1
-1
/
+1
2012-01-06
cli: move IP config printing code from devices.c to common.c
Jiří Klimeš
4
-294
/
+410
2012-01-05
cli: move helper IP conversion functions from devices.c to utils.c
Jiří Klimeš
3
-55
/
+71
2012-01-03
cli: update displaying device details (IP and DHCP configuration)
Jiří Klimeš
1
-108
/
+256
2012-01-03
cli: allow field values to be null-terminated string arrays
Jiří Klimeš
3
-26
/
+75
2011-12-20
cli: add fields to 'general' group of 'nmcli dev list's output
Jiří Klimeš
1
-12
/
+28
2011-12-19
cli: add 'status' and 'default6' fields to active connections list
Jiří Klimeš
1
-27
/
+33
2011-12-09
cli: use nm_utils_hwaddr_ntoa() from libnm-util
Jiří Klimeš
2
-13
/
+11
[next]