summaryrefslogtreecommitdiff
path: root/openbsd-compat/readpassphrase.c
AgeCommit message (Collapse)Author
2005-11-10 - (dtucker) [openbsd-compat/readpassphrase.c] Update from OpenBSD 1.16 -> 1.18.Darren Tucker
2005-11-10 - (dtucker) [openbsd-compat/{LOTS}] Move the "OPENBSD ORIGINAL" markers toDarren Tucker
after the copyright notices. Having them at the top next to the CVSIDs guarantees a conflict for each and every sync.
2005-05-24restore portable-specific tweakDamien Miller
2005-05-24nicer fix from millert@Damien Miller
2005-05-24 - (djm) [openbsd-compat/readpassphrase.c] bz #950: Retry tcsetattr to ensureDamien Miller
terminal modes are reset correctly. Fix from peak AT argo.troja.mff.cuni.cz; "looks ok" dtucker@
2003-11-24 - (djm) Annotate OpenBSD-derived files in openbsd-compat/ with originalDamien Miller
source file path (in OpenBSD tree).
2003-08-25 - (bal) openbsd-compat/ OpenBSD updates. Mostly licensing, ansificationsBen Lindstrom
and minor fixes.
2002-09-11 - (djm) Sync openbsd-compat with OpenBSD -currentDamien Miller
2002-05-01 - (djm) Fix readpassphase compilation for systems which have itDamien Miller
2002-02-14oops, remove some debugging junk that crept inDamien Miller
2002-02-13unbreakDamien Miller
2002-02-13 - (djm) Sync openbsd-compat with OpenBSD CVS tooDamien Miller
2001-10-25 - (bal) Use VDISABLE if _POSIX_VDISABLE is set in readpassphrase.c. PatchBen Lindstrom
by todd@
2001-06-29 - (bal) Fixed _DISABLE_VPOSIX in readpassphrase.c.Ben Lindstrom
2001-06-27 - (djm) Sync with -current openbsd-compat/readpassphrase.c:Damien Miller
- djm@cvs.openbsd.org 2001/06/27 13:23:30 typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@
2001-06-25 - (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux andDamien Miller
Solaris