summaryrefslogtreecommitdiff
path: root/source3/auth/auth.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-31Let everybody enjoy my new toy - make it the default!Andrew Bartlett1-2/+2
2002-07-28found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul...Simo Sorce1-7/+7
2002-06-15It appears that to match NT we should not use the 'samstrict' behaviour,Andrew Bartlett1-3/+5
2002-06-14moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce1-10/+10
2002-05-28Spelling fixes.Tim Potter1-7/+7
2002-05-24Move the authenticaion subsystem over to the same 'module:options' syntaxAndrew Bartlett1-3/+20
2002-05-22Nobody uses this function, and there really doesn't seem much point toAndrew Bartlett1-20/+0
2002-05-21typo, sorrySimo Sorce1-1/+1
2002-05-21debug classizedSimo Sorce1-0/+3
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-3/+3
2002-03-02Allow Samba to trust NT4 Domains.Andrew Bartlett1-0/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-20Spelling fixes.Tim Potter1-6/+6
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett1-107/+258
2002-01-01A farily large commit:Andrew Bartlett1-4/+10
2001-12-30Add a pile of doxygen style comments to various parts of Samba. Many of theseAndrew Bartlett1-29/+56
2001-12-19added trusted realm support to ADS authenticationAndrew Tridgell1-13/+15
2001-11-27fixed the panics on basicsmb-sharelist on sun1Andrew Tridgell1-1/+3
2001-11-27fix sense of lp_allow_trusted_domains()Andrew Tridgell1-1/+1
2001-11-26A number of things to clean up the auth subsytem a bit...Andrew Bartlett1-1/+1
2001-11-26challange -> challengeTim Potter1-4/+4
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-79/+86
2001-11-11Minor updates. A small dose of const.Andrew Bartlett1-1/+1
2001-11-08Change to guest logon code.Andrew Bartlett1-24/+43
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-145/+118
2001-10-31Added some extra fields to the auth_serversupplied_info structure.Tim Potter1-1/+13
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