summaryrefslogtreecommitdiff
path: root/source3/libsmb/credentials.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett1-78/+8
2009-02-05s3: use struct netr_Credential in cred_step().Günther Deschner1-1/+1
2008-02-17Remove unused creds_client_check and creds_client_step.Günther Deschner1-23/+0
2008-02-16Remove unused creds_server_check and creds_server_step.Günther Deschner1-41/+0
2008-02-15Replace DOM_CHAL with "struct netr_Credential" where we can right now.Günther Deschner1-15/+17
2008-02-15Add netlogon_creds_server_check and netlogon_creds_server_step.Günther Deschner1-0/+45
2008-02-15Add netlogon_creds_client_check and netlogon_creds_client_step.Günther Deschner1-0/+31
2007-12-05remove some staticsVolker Lendecke1-5/+7
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-4/+4
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-10r21947: Fix the equivalent of memcpy(x, x, 16). FoundJeremy Allison1-1/+3
2007-10-10r13553: Fix all our warnings at -O6 on an x86_64 box.Jeremy Allison1-4/+4
2007-10-10r13539: Add 128 bit creds processing client and server. Thanks to Andrew Bart...Jeremy Allison1-9/+79
2007-10-10r13519: Fix the credentials chaining across netlogon pipe disconnects.Jeremy Allison1-6/+19
2007-10-10r13407: Change the credentials code to be more like the Samba4 structure,Jeremy Allison1-57/+40
2007-10-10r13147: Raise creds_server_step fail log messages to debug level 2.Jeremy Allison1-1/+1
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-3/+3
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-116/+179
2007-10-10r10269: Server-side fix for creds change - revert jcmd's change.Jeremy Allison1-30/+2
2007-10-10r9112: Fix #2953 - credentials chain on DC gets out of sync with client whenJim McDonough1-2/+30
2002-03-02Add a dash of const here and there...Andrew Bartlett1-3/+3
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-4/+0
2001-09-24Removed extra '()' s.Jeremy Allison1-8/+6
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-3/+3
1998-05-12This is a security audit change of the main source.Jeremy Allison1-1/+1
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1997-11-02fix some uchar/char conflictsAndrew Tridgell1-2/+2
1997-11-02convert the credentials code back to uchar[8] from uint32[2]Andrew Tridgell1-43/+41
1997-10-26hooray. hooray some more. hooray a lot. got the client-side working.Luke Leighton1-59/+39
1997-10-25Makefile :Luke Leighton1-0/+107
1997-10-20casting cleanupsAndrew Tridgell1-6/+6
1997-10-20move calls to smbhash() inside smbdes.c (for legal reasons)Andrew Tridgell1-9/+2
1997-10-17pipenetlog.c lsaparse.c smb.h :Luke Leighton1-1/+10
1997-10-15smb.h smbparse.c pipenetlog.c :Luke Leighton1-2/+1
1997-10-15fixed a stack overflow bug in api_lsa_req_chal()Andrew Tridgell1-4/+4
1997-10-14credentials, query info reply.Luke Leighton1-36/+32
1997-10-13debugging... no idea what i'm doing.Luke Leighton1-1/+1
1997-10-13debug info addedLuke Leighton1-7/+36
1997-10-13byteorder.h :Luke Leighton1-3/+13
1997-10-10Makefile:Luke Leighton1-15/+15
1997-10-09credentials.c:Luke Leighton1-4/+4
1997-10-09an implementation of the NT domain credentials protocolAndrew Tridgell1-0/+101