index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
rpc_server
/
srv_lsa_nt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-1
/
+1
2010-09-21
s3-lsa: Fix sid in DEBUG in_lsa_EnumAccountRights.
Günther Deschner
1
-2
/
+1
2010-09-20
s3-util: use shared dom_sid_dup.
Günther Deschner
1
-6
/
+6
2010-09-20
s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.
Günther Deschner
1
-1
/
+2
2010-09-11
s3-privs Overhaul PRIVILEGE_SET handling, avoid dealing with the bitmap
Andrew Bartlett
1
-56
/
+18
2010-09-11
s3-privs Hide the bitmap-based grant_privilege and revoke_privilege
Andrew Bartlett
1
-12
/
+3
2010-09-11
s3-privs Make privilege_enum_sids() take an LUID, not a bitmap
Andrew Bartlett
1
-3
/
+4
2010-09-11
libcli/security make sec_privilege_id() return SEC_PRIV_INVALID on failure.
Andrew Bartlett
1
-1
/
+1
2010-09-11
s3-privs Rework access_check_object() to take two privileges
Andrew Bartlett
1
-5
/
+5
2010-09-11
libcli/security Remove luid_to_se_priv() and luid_to_privilege_name()
Andrew Bartlett
1
-3
/
+9
2010-09-11
s3-privs Remove a pointer from grant_privilege()
Andrew Bartlett
1
-1
/
+1
2010-09-11
s3-privs Remove pointer indirection from se_priv_to_privilege_set()
Andrew Bartlett
1
-2
/
+2
2010-09-11
s3-privs Remove a pointer indirection from revoke_privilege()
Andrew Bartlett
1
-1
/
+1
2010-09-11
libcli/security Don't export privs[] as a global variable
Andrew Bartlett
1
-5
/
+2
2010-09-11
s3-lsa Use sec_privilege_id() to lookup name to LUID
Andrew Bartlett
1
-9
/
+4
2010-09-11
libcli/security Return number of entries in the old source3 list
Andrew Bartlett
1
-1
/
+1
2010-09-11
libcli/privileges Simplify get_privilege_luid() to return just the enum
Andrew Bartlett
1
-4
/
+2
2010-09-11
s3-privs Inline dump_se_priv into callers now that it's just a uint64_t
Andrew Bartlett
1
-4
/
+2
2010-09-11
s3-privs Rename structure elements for greater clarity
Andrew Bartlett
1
-1
/
+1
2010-09-11
s3-privs Further changes to remove SE_PRIV
Andrew Bartlett
1
-6
/
+6
2010-08-25
s3-lsa: separate out init_lsa headers.
Günther Deschner
1
-0
/
+1
2010-08-06
s3-netlogon: remove global include of netlogon.h.
Günther Deschner
1
-0
/
+1
2010-08-05
s3-secrets: only include secrets.h when needed.
Günther Deschner
1
-0
/
+1
2010-07-28
s3-dcerpc: Use dcerpc_AuthType in pipe_auth_data
Simo Sorce
1
-2
/
+2
2010-07-28
s3-lsa: Use struct pipes_struct.
Andreas Schneider
1
-83
/
+120
2010-07-13
s3-dceprc: Store opnum in its own variable
Simo Sorce
1
-2
/
+2
2010-06-07
s3-privileges: use LUID defines from lsa IDL.
Günther Deschner
1
-6
/
+4
2010-06-03
s3-security: use shared "Standard access rights.".
Günther Deschner
1
-2
/
+2
2010-05-28
s3:auth use info3 in auth_serversupplied_info
Simo Sorce
1
-1
/
+1
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
1
-17
/
+17
2010-05-18
s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".
Günther Deschner
1
-6
/
+6
2010-05-18
s3-secdesc: remove "typedef struct security_acl SEC_ACL".
Günther Deschner
1
-1
/
+1
2010-05-18
s3-secdesc: remove "typedef struct security_ace SEC_ACE".
Günther Deschner
1
-1
/
+1
2010-05-18
s3-rpc_misc: clean out include/rpc_misc.h.
Günther Deschner
1
-1
/
+1
2010-03-16
s3-lsa: fix _lsa_lsaRSetForestTrustInformation server stub.
Günther Deschner
1
-1
/
+1
2010-01-10
s3: Replace most calls to sid_append_rid() by sid_compose()
Volker Lendecke
1
-2
/
+1
2009-11-26
s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...
Günther Deschner
1
-0
/
+1
2009-11-03
s3-lsa: fill in some more info levels in _lsa_QueryInfoPolicy().
Günther Deschner
1
-0
/
+32
2009-10-30
s3-lsa: expand struct lsa_info to carry name and sd.
Günther Deschner
1
-0
/
+2
2009-10-30
s3-lsa: use switch in _lsa_QuerySecurity().
Günther Deschner
1
-3
/
+7
2009-10-28
s3-lsa: add lsa_trusted_domain_mapping.
Günther Deschner
1
-0
/
+7
2009-10-28
s3-lsa: add lsa_secret_mapping.
Günther Deschner
1
-0
/
+7
2009-10-28
s3-lsa: use correct function name in_lsa_RemoveAccountRights().
Günther Deschner
1
-1
/
+1
2009-10-28
s3-lsa: pure cosmetic indentation fixes.
Günther Deschner
1
-18
/
+16
2009-10-28
s3-lsa: use enum lsa_LookupNamesLevel in lsa_lookup_level_to_flags().
Günther Deschner
1
-7
/
+8
2009-10-21
s3-lsa: Fix _lsa_EnumTrustDom() and avoid infite windows client loop.
Günther Deschner
1
-0
/
+9
2009-10-21
s3-lsa: make s3 pass against RPC-LSA-LOOKUPNAMES again.
Günther Deschner
1
-6
/
+7
2009-10-20
s3-lsa: Fix _lsa_EnumTrustDom().
Günther Deschner
1
-41
/
+25
2009-10-20
s3-lsa: Fix _lsa_CreateAccount() for usage of SEC_FLAG_MAXIMUM_ALLOWED.
Günther Deschner
1
-0
/
+5
2009-10-20
s3-lsa: When looking up domains in LookupNames, do not strip the sid.
Günther Deschner
1
-1
/
+5
[next]