summaryrefslogtreecommitdiffstats
path: root/source3/auth/auth.c
Commit message (Expand)AuthorAgeFilesLines
* Minor updates. A small dose of const.Andrew Bartlett2001-11-111-1/+1
* Change to guest logon code.Andrew Bartlett2001-11-081-24/+43
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-145/+118
* Added some extra fields to the auth_serversupplied_info structure.Tim Potter2001-10-311-1/+13
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* Fix up a number of intertwined issues:Andrew Bartlett2001-09-291-0/+4
* Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c whereAndrew Bartlett2001-09-161-10/+13
* Some patches to authentication:Tim Potter2001-09-121-13/+20
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-8/+8
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-8/+8
* started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell2001-08-271-8/+9
* get rid of compiler warningsHerb Lewis2001-08-241-3/+3
* Add comment to clarify why we call this twice.Andrew Bartlett2001-08-201-0/+2
* two fixes for NT clients -> share level Samba serverAndrew Tridgell2001-08-201-1/+2
* This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett2001-08-121-60/+23
* a few cleanups while mergeing the passdb code into 2.2Gerald Carter2001-08-091-1/+1
* Record the NT_STATUS constant rather than its number in the logfilesAndrew Bartlett2001-08-061-1/+2
* This is the fix for the PAM bug I probably introduced in the previous commit,Andrew Bartlett2001-08-031-0/+3
* This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2001-08-031-0/+275