summaryrefslogtreecommitdiffstats
path: root/source/lib/username.c
Commit message (Expand)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Some more 'winbind default domain' support patches from Alexander BokovoyAndrew Bartlett2002-01-271-0/+27
* Bring this code into line with new winbind_lookup_name() interface. I thinkAndrew Bartlett2002-01-261-10/+23
* This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett2002-01-181-1/+1
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-28/+6
* Separate out get_user_home_dir() from get_user_home_service_dir().Jeremy Allison2002-01-161-0/+19
* Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2.Jeremy Allison2002-01-161-6/+9
* fixed warnings on irix and crash bug on big endian machinesAndrew Tridgell2001-12-201-4/+4
* A fix to override the location of a user's home directory if it isTim Potter2001-12-181-0/+16
* Added the group enum code from 2.2Jeremy Allison2001-12-141-13/+15
* I see no reasons why we should limit username lenght while checkingSimo Sorce2001-12-141-4/+0
* winbindd friendly user_in_list code. Tested on a 65k user domain.Jeremy Allison2001-12-041-7/+15
* Moved name_is_local to the correct place. Ooops.Jeremy Allison2001-12-041-0/+10
* Tidyup of lib/username. Add name_is_local fn to determine if name isJeremy Allison2001-12-041-171/+173
* Look for DOMAIN\group in group lists and ask winbind.Jeremy Allison2001-11-131-68/+89
* This commit is number 4 of 4.Andrew Bartlett2001-10-291-5/+5
* This commit is number 3 of 4.Andrew Bartlett2001-10-291-19/+58
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-2/+2
* convert more code to use XFILEAndrew Tridgell2001-09-101-4/+4
* Convert other parameters (read list, write list, valid users...) to the P_LIS...Simo Sorce2001-07-241-21/+33
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-4/+4
* If we can't open the username map file, at least print the strerror.Jeremy Allison2001-04-061-1/+1
* fixed typo in debug statementGerald Carter2001-01-241-2/+2
* Cleanup of Get_Pwnam(). Adds debugging, cleans up the allow_changeDavid O'Neill2001-01-171-48/+45
* new version of Get_Pwnam()Gerald Carter2000-12-111-52/+50
* Even when looking up a users groups via winbindd even if the lookup forJeremy Allison2000-10-251-2/+2
* John Reilly @ HP (who is a wonderful human being and *definately* needsJeremy Allison2000-10-251-2/+0
* Added David O'Neills fix to HEAD (hmmm. how did this compile... :-).Jeremy Allison2000-10-131-1/+1
* Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison2000-10-131-17/+113
* Turns out we do need the pwnam check as on many systems the usersJeremy Allison2000-10-111-0/+7
* Fix to avoid calling getgrgid for no reason.Jeremy Allison2000-10-111-21/+9
* don't return a passwd struct for usernames that don'tAndrew Tridgell2000-05-291-2/+12
* use "winbind separator" option for domain/user separator characterAndrew Tridgell2000-05-121-14/+0
* - changed smb_getpwnam() to use winbind style usernamesAndrew Tridgell2000-05-101-7/+6
* a minimal change to get appliance mode to work with winbinddAndrew Tridgell2000-05-041-0/+35
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-423/+119
* changed function name of get_home_dir() to get_unixhome_dir(), to stopLuke Leighton1999-12-121-2/+2
* the first independent msrpc daemon - lsarpcd.Luke Leighton1999-12-061-0/+29
* using jeremy's sys_getpwnam() call in the more critical area: Get_Pwnam().Luke Leighton1999-07-061-111/+17
* patch from michael stockman <pgmtekn-micke@algonet.se> to provide a staticLuke Leighton1999-07-061-15/+25
* #ifdef'd out hashed_getpwnam.Luke Leighton1999-06-241-0/+4
* Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1999-06-131-5/+87
* clean-up of cache-getpw-hash code needed (make proto showed up loadsLuke Leighton1999-05-061-12/+13
* Jani Jaakkola's "getpwuid() / getpwnam()" hash-cache-hackLuke Leighton1999-05-061-1/+271
* trying to track down issues in get_home_dir().Luke Leighton1998-12-141-4/+8
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-1/+1
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-1/+1
* added test for getpwanam().Andrew Tridgell1998-07-311-1/+1
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-4/+3