summaryrefslogtreecommitdiff
path: root/tgetpass.c
Commit message (Expand)AuthorAgeFilesLines
* ++versionTodd C. Miller1996-01-141-1/+1
* fixed a typoTodd C. Miller1996-01-111-2/+2
* ++versionTodd C. Miller1996-01-091-1/+1
* minor cleanup and now includes sys/bsdtypes for svr4'ish boxenTodd C. Miller1996-01-091-10/+11
* ++versionTodd C. Miller1995-12-181-1/+1
* moved dce stuff into compat.hTodd C. Miller1995-11-211-5/+1
* DCE & KERB supportTodd C. Miller1995-11-201-1/+5
* updated version numberTodd C. Miller1995-11-191-1/+1
* options.h is now <> instead of "" so shadow build trees canTodd C. Miller1995-11-131-1/+1
* includes pwd.h to get _PASSWD_LEN definitionTodd C. Miller1995-11-131-0/+1
* fixed incorrect #ifdefTodd C. Miller1995-09-031-2/+2
* added RCS idTodd C. Miller1995-09-011-0/+4
* no more special case for kerberosTodd C. Miller1995-06-171-10/+5
* now use BUFSIZ as _PASSWD_LEN if using kerberosTodd C. Miller1995-06-081-1/+1
* HAVE_KERBEROS -> HAVE_KERB4Todd C. Miller1995-06-071-2/+2
* added KERBEROS support (long passwords)Todd C. Miller1995-06-061-0/+5
* moved pathnames.hTodd C. Miller1995-04-011-1/+1
* now includes compat.hTodd C. Miller1995-03-311-0/+2
* bzero -> memsetTodd C. Miller1995-03-301-1/+1
* added string.h/strings.h inclusionTodd C. Miller1994-09-201-0/+6
* changed sudo-bugs.cs.colorado.edu -> sudo-bugs@cs.colorado.edTodd C. Miller1994-09-021-1/+1
* increased passwd len to 24 for c2 securityTodd C. Miller1994-07-251-0/+4
* include sys/select for AIXTodd C. Miller1994-07-141-0/+3
* added a goto if fgets failsTodd C. Miller1994-07-071-1/+3
* no more ioctlTodd C. Miller1994-07-011-10/+10
* now works + uses fgets()Todd C. Miller1994-06-291-73/+24
* select doesn't seem to recognize a single '\n' as input waitingTodd C. Miller1994-06-281-18/+77
* now uses stdioTodd C. Miller1994-06-261-23/+28
* bzero castTodd C. Miller1994-06-061-2/+1
* now uses posix signalsTodd C. Miller1994-06-061-0/+16
* uses sysconf() if availableTodd C. Miller1994-06-061-3/+43
* works now :-)Todd C. Miller1994-06-051-30/+21
* Initial revisionTodd C. Miller1994-06-051-0/+149