summaryrefslogtreecommitdiff
path: root/source/lib/username.c
Commit message (Expand)AuthorAgeFilesLines
* 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