summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_lsa_nt.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-10s3-rpc_server: move services into individual directories.Günther Deschner1-2755/+0
2011-02-10s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett1-8/+8
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-1/+1
2010-09-21s3-lsa: Fix sid in DEBUG in_lsa_EnumAccountRights.Günther Deschner1-2/+1
2010-09-20s3-util: use shared dom_sid_dup.Günther Deschner1-6/+6
2010-09-20s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner1-1/+2
2010-09-11s3-privs Overhaul PRIVILEGE_SET handling, avoid dealing with the bitmapAndrew Bartlett1-56/+18
2010-09-11s3-privs Hide the bitmap-based grant_privilege and revoke_privilegeAndrew Bartlett1-12/+3
2010-09-11s3-privs Make privilege_enum_sids() take an LUID, not a bitmapAndrew Bartlett1-3/+4
2010-09-11libcli/security make sec_privilege_id() return SEC_PRIV_INVALID on failure.Andrew Bartlett1-1/+1
2010-09-11s3-privs Rework access_check_object() to take two privilegesAndrew Bartlett1-5/+5
2010-09-11libcli/security Remove luid_to_se_priv() and luid_to_privilege_name()Andrew Bartlett1-3/+9
2010-09-11s3-privs Remove a pointer from grant_privilege()Andrew Bartlett1-1/+1
2010-09-11s3-privs Remove pointer indirection from se_priv_to_privilege_set()Andrew Bartlett1-2/+2
2010-09-11s3-privs Remove a pointer indirection from revoke_privilege()Andrew Bartlett1-1/+1
2010-09-11libcli/security Don't export privs[] as a global variableAndrew Bartlett1-5/+2
2010-09-11s3-lsa Use sec_privilege_id() to lookup name to LUIDAndrew Bartlett1-9/+4
2010-09-11libcli/security Return number of entries in the old source3 listAndrew Bartlett1-1/+1
2010-09-11libcli/privileges Simplify get_privilege_luid() to return just the enumAndrew Bartlett1-4/+2
2010-09-11s3-privs Inline dump_se_priv into callers now that it's just a uint64_tAndrew Bartlett1-4/+2
2010-09-11s3-privs Rename structure elements for greater clarityAndrew Bartlett1-1/+1
2010-09-11s3-privs Further changes to remove SE_PRIVAndrew Bartlett1-6/+6
2010-08-25s3-lsa: separate out init_lsa headers.Günther Deschner1-0/+1
2010-08-06s3-netlogon: remove global include of netlogon.h.Günther Deschner1-0/+1
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-0/+1
2010-07-28s3-dcerpc: Use dcerpc_AuthType in pipe_auth_dataSimo Sorce1-2/+2
2010-07-28s3-lsa: Use struct pipes_struct.Andreas Schneider1-83/+120
2010-07-13s3-dceprc: Store opnum in its own variableSimo Sorce1-2/+2
2010-06-07s3-privileges: use LUID defines from lsa IDL.Günther Deschner1-6/+4
2010-06-03s3-security: use shared "Standard access rights.".Günther Deschner1-2/+2
2010-05-28s3:auth use info3 in auth_serversupplied_infoSimo Sorce1-1/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-17/+17
2010-05-18s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner1-6/+6
2010-05-18s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner1-1/+1
2010-05-18s3-secdesc: remove "typedef struct security_ace SEC_ACE".Günther Deschner1-1/+1
2010-05-18s3-rpc_misc: clean out include/rpc_misc.h.Günther Deschner1-1/+1
2010-03-16s3-lsa: fix _lsa_lsaRSetForestTrustInformation server stub.Günther Deschner1-1/+1
2010-01-10s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke1-2/+1
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner1-0/+1
2009-11-03s3-lsa: fill in some more info levels in _lsa_QueryInfoPolicy().Günther Deschner1-0/+32
2009-10-30s3-lsa: expand struct lsa_info to carry name and sd.Günther Deschner1-0/+2
2009-10-30s3-lsa: use switch in _lsa_QuerySecurity().Günther Deschner1-3/+7
2009-10-28s3-lsa: add lsa_trusted_domain_mapping.Günther Deschner1-0/+7
2009-10-28s3-lsa: add lsa_secret_mapping.Günther Deschner1-0/+7
2009-10-28s3-lsa: use correct function name in_lsa_RemoveAccountRights().Günther Deschner1-1/+1
2009-10-28s3-lsa: pure cosmetic indentation fixes.Günther Deschner1-18/+16
2009-10-28s3-lsa: use enum lsa_LookupNamesLevel in lsa_lookup_level_to_flags().Günther Deschner1-7/+8
2009-10-21s3-lsa: Fix _lsa_EnumTrustDom() and avoid infite windows client loop.Günther Deschner1-0/+9
2009-10-21s3-lsa: make s3 pass against RPC-LSA-LOOKUPNAMES again.Günther Deschner1-6/+7
2009-10-20s3-lsa: Fix _lsa_EnumTrustDom().Günther Deschner1-41/+25