I've decided to move the auth code around a bit more...
[ira/wip.git] / source3 / auth / auth_util.c
2002-01-05 Andrew BartlettI've decided to move the auth code around a bit more...
2002-01-02 Andrew BartlettAnother touch of 'const'
2002-01-01 Andrew BartlettNow that winbind doesn't rely on this, we may as well...
2001-12-31 Andrew Tridgell- portablitity fixes for cc -64 on irix
2001-12-29 Jeremy AllisonRemoved extra lp_adduser() call.
2001-12-19 Andrew Tridgelladded trusted realm support to ADS authentication
2001-12-17 Jim McDonoughmake sure we pass the lm and nt data in the right order...
2001-12-10 Jean-François Mico... added info level 3 to samrgetgroupinfo. I don't know...
2001-11-27 Andrew Tridgellfixed leak in free_user_info()
2001-11-26 Tim Potterchallange -> challenge
2001-11-24 Andrew BartlettThis is another rather major change to the samba authen...
2001-11-21 Tim PotterMore spelling fixes, comment reformatting.
2001-11-21 Tim PotterSpelling fix, reformatted comment.
2001-11-20 Tim PotterFixed sizeof vs array length bug in make_user_info_winb...
2001-11-11 Andrew BartlettFix up some DEBUG()s
2001-11-11 Andrew BartlettMinor updates. A small dose of const.
2001-11-09 Andrew BartlettThis change updates lp_guestaccount() to be a *global...
2001-11-08 Andrew BartlettChange to guest logon code.
2001-11-05 Tim PotterRenamed make_user_info_for_winbindd() to be more consis...
2001-11-03 Jeremy AllisonAdded NT_USER_TOKEN into server_info to fix extra group...
2001-11-01 Andrew BartlettVarious post AuthRewrite cleanups, fixups and tidyups.
2001-10-31 Andrew BartlettFix up domain logons. Tested with NT4.
2001-10-31 Andrew BartlettThis is a farily large patch (3300 lines) and reworks...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-14 Andrew BartlettNow that we always get back an NTSTATUS code actually...
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-23 Andrew BartlettFix up some unused variables and functions, fix up...
2001-08-03 Andrew BartlettThis is my 'Authentication Rewrite' version 1.01, mostl...