summaryrefslogtreecommitdiff
path: root/source3/auth/auth.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-09-29Fix up a number of intertwined issues:Andrew Bartlett1-0/+4
2001-09-16Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c whereAndrew Bartlett1-10/+13
2001-09-12Some patches to authentication:Tim Potter1-13/+20
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-8/+8
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-8/+8
2001-08-27started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell1-8/+9
2001-08-24get rid of compiler warningsHerb Lewis1-3/+3
2001-08-20Add comment to clarify why we call this twice.Andrew Bartlett1-0/+2
2001-08-20two fixes for NT clients -> share level Samba serverAndrew Tridgell1-1/+2
2001-08-12This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett1-60/+23
2001-08-09a few cleanups while mergeing the passdb code into 2.2Gerald Carter1-1/+1
2001-08-06Record the NT_STATUS constant rather than its number in the logfilesAndrew Bartlett1-1/+2
2001-08-03This is the fix for the PAM bug I probably introduced in the previous commit,Andrew Bartlett1-0/+3
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett1-0/+275