summaryrefslogtreecommitdiff
path: root/tgetpass.c
Commit message (Expand)AuthorAgeFilesLines
* Added -S flag (read passwd from stdin) and tgetpass_flags globalTodd C. Miller2000-02-271-57/+43
* Fixed a bug that caused an infinite loop when the password timeout was disabled.Todd C. Miller2000-02-271-1/+1
* update copyright year on changed filesTodd C. Miller2000-01-171-1/+1
* End on \r as well as \nTodd C. Miller2000-01-111-2/+2
* crank version to 1.6Todd C. Miller1999-12-051-17/+24
* When read()'ing, do a single character at a time to be sure we don't goTodd C. Miller1999-11-011-10/+10
* Make this work again for things like "sudo echo hi | more" where the ttyTodd C. Miller1999-11-011-38/+60
* o Add requiretty optionTodd C. Miller1999-10-081-4/+0
* add O_NOCTTY when opening /dev/tty just in caseTodd C. Miller1999-10-071-1/+5
* don't need limits.hTodd C. Miller1999-08-221-1/+0
* add 4th term to license similar to term 5 in the apache licenseTodd C. Miller1999-07-311-0/+7
* o BSD copyrightTodd C. Miller1999-07-221-69/+27
* New (correct) PAM codeTodd C. Miller1999-07-051-35/+38
* Fix open(2) return value checking, was NULL for fopen, should be -1 for openTodd C. Miller1999-06-031-1/+1
* Move interface-related defines to interfaces.h so we don't have to includeTodd C. Miller1999-05-171-49/+28
* o Replace _PASSWD_LEN braindeath with our own SUDO_MAX_PASS.Todd C. Miller1999-05-141-11/+3
* Function names should be flush with the start of the line so they can be foun...Todd C. Miller1999-04-101-1/+2
* free(3) is already void, no need to cast itTodd C. Miller1999-04-101-1/+1
* Crank version to 1.6 and combine copyright statementsTodd C. Miller1999-04-051-1/+1
* ++versionTodd C. Miller1999-03-291-1/+1
* add explicate copyrightTodd C. Miller1999-02-031-0/+1
* add sudo tagsTodd C. Miller1999-01-171-1/+1
* crank version and regen filesTodd C. Miller1999-01-171-1/+1
* more -WallTodd C. Miller1998-11-181-4/+4
* -WallTodd C. Miller1998-11-181-1/+1
* the prompt is expanded before tgetpass is calledTodd C. Miller1998-11-031-26/+5
* getprpwuid is broken in HP-UX 10.20 at least (it sleeps for 2 minutes if theTodd C. Miller1998-10-211-2/+2
* new dunix shadow code, use dispcrypt(3)Todd C. Miller1998-10-191-1/+6
* if select return < -1 still prompt for pwTodd C. Miller1998-10-151-1/+1
* catch EINTR in select and restartTodd C. Miller1998-10-151-2/+5
* new shadow password scheme. Always include shadow support if theTodd C. Miller1998-09-211-8/+3
* updated versionTodd C. Miller1998-09-171-1/+1
* include sys/param.h to get howmany macroTodd C. Miller1998-09-091-0/+1
* include stdlib.h for malloc protoTodd C. Miller1998-06-241-0/+3
* updated versionTodd C. Miller1998-04-061-1/+1
* updated versionTodd C. Miller1998-03-311-1/+1
* updated versionTodd C. Miller1998-02-181-1/+1
* updated versionTodd C. Miller1998-02-171-1/+1
* updated versionTodd C. Miller1998-02-061-1/+1
* remove bogus flush of stderrTodd C. Miller1998-02-061-25/+26
* fix select usage for high fd's (dynamically allocate readfds)Todd C. Miller1998-01-231-4/+11
* updated versionTodd C. Miller1998-01-211-1/+1
* updated versionTodd C. Miller1998-01-211-1/+1
* ++versionTodd C. Miller1998-01-131-1/+1
* use fileno(input) + 1 instead of getdtablesize() as the nfds arg to select(2)Todd C. Miller1997-11-231-8/+2
* ++versionTodd C. Miller1996-11-141-1/+1
* _AIX -> HAVE_SYS_SELECT_HTodd C. Miller1996-10-081-2/+2
* ++versionTodd C. Miller1996-10-071-1/+1
* courtesanTodd C. Miller1996-09-081-1/+1
* ++versionTodd C. Miller1996-08-301-1/+1