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
/
source4
/
librpc
/
rpc
/
dcerpc_schannel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-17
s4-librpc: Add capabilities check for AES encrypted connections.
Andreas Schneider
1
-1
/
+110
2012-07-17
s4:librpc/rpc: add DCERPC_SCHANNEL_AES support
Stefan Metzmacher
1
-2
/
+15
2012-07-17
s4:librpc/rpc/dcerpc_schannel: just append NETLOGON_NEG_RODC_PASSTHROUGH as rodc
Stefan Metzmacher
1
-4
/
+5
2012-07-17
s4:librpc/rpc/dcerpc_schannel: rework downgrade logic
Stefan Metzmacher
1
-5
/
+38
2011-12-22
s4-librpc: Fix netlogon schannel client connect.
Andreas Schneider
1
-0
/
+2
2011-12-14
s4-librpc: Fix NETLOGON credential chain with Windows 2008.
Andreas Schneider
1
-9
/
+40
2010-10-01
s4-rpc: added target_principal binding handle option
Andrew Tridgell
1
-1
/
+1
2010-09-15
s4-auth: set the RODC bit for RODC schannel
Andrew Tridgell
1
-1
/
+4
2010-09-15
s4-schannel: fixed reference to context after free
Andrew Tridgell
1
-2
/
+3
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
1
-1
/
+1
2010-03-12
s4:librpc/rpc/dcerpc_schannel.c: make use of use tevent_req based dcerpc_bind...
Stefan Metzmacher
1
-16
/
+22
2010-03-05
s4-rpc: don't use s->credentials after it is freed
Andrew Tridgell
1
-2
/
+1
2010-03-01
s4:librpc/rpc: make use of explicit dcerpc_*_recv functions
Stefan Metzmacher
1
-2
/
+2
2009-04-14
Rework Samba4 to use the new common libcli/auth code
Andrew Bartlett
1
-8
/
+10
2008-11-02
Add gensec_settings structure. This wraps loadparm_context for now, but
Jelmer Vernooij
1
-1
/
+2
2008-10-29
s4-netlogon: merge netr_ServerReqChallenge from s3 idl.
Günther Deschner
1
-1
/
+1
2008-10-29
s4-netlogon: merge netr_ServerAuthenticate{2,3} from s3 idl.
Günther Deschner
1
-2
/
+2
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26329: Fix more loadparm_context references. Only about a 100 left now.
Jelmer Vernooij
1
-3
/
+5
2007-12-21
r26327: Explicit loadparm_context for RPC client functions.
Jelmer Vernooij
1
-1
/
+6
2007-10-10
r24560: rename some DCERPC_ prefixes into NDR_
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r24557: rename 'dcerpc_table_' -> 'ndr_table_'
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r24551: rename dcerpc_interface_table -> ndr_interface_table
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r22944: fix bug #4618:
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
1
-1
/
+1
2007-10-10
r17326: make better usage of the composite api
Stefan Metzmacher
1
-9
/
+3
2007-10-10
r17320: - print the debug message before the composite context get received b...
Stefan Metzmacher
1
-7
/
+6
2007-10-10
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r14402: Generate seperate headers for RPC client functions.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r14380: Reduce the size of structs.h
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14175: More comments and my copyright.
Rafal Szczesniak
1
-11
/
+74
2007-10-10
r14137: move **p2 to the _recv function for setup the second pipe
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r14123: Huge lump of code making all of our dcerpc connect code
Rafal Szczesniak
1
-101
/
+284
2007-10-10
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12865: Upgrade the librpc and libnet code.
Andrew Bartlett
1
-8
/
+9
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r12510: Change the DCE/RPC interfaces to take a pointer to a
Jelmer Vernooij
1
-6
/
+4
2007-10-10
r11809: Make dcerpc_bind_auth async.
Volker Lendecke
1
-3
/
+3
2007-10-10
r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r9728: A *major* update to the credentials system, to incorporate the
Andrew Bartlett
1
-2
/
+2
2007-10-10
r7690: Move the NT hash generation into the credentials system, rather than
Andrew Bartlett
1
-3
/
+4
2007-10-10
r7633: this patch started as an attempt to make the dcerpc code use a given
Andrew Tridgell
1
-1
/
+3
2007-10-10
r6565: Cludge, cludge, cludge...
Andrew Bartlett
1
-14
/
+4
2007-10-10
r6229: Back out these changes ...
Richard Sharpe
1
-15
/
+1
2007-10-10
r6219: This change allows us to fall back to authenticating without
Richard Sharpe
1
-1
/
+15
2007-10-10
r6028: A MAJOR update to intergrate the new credentails system fully with
Andrew Bartlett
1
-396
/
+17
2007-10-10
r5941: Commit this patch much earlier than I would normally prefer, but metze...
Andrew Bartlett
1
-18
/
+13
2007-10-10
r5928: Use cli_credentials in:
Jelmer Vernooij
1
-18
/
+11
2007-10-10
r5902: A rather large change...
Andrew Bartlett
1
-49
/
+76
[next]