summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-10-02modem: reduce "starting the modem manager" to a debug messageHEADmasterDan Williams1-1/+1
2012-10-02core: implement NMDevice::state-changed more idiomaticallyDan Winship8-53/+47
2012-10-02core: remove "real_" prefix from method implementation namesDan Winship18-470/+470
2012-09-27ifcfg-rh: write out wired settings on vlan connectionsDan Winship1-3/+38
2012-09-27core: don't try to create VLANs on devices that don't support themDan Winship3-1/+19
2012-09-26all: Don't use ctype.h macrosDan Winship16-40/+24
2012-09-26libnm-util: move nm_utils_is_uuid() hereDan Winship2-19/+0
2012-09-26ifcfg-rh: Fix the filename in two error messagesDan Winship1-2/+2
2012-09-26ifcfg-rh: Fix bonds-of-InfiniBandDan Winship3-11/+188
2012-09-26ipv6: restore the ability to set a default IPv6 route via a device (rh #829010)Dan Winship1-4/+8
2012-09-25distro: remove src/backendsPavel Šimerda20-599/+0
2012-09-25distro: remove nm_backend_enable_loopback()Pavel Šimerda17-167/+13
2012-09-25distro: remove nm_backend_ipv6_use_tempaddr()Pavel Šimerda17-131/+43
2012-09-25distro: remove nm_backend_update_dns()Pavel Šimerda17-131/+0
2012-09-25device: remove useless ipv6 route additionPavel Šimerda1-14/+0
2012-09-25keyfile: fix use-after-free in log messagesDan Williams1-2/+4
2012-09-24wifi: add "Speedport W 501V" to list of BSSID-locked SSIDsDan Williams1-0/+1
2012-09-24api: add NM_DEVICE_STATE_REASON_SECONDARY_CONNECTION_FAILED reason and use thatJiří Klimeš2-2/+5
2012-09-24core: VPN autoconnect feature (bgo #560471) (rh #483120)Jiří Klimeš3-10/+184
2012-09-24core: add some helper functions to activation requestJiří Klimeš3-2/+33
2012-09-24core: add nm_active_connection_get_name() for easy access to connection nameJiří Klimeš2-0/+9
2012-09-21ifcfg-rh: read/write 'secondaries' property of 'connection' settingJiří Klimeš2-0/+38
2012-09-20wifi: handle supplicant's deauthentication disconnect reasonDan Williams4-6/+36
2012-09-20wifi: request new PSK if disconnected during the 4-way handshakeDan Williams1-26/+85
2012-09-20wifi: rename set_current_ap -> set_active_apDan Williams1-6/+6
2012-09-20wifi: add SSID_NOT_FOUND reason and use it when we canDan Williams2-4/+19
2012-09-20wifi: only request new secrets during the initial connectionDan Williams1-5/+13
2012-09-20wifi: remove associated AP on failureDan Williams1-8/+42
2012-09-20wifi: don't autoconnect to networks that have never been successfulDan Williams1-0/+10
2012-09-20core: determine whether connection timestamps are set or notDan Williams4-22/+46
2012-09-17core: wait until we daemonized before setting up signals (bgo #683932)Alexandre Rostovtsev1-4/+4
2012-09-12trivial: use define for supplicant interface state signalDan Williams1-1/+1
2012-09-12trivial: whitespace fixupDan Williams1-2/+4
2012-09-11core: add cancelation to dispatcher callsDan Williams2-21/+42
2012-09-11core: add dispatcher callbacks and simplify dispatcher function prototypesDan Williams5-39/+125
2012-09-11core: convert dispatcher to asynchronous operation and return its resultsDan Williams1-24/+95
2012-09-11core: split dispatcher into its own fileDan Williams8-228/+292
2012-09-11core: add settings for 4G (LTE) network modesMarius B. Kotsbak1-1/+11
2012-09-06dnsmasq: don't crash when there are no nameservers in IP config (rh #768531)Jiří Klimeš1-0/+6
2012-09-03core: fix a regression causing that driver and firmware versions are not setJiří Klimeš1-1/+1
2012-08-30wired: ensure carrier changes clear queued state where appropriateDan Williams3-18/+42
2012-08-30ip6: ignore cached/cloned routes when retrieving IPv6 config (lp:1038541) (bg...Dan Williams1-0/+6
2012-08-30ip6: ignore cached/cloned route notifications from the kernel (lp:1038541) (b...Ben Jencks1-0/+8
2012-08-29bluetooth: predicate DUN availability on ModemManager availabilityDan Williams1-17/+164
2012-08-29api: add a "ModemManager unavailable" device state reasonDan Williams1-0/+2
2012-08-28modem: fix DNS configuration with static IP modemsDan Williams1-3/+8
2012-08-28modem: log IPv4 configurationDan Williams1-1/+31
2012-08-27core: remove erroneous reference to VLAN-over-IPoIBDan Winship1-2/+2
2012-08-27core: handle return values from libsystemd-login correctlyDan Williams1-2/+19
2012-08-24modem: track modem state and fail device if modem disconnectsDan Williams8-14/+111