summaryrefslogtreecommitdiffstats
path: root/libc/unistd/getpass.c
Commit message (Collapse)AuthorAgeFilesLines
* add hidden_proto's for __uc_mallocDenis Vlasenko2008-02-121-0/+1
| | | | | (patch by Bernd Schmidt <bernds_cb1 at t-online.de>)
* make utent.c, getpass.c use __uc_mallocDenis Vlasenko2007-07-301-2/+6
|
* sync with glibcMike Frysinger2006-07-051-9/+9
|
* Correct typoPeter S. Mazinger2006-03-231-1/+1
|
* Mark some functions as BSD onlyPeter S. Mazinger2006-03-231-0/+3
|
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵Peter S. Mazinger2006-03-101-2/+0
| | | | most of global data relocations are back
* Last relocs jump and global data, (even locales) that I could remove are ↵Peter S. Mazinger2006-01-161-0/+2
| | | | gone from libc. The remaining are left as exercise for others ;-)
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-11/+15
| | | | missing headers, other jump relocs removed
* Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ↵Peter S. Mazinger2005-12-161-1/+5
| | | | it back
* Convert all users of earlier hiddensPeter S. Mazinger2005-12-131-0/+1
|
* Use internal versionsPeter S. Mazinger2005-12-081-0/+1
|
* Hide morePeter S. Mazinger2005-12-071-0/+2
|
* More hiding, 300 leftPeter S. Mazinger2005-12-041-0/+2
|
* Hide mostly used functionsPeter S. Mazinger2005-12-011-1/+1
|
* Only set no buffering if we opened the file. Also, don't bother restoringManuel Novoa III2002-04-091-4/+5
| | | | buffering since we will close the file in that case anyway.
* Per discussion on the mailing list, fix getpass properly.Eric Andersen2002-04-091-2/+7
| | | | -Erik
* Patch from Axel Barnitzke <barney@xkontor.com> to fixupEric Andersen2002-04-051-2/+2
| | | | a problem with getpass() echoing passwords...
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-1/+2
|
* Move stuff out if pwd_gep that doesn't belong there (getpass, utmp stuff)Eric Andersen2000-12-231-0/+99