summaryrefslogtreecommitdiffstats
path: root/crypto/des/read_pwd.c
AgeCommit message (Collapse)Author
2001-02-22Use e_os2.h rather than opensslconf.h, since some needed macros areRichard Levitte
defined there.
2001-02-20Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte
get a chance to be defined.
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
missed any. This compiles and runs on Linux, and external applications have no problems with it. The definite test will be to build this on VMS.
2001-02-19Make all configuration macros available for application by makingRichard Levitte
sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
2000-09-21Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte
2000-09-09Fix some CygWin problems.Ulf Möller
2000-05-15MacOS changes.Ulf Möller
1999-12-26MacOS updates. Initial support for GUSI (MacOS socket implementation)Andy Polyakov
is added.
1999-12-19Even more late break-in MacOS tidbits...Andy Polyakov
1999-09-11Initial support for MacOS.Andy Polyakov
This will soon be complemented with MacOS specific source code files and INSTALL.MacOS. I (Andy) have decided to get rid of a number of #include <sys/types.h>. I've verified it's ok (both by examining /usr/include/*.h and compiling) on a number of Unix platforms. Unfortunately I don't have Windows box to verify this on. I really appreciate if somebody could try to compile it and contact me a.s.a.p. in case a problem occurs. Submitted by: Roy Wood <roy@centricsystems.ca> Reviewed by: Andy Polyakov <appro@fy.chalmers.se>
1999-07-15More DES library cleanups: remove references to srand/randUlf Möller
and delete an unused file.
1999-06-09Some pre-POSIX systems don't have unistd.h (but e.g. lib.c).Bodo Möller
Allow configuring the name of that header file.
1999-06-07Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller
a pain to read when using 4-space tabs.
1999-05-28Include <stdio.h>.Bodo Möller
1999-05-13VMS support.Ulf Möller
Submitted by: Richard Levitte <richard@levitte.org>
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-14Some tiny fixes.Bodo Möller
Submitted by: Reviewed by: PR: Submitted by: Reviewed by: PR:
1999-04-10Install signal handler if we are using sigaction.Ben Laurie
1999-04-08Be more optimistic about the availability of termios for ~ECHO,Bodo Möller
because sgtty emulation tends to fail on various systems. Submitted by: Reviewed by: PR:
1999-03-08Various fixes to Win32, update ssleay.num, libeay.num, shuffle various #ifdefsDr. Stephen Henson
around so more options appear in e_os.h
1999-03-05Workaround for a Win95 console bug triggered by the password read stuff.Dr. Stephen Henson
1999-02-23Fix more warnings.Ben Laurie
1999-02-13Finally(?) fix DES stuff.Ben Laurie
1999-02-13Fix ghastly DES declarations, and all consequential warnings.Ben Laurie
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall