trying to get HEAD building again. If you want the code
[tprouty/samba.git] / source / auth / auth.c
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-05-15 Jelmer VernooijPatch from Luke Howard <lukeh@PADL.COM> that fixes...
2003-05-01 Jelmer VernooijUse ints for the version numbers in the smb_register_...
2003-04-28 Jelmer VernooijUse NTSTATUS as return value for smb_register_*() funct...
2003-04-16 Andrew BartlettCause the winbind auth module to call the ntdomain...
2003-04-07 Andrew BartlettWe never actually got an 'ads' auth module, so don...
2003-03-25 Volker LendeckeMake auth.c compile again. I'm not sure what this does...
2003-03-24 Jelmer Vernooij- Add support to auth/ for the new modules system
2003-02-28 Martin PoolDoxygen janitor: check_domain_match parameter is spelled
2003-01-13 Andrew BartlettPatch from metze to add what he feels is the correct...
2003-01-13 Andrew BartlettUpdates to our NTLMSSP code:
2003-01-02 Andrew BartlettBIG patch...
2002-12-20 Jeremy AllisonForward port the change to talloc_init() to make all...
2002-12-11 Jeremy AllisonFixed auth module code. Added VALGRIND defines to reduc...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
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-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-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...