summaryrefslogtreecommitdiff
path: root/source4/auth/ntlmssp/ntlmssp.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-20Make more module init functions public, since they are compiled with -fvisibi...Jelmer Vernooij1-1/+1
2008-01-03r26652: msrpc_parse/msrpc_gen: Add iconv_convenience argument.Jelmer Vernooij1-0/+1
2007-12-21r26379: Remove more global_loadparm instances.Jelmer Vernooij1-1/+1
2007-12-21r26222: Avoid global_loadparm in a couple more places.Jelmer Vernooij1-1/+2
2007-10-10r25552: Convert to standard bool type.Jelmer Vernooij1-13/+13
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij1-3/+3
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r19805: Add the (harmless, but apparently default)Andrew Bartlett1-2/+2
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett1-1/+3
2007-10-10r18258: need to use .priority not .order hereAndrew Tridgell1-1/+1
2007-10-10r18250: Add an ordering of GENSEC modules, so we do preferred modules first.Andrew Bartlett1-1/+2
2007-10-10r17285: some reformatingStefan Metzmacher1-10/+23
2007-10-10r17284: move the input checking stuff from ntlmssp_update() into itsStefan Metzmacher1-40/+44
2007-10-10r16961: Merge 'seperate policy from logic' changes from Samba3. The 56-bitAndrew Bartlett1-3/+6
2007-10-10r14952: Make sure the auth subsystem gets initialized if a gensec module need...Jelmer Vernooij1-0/+3
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+1
2007-10-10r14064: - split out MSRPC_PARSE into a speperate subsystemStefan Metzmacher1-0/+1
2007-10-10r13472: After Volker's advise, try every combination of parameters. ThisAndrew Bartlett1-4/+6
2007-10-10r13470: Thanks to a report from VL:Andrew Bartlett1-8/+22
2007-10-10r12927: Fix typo.Andrew Bartlett1-1/+1
2007-10-10r12919: Ensure we never 'extend' the session key length, or fill in past theAndrew Bartlett1-1/+5
2007-10-10r12795: remember the gensec_security contextStefan Metzmacher1-0/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r9505: Work on GENSEC and the code that calls it, for tighter interfaceAndrew Bartlett1-1/+6
2007-10-10r9416: Cleanups inspired by jra's work to migrate Samba4's NTLMSSP code backAndrew Bartlett1-22/+27
2007-10-10r9411: Ensure we don't send a challenge without first getting a negotiate inAndrew Bartlett1-2/+8
2007-10-10r7827: Add in-memory keytab to Samba4, using the new MEMORY_WILDCARD keytabAndrew Bartlett1-0/+11
2007-10-10r7536: doesn't spam the smbd_log in the build_farm...Stefan Metzmacher1-1/+1
2007-10-10r6800: A big GENSEC update:Andrew Bartlett1-1/+6
2007-10-10r6705: let the gensec module decide if messages can be signed and sealed in a...Stefan Metzmacher1-0/+5
2007-10-10r6465: Use talloc_zero for the gensec_ntlmssp_state structure, as the historyAndrew Bartlett1-1/+1
2007-10-10r6464: Remove the last of the Samba3 NTLMSSP API. This removes the rudundentAndrew Bartlett1-47/+45
2007-10-10r6462: Move the arcfour sbox state into it's own structure, and allocate itAndrew Bartlett1-24/+1
2007-10-10r6460: Push the client credentials into NTLMSSP, allowing logins of the formAndrew Bartlett1-65/+4
2007-10-10r6458: Split up NTLMSSP into a new directory, and into seperate files for theAndrew Bartlett1-0/+442