index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
auth
/
gensec
/
schannel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-ntlmssp Add hooks to optionally call into GENSEC in auth_ntlmssp
Andrew Bartlett
2011-08-03
1
-0
/
+1
*
gensec: clarify memory ownership for gensec_session_info() and gensec_session...
Andrew Bartlett
2011-08-03
1
-3
/
+5
*
gensec: Remove mem_ctx from calls that do not return memory
Andrew Bartlett
2011-08-03
1
-4
/
+2
*
source4/auth/gensec: Fix prototypes for all functions.
Jelmer Vernooij
2011-03-19
1
-0
/
+2
*
s4:gensec/schannel: use netsec_outgoing_sig_size() to get the signature size
Stefan Metzmacher
2011-01-03
1
-1
/
+6
*
s4:schannel: handle move flag combinations in the server
Stefan Metzmacher
2010-09-26
1
-13
/
+23
*
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
2010-07-16
1
-3
/
+3
*
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
2010-05-18
1
-8
/
+3
*
s4:auth Remove event context from anonymous_session()
Andrew Bartlett
2010-04-11
1
-1
/
+1
*
s4:schannel merge code with s3
Simo Sorce
2010-02-23
1
-11
/
+4
*
s4:gensec/schannel: remove unused talloc_reference() in schannel_update()
Stefan Metzmacher
2009-10-24
1
-1
/
+1
*
s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect()
Andrew Tridgell
2009-10-23
1
-1
/
+1
*
s4: ran minimal_includes.pl on source4/auth/gensec
Andrew Tridgell
2009-10-20
1
-1
/
+0
*
s4:auth/gensec/schannel - fix a const warning
Matthias Dieter Wallnöfer
2009-09-25
1
-1
/
+2
*
s4:schannel: fix some compiler warnings
Stefan Metzmacher
2009-09-25
1
-2
/
+4
*
libcli/auth: rewrite schannel sign/seal code to be more generic
Stefan Metzmacher
2009-09-16
1
-33
/
+56
*
schannel: move schannel_sign to main directory.
Günther Deschner
2009-09-16
1
-1
/
+2
*
s4-schannel: first step of decoupling schannel from gensec.
Günther Deschner
2009-09-16
1
-4
/
+47
*
s4-schannel: use NL_AUTH_MESSAGE for schannel.
Günther Deschner
2009-09-13
1
-23
/
+35
*
s4-schannel: strip trailing whitespace.
Günther Deschner
2009-09-13
1
-26
/
+26
*
s4-schannel: add ldb suffix to schannel functions.
Günther Deschner
2009-08-27
1
-2
/
+2
*
Rework to use new API for common netlogon credential chaining
Andrew Bartlett
2009-04-14
1
-1
/
+1
*
Rework Samba4 to use the new common libcli/auth code
Andrew Bartlett
2009-04-14
1
-9
/
+20
*
Add gensec_settings structure. This wraps loadparm_context for now, but
Jelmer Vernooij
2008-11-02
1
-5
/
+5
*
Specify event_context to ldb_wrap_connect explicitly.
Jelmer Vernooij
2008-04-17
1
-2
/
+3
*
Install public header files again and include required prototypes.
Jelmer Vernooij
2008-04-02
1
-0
/
+2
*
Make more module init functions public, since they are compiled with -fvisibi...
Jelmer Vernooij
2008-02-20
1
-1
/
+1
*
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
2008-01-01
1
-2
/
+4
*
r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...
Jelmer Vernooij
2008-01-01
1
-2
/
+4
*
r26260: Store loadparm context in gensec context.
Jelmer Vernooij
2007-12-21
1
-4
/
+3
*
r26258: Use loadparm context in client_start function of gensec.
Jelmer Vernooij
2007-12-21
1
-1
/
+2
*
r26250: Avoid global_loadparm in a couple more places.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26234: More global_loadparm fixes.
Jelmer Vernooij
2007-12-21
1
-1
/
+2
*
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
2007-12-21
1
-9
/
+13
*
r25552: Convert to standard bool type.
Jelmer Vernooij
2007-10-10
1
-8
/
+8
*
r25000: Fix some more C++ compatibility warnings.
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r24504: Try to return more useful error information on why a bind failed.
Andrew Bartlett
2007-10-10
1
-0
/
+5
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
2007-10-10
1
-0
/
+2
*
r18257: Order the GENSEC modules, with unknown modules last.
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r18250: Add an ordering of GENSEC modules, so we do preferred modules first.
Andrew Bartlett
2007-10-10
1
-1
/
+2
*
r14542: Remove librpc, libndr and libnbt from includes.h
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r14071: fix the build
Stefan Metzmacher
2007-10-10
1
-1
/
+2
*
r14070: this functions need to be exported,
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r13938: Around round of splitups
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r13903: Don't generate prototypes for modules and binaries in include/proto.h by
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r13402: Make Samba4 pass a nastier RPC-SCHANNEL test.
Andrew Bartlett
2007-10-10
1
-2
/
+2
*
r10796: Make getting an anonymous session info a utility function.
Andrew Bartlett
2007-10-10
1
-21
/
+1
*
r10764: To match Win2k3 SP1, we need to set an anonymous user token for
Andrew Bartlett
2007-10-10
1
-10
/
+21
*
r10153: This patch adds a new parameter to gensec_sig_size(), the size of the
Andrew Bartlett
2007-10-10
1
-1
/
+1
[next]