summaryrefslogtreecommitdiff
path: root/src/nm-manager-auth.c
Commit message (Expand)AuthorAgeFilesLines
* core: use nm_connection_get_setting_<type>() whenever possibleThomas Graf2011-12-061-1/+1
* core: add nm_auth_chain_steal_data()Dan Williams2011-07-011-0/+31
* core: allow multiple authority changed callbacksDan Williams2011-07-011-20/+57
* core: don't schedule authentication requests twiceDan Williams2011-07-011-1/+2
* core: clean up auth handling after polkit enable/disable changesDan Williams2011-05-201-51/+59
* core: rename PolkitCall to AuthCallDan Williams2011-05-201-17/+17
* core: allow build-time enable/disable of PolicyKitDan Williams2011-05-181-5/+32
* core: consolidate PolicyKit codeDan Williams2011-05-181-26/+117
* core: add ulong data helpers to NMAuthChainDan Williams2011-02-111-0/+28
* core: add method to start authentication with a D-Bus senderDan Williams2011-02-021-3/+15
* core: fix possible leak in error pathDan Williams2010-12-101-0/+1
* core: add nm_auth_uid_in_acl()Dan Williams2010-11-181-3/+47
* core: make nm_auth_get_caller_uid() error description non-constDan Williams2010-11-181-4/+4
* core: add helper to access authentication resultDan Williams2010-11-171-0/+9
* core: get D-Bus manager during auth if not providedDan Williams2010-10-261-1/+8
* Merge remote branch 'origin/master' into gsocDan Williams2010-08-261-7/+29
|\
| * core: validate Enable/Disable WiFi and WWAN requests (rh #626337)Dan Williams2010-08-251-7/+29
* | core: remove internal API refs. to user settingsDaniel Gnoutcheff2010-08-061-63/+0
|/
* core: add nm_auth_uid_authorized() to check user permissionsDan Williams2010-06-031-0/+62
* core: check permissions on the user settings service tooDan Williams2010-06-031-6/+21
* core: simplify auth chain permission callback handlingDan Williams2010-06-021-2/+12
* core: make nm_auth_is_caller_root() more genericDan Williams2010-05-311-13/+10
* core: root can always enable/disable and sleep/wakeDan Williams2010-05-301-0/+52
* core: PolicyKit-protect enable/disable networking methodDan Williams2010-05-291-8/+62
* core: add permissions framework for various operations (rh #585182) (bgo #619...Dan Williams2010-05-281-0/+212