summaryrefslogtreecommitdiffstats
path: root/source3/lib/replace/getpass.c
Commit message (Expand)AuthorAgeFilesLines
* Fix replacement getpass. If we ^C at the prompt echo was left off.Jeremy Allison2008-05-091-5/+2
* Fix Coverity ID 554Volker Lendecke2008-03-151-0/+3
* Check the return value of fgetsVolker Lendecke2008-02-231-1/+4
* Two patchesVolker Lendecke2007-10-271-0/+1
* rename getsmbpass -> rep_getpass and provide the function prototypeStefan Metzmacher2007-10-151-1/+1
* use "system/*.h" to get the system includesStefan Metzmacher2007-10-151-15/+3
* fix the compilation of getpass.c and it's configure testStefan Metzmacher2007-10-151-9/+1
* r16320: Ensure variable is not null before calling fclose. Klocwork #412. Jer...Jeremy Allison2007-10-151-1/+1
* r16245: Cope with string being zero len. Klocwork bug #410. Jeremy.Jeremy Allison2007-10-151-2/+4
* Volker's fix for bug #668. Change the \n after the password prompt to go to t...jmcd2007-10-151-2/+3
* reapply: Allow ^C to interrupt smbpasswd if using our getpass. from JeremyStefan Metzmacher2007-10-151-4/+32
* reformat getpass() replacement codeStefan Metzmacher2007-10-151-62/+58
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23800: LGPL is now called GNU Lesser General Public LicenseAndrew Tridgell2007-10-101-2/+2
* r23791: found some more v2->v3 conversionsAndrew Tridgell2007-10-101-1/+1
* r18644: bring in libreplace in lib/replaceStefan Metzmacher2007-10-101-0/+212