summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* olpc: ensure correct teardown of mesh device and companion wifiDan Williams2012-10-251-9/+64
* Revert "core: import libgsystem, use it for local-allocations in main.c (bgo ...Colin Walters2012-10-2311-368/+56
* core, libnm-glib: expose "slaves" property on NMDeviceBondDan Winship2012-10-192-0/+26
* core: use IN6_IS_ADDR_UNSPECIFIED() macro to test against ::Jiří Klimeš2012-10-181-2/+1
* core: fix routing crash with WWAN/PTP configurationsDan Williams2012-10-181-21/+33
* wifi: mode changes must happen when device is downDan Williams2012-10-171-3/+9
* wifi: implement nl80211 set_mode hookDan Williams2012-10-171-8/+28
* wifi: update Hotspot AP object with BSSID and frequency when knownDan Williams2012-10-171-28/+38
* wifi: request scan after deactivating a hotspot connectionDan Williams2012-10-171-1/+9
* wifi: various AP mode fixupsDan Williams2012-10-171-33/+68
* wifi: detect whether supplicant supports AP mode or notDan Williams2012-10-175-42/+189
* trivial: fix AP mode message log levelDan Williams2012-10-171-1/+1
* wifi: support ap-mode with wpa_supplicantJan Luebbe2012-10-179-29/+79
* core: import libgsystem, use it for local-allocations in main.c (bgo #685440)Colin Walters2012-10-1611-56/+368
* settings: update seen-bssids property in 802-11-wireless setting for GetSettingsJiří Klimeš2012-10-162-0/+42
* core: fix suspend/resume signal names which the manager listens forDan Williams2012-10-141-4/+4
* core: DBusGConnections are not GObjectsDan Williams2012-10-141-1/+0
* core: add a systemd suspend/resume monitor (bgo #677694)Matthias Clasen2012-10-133-2/+224
* core: factor out the upower suspend/resume code (bgo #677694)Matthias Clasen2012-10-134-26/+214
* core: fix routing if gateway not given in the first addressDan Williams2012-10-111-6/+20
* ifupdown: fix for compile errorMarius Kotsbak2012-10-111-0/+1
* core: fix a crash due to GValueArray/GArray freeing mismatch (rh #865009)Jiří Klimeš2012-10-111-1/+1
* device: clear nm_device_state_changed() re-entry check on early exitAleksander Morgado2012-10-101-1/+3
* supplicant: handle some D-Bus spawn errors betterDan Williams2012-10-061-0/+1
* trivial: warn if we ever re-enter nm_device_state_changed()Dan Williams2012-10-061-0/+8
* core: fix NMDevice::state-changed emission of ACTIVATED (bgo #685581)Dan Winship2012-10-051-4/+4
* hosts: reduce warnings to debug messagesDan Williams2012-10-041-4/+4
* ifcfg-rh: trivial: fix possibly uninitialized variable usageDan Williams2012-10-041-1/+1
* build: distcheck fixesDan Winship2012-10-041-1/+2
* modem: reduce "starting the modem manager" to a debug messageDan Williams2012-10-021-1/+1
* core: implement NMDevice::state-changed more idiomaticallyDan Winship2012-10-028-53/+47
* core: remove "real_" prefix from method implementation namesDan Winship2012-10-0218-470/+470
* ifcfg-rh: write out wired settings on vlan connectionsDan Winship2012-09-271-3/+38
* core: don't try to create VLANs on devices that don't support themDan Winship2012-09-273-1/+19
* all: Don't use ctype.h macrosDan Winship2012-09-2616-40/+24
* libnm-util: move nm_utils_is_uuid() hereDan Winship2012-09-262-19/+0
* ifcfg-rh: Fix the filename in two error messagesDan Winship2012-09-261-2/+2
* ifcfg-rh: Fix bonds-of-InfiniBandDan Winship2012-09-263-11/+188
* ipv6: restore the ability to set a default IPv6 route via a device (rh #829010)Dan Winship2012-09-261-4/+8
* distro: remove src/backendsPavel Šimerda2012-09-2520-599/+0
* distro: remove nm_backend_enable_loopback()Pavel Šimerda2012-09-2517-167/+13
* distro: remove nm_backend_ipv6_use_tempaddr()Pavel Šimerda2012-09-2517-131/+43
* distro: remove nm_backend_update_dns()Pavel Šimerda2012-09-2517-131/+0
* device: remove useless ipv6 route additionPavel Šimerda2012-09-251-14/+0
* keyfile: fix use-after-free in log messagesDan Williams2012-09-251-2/+4
* wifi: add "Speedport W 501V" to list of BSSID-locked SSIDsDan Williams2012-09-241-0/+1
* api: add NM_DEVICE_STATE_REASON_SECONDARY_CONNECTION_FAILED reason and use thatJiří Klimeš2012-09-242-2/+5
* core: VPN autoconnect feature (bgo #560471) (rh #483120)Jiří Klimeš2012-09-243-10/+184
* core: add some helper functions to activation requestJiří Klimeš2012-09-243-2/+33
* core: add nm_active_connection_get_name() for easy access to connection nameJiří Klimeš2012-09-242-0/+9