summaryrefslogtreecommitdiff
path: root/source3/auth/auth_server.c
AgeCommit message (Expand)AuthorFilesLines
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-4/+2
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-10/+47
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett1-10/+12
2002-01-01A farily large commit:Andrew Bartlett1-10/+11
2001-12-08Fix segfault, and add a comment.Andrew Bartlett1-2/+5
2001-12-06again an intrusive patch:Jean-François Micouleau1-1/+2
2001-11-28fix a bunch of places where we can double-free a cli structureAndrew Tridgell1-4/+0
2001-11-26Fix debugAndrew Bartlett1-1/+1
2001-11-26A number of things to clean up the auth subsytem a bit...Andrew Bartlett1-0/+11
2001-11-26challange -> challengeTim Potter1-8/+8
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-30/+142
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-8/+19
2001-10-30Spnego on the 'server' end of security=server just does not work, so set theAndrew Bartlett1-0/+3
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-4/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-1/+1
2001-09-14Now that we always get back an NTSTATUS code actually pass it on to theAndrew Bartlett1-16/+4
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-4/+3
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-1/+1
2001-08-24get rid of compiler warningsHerb Lewis1-2/+2
2001-08-21Add a new option to disable our paranoid server check.Andrew Bartlett1-1/+1
2001-08-17smbd/auth_server: Doco, we want to use cli_nt_error here soonAndrew Bartlett1-0/+1
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett1-0/+244