summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * api/settings: expose the ConnectionRemoved signalDan Williams2014-01-233-3/+21
| * api/wimax: add Nsps (Network Service Providers) propertyDan Williams2014-01-233-0/+28
| * api/settings: add Connections propertyDan Williams2014-01-233-0/+29
| * api/wifi: add GetAllAccessPoints() methodDan Williams2014-01-232-4/+37
| * api/wifi: add AccessPoints propertyDan Williams2014-01-233-0/+31
| * api/core: add Devices property to the ManagerDan Williams2014-01-233-4/+31
| * cli: handle hidden-SSID access points correctlyDan Williams2014-01-231-11/+17
|/
* wifi: fix double-free of error when handling D-Bus scan requestDan Williams2014-01-231-9/+13
* wifi: fix crash after "merge: remove at_console..." for wifi scan requestsDan Williams2014-01-232-4/+5
* merge: remove at_console from D-Bus permissions (bgo #707983) (rh #979416)Dan Williams2014-01-2311-96/+171
|\
| * policy: allow inactive (remote/SSH) sessions to perform some actions (bgo #70...Dan Williams2014-01-231-6/+3
| * dbus: kill at_console usage in permissions (bgo #707983) (rh #979416)Dan Williams2014-01-231-54/+60
| * core: enforce permissions for SetLoggingDan Williams2014-01-232-9/+31
| * sessions: fix return value handling for sd_uid_get_sessions() (bgo #707983)Dan Williams2014-01-231-10/+12
| * settings: return error from GetConnectionByUuid() if caller not in ACLDan Williams2014-01-232-14/+43
| * core: add PropertiesChanged signals to IP4 and IP6 config objectsDan Williams2014-01-234-3/+22
|/
* core: allow custom IP address ranges for Shared connections (bgo #675973)Dan Williams2014-01-2310-69/+314
* core: only log about IPv6 Commit the first timeDan Williams2014-01-231-10/+10
* core: don't disable IPv6 when assuming connections (rh #1052157)Dan Williams2014-01-231-1/+2
* core: various fixes to autoconnect retry handling (rh #1029480)Dan Winship2014-01-2314-408/+372
|\
| * devices: when disconnecting master, propagate reason to the slavesDan Winship2014-01-231-28/+30
| * core: fix master deactivationDan Winship2014-01-232-41/+48
| * 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