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