This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
[ira/wip.git] / source3 / lib / username.c
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-06-15 Andrew BartlettUnsused function since last commit
2002-06-14 Simo Sorcemoved lp_list_* functions away from param/loadparm...
2002-05-25 Andrew BartlettClean up a few unused functions, add a bit of static...
2002-05-17 Andrew BartlettMake Get_Pwnam use getpwnam_alloc() in an attempt to...
2002-04-15 Tim PotterMerge of comment fix.
2002-04-15 Tim PotterFixed incorrect debug.
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-23 Andrew BartlettUpdate some of the DEBUG()s in Get_Pwnam_internal()
2002-02-27 Andrew BartlettMake this function static
2002-02-20 Andrew BartlettThanks to David Edward Shapiro <David.Edward.Shapiro...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-27 Andrew BartlettSome more 'winbind default domain' support patches...
2002-01-26 Andrew BartlettBring this code into line with new winbind_lookup_name...
2002-01-18 Andrew BartlettThis is the 'winbind default domain' patch from Alexand...
2002-01-17 Andrew BartlettA nice *big* change to the fundemental way we do things.
2002-01-16 Jeremy AllisonSeparate out get_user_home_dir() from get_user_home_ser...
2002-01-16 Jeremy AllisonMerged in %S fixes and XX_NOT_CHANGED fixes from 2.2.
2001-12-20 Andrew Tridgellfixed warnings on irix and crash bug on big endian...
2001-12-18 Tim PotterA fix to override the location of a user's home directo...
2001-12-14 Jeremy AllisonAdded the group enum code from 2.2
2001-12-14 Simo SorceI see no reasons why we should limit username lenght...
2001-12-04 Jeremy Allisonwinbindd friendly user_in_list code. Tested on a 65k...
2001-12-04 Jeremy AllisonMoved name_is_local to the correct place. Ooops.
2001-12-04 Jeremy AllisonTidyup of lib/username. Add name_is_local fn to determi...
2001-11-13 Jeremy AllisonLook for DOMAIN\group in group lists and ask winbind.
2001-10-29 Andrew BartlettThis commit is number 4 of 4.
2001-10-29 Andrew BartlettThis commit is number 3 of 4.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-10 Andrew Tridgellconvert more code to use XFILE
2001-07-24 Simo SorceConvert other parameters (read list, write list, valid...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-04-06 Jeremy AllisonIf we can't open the username map file, at least print...
2001-01-24 Gerald Carterfixed typo in debug statement
2001-01-17 David O'NeillCleanup of Get_Pwnam(). Adds debugging, cleans up...
2000-12-11 Gerald Carternew version of Get_Pwnam()
2000-10-25 Jeremy AllisonEven when looking up a users groups via winbindd even...
2000-10-25 Jeremy AllisonJohn Reilly @ HP (who is a wonderful human being and...
2000-10-13 Jeremy AllisonAdded David O'Neills fix to HEAD (hmmm. how did this...
2000-10-13 Jeremy AllisonFix to allow smbd to call winbindd if it is running...
2000-10-11 Jeremy AllisonTurns out we do need the pwnam check as on many systems...
2000-10-11 Jeremy AllisonFix to avoid calling getgrgid for no reason.
2000-05-29 Andrew Tridgelldon't return a passwd struct for usernames that don't
2000-05-12 Andrew Tridgelluse "winbind separator" option for domain/user separato...
2000-05-10 Andrew Tridgell- changed smb_getpwnam() to use winbind style usernames
2000-05-04 Andrew Tridgella minimal change to get appliance mode to work with...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-12-12 Luke Leightonchanged function name of get_home_dir() to get_unixhome...
1999-12-06 Luke Leightonthe first independent msrpc daemon - lsarpcd.
1999-07-06 Luke Leightonusing jeremy's sys_getpwnam() call in the more critical...
1999-07-06 Luke Leightonpatch from michael stockman <pgmtekn-micke@algonet...
1999-06-24 Luke Leighton#ifdef'd out hashed_getpwnam.
1999-06-13 Tim PotterMoved code that changes the pw_passwd entry (i.e shadow...
1999-05-06 Luke Leightonclean-up of cache-getpw-hash code needed (make proto...
1999-05-06 Luke LeightonJani Jaakkola's "getpwuid() / getpwnam()" hash-cache...
1998-12-14 Luke Leightontrying to track down issues in get_home_dir().
1998-11-17 Jeremy AllisonAdded the same open()/fopen()/creat()/mmap() -> sys_XXX...
1998-08-31 Andrew Tridgellbounds check next_token() to prevent possible buffer...
1998-07-31 Andrew Tridgelladded test for getpwanam().
1998-07-29 Andrew Tridgellmerge from the autoconf2 branch to the main branch
1998-07-07 Jeremy AllisonFixed (hopefully) last bug with username mapping.
1998-06-13 Jeremy AllisonMakefile: Added ubi_sLinkList.o as the groupname.o...
1998-06-12 Jeremy Allisonipc.c: map_username is now a BOOL function.
1998-06-10 Jeremy AllisonDe-coupled the mapping of a Windows to UNIX username...
1998-04-13 Jeremy AllisonChanges to allow Samba to be compiled with -Wstrict...
1998-01-22 Jeremy AllisonThis is *not* a big change (although it looks like...
1997-12-03 Andrew Tridgellchange the "username map" option to allow the user...
1997-09-26 Jeremy AllisonAdding Andrews buffer overflow fixes into the main...
1997-09-19 Jeremy AllisonMakefile: Changed proto: target to not include c files...
1997-05-08 Samba Release Account'The mother of all checkins' :-). Jeremy Allison (jalli...
1997-01-29 Samba Release AccountFixed issue with null ypdomainname being used.
1996-06-10 Andrew Tridgellgot rid of a lot of redundent header files as we now...
1996-05-04 Samba Release AccountInitial version imported to CVS
1996-05-04 Samba Release AccountThis commit was generated by cvs2svn to compensate...