summaryrefslogtreecommitdiffstats
path: root/source/auth/auth_server.c
Commit message (Expand)AuthorAgeFilesLines
* - Add support to auth/ for the new modules systemJelmer Vernooij2003-03-241-0/+5
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-5/+5
* Based orginally by work by Kai, this patch moves our NT_TOKEN generation intoAndrew Bartlett2002-08-201-3/+1
* fix typo auth/auth_server.cJelmer Vernooij2002-08-191-1/+1
* Address the string_sub problem by changing len = 0 to mean "no expand".Jeremy Allison2002-07-021-1/+1
* This patch does 2 things:Andrew Bartlett2002-06-151-3/+36
* More cleanup work preparing for SMB signing.Jeremy Allison2002-06-011-3/+3
* Name the authentication modules, and therfore fix up both the build farmAndrew Bartlett2002-05-241-0/+1
* Move the authenticaion subsystem over to the same 'module:options' syntaxAndrew Bartlett2002-05-241-3/+3
* typo, sorrySimo Sorce2002-05-211-1/+1
* debug classizedSimo Sorce2002-05-211-0/+3
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* I've decided to move the auth code around a bit more...Andrew Bartlett2002-01-051-10/+12
* A farily large commit:Andrew Bartlett2002-01-011-10/+11
* Fix segfault, and add a comment.Andrew Bartlett2001-12-081-2/+5
* again an intrusive patch:Jean-François Micouleau2001-12-061-1/+2
* fix a bunch of places where we can double-free a cli structureAndrew Tridgell2001-11-281-4/+0
* Fix debugAndrew Bartlett2001-11-261-1/+1
* A number of things to clean up the auth subsytem a bit...Andrew Bartlett2001-11-261-0/+11
* challange -> challengeTim Potter2001-11-261-8/+8
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-30/+142
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-8/+19
* Spnego on the 'server' end of security=server just does not work, so set theAndrew Bartlett2001-10-301-0/+3
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-4/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-1/+1
* Now that we always get back an NTSTATUS code actually pass it on to theAndrew Bartlett2001-09-141-16/+4
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-4/+3
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-1/+1
* get rid of compiler warningsHerb Lewis2001-08-241-2/+2
* Add a new option to disable our paranoid server check.Andrew Bartlett2001-08-211-1/+1
* smbd/auth_server: Doco, we want to use cli_nt_error here soonAndrew Bartlett2001-08-171-0/+1
* This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2001-08-031-0/+244