summaryrefslogtreecommitdiff
path: root/source4/auth/ntlmssp/ntlmssp.h
AgeCommit message (Expand)AuthorFilesLines
2009-04-14Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett1-5/+0
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+1
2007-12-21r26258: Use loadparm context in client_start function of gensec.Jelmer Vernooij1-0/+1
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-2/+1
2007-10-10r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij1-7/+7
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r16961: Merge 'seperate policy from logic' changes from Samba3. The 56-bitAndrew Bartlett1-0/+1
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-1/+1
2007-10-10r14380: Reduce the size of structs.hJelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-1/+1
2007-10-10r13252: Cleanup, both in code, comments and talloc use:Andrew Bartlett1-0/+1
2007-10-10r12795: remember the gensec_security contextStefan Metzmacher1-0/+2
2007-10-10r9416: Cleanups inspired by jra's work to migrate Samba4's NTLMSSP code backAndrew Bartlett1-1/+0
2007-10-10r6799: Remove a rudundent variable from the context structure - we can figureAndrew Bartlett1-2/+0
2007-10-10r6738: My version of the patch by metze that I just reverted (-r 6734).Andrew Bartlett1-1/+1
2007-10-10r6736: Revert metze's -r 6734, as metze and I made the same changes at theAndrew Bartlett1-1/+1
2007-10-10r6734: most compiler don't like struct elements without a name...Stefan Metzmacher1-1/+1
2007-10-10r6466: Spelling.Tim Potter1-1/+1
2007-10-10r6464: Remove the last of the Samba3 NTLMSSP API. This removes the rudundentAndrew Bartlett1-10/+6
2007-10-10r6463: Move NTLM2 and NTLM (v1) specific variables into a union for DCE/RPC.Andrew Bartlett1-18/+21
2007-10-10r6462: Move the arcfour sbox state into it's own structure, and allocate itAndrew Bartlett1-11/+3
2007-10-10r6460: Push the client credentials into NTLMSSP, allowing logins of the formAndrew Bartlett1-1/+0
2007-10-10r6458: Split up NTLMSSP into a new directory, and into seperate files for theAndrew Bartlett1-0/+198