summaryrefslogtreecommitdiffstats
path: root/source3/lib/username.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed (hopefully) last bug with username mapping.Jeremy Allison1998-07-071-4/+5
* Makefile: Added ubi_sLinkList.o as the groupname.o file needs it. Added group...Jeremy Allison1998-06-131-212/+127
* ipc.c: map_username is now a BOOL function.Jeremy Allison1998-06-121-16/+187
* De-coupled the mapping of a Windows to UNIX username from the Get_PwnamJeremy Allison1998-06-101-26/+27
* Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1998-04-131-4/+4
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* change the "username map" option to allow the user to stop theAndrew Tridgell1997-12-031-0/+12
* Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison1997-09-261-2/+2
* Makefile: Changed proto: target to not include c files not used currently.Jeremy Allison1997-09-191-0/+71
* 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1997-05-081-1/+1
* Fixed issue with null ypdomainname being used.Samba Release Account1997-01-291-4/+12
* got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1996-06-101-1/+0
* Initial version imported to CVS Samba Release Account1996-05-041-0/+246