summaryrefslogtreecommitdiff
path: root/source3/lib/username.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-15Merge of comment fix.Tim Potter1-1/+1
2002-03-23Update some of the DEBUG()s in Get_Pwnam_internal()Andrew Bartlett1-8/+11
2002-02-27Make this function staticAndrew Bartlett1-1/+1
2002-02-20Thanks to David Edward Shapiro <David.Edward.Shapiro@btitele.com> for spottingAndrew Bartlett1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-27Some more 'winbind default domain' support patches from Alexander BokovoyAndrew Bartlett1-0/+27
2002-01-26Bring this code into line with new winbind_lookup_name() interface. I thinkAndrew Bartlett1-10/+23
2002-01-18This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett1-1/+1
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-28/+6
2002-01-16Separate out get_user_home_dir() from get_user_home_service_dir().Jeremy Allison1-0/+19
2002-01-16Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2.Jeremy Allison1-6/+9
2001-12-20fixed warnings on irix and crash bug on big endian machinesAndrew Tridgell1-4/+4
2001-12-18A fix to override the location of a user's home directory if it isTim Potter1-0/+16
2001-12-14Added the group enum code from 2.2Jeremy Allison1-13/+15
2001-12-14I see no reasons why we should limit username lenght while checkingSimo Sorce1-4/+0
2001-12-04winbindd friendly user_in_list code. Tested on a 65k user domain.Jeremy Allison1-7/+15
2001-12-04Moved name_is_local to the correct place. Ooops.Jeremy Allison1-0/+10
2001-12-04Tidyup of lib/username. Add name_is_local fn to determine if name isJeremy Allison1-171/+173
2001-11-13Look for DOMAIN\group in group lists and ask winbind.Jeremy Allison1-68/+89
2001-10-29This commit is number 4 of 4.Andrew Bartlett1-5/+5
2001-10-29This commit is number 3 of 4.Andrew Bartlett1-19/+58
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-2/+2
2001-09-10convert more code to use XFILEAndrew Tridgell1-4/+4
2001-07-24Convert other parameters (read list, write list, valid users...) to the P_LIS...Simo Sorce1-21/+33
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-4/+4
2001-04-06If we can't open the username map file, at least print the strerror.Jeremy Allison1-1/+1
2001-01-24fixed typo in debug statementGerald Carter1-2/+2
2001-01-17Cleanup of Get_Pwnam(). Adds debugging, cleans up the allow_changeDavid O'Neill1-48/+45
2000-12-11new version of Get_Pwnam()Gerald Carter1-52/+50
2000-10-25Even when looking up a users groups via winbindd even if the lookup forJeremy Allison1-2/+2
2000-10-25John Reilly @ HP (who is a wonderful human being and *definately* needsJeremy Allison1-2/+0
2000-10-13Added David O'Neills fix to HEAD (hmmm. how did this compile... :-).Jeremy Allison1-1/+1
2000-10-13Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison1-17/+113
2000-10-11Turns out we do need the pwnam check as on many systems the usersJeremy Allison1-0/+7
2000-10-11Fix to avoid calling getgrgid for no reason.Jeremy Allison1-21/+9
2000-05-29don't return a passwd struct for usernames that don'tAndrew Tridgell1-2/+12
2000-05-12use "winbind separator" option for domain/user separator characterAndrew Tridgell1-14/+0
2000-05-10- changed smb_getpwnam() to use winbind style usernamesAndrew Tridgell1-7/+6
2000-05-04a minimal change to get appliance mode to work with winbinddAndrew Tridgell1-0/+35
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-423/+119
1999-12-12changed function name of get_home_dir() to get_unixhome_dir(), to stopLuke Leighton1-2/+2
1999-12-06the first independent msrpc daemon - lsarpcd.Luke Leighton1-0/+29
1999-07-06using jeremy's sys_getpwnam() call in the more critical area: Get_Pwnam().Luke Leighton1-111/+17
1999-07-06patch from michael stockman <pgmtekn-micke@algonet.se> to provide a staticLuke Leighton1-15/+25
1999-06-24#ifdef'd out hashed_getpwnam.Luke Leighton1-0/+4
1999-06-13Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1-5/+87
1999-05-06clean-up of cache-getpw-hash code needed (make proto showed up loadsLuke Leighton1-12/+13
1999-05-06Jani Jaakkola's "getpwuid() / getpwnam()" hash-cache-hackLuke Leighton1-1/+271
1998-12-14trying to track down issues in get_home_dir().Luke Leighton1-4/+8