summaryrefslogtreecommitdiff
path: root/source3/include/ntlmssp.h
AgeCommit message (Expand)AuthorFilesLines
2009-08-28s3-ntlmssp: use NTLMSSP headers from IDL and remove duplicate constants.Günther Deschner1-29/+0
2009-08-27s3-ntlmssp: remove trailing whitespace.Günther Deschner1-12/+12
2009-04-14Make Samba3 use the new common libcli/auth codeAndrew Bartlett1-5/+0
2009-02-21Remove the static "chal" from ntlmssp.c:get_challenge()Volker Lendecke1-1/+2
2008-11-30remove the explicit mem_ctx from ntlmssp_state, use the state itselfVolker Lendecke1-1/+0
2008-11-30fix nonempty blank linesVolker Lendecke1-3/+2
2008-09-24Use common arcfour implementation.Jelmer Vernooij1-3/+3
2008-04-30ntlmssp: replace UNKNOWN_02000000 with NTLMSSP_NEGOTIATE_VERSION.Günther Deschner1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+3
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r17612: Modify NTLMSSP session code so that it doesn't storeJeremy Allison1-1/+2
2007-10-10r17216: From Kai Blin <kai.blin@gmail.com>:Andrew Bartlett1-0/+4
2007-10-10r15129: Separate out mechanism and policy for NTLMSSP auth/sign/seal.Jeremy Allison1-0/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-16/+17
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison1-1/+0
2007-10-10r7963: Add aio support to 3.0.Jeremy Allison1-0/+1
2004-01-05Make arbitary binary data unsigned char.Andrew Bartlett1-4/+4
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett1-34/+64
2003-08-10Store the server domain from the ntlmssp challenge in the client structVolker Lendecke1-0/+1
2003-07-14Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett1-0/+5
2003-05-28DNS domain/server name constants were also swapped.Tim Potter1-2/+2
2003-05-28The constants for NetBIOS domain and server names in a NTLMSSP name list wereTim Potter1-2/+2
2003-03-18Merge from HEAD:Andrew Bartlett1-0/+18
2003-03-18NTLMSSP updates from HEAD.Andrew Bartlett1-0/+5
2003-02-24Merge from HEAD client-side authentication changes:Andrew Bartlett1-0/+20
2003-01-28Merge from HEAD:Andrew Bartlett1-4/+15
2003-01-15missed a fileGerald Carter1-13/+4
2003-01-15Refactor the NTLMSSP code again - this time we use function pointers toAndrew Bartlett1-4/+13
2003-01-13Updates to our NTLMSSP code:Andrew Bartlett1-0/+79