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
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
2011-03-16
s3: Fix Coverity ID 2213, PASS_BY_VALUE
Volker Lendecke
1
-6
/
+6
2011-03-16
s3: Fix Coverity ID 1012, CHECKED_RETURN
Volker Lendecke
1
-6
/
+5
2011-03-16
s3: Fix Coverity ID 1013, CHECKED_RETURN
Volker Lendecke
1
-6
/
+5
2011-03-03
s3: Use dom_sid_string in _lsa_lookup_sids_internal
Volker Lendecke
1
-4
/
+1
2011-02-22
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
1
-23
/
+23
2011-02-21
s3-lsa: fix some uninitialized variables in our lsa server.
Günther Deschner
1
-3
/
+3
2011-02-17
s3-lsa: support trust objects in _lsa_QuerySecurity().
Günther Deschner
1
-0
/
+1
2011-02-17
s3-lsa: in _lsa_QuerySecurity() query the sd from the lsa policy handle.
Günther Deschner
1
-6
/
+4
2011-02-17
s3-lsa: only proceed in _lsa_EnumTrustedDomainsEx when backend has trusted do...
Günther Deschner
1
-0
/
+9
2011-02-16
s3-ipasam: Add aliases for trusted domain user
Sumit Bose
1
-1
/
+3
2011-02-16
s3-lsa: Implement lsaRSetForestTrustInformation
Sumit Bose
1
-2
/
+499
2011-02-16
s3-lsa: Add and remove trusted domain account
Sumit Bose
1
-5
/
+111
2011-02-16
s3-lsa: fix return code of _lsa_QueryTrustedDomainInfoByName()
Sumit Bose
1
-0
/
+3
2011-02-16
s3-lsa: Extract auth info from trustDomainPasswords
Sumit Bose
1
-6
/
+51
2011-02-16
s3-lsa: Use pdb_get_trusted_domain_by_sid in _lsa_QueryTrustedDomainInfo()
Sumit Bose
1
-11
/
+9
2011-02-16
s3-lsa: fix lsa_QueryTrustedDomainInfo
Sumit Bose
1
-6
/
+1
2011-02-16
s3-lsa: implement _lsa_OpenTrustedDomainByName().
Günther Deschner
1
-7
/
+30
2011-02-16
s3-lsa: implement _lsa_OpenTrustedDomain().
Günther Deschner
1
-1
/
+77
2011-02-16
s3-lsa: Implement _lsa_EnumTrustedDomainsEx()
Sumit Bose
1
-2
/
+67
2011-02-16
s3-lsa: implement _lsa_CloseTrustedDomainEx().
Günther Deschner
1
-7
/
+10
2011-02-16
s3-lsa: implement _lsa_QueryTrustedDomainInfoByName().
Günther Deschner
1
-7
/
+38
2011-02-16
s3-lsa: implement _lsa_QueryTrustedDomainInfoBySid().
Günther Deschner
1
-7
/
+38
2011-02-16
s3-lsa: implement _lsa_QueryTrustedDomainInfo().
Günther Deschner
1
-7
/
+139
2011-02-16
s3-lsa: make _lsa_DeleteTrustedDomain() use pdb_del_trusted_domain().
Sumit Bose
1
-2
/
+3
2011-02-16
s3-lsa: implement _lsa_DeleteTrustedDomain().
Günther Deschner
1
-7
/
+38
2011-02-16
s3-lsa: make lsa_lookup_trusted_domain_by_name() use pdb_get_trusted_domain().
Sumit Bose
1
-4
/
+7
2011-02-16
s3-lsa: add lsa_lookup_trusted_domain_by_name and lsa_lookup_trusted_domain_b...
Günther Deschner
1
-0
/
+60
[next]