aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des/read_pwd.c
Commit message (Collapse)AuthorAgeFilesLines
* RT3548: Remove unsupported platformsRich Salz2015-01-121-22/+3
| | | | | | | This last one for this ticket. Removes WIN16. So long, MS_CALLBACK and MS_FAR. We won't miss you. Reviewed-by: Richard Levitte <levitte@openssl.org>
* RT3548: Remove unsupported platforms.Rich Salz2014-12-221-6/+0
| | | | | | This commit removes MPE/iX Reviewed-by: Andy Polyakov <appro@openssl.org>
* RT3543: Remove #ifdef LINTRich Salz2014-12-101-3/+0
| | | | | | | I also replaced some exit/return wrappers in various programs (from main) to standardize on return. Reviewed-by: Richard Levitte <levitte@openssl.org>
* RT3544: Remove MWERKS supportRich Salz2014-09-241-11/+3
| | | | | | | | | | | | The following #ifdef tests were all removed: __MWERKS__ MAC_OS_pre_X MAC_OS_GUSI_SOURCE MAC_OS_pre_X OPENSSL_SYS_MACINTOSH_CLASSIC OPENSSL_SYS_MACOSX_RHAPSODY Reviewed-by: Andy Polyakov <appro@openssl.org>
* Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz2014-08-091-1/+1
| | | | Undo unapproved commit that removed DJGPP and WATT32
* Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz2014-08-081-1/+1
| | | | | | DJGPP is no longer a supported platform. Remove all #ifdef, etc., cases that refer to it. DJGPP also #define'd WATT32, so that is now removed as well.
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
| | | | I've covered all the memset()s I felt safe modifying, but may have missed some.
* WinCE patchesRichard Levitte2002-11-151-14/+24
|
* Add a few more VxWorks targets.Richard Levitte2002-10-091-2/+2
| | | | | | | | | Correct misspelled VXWORKS macros. Add VXWORKS identifying macros to e_os2.h. Add required inclusions and mappings for VxWorks in e_os.h. A few small modifications to make OpenSSL build and work on VxWorks. PR: 253, except for the change that was handled in an earlier commit, and a request for easy build of just parts of OpenSSL.
* Add support for DJGPP.Richard Levitte2002-06-131-1/+1
| | | | PR: 75
* disable '#ifdef DEBUG' sectionsBodo Möller2002-02-281-1/+1
|
* Add the configuration target VxWorks.Richard Levitte2002-02-141-1/+7
|
* Use e_os2.h rather than opensslconf.h, since some needed macros areRichard Levitte2001-02-221-1/+1
| | | | defined there.
* Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte2001-02-201-1/+1
| | | | get a chance to be defined.
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-21/+21
| | | | | | | 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.
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+2
| | | | | | | | | | | | 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.
* Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte2000-09-211-0/+6
|
* Fix some CygWin problems.Ulf Möller2000-09-091-1/+1
|
* MacOS changes.Ulf Möller2000-05-151-5/+7
|
* MacOS updates. Initial support for GUSI (MacOS socket implementation)Andy Polyakov1999-12-261-2/+2
| | | | is added.
* Even more late break-in MacOS tidbits...Andy Polyakov1999-12-191-1/+5
|
* Initial support for MacOS.Andy Polyakov1999-09-111-2/+11
| | | | | | | | | | | | | | 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>
* More DES library cleanups: remove references to srand/randUlf Möller1999-07-151-4/+0
| | | | and delete an unused file.
* Some pre-POSIX systems don't have unistd.h (but e.g. lib.c).Bodo Möller1999-06-091-1/+2
| | | | Allow configuring the name of that header file.
* Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1999-06-071-5/+5
| | | | a pain to read when using 4-space tabs.
* Include <stdio.h>.Bodo Möller1999-05-281-0/+1
|
* VMS support.Ulf Möller1999-05-131-6/+13
| | | | Submitted by: Richard Levitte <richard@levitte.org>
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-11/+0
|
* Change functions to ANSI C.Ulf Möller1999-04-191-27/+10
|
* Some tiny fixes.Bodo Möller1999-04-141-1/+1
| | | | | | | | | | Submitted by: Reviewed by: PR: Submitted by: Reviewed by: PR:
* Install signal handler if we are using sigaction.Ben Laurie1999-04-101-1/+7
|
* Be more optimistic about the availability of termios for ~ECHO,Bodo Möller1999-04-081-0/+15
| | | | | | | because sgtty emulation tends to fail on various systems. Submitted by: Reviewed by: PR:
* Various fixes to Win32, update ssleay.num, libeay.num, shuffle various #ifdefsDr. Stephen Henson1999-03-081-5/+1
| | | | around so more options appear in e_os.h
* Workaround for a Win95 console bug triggered by the password read stuff.Dr. Stephen Henson1999-03-051-0/+23
|
* Fix more warnings.Ben Laurie1999-02-231-11/+19
|
* Finally(?) fix DES stuff.Ben Laurie1999-02-131-1/+1
|
* Fix ghastly DES declarations, and all consequential warnings.Ben Laurie1999-02-131-1/+1
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-4/+44
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+419