summaryrefslogtreecommitdiffstats
path: root/source4/auth/ntlmssp/ntlmssp.c
Commit message (Expand)AuthorAgeFilesLines
* s4: ran minimal_includes.pl on source4/auth/ntlmsspAndrew Tridgell2009-10-201-3/+0
* s4-ntlmssp: use NTLMSSP headers from IDL and remove duplicate constants.Günther Deschner2009-08-281-14/+13
* Remove unused headersAndrew Bartlett2009-04-191-2/+0
* Fix Samba4 build errors with common libcli/samsyncAndrew Bartlett2009-04-161-1/+1
* Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett2009-02-131-2/+0
* Remove unused argument iconv_convenience.Jelmer Vernooij2008-11-011-1/+0
* ntlmssp: only give away the session key, when the authentication is doneStefan Metzmacher2008-09-231-0/+4
* Fix the build after the auth/ -> auth/ntlm/ renameAndrew Bartlett2008-05-051-1/+1
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+2
* Make more module init functions public, since they are compiled with -fvisibi...Jelmer Vernooij2008-02-201-1/+1
* r26652: msrpc_parse/msrpc_gen: Add iconv_convenience argument.Jelmer Vernooij2008-01-031-0/+1
* r26379: Remove more global_loadparm instances.Jelmer Vernooij2007-12-211-1/+1
* r26222: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-211-1/+2
* r25552: Convert to standard bool type.Jelmer Vernooij2007-10-101-13/+13
* 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-2/+2
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-1/+3
* r18258: need to use .priority not .order hereAndrew Tridgell2007-10-101-1/+1
* r18250: Add an ordering of GENSEC modules, so we do preferred modules first.Andrew Bartlett2007-10-101-1/+2
* r17285: some reformatingStefan Metzmacher2007-10-101-10/+23
* r17284: move the input checking stuff from ntlmssp_update() into itsStefan Metzmacher2007-10-101-40/+44
* r16961: Merge 'seperate policy from logic' changes from Samba3. The 56-bitAndrew Bartlett2007-10-101-3/+6
* r14952: Make sure the auth subsystem gets initialized if a gensec module need...Jelmer Vernooij2007-10-101-0/+3
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r14064: - split out MSRPC_PARSE into a speperate subsystemStefan Metzmacher2007-10-101-0/+1
* r13472: After Volker's advise, try every combination of parameters. ThisAndrew Bartlett2007-10-101-4/+6
* r13470: Thanks to a report from VL:Andrew Bartlett2007-10-101-8/+22
* r12927: Fix typo.Andrew Bartlett2007-10-101-1/+1
* r12919: Ensure we never 'extend' the session key length, or fill in past theAndrew Bartlett2007-10-101-1/+5
* r12795: remember the gensec_security contextStefan Metzmacher2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r9505: Work on GENSEC and the code that calls it, for tighter interfaceAndrew Bartlett2007-10-101-1/+6
* r9416: Cleanups inspired by jra's work to migrate Samba4's NTLMSSP code backAndrew Bartlett2007-10-101-22/+27
* r9411: Ensure we don't send a challenge without first getting a negotiate inAndrew Bartlett2007-10-101-2/+8
* r7827: Add in-memory keytab to Samba4, using the new MEMORY_WILDCARD keytabAndrew Bartlett2007-10-101-0/+11
* r7536: doesn't spam the smbd_log in the build_farm...Stefan Metzmacher2007-10-101-1/+1
* r6800: A big GENSEC update:Andrew Bartlett2007-10-101-1/+6
* r6705: let the gensec module decide if messages can be signed and sealed in a...Stefan Metzmacher2007-10-101-0/+5
* r6465: Use talloc_zero for the gensec_ntlmssp_state structure, as the historyAndrew Bartlett2007-10-101-1/+1
* r6464: Remove the last of the Samba3 NTLMSSP API. This removes the rudundentAndrew Bartlett2007-10-101-47/+45
* r6462: Move the arcfour sbox state into it's own structure, and allocate itAndrew Bartlett2007-10-101-24/+1
* r6460: Push the client credentials into NTLMSSP, allowing logins of the formAndrew Bartlett2007-10-101-65/+4
* r6458: Split up NTLMSSP into a new directory, and into seperate files for theAndrew Bartlett2007-10-101-0/+442