summaryrefslogtreecommitdiffstats
path: root/source4/auth/ntlmssp/ntlmssp_client.c
Commit message (Expand)AuthorAgeFilesLines
* Fix inspired by work done by David Disseldorp for bug #8040 - smbclient segfa...Jeremy Allison2011-03-281-4/+10
* build: moved libcli/auth/ntlmssp*.c into a common libcliauth.so libraryAndrew Tridgell2011-02-241-0/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-5/+5
* s4:ntlmssp: rename gensec_ntlmssp_state => ntlmssp_stateStefan Metzmacher2010-03-241-58/+58
* s4:ntlmssp: remove server_name from (gensec_)ntlmssp_state and fill the serve...Stefan Metzmacher2010-03-241-1/+10
* s4:ntlmssp: keep struct gensec_ntlmssp_context in gensec_security->private_dataStefan Metzmacher2010-03-241-5/+12
* s4:ntlmssp Ensure that we always negotiate signing if we negotiate sealing.Andrew Bartlett2010-03-241-0/+1
* s4: ran minimal_includes.pl on source4/auth/ntlmsspAndrew Tridgell2009-10-201-1/+0
* s4-ntlmssp: use NTLMSSP headers from IDL and remove duplicate constants.Günther Deschner2009-08-281-2/+3
* Fix Samba4 build errors with common libcli/samsyncAndrew Bartlett2009-04-161-2/+1
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-15/+15
* Remove unused argument iconv_convenience.Jelmer Vernooij2008-11-011-2/+0
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-241-2/+0
* Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-241-1/+1
* Try to make NTLMSSP less fussy for unimportant messages.Andrew Bartlett2008-07-151-2/+13
* r26652: msrpc_parse/msrpc_gen: Add iconv_convenience argument.Jelmer Vernooij2008-01-031-0/+4
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-211-17/+16
* r26258: Use loadparm context in client_start function of gensec.Jelmer Vernooij2007-12-211-14/+15
* r25660: Add a new interface 'generate_secret_buffer()', to be used when weAndrew Bartlett2007-12-211-1/+1
* r25552: Convert to standard bool type.Jelmer Vernooij2007-10-101-1/+1
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-10/+10
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-6/+6
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-10/+10
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-3/+3
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r19805: Add the (harmless, but apparently default)Andrew Bartlett2007-10-101-0/+4
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-1/+2
* r14701: Allow, with non-default options, NTLMSSP to access the LM session key,Andrew Bartlett2007-10-101-2/+3
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-1/+1
* r14064: - split out MSRPC_PARSE into a speperate subsystemStefan Metzmacher2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r13470: Thanks to a report from VL:Andrew Bartlett2007-10-101-3/+0
* r13467: Add new parametric options (for testing) controlling LM_KEY and 56-bitAndrew Bartlett2007-10-101-5/+13
* r10981: Pull code to decide between and implement NTLMv2, NTLM and LMAndrew Bartlett2007-10-101-125/+50
* r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again.Andrew Bartlett2007-10-101-2/+2
* r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett2007-10-101-30/+25
* r9505: Work on GENSEC and the code that calls it, for tighter interfaceAndrew Bartlett2007-10-101-5/+7
* r7757: Add NTLMv2 support to the NT1 Session setup (ie, not SPNEGO/NTLMSSP)Andrew Bartlett2007-10-101-1/+2
* r7690: Move the NT hash generation into the credentials system, rather thanAndrew Bartlett2007-10-101-22/+21
* r6522: I have no idea why this change was made, but it not only breaksAndrew Bartlett2007-10-101-2/+1
* r6484: fix NTLMSSP client against w2k and w2k3Stefan Metzmacher2007-10-101-0/+4
* r6464: Remove the last of the Samba3 NTLMSSP API. This removes the rudundentAndrew Bartlett2007-10-101-90/+74
* r6462: Move the arcfour sbox state into it's own structure, and allocate itAndrew Bartlett2007-10-101-2/+0
* r6460: Push the client credentials into NTLMSSP, allowing logins of the formAndrew Bartlett2007-10-101-34/+37
* r6458: Split up NTLMSSP into a new directory, and into seperate files for theAndrew Bartlett2007-10-101-0/+445