summaryrefslogtreecommitdiff
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-28policy: add a configure option for a permissive modify.system defaultDan Winship4-6/+23
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-27libnm-util: Improve NMSettingVlan's verify()Dan Winship2-17/+61
2012-09-26all: Don't use ctype.h macrosDan Winship26-60/+34
2012-09-26libnm-util: move nm_utils_is_uuid() hereDan Winship6-38/+30
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 Šimerda21-600/+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-25systemd: restore D-Bus service alias nameDan Williams1-0/+1
2012-09-25systemd: also install nm-wait-online on 'systemctl enable'Pavel Šimerda1-1/+2
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-24examples: fix python example file names in EXTRA_DISTJiří Klimeš1-1/+2
2012-09-24examples: fix add-system-connection.py -> add-connection.py renameJiří Klimeš1-1/+1
2012-09-24api: add NM_DEVICE_STATE_REASON_SECONDARY_CONNECTION_FAILED reason and use thatJiří Klimeš5-2/+16
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-24cli: print 'secondaries' property of 'connection' settingJiří Klimeš1-1/+15
2012-09-21ifcfg-rh: read/write 'secondaries' property of 'connection' settingJiří Klimeš2-0/+38
2012-09-21libnm-util: add "secondaries" property containing secondary connection UUIDsJiří Klimeš3-2/+123
2012-09-21cli: add NM_DEVICE_STATE_REASON_SSID_NOT_FOUND reason-to-string mappingJiří Klimeš1-0/+3
2012-09-20examples: add dispatcher example for exclusive wired/wifiDan Williams4-1/+32
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 Williams4-4/+27
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 Williams2-32/+10
2012-09-20core: determine whether connection timestamps are set or notDan Williams4-22/+46
2012-09-19build: update .gitignoreDan Winship1-0/+6
2012-09-17core: wait until we daemonized before setting up signals (bgo #683932)Alexandre Rostovtsev1-4/+4
2012-09-13po: updated Marathi translation (bgo #683928)Sandeep Shedmake1-236/+134
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 Williams4-309/+505
2012-09-11core: split dispatcher into its own fileDan Williams8-228/+292
2012-09-11core: add settings for 4G (LTE) network modesMarius B. Kotsbak3-5/+21