summaryrefslogtreecommitdiff
path: root/src/nm-manager.c
Commit message (Expand)AuthorAgeFilesLines
* core: simplify secrets handling during activationDan Williams2010-12-131-209/+19
* core: make nm_auth_get_caller_uid() error description non-constDan Williams2010-11-181-4/+8
* core: fix nm_settings_get_connections() result confusionDan Williams2010-11-171-15/+10
* core: simplify device disconnect flowDan Williams2010-11-171-13/+11
* core: fix up merge damageDan Williams2010-11-161-9/+3
* Merge remote branch 'origin/master' into rm-usersetDan Williams2010-11-161-1/+75
|\
| * core: update timestamp in active system connections every 5 mins (bgo #583756)Jiří Klimeš2010-11-031-0/+74
| * trivial: make connection activating error more preciseJiří Klimeš2010-10-261-1/+1
* | settings: rename NMSysconfigSettings to NMSettingsDan Williams2010-10-271-37/+31
* | core: fix refcounting of settings objectDan Williams2010-10-271-1/+1
* | settings: remove connection tracking from NMManagerDan Williams2010-10-271-257/+38
* | Merge remote branch 'origin/master' into rm-usersetDan Williams2010-10-181-1/+19
|\ \ | |/
| * core: ignore authorization for sleep/wake requests (but restrict to root) (rh...Dan Williams2010-10-151-1/+19
| * core: fix use-after-free getting user connectionsDan Williams2010-10-071-32/+23
* | Merge remote branch 'origin/master' into rm-usersetDan Williams2010-09-271-0/+12
|\ \ | |/
| * core: add Version property to org.freedesktop.NetworkManager interfaceJiří Klimeš2010-09-271-0/+12
* | Merge remote branch 'origin/master' into rm-usersetDan Williams2010-09-161-96/+168
|\ \ | |/
| * wifi: ensure Enabled state is preserved regardless of rfkill (bgo #624479)Dan Williams2010-09-011-95/+123
| * core: clean up avahi-autiopd D-Bus proxy on exitDan Williams2010-08-311-0/+3
| * core: listen to UPower for suspend/resume signalsDan Williams2010-08-311-1/+42
* | core: flatten connection listing from the settings serviceDan Williams2010-08-261-21/+15
* | core: consolidate all permissions checking into main D-Bus interfaceDan Williams2010-08-261-0/+8
* | Merge remote branch 'origin/master' into gsocDan Williams2010-08-261-29/+227
|\ \ | |/
| * core: validate Enable/Disable WiFi and WWAN requests (rh #626337)Dan Williams2010-08-251-0/+171
| * vpn: don't try to do stuff with a VPN connection that may not existDan Williams2010-08-171-6/+8
| * core: really fix polkit >= 0.97 this timeDan Williams2010-08-171-8/+22
| * core: fix builds with polkit >= 0.97Dan Williams2010-08-131-1/+8
| * core: fix unmanaging of devices when quittingDan Williams2010-08-111-20/+19
| * core: ensure we recheck autoactivation on new system connectionsDan Williams2010-08-101-0/+1
* | nm-sysconfig-settings: remove "bus" propertyDaniel Gnoutcheff2010-08-071-5/+1
* | remove nm-settings-connection-interfaceDaniel Gnoutcheff2010-08-061-15/+15
* | libnm-glib: remove NMSettingsInterfaceDaniel Gnoutcheff2010-08-061-6/+6
* | nm-glib/DBus: merge nm-settings{,-system} ifaceDaniel Gnoutcheff2010-08-061-2/+1
* | libnm-glib: remove nm-settings-serviceDaniel Gnoutcheff2010-08-061-1/+0
* | Remove use-user-connections polkit actionDaniel Gnoutcheff2010-08-061-2/+0
* | DBus API: removing user settings supportDaniel Gnoutcheff2010-08-061-21/+0
* | core: remove internal API refs. to user settingsDaniel Gnoutcheff2010-08-061-34/+17
* | nm-manager: start removing user settings servicesDaniel Gnoutcheff2010-08-061-1010/+51
|/
* core: fix compilation on glib < 2.23.4Dan Williams2010-07-121-0/+2
* Revert "core: fix compilation on glib < 2.23.4"Dan Williams2010-07-121-92/+13
* core: fix compilation on glib < 2.23.4Dan Williams2010-07-021-13/+92
* core: better missing firmware handling when firmware appears (rh #609587)Dan Williams2010-07-011-0/+94
* core: remove debugging delay from new user connection handlingDan Williams2010-06-221-24/+1
* core: NULL user_proxy means no user settings allowedDan Williams2010-06-041-2/+0
* core: remove some debugging left-oversDan Williams2010-06-041-3/+0
* core: don't auto-activate user connections if the user lacks permissionsDan Williams2010-06-041-0/+23
* core: PolicyKit protect Deactivate and DisconnectDan Williams2010-06-041-29/+386
* core: PolicyKit protect connection activationDan Williams2010-06-031-176/+276
* core: check permissions on the user settings service tooDan Williams2010-06-031-47/+197
* core: use return_no_pk_error() more and fix returned error messagesDan Williams2010-06-021-13/+3