| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix inspired by work done by David Disseldorp for bug #8040 - smbclient segfa... | Jeremy Allison | 2011-03-28 | 1 | -4/+10 |
* | build: moved libcli/auth/ntlmssp*.c into a common libcliauth.so library | Andrew Tridgell | 2011-02-24 | 1 | -0/+1 |
* | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 2010-07-16 | 1 | -5/+5 |
* | s4:ntlmssp: rename gensec_ntlmssp_state => ntlmssp_state | Stefan Metzmacher | 2010-03-24 | 1 | -58/+58 |
* | s4:ntlmssp: remove server_name from (gensec_)ntlmssp_state and fill the serve... | Stefan Metzmacher | 2010-03-24 | 1 | -1/+10 |
* | s4:ntlmssp: keep struct gensec_ntlmssp_context in gensec_security->private_data | Stefan Metzmacher | 2010-03-24 | 1 | -5/+12 |
* | s4:ntlmssp Ensure that we always negotiate signing if we negotiate sealing. | Andrew Bartlett | 2010-03-24 | 1 | -0/+1 |
* | s4: ran minimal_includes.pl on source4/auth/ntlmssp | Andrew Tridgell | 2009-10-20 | 1 | -1/+0 |
* | s4-ntlmssp: use NTLMSSP headers from IDL and remove duplicate constants. | Günther Deschner | 2009-08-28 | 1 | -2/+3 |
* | Fix Samba4 build errors with common libcli/samsync | Andrew Bartlett | 2009-04-16 | 1 | -2/+1 |
* | Add gensec_settings structure. This wraps loadparm_context for now, but | Jelmer Vernooij | 2008-11-02 | 1 | -15/+15 |
* | Remove unused argument iconv_convenience. | Jelmer Vernooij | 2008-11-01 | 1 | -2/+0 |
* | Remove iconv_convenience parameter from simple string push/pull | Jelmer Vernooij | 2008-10-24 | 1 | -2/+0 |
* | Move source4/lib/crypto to lib/crypto. | Jelmer Vernooij | 2008-09-24 | 1 | -1/+1 |
* | Try to make NTLMSSP less fussy for unimportant messages. | Andrew Bartlett | 2008-07-15 | 1 | -2/+13 |
* | r26652: msrpc_parse/msrpc_gen: Add iconv_convenience argument. | Jelmer Vernooij | 2008-01-03 | 1 | -0/+4 |
* | r26260: Store loadparm context in gensec context. | Jelmer Vernooij | 2007-12-21 | 1 | -17/+16 |
* | r26258: Use loadparm context in client_start function of gensec. | Jelmer Vernooij | 2007-12-21 | 1 | -14/+15 |
* | r25660: Add a new interface 'generate_secret_buffer()', to be used when we | Andrew Bartlett | 2007-12-21 | 1 | -1/+1 |
* | r25552: Convert to standard bool type. | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 |
* | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 2007-10-10 | 1 | -10/+10 |
* | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 2007-10-10 | 1 | -6/+6 |
* | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 2007-10-10 | 1 | -10/+10 |
* | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 2007-10-10 | 1 | -0/+1 |
* | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 2007-10-10 | 1 | -3/+3 |
* | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 2007-10-10 | 1 | -3/+2 |
* | r19805: Add the (harmless, but apparently default) | Andrew Bartlett | 2007-10-10 | 1 | -0/+4 |
* | r19598: Ahead of a merge to current lorikeet-heimdal: | Andrew Bartlett | 2007-10-10 | 1 | -1/+2 |
* | r14701: Allow, with non-default options, NTLMSSP to access the LM session key, | Andrew Bartlett | 2007-10-10 | 1 | -2/+3 |
* | r14380: Reduce the size of structs.h | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 |
* | r14064: - split out MSRPC_PARSE into a speperate subsystem | Stefan Metzmacher | 2007-10-10 | 1 | -0/+1 |
* | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 2007-10-10 | 1 | -0/+1 |
* | r13470: Thanks to a report from VL: | Andrew Bartlett | 2007-10-10 | 1 | -3/+0 |
* | r13467: Add new parametric options (for testing) controlling LM_KEY and 56-bit | Andrew Bartlett | 2007-10-10 | 1 | -5/+13 |
* | r10981: Pull code to decide between and implement NTLMv2, NTLM and LM | Andrew Bartlett | 2007-10-10 | 1 | -125/+50 |
* | r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again. | Andrew Bartlett | 2007-10-10 | 1 | -2/+2 |
* | r9728: A *major* update to the credentials system, to incorporate the | Andrew Bartlett | 2007-10-10 | 1 | -30/+25 |
* | r9505: Work on GENSEC and the code that calls it, for tighter interface | Andrew Bartlett | 2007-10-10 | 1 | -5/+7 |
* | r7757: Add NTLMv2 support to the NT1 Session setup (ie, not SPNEGO/NTLMSSP) | Andrew Bartlett | 2007-10-10 | 1 | -1/+2 |
* | r7690: Move the NT hash generation into the credentials system, rather than | Andrew Bartlett | 2007-10-10 | 1 | -22/+21 |
* | r6522: I have no idea why this change was made, but it not only breaks | Andrew Bartlett | 2007-10-10 | 1 | -2/+1 |
* | r6484: fix NTLMSSP client against w2k and w2k3 | Stefan Metzmacher | 2007-10-10 | 1 | -0/+4 |
* | r6464: Remove the last of the Samba3 NTLMSSP API. This removes the rudundent | Andrew Bartlett | 2007-10-10 | 1 | -90/+74 |
* | r6462: Move the arcfour sbox state into it's own structure, and allocate it | Andrew Bartlett | 2007-10-10 | 1 | -2/+0 |
* | r6460: Push the client credentials into NTLMSSP, allowing logins of the form | Andrew Bartlett | 2007-10-10 | 1 | -34/+37 |
* | r6458: Split up NTLMSSP into a new directory, and into seperate files for the | Andrew Bartlett | 2007-10-10 | 1 | -0/+445 |