summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os/read_pwd.c
Commit message (Expand)AuthorAgeFilesLines
* Qing Dong <dongq@mit.edu> provided a set of changes to allowJeffrey Altman2006-02-271-2/+2
* Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, allKen Raeburn2004-06-221-1/+1
* memory leak in krb5_read_passwordKen Raeburn2003-04-131-6/+3
* * c_ustime.c: Removed Mac OS 9 code. * ccdefname.c: Conditionalize on USE_CCA...Alexandra Ellwood2003-03-061-2/+2
* implement krb5_read_password, des_read_password via krb5_prompter_posixTom Yu2002-10-111-5/+9
* Implement krb5_read_password an des_read_pw_stringSam Hartman2002-10-101-109/+31
* protoizeKen Raeburn2002-09-031-8/+2
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-5/+5
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-2/+2
* * changepw.c: Cast length argument to recvfrom/sendto to intEzra Peisach2000-10-171-3/+3
* Silence gcc longjmp warnings:Ken Raeburn1999-10-221-2/+2
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* * read_pwd.c: Remove reference to CPP symbol "unix"Tom Yu1999-02-021-1/+1
* read_pwd.c: Improperly applied Doug Engert's windows dialog patch last time.Richard Basch1997-02-251-9/+5
* win-pwd.rc: Windows dialog information for password promptingRichard Basch1997-02-251-7/+215
* net_read.c (krb5_net_read):Theodore Tso1996-06-121-1/+1
* Changes for Macintosh implementationKeith Vetter1995-07-061-1/+1
* Compiler warning cleanupPaul Park1995-06-271-1/+2
* def_realm.c (krb5_get_default_realm), get_krbhst.cTheodore Tso1995-06-071-122/+29
* Several small changes to get the PC working without warningsKeith Vetter1995-05-251-2/+2
* configure.in: Add HAS_ANSI_VOLATILEEzra Peisach1995-05-091-4/+1
* Declare prompt and prompt2 as const char * so that callersEzra Peisach1995-05-091-2/+2
* Windows global stuff:Keith Vetter1995-04-141-2/+2
* * DNR.c: Add Apple MacTCP source file for domain name resolution.John Gilmore1995-03-291-4/+15
* Port of most of the OS directory to the PCKeith Vetter1995-03-071-0/+17
* Avoid <krb5/...> includesJohn Gilmore1995-02-281-5/+1
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-5/+6
* stamp out rcs keywordsMark Eichin1994-08-181-6/+1
* Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-151-4/+4
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* #ifdef cleanupTheodore Tso1992-09-291-3/+5
* Integrate changes from James Bottomley at UK to make this work onTheodore Tso1991-10-021-8/+58
* Update copyright noticeJohn Kohl1991-06-061-2/+16
* update copyright noticesJohn Kohl1991-02-191-7/+6
* readin_string must be declared volatile, since it may be accessedJohn Carr1990-12-031-14/+17
* change bzero to memsetJohn Kohl1990-11-081-11/+11
* change index/rindex to strchr/strrchrJohn Kohl1990-10-291-2/+2
* don't need posix-conf.h anymore (it's subsumed in config.h)John Kohl1990-10-291-1/+3
* update to use new POSIX feature defsJohn Kohl1990-09-051-9/+8
* fix reference to copyright/distribution provisionsJohn Kohl1990-05-251-1/+1
* fix up include filesJohn Kohl1990-05-231-1/+0
* intr_routine() should be staticJohn Kohl1990-03-291-1/+1
* add real POSIX supportJohn Kohl1990-03-081-3/+26
* always print out a newline before exitingJohn Kohl1990-02-131-1/+5
* fix up #ifndef for lint/saberJohn Kohl1990-02-051-1/+1
* need to fill in return lengthJohn Kohl1990-02-051-17/+19
* add NOTREACHED (after a longjmp)John Kohl1990-01-301-0/+2
* move libc declarations to one include flieJohn Kohl1990-01-291-5/+1
* comments after #endifJohn Kohl1990-01-181-1/+1
* add signal handling and recovery (SIGINT only)John Kohl1990-01-181-2/+35