Apply my experimental aliases support to HEAD. This will be a bit difficult to
[nivanova/samba-autobuild/.git] / source3 / auth / auth_util.c
2004-02-29 Volker LendeckeApply my experimental aliases support to HEAD. This...
2004-01-05 Andrew Bartlett(merge from 3.0)
2003-12-19 Gerald Carter* add a few useful debug lines
2003-12-09 Jeremy AllisonFinal part of fix for #445. Don't add user for machine...
2003-12-06 Jeremy AllisonFix for bug #445 (missing unix user on kerberos auth...
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-09 Volker LendeckeFrom 3_0:
2003-11-06 Gerald Carterrun krb5 logins through the username map if the winbind...
2003-10-20 Gerald Cartermore 2.2.x compatibility fixes - allow user looksup...
2003-10-07 Gerald Cartermake sure to call get_user_groups() with the full winbi...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-05-01 Simo Sorce*id_to_*id call reshape to return NTSTATUS errors
2003-04-29 Simo SorceThis is a nice rewrite:
2003-04-05 Simo Sorcesome more idmapping :)
2003-03-23 Andrew BartlettFix compile.
2003-03-23 Andrew BartlettNTLM Authentication:
2003-03-15 Andrew BartlettNow that mimir has done the grunt work, I'll fix up...
2003-03-14 Rafal SzczesniakFresh meat in trusted domains code:
2003-02-22 Andrew BartlettFirst check if the user is in the passdb, then check...
2003-02-20 Andrew BartlettFor a number of months now, support for being a domain...
2003-02-17 Andrew BartlettIf we didn't make the server_info correctly, then don...
2003-02-10 Andrew BartlettSome cleanups:
2003-01-13 Jeremy AllisonMissing indirect in final free.
2003-01-13 Andrew BartlettFix to debian bug #171071 - we had the wrong dereferenc...
2003-01-11 Andrew BartlettUse size_t for the counter vars, to match the type...
2003-01-02 Andrew BartlettWe already have one function to move unistr2 -> multiby...
2002-11-15 Andrew BartlettSmall auth updates:
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-10-12 Andrew BartlettNice *big* patch from metze.
2002-09-25 Andrew BartlettMove to common user token debugging, and ensure we...
2002-09-15 Tim PotterDon't display debugs of the nt user token twice.
2002-09-15 Tim PotterMerge of 'other_sids' patch from appliance.
2002-09-06 Andrew BartlettThis is the 'easy' parts of the trusted domains patch...
2002-08-30 Herb Lewisoff by one in writing to malloced array. this fixes...
2002-08-26 Andrew BartlettTry to support non-root-mode systems without getgroupli...
2002-08-21 Andrew BartlettCope with non-unix accounts - we just won't get the...
2002-08-20 Andrew BartlettBased orginally by work by Kai, this patch moves our...
2002-08-11 Andrew BartlettMake 'remote_machine' private to lib/substitute.c,...
2002-06-24 Andrew BartlettTry to get security=domain at least slightly working.
2002-06-15 Andrew BartlettThis patch does 2 things:
2002-06-12 Tim PotterSpelling.
2002-05-25 Andrew BartlettClean up a few unused functions, add a bit of static...
2002-05-21 Simo Sorcetypo, sorry
2002-05-21 Simo Sorcedebug classized
2002-03-24 Tim PotterSpelling fixes.
2002-03-23 Andrew BartlettExtra parinoa and DEBUG()s for the make_user_info_map...
2002-03-13 Andrew BartlettEnsure we never use "" as a domain name (Win9X apparent...
2002-03-01 Andrew BartlettVarious comment fixes from Rafal Szczesniak <mimir...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-20 Andrew BartlettAdd a touch of 'const' to some auth components, and...
2002-01-18 Andrew BartlettDon't do tridge's crazy 'am I a trusted domain' lookup...
2002-01-17 Andrew BartlettA nice *big* change to the fundemental way we do things.
2002-01-15 Andrew BartlettCommit the auth associated changes I missed from the...
2002-01-11 Andrew BartlettBack out the crazy notion that the NTLMSSP flags actual...
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...