summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * core: properly deactivate active connections that fail earlyDan Winship2014-01-231-10/+21
| * devices: add :master propertyDan Winship2014-01-232-0/+44
| * core: add some autoconnect debugging messagesDan Winship2014-01-231-8/+19
| * core: move virtual device autoconnect tracking bits out of NMManagerDan Winship2014-01-235-87/+40
| * core: disable auto-re-connect of intentionally-disconnected connectionDan Winship2014-01-231-0/+4
| * devices: start using the DEACTIVATING stateDan Winship2014-01-232-3/+5
| * core: don't retry connection with no secrets after timeoutDan Winship2014-01-231-7/+0
| * core: clarify clearing of autoconnect-blocked stateDan Winship2014-01-231-3/+4
| * core: simplify autoconnect retry handlingDan Winship2014-01-233-97/+155
| * core: remove useless NMSettings::connections-loaded signalDan Winship2014-01-237-133/+11
|/
* tui: add a (void) cast to avoid a coverity warningDan Winship2014-01-231-1/+1
* dhcp: don't add an IPv6 address if one wasn't given (rh #1048046)Dan Williams2014-01-231-9/+7
* Merge changes for 'nmcli connection show' (rh #997999)Jiří Klimeš2014-01-236-412/+672
|\
| * cli/bash-completion: update completion for new `nmcli connection show` syntaxThomas Haller2014-01-231-39/+40
| * cli: allow processing all connections with the same nameJiří Klimeš2014-01-231-22/+61
| * cli: consolidate active and configured connections (rh #997999)Jiří Klimeš2014-01-235-363/+583
|/
* examples: update get_ips.py python example for DNS informationJiří Klimeš2014-01-231-4/+40
* libnm-glib: additional functions to get nameservers (rh #1056146)Jiří Klimeš2014-01-233-8/+62
* platform: fix linux nm_platform_link_get_physical_port_id() (rh #804527)Dan Winship2014-01-221-1/+1
* man: add a Team example to nmcli-examples manual pageJiří Klimeš2014-01-221-0/+28
* libnm-glib: export missing get_gateway() and get_searches() functionsJiří Klimeš2014-01-221-0/+4
* logging: fix "nmcli gen log level FOO"Dan Winship2014-01-221-73/+69
* core: cleanup data types for nm_platform_sysctl_get_int32()Thomas Haller2014-01-223-22/+29
* core: add nm_utils_ascii_str_to_int64() functionThomas Haller2014-01-225-0/+149
* wired: only request new secrets during the inital connectionMichael Schaller2014-01-211-6/+19
* core: Add host route for DHCP4 server if outside assigned subnet (bgo #721767)Scott Shambarger2014-01-211-2/+37
* core: set classful prefix length for DHCP4 static routes (bgo #721771)Scott Shambarger2014-01-211-3/+12
* libnm-util: add assert to nm_utils_ip4_netmask_to_prefixThomas Haller2014-01-212-4/+20
* core: respect connection permissions for internal activation requestsDan Williams2014-01-211-0/+14
* core: respect connection user permissions for activation/deactivationDan Williams2014-01-212-29/+101
* libnm-util: fix trivial GOI copy & paste issueDan Williams2014-01-211-1/+0
* cli: always get up-to-date dirty statusJiří Klimeš2014-01-211-10/+13
* cli: fix crash when edited profile was removed by another client (rh #1011942)Jiří Klimeš2014-01-211-12/+57
* core: fix warning about pending action "autoactivate"Thomas Haller2014-01-201-5/+6
* trivial: rename field to give it a unique nameThomas Haller2014-01-201-6/+6
* cli: fix TAB-completion and 'goto' after saving connectionJiří Klimeš2014-01-201-3/+15
* trivial: remove stray '\'Dan Williams2014-01-171-1/+1
* trivial: fix variable shadowingDan Williams2014-01-171-4/+4
* tui: fix buildDan Winship2014-01-161-0/+1
* core/platform: fix wrong calculation of address lifetime/preferred for kernel...Thomas Haller2014-01-161-2/+12
* trivial: annotate/adjust some code to appease CoverityDan Winship2014-01-163-10/+10
* core: fix a possible crash if given an empty IP4 configDan Winship2014-01-161-17/+5
* libgsystem: update libgsystem to latest masterJiří Klimeš2014-01-161-0/+0
* examples: add an python example (using GI) getting device IPsJiří Klimeš2014-01-162-1/+129
* libnm-glib; fix introspection annotations so that <ipv6>.get_address() workedJiří Klimeš2014-01-161-4/+9
* libndp: update libndpThomas Haller2014-01-161-0/+0
* gsystem: update libgsystemThomas Haller2014-01-161-0/+0
* tui: various fixesDan Winship2014-01-1619-383/+461
|\
| * tui: fix activation of "new" Wi-Fi networksDan Winship2014-01-161-8/+28
| * tui: add nmt_newt_text_width()Dan Winship2014-01-167-21/+54