summaryrefslogtreecommitdiff
path: root/src/nm-manager-auth.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-22core: fix crash in nm-manager-authThomas Haller1-44/+35
2013-10-31core: remove unused auth chain creation functionsDan Williams1-55/+13
2013-10-31core: add function to create auth chains from a subjects or contextsDan Williams1-10/+68
2013-10-31core: grab remote process id when authenticating D-Bus clientsDan Williams1-1/+2
2013-05-20core: convert the DBus manager to a single-ref objectDan Williams1-6/+1
2013-04-08auth: move common nm_dbus_manager_get_caller_info() functionality into nm_aut...Dan Williams1-7/+27
2013-04-08core: remove unused argument to nm_auth_chain_new()Dan Williams1-9/+5
2013-04-08core: assume root always has a session for connection visibilityDan Williams1-0/+4
2013-04-08core: remove unused auth functionsDan Williams1-53/+0
2013-04-08core: use same codepaths for root and non-root during authenticationDan Williams1-21/+53
2013-04-08core: push PolicyKit unavailable error to callers instead of logging itDan Williams1-20/+13
2013-04-08core: simplify auth chain early exitDan Williams1-11/+10
2011-12-06core: use nm_connection_get_setting_<type>() whenever possibleThomas Graf1-1/+1
2011-07-01core: add nm_auth_chain_steal_data()Dan Williams1-0/+31
2011-07-01core: allow multiple authority changed callbacksDan Williams1-20/+57
2011-07-01core: don't schedule authentication requests twiceDan Williams1-1/+2
2011-05-20core: clean up auth handling after polkit enable/disable changesDan Williams1-51/+59
2011-05-20core: rename PolkitCall to AuthCallDan Williams1-17/+17
2011-05-18core: allow build-time enable/disable of PolicyKitDan Williams1-5/+32
2011-05-18core: consolidate PolicyKit codeDan Williams1-26/+117
2011-02-11core: add ulong data helpers to NMAuthChainDan Williams1-0/+28
2011-02-02core: add method to start authentication with a D-Bus senderDan Williams1-3/+15
2010-12-10core: fix possible leak in error pathDan Williams1-0/+1
2010-11-18core: add nm_auth_uid_in_acl()Dan Williams1-3/+47
2010-11-18core: make nm_auth_get_caller_uid() error description non-constDan Williams1-4/+4
2010-11-17core: add helper to access authentication resultDan Williams1-0/+9
2010-10-26core: get D-Bus manager during auth if not providedDan Williams1-1/+8
2010-08-26Merge remote branch 'origin/master' into gsocDan Williams1-7/+29
2010-08-25core: validate Enable/Disable WiFi and WWAN requests (rh #626337)Dan Williams1-7/+29
2010-08-06core: remove internal API refs. to user settingsDaniel Gnoutcheff1-63/+0
2010-06-03core: add nm_auth_uid_authorized() to check user permissionsDan Williams1-0/+62
2010-06-03core: check permissions on the user settings service tooDan Williams1-6/+21
2010-06-02core: simplify auth chain permission callback handlingDan Williams1-2/+12
2010-05-31core: make nm_auth_is_caller_root() more genericDan Williams1-13/+10
2010-05-30core: root can always enable/disable and sleep/wakeDan Williams1-0/+52
2010-05-29core: PolicyKit-protect enable/disable networking methodDan Williams1-8/+62
2010-05-28core: add permissions framework for various operations (rh #585182) (bgo #619...Dan Williams1-0/+212