summaryrefslogtreecommitdiffstats
path: root/source/libsmb/credentials.c
Commit message (Expand)AuthorAgeFilesLines
* s3-credentials: protect netlogon_creds_server_step() against NULL creds.Guenther Deschner2009-06-101-0/+4
* Remove unused creds_client_check and creds_client_step.Günther Deschner2008-02-171-23/+0
* Remove unused creds_server_check and creds_server_step.Günther Deschner2008-02-161-41/+0
* Replace DOM_CHAL with "struct netr_Credential" where we can right now.Günther Deschner2008-02-151-15/+17
* Add netlogon_creds_server_check and netlogon_creds_server_step.Günther Deschner2008-02-151-0/+45
* Add netlogon_creds_client_check and netlogon_creds_client_step.Günther Deschner2008-02-151-0/+31
* remove some staticsVolker Lendecke2007-12-051-5/+7
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r21947: Fix the equivalent of memcpy(x, x, 16). FoundJeremy Allison2007-10-101-1/+3
* r13553: Fix all our warnings at -O6 on an x86_64 box.Jeremy Allison2007-10-101-4/+4
* r13539: Add 128 bit creds processing client and server. Thanks to Andrew Bart...Jeremy Allison2007-10-101-9/+79
* r13519: Fix the credentials chaining across netlogon pipe disconnects.Jeremy Allison2007-10-101-6/+19
* r13407: Change the credentials code to be more like the Samba4 structure,Jeremy Allison2007-10-101-57/+40
* r13147: Raise creds_server_step fail log messages to debug level 2.Jeremy Allison2007-10-101-1/+1
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-3/+3
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-116/+179
* r10269: Server-side fix for creds change - revert jcmd's change.Jeremy Allison2007-10-101-30/+2
* r9112: Fix #2953 - credentials chain on DC gets out of sync with client whenJim McDonough2007-10-101-2/+30
* Add a dash of const here and there...Andrew Bartlett2002-03-021-3/+3
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-4/+0
* Removed extra '()' s.Jeremy Allison2001-09-241-8/+6
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-3/+3
* This is a security audit change of the main source.Jeremy Allison1998-05-121-1/+1
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* fix some uchar/char conflictsAndrew Tridgell1997-11-021-2/+2
* convert the credentials code back to uchar[8] from uint32[2]Andrew Tridgell1997-11-021-43/+41
* hooray. hooray some more. hooray a lot. got the client-side working.Luke Leighton1997-10-261-59/+39
* Makefile :Luke Leighton1997-10-251-0/+107
* casting cleanupsAndrew Tridgell1997-10-201-6/+6
* move calls to smbhash() inside smbdes.c (for legal reasons)Andrew Tridgell1997-10-201-9/+2
* pipenetlog.c lsaparse.c smb.h :Luke Leighton1997-10-171-1/+10
* smb.h smbparse.c pipenetlog.c :Luke Leighton1997-10-151-2/+1
* fixed a stack overflow bug in api_lsa_req_chal()Andrew Tridgell1997-10-151-4/+4
* credentials, query info reply.Luke Leighton1997-10-141-36/+32
* debugging... no idea what i'm doing.Luke Leighton1997-10-131-1/+1
* debug info addedLuke Leighton1997-10-131-7/+36
* byteorder.h :Luke Leighton1997-10-131-3/+13
* Makefile:Luke Leighton1997-10-101-15/+15
* credentials.c:Luke Leighton1997-10-091-4/+4
* an implementation of the NT domain credentials protocolAndrew Tridgell1997-10-091-0/+101