summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-01-27ifcfg-rh: add tests for Team master and portDan Williams4-1/+259
2014-01-27ifcfg-rh: unescape Team configuration (rh #1051517)Dan Williams1-7/+36
2014-01-24trivial: reorgranize some NMManager functionsDan Williams1-334/+332
2014-01-24core: more usage of g_signal_handlers_disconnect_by_func()Dan Williams1-8/+11
2014-01-24core: use g_signal_handlers_disconnect_by_func() to simplify some codeDan Williams1-8/+4
2014-01-24core: provide useful error messages to main() on Manager creation failureDan Williams2-2/+5
2014-01-24core: exit cleanly if D-Bus cannot be initialized (rh #1057738)Dan Williams1-41/+49
2014-01-24core/platform: sort routes before adding them in nm_platform_ipX_route_sync()Thomas Haller1-32/+48
2014-01-24core/platform: revise failure to activate connection on error of setting routeThomas Haller1-0/+10
2014-01-24core/platform: compare IPv4 addresses in nm_platform_ip4_*_cmp() as integers,...Thomas Haller1-4/+4
2014-01-24platform: don't replace routes that already existDan Williams1-16/+32
2014-01-24core/platform: preserve external and static route metricsDan Williams5-20/+24
2014-01-24core/platform: add address/route sources (rh#1005416, bgo#722843)Dan Williams14-16/+425
2014-01-24vpn: handle missing tunnel interface for IP-based VPNs (bgo #721724) (rh #103...Dan Williams2-48/+79
2014-01-24dispatcher: handle VPN connections without interface namesDan Williams1-1/+1
2014-01-24dns-manager: allow NULL interface name for IP configsDan Williams1-4/+1
2014-01-23api/settings: expose the ConnectionRemoved signalDan Williams1-1/+3
2014-01-23api/wimax: add Nsps (Network Service Providers) propertyDan Williams2-0/+21
2014-01-23api/settings: add Connections propertyDan Williams2-0/+23
2014-01-23api/wifi: add GetAllAccessPoints() methodDan Williams1-2/+19
2014-01-23api/wifi: add AccessPoints propertyDan Williams2-0/+23
2014-01-23api/core: add Devices property to the ManagerDan Williams2-4/+25
2014-01-23wifi: fix double-free of error when handling D-Bus scan requestDan Williams1-9/+13
2014-01-23wifi: fix crash after "merge: remove at_console..." for wifi scan requestsDan Williams2-4/+5
2014-01-23dbus: kill at_console usage in permissions (bgo #707983) (rh #979416)Dan Williams1-54/+60
2014-01-23core: enforce permissions for SetLoggingDan Williams1-9/+30
2014-01-23sessions: fix return value handling for sd_uid_get_sessions() (bgo #707983)Dan Williams1-10/+12
2014-01-23settings: return error from GetConnectionByUuid() if caller not in ACLDan Williams1-14/+42
2014-01-23core: add PropertiesChanged signals to IP4 and IP6 config objectsDan Williams2-3/+6
2014-01-23core: allow custom IP address ranges for Shared connections (bgo #675973)Dan Williams7-61/+300
2014-01-23core: only log about IPv6 Commit the first timeDan Williams1-10/+10
2014-01-23core: don't disable IPv6 when assuming connections (rh #1052157)Dan Williams1-1/+2
2014-01-23devices: when disconnecting master, propagate reason to the slavesDan Winship1-28/+30
2014-01-23core: fix master deactivationDan Winship2-41/+48
2014-01-23core: properly deactivate active connections that fail earlyDan Winship1-10/+21
2014-01-23devices: add :master propertyDan Winship2-0/+44
2014-01-23core: add some autoconnect debugging messagesDan Winship1-8/+19
2014-01-23core: move virtual device autoconnect tracking bits out of NMManagerDan Winship5-87/+40
2014-01-23core: disable auto-re-connect of intentionally-disconnected connectionDan Winship1-0/+4
2014-01-23devices: start using the DEACTIVATING stateDan Winship2-3/+5
2014-01-23core: don't retry connection with no secrets after timeoutDan Winship1-7/+0
2014-01-23core: clarify clearing of autoconnect-blocked stateDan Winship1-3/+4
2014-01-23core: simplify autoconnect retry handlingDan Winship3-97/+155
2014-01-23core: remove useless NMSettings::connections-loaded signalDan Winship7-133/+11
2014-01-23dhcp: don't add an IPv6 address if one wasn't given (rh #1048046)Dan Williams1-9/+7
2014-01-22platform: fix linux nm_platform_link_get_physical_port_id() (rh #804527)Dan Winship1-1/+1
2014-01-22logging: fix "nmcli gen log level FOO"Dan Winship1-73/+69
2014-01-22core: cleanup data types for nm_platform_sysctl_get_int32()Thomas Haller3-22/+29
2014-01-22core: add nm_utils_ascii_str_to_int64() functionThomas Haller4-0/+148
2014-01-21wired: only request new secrets during the inital connectionMichael Schaller1-6/+19