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
/
lsa
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-28
s3-lsa: Flesh out the returned info in _lsa_EnumTrustedDomainsEx().
Günther Deschner
1
-0
/
+5
2012-07-06
s3-lsarpc: Enforce a secure connection for LookupSids3 and LookupNames4.
Andreas Schneider
1
-8
/
+14
2012-07-06
s3-lsarpc: Restrict lsa_LookupNames4 to ncacn_ip_tcp connections.
Andreas Schneider
1
-12
/
+23
2012-07-06
s3-lsarpc: Restrict lsa_LookupSids3 to ncacn_ip_tcp connections.
Andreas Schneider
1
-12
/
+23
2012-07-06
s3-lsarpc: Restrict the transport for ncacn_np functions.
Andreas Schneider
1
-0
/
+42
2012-07-06
s3-rpc_server: Make it possible to use more rpc exceptions.
Andreas Schneider
1
-32
/
+32
2012-06-19
Fix more "set but not used" warnings.
Jeremy Allison
1
-6
/
+3
2012-05-01
Fix bug #8873 - self granting privileges in security=ads.
Jeremy Allison
1
-4
/
+12
2012-03-13
s3-rpc: Decrypt with the proper session key in CreateTrustedDomainEx2.
Alexander Bokovoy
1
-61
/
+66
2011-12-12
s4-lsarpc handle more info levels in SetInfoTrustedDomain calls
Andrew Bartlett
1
-1
/
+1
2011-11-08
s3: Remove two unused variables
Volker Lendecke
1
-2
/
+0
2011-11-02
s3-lsa: Let passdb backend handle the DOMAIN$ user
Sumit Bose
1
-101
/
+0
2011-10-12
s3-group-mapping: Remove fstrings from GROUP_MAP.
Simo Sorce
1
-3
/
+13
2011-09-12
s3-lsa: Add conversion for auth info structs
Sumit Bose
1
-33
/
+14
2011-08-31
s3-lsa: Add _lsa_SetInformationTrustedDomain() and related calls
Sumit Bose
1
-21
/
+312
2011-08-31
s3-lsa: Update _lsa_QueryTrustedDomainInfo()
Sumit Bose
1
-8
/
+63
2011-08-31
s3-lsa: Fix access mapping in_lsa_OpenTrustedDomain_base()
Sumit Bose
1
-1
/
+1
2011-08-31
s3-lsa: Fix typo and use right pdb interface
Sumit Bose
1
-1
/
+1
2011-08-01
s3-lsa: Fix crypto prototypes.
Günther Deschner
1
-1
/
+1
2011-07-31
s3-lsa: support secret objects in _lsa_QuerySecurity().
Günther Deschner
1
-0
/
+1
2011-07-31
s3-lsa: support secret objects in _lsa_DeleteObject().
Günther Deschner
1
-0
/
+6
2011-07-31
s3-lsa: implement _lsa_QuerySecret().
Günther Deschner
1
-6
/
+86
2011-07-31
s3-lsa: implement _lsa_SetSecret().
Günther Deschner
1
-2
/
+66
2011-07-31
s3-lsa: implement _lsa_CreateSecret().
Günther Deschner
1
-2
/
+78
2011-07-31
s3-lsa: implement _lsa_OpenSecret().
Günther Deschner
1
-2
/
+58
2011-07-31
s3-lsa: add LSA_HANDLE_SECRET_TYPE.
Günther Deschner
1
-1
/
+2
2011-07-31
s3-lsa: Fix _lsa_DeleteObject to handle trusted domain objects.
Günther Deschner
1
-0
/
+6
2011-07-20
s3-auth Remove seperate guest boolean
Andrew Bartlett
1
-1
/
+1
2011-07-20
s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_info
Andrew Bartlett
1
-1
/
+1
2011-07-20
s3-auth Use guest boolean in auth_user_info_unix
Andrew Bartlett
1
-1
/
+1
2011-07-20
s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username
Andrew Bartlett
1
-1
/
+1
2011-07-20
s3-auth Use *unix_token rather than utok in struct auth3_session_info
Andrew Bartlett
1
-6
/
+6
2011-07-15
lsa: lsa_CreateTrustedDomainEx takes lsa_TrustDomainInfoAuthInfo, not
Günther Deschner
1
-1
/
+4
2011-07-15
lsa: rename auth info argument in lsa_CreateTrustedDomainEx2
Günther Deschner
1
-5
/
+5
2011-06-09
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
1
-8
/
+8
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
1
-9
/
+9
2011-06-09
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
1
-2
/
+2
2011-06-09
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
1
-4
/
+4
2011-06-09
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
1
-1
/
+1
2011-05-18
s3-lib Replace StrCaseCmp() with strcasecmp_m()
Andrew Bartlett
1
-4
/
+4
2011-05-02
s3: include ntdomain.h before including generated srv_ headers.
Günther Deschner
1
-1
/
+1
2011-04-05
s3-auth Rename user_session_key -> session_key to match auth_session_info
Andrew Bartlett
1
-1
/
+1
2011-03-30
s3: Fix Coverity ID 2332: MISSING_BREAK
Volker Lendecke
1
-0
/
+1
2011-03-30
s3-rpc_server: move access check functions out of samr server.
Günther Deschner
1
-0
/
+1
2011-03-30
s3: only include lib/privileges.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include ntdomain.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-auth: rpc_server needs auth.h
Günther Deschner
1
-0
/
+1
2011-03-30
s3-passdb: add passdb.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-27
s3: Fix Coverity ID 2327: FORWARD_NULL
Volker Lendecke
1
-0
/
+2
2011-03-24
charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...
Andrew Tridgell
1
-2
/
+1
[next]