Removed global_myworkgroup, global_myname, global_myscope. Added liberal
[kai/samba.git] / source3 / auth / auth.c
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-08-17 Jelmer Vernooijsync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-31 Andrew BartlettLet everybody enjoy my new toy - make it the default!
2002-07-28 Simo Sorcefound nasty bug in intl/lang_tdb.c tdb structure was...
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-06-15 Andrew BartlettIt appears that to match NT we should not use the ...
2002-06-14 Simo Sorcemoved lp_list_* functions away from param/loadparm...
2002-05-28 Tim PotterSpelling fixes.
2002-05-24 Andrew BartlettMove the authenticaion subsystem over to the same ...
2002-05-22 Andrew BartlettNobody uses this function, and there really doesn't...
2002-05-21 Simo Sorcetypo, sorry
2002-05-21 Simo Sorcedebug classized
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-17 Tim PotterRenamed get_nt_error_msg() to nt_errstr().
2002-03-02 Andrew BartlettAllow Samba to trust NT4 Domains.
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-20 Tim PotterSpelling fixes.
2002-01-05 Andrew BartlettI've decided to move the auth code around a bit more...
2002-01-01 Andrew BartlettA farily large commit:
2001-12-30 Andrew BartlettAdd a pile of doxygen style comments to various parts...
2001-12-19 Andrew Tridgelladded trusted realm support to ADS authentication
2001-11-27 Andrew Tridgellfixed the panics on basicsmb-sharelist on sun1
2001-11-27 Andrew Tridgellfix sense of lp_allow_trusted_domains()
2001-11-26 Andrew BartlettA number of things to clean up the auth subsytem a...
2001-11-26 Tim Potterchallange -> challenge
2001-11-24 Andrew BartlettThis is another rather major change to the samba authen...
2001-11-11 Andrew BartlettMinor updates. A small dose of const.
2001-11-08 Andrew BartlettChange to guest logon code.
2001-10-31 Andrew BartlettThis is a farily large patch (3300 lines) and reworks...
2001-10-31 Tim PotterAdded some extra fields to the auth_serversupplied_info...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-29 Andrew BartlettFix up a number of intertwined issues:
2001-09-16 Andrew BartlettFix up workstaion and kickoff time checks, moved to...
2001-09-12 Tim PotterSome patches to authentication:
2001-09-04 Andrew Tridgellthe next stage in the NTSTATUS/WERROR change. smbd...
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-08-27 Andrew Tridgellstarted converting NTSTATUS to be a structure on system...
2001-08-24 Herb Lewisget rid of compiler warnings
2001-08-20 Andrew BartlettAdd comment to clarify why we call this twice.
2001-08-20 Andrew Tridgelltwo fixes for NT clients -> share level Samba server
2001-08-12 Andrew BartlettThis patch does a number of things, mostly smaller...
2001-08-09 Gerald Cartera few cleanups while mergeing the passdb code into 2.2
2001-08-06 Andrew BartlettRecord the NT_STATUS constant rather than its number...
2001-08-03 Andrew BartlettThis is the fix for the PAM bug I probably introduced...
2001-08-03 Andrew BartlettThis is my 'Authentication Rewrite' version 1.01, mostl...