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_netlog_nt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-31
s3-netlogon: Fix crash bug in _netr_NetrEnumerateTrustedDomains().
Günther Deschner
1
-18
/
+11
2010-05-31
s3-netlogon: use LSA in _netr_NetrEnumerateTrustedDomains.
Günther Deschner
1
-18
/
+66
2010-05-31
s3-netlogon: use SAMR in _netr_ServerAuthenticate3.
Günther Deschner
1
-33
/
+73
2010-05-31
s3-netlogon: use SAMR in _netr_ServerPasswordSet{2}.
Günther Deschner
1
-111
/
+165
2010-05-31
s3/s4:netrEnumerateTrustedDomains - this call returns a "NTSTATUS" result
Matthias Dieter Wallnöfer
1
-7
/
+7
2010-05-28
s3:auth use info3 in auth_serversupplied_info
Simo Sorce
1
-1
/
+1
2010-05-18
s3: Remove use of iconv_convenience.
Jelmer Vernooij
1
-11
/
+6
2010-05-18
s3-crypto: only include crypto headers when crypto is done.
Günther Deschner
1
-0
/
+1
2010-05-06
s3: only include gen_ndr headers where needed.
Günther Deschner
1
-0
/
+1
2010-04-09
s3: add iconv_convenience handle to pull/push sz helpers.
Günther Deschner
1
-1
/
+1
2010-03-12
s3-netlogon: Fix bug #7237: _netr_SamLogon segfaults for clients sending NULL...
Günther Deschner
1
-6
/
+12
2010-02-23
schannel_tdb: make code compilable in both trees
Simo Sorce
1
-2
/
+5
2010-02-23
s3:schannel streamline interface
Simo Sorce
1
-14
/
+8
2010-02-23
s3:schannel more readable check logic
Simo Sorce
1
-5
/
+39
2010-02-22
s3 Fix the build
Simo Sorce
1
-3
/
+3
2010-01-10
s3: Remove the typedef for "auth_serversupplied_info"
Volker Lendecke
1
-1
/
+1
2010-01-10
s3: Remove the typedef for "auth_usersupplied_info"
Volker Lendecke
1
-1
/
+1
2009-11-26
s3-rpc: running minimal_includes.pl on rpc_client and rpc_server.
Günther Deschner
1
-2
/
+0
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-09
s3-netlogon: enable RPC-NETLOGON-ADMIN test against s3.
Günther Deschner
1
-4
/
+23
2009-11-06
s3-netlogon: implement _netr_GetDcName and _netr_GetAnyDcName.
Günther Deschner
1
-5
/
+116
2009-11-04
s3-netlogon: make sure we protect some function codes in _netr_LogonControl2E...
Günther Deschner
1
-0
/
+13
2009-11-04
s3-netlogon: let s3 pass against RPC-NETLOGON-S3 again.
Günther Deschner
1
-0
/
+72
2009-11-04
s3-netlogon: implement _netr_NETLOGON_INFO_4 in netr_LogonControl2Ex() and fr...
Günther Deschner
1
-0
/
+10
2009-11-04
s3-netlogon: implement remote trust account changing in netr_LogonControl2Ex(...
Günther Deschner
1
-0
/
+41
2009-10-16
s3-netlogon: Fix _netr_ServerPasswordSet2 cleartext blob handling.
Günther Deschner
1
-1
/
+4
2009-10-13
s3: use enum netr_SchannelType all over the place.
Günther Deschner
1
-1
/
+1
2009-10-07
s3-netlogon: pure cosmetic indent fixes in _netr_LogonControl2Ex().
Günther Deschner
1
-69
/
+71
2009-09-30
s3-netlogon: properly implement _netr_NetrEnumerateTrustedDomains().
Günther Deschner
1
-6
/
+33
2009-09-16
s3-netlogon: support validation level 6 in netr_SamLogon calls.
Günther Deschner
1
-0
/
+10
2009-09-16
s3-netlogon: match all logon levels in netr_SamLogon calls.
Günther Deschner
1
-0
/
+9
2009-09-16
schannel: fully share schannel sign/seal between s3 and 4.
Günther Deschner
1
-1
/
+2
2009-09-15
s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.
Günther Deschner
1
-2
/
+2
2009-09-13
s3-netlogon: Fix Coverity #945 UNINIT.
Günther Deschner
1
-1
/
+1
2009-09-02
s3-netlogon: use WERRORs in NETLOGON_INFO structures.
Günther Deschner
1
-60
/
+20
2009-09-02
s3-netlogon: implement _netr_ServerPasswordSet2.
Günther Deschner
1
-11
/
+55
2009-09-02
s3-netlogon: rework _netr_ServerPasswordSet.
Günther Deschner
1
-62
/
+123
2009-09-02
s3-netlogon: implement _netr_LogonSamLogonWithFlags().
Günther Deschner
1
-18
/
+40
2009-08-27
s3-netlogon: use shared credential and schannel storage infrastructure for ne...
Günther Deschner
1
-189
/
+132
2009-08-27
s3-netlogon: add netr_creds_server_step_check() convenience wrapper.
Günther Deschner
1
-0
/
+34
2009-08-26
s3-netlogon: let get_md4pw() return a struct dom_sid.
Günther Deschner
1
-7
/
+5
2009-08-26
s3-netlogon: fix default case when _netr_LogonSamLogon is called from other o...
Günther Deschner
1
-1
/
+3
2009-08-26
Revert "s3: Fix uninitialized const char *"
Günther Deschner
1
-1
/
+0
2009-08-26
s3-netlogon: get rid of init_net_r_req_chal().
Günther Deschner
1
-13
/
+1
2009-08-26
s3-netlogon: let get_md4pw() return a struct samr_Password.
Günther Deschner
1
-5
/
+6
2009-08-26
s3-netlogon: make _netr_ServerAuthenticate a callback to _netr_ServerAuthenti...
Günther Deschner
1
-46
/
+16
2009-08-24
s3-netlogon: Only hand out rid when netlogon credential chain has been setup ...
Günther Deschner
1
-1
/
+5
2009-06-30
s3-netlogon: remove unneeded fstrings from netlogon server.
Günther Deschner
1
-22
/
+12
2009-06-25
s3-netlogon: fix validation level 2 support in netr_SamLogon and friends.
Günther Deschner
1
-11
/
+27
2009-06-18
s3:netlogon Cope with recent rename in netlogon.idl
Andrew Bartlett
1
-1
/
+1
[next]