| Commit message (Expand) | Author | Age | Files | Lines |
* | #undef _POSIX_C_SOURCE in ui_openssl.c ruined IRIX builds. Comment on why | Andy Polyakov | 2004-01-27 | 1 | -1/+5 |
* | Use sh explicitely to run point.sh | Richard Levitte | 2003-12-27 | 1 | -1/+1 |
* | Use BUF_strlcpy() instead of strcpy(). | Richard Levitte | 2003-12-27 | 1 | -6/+7 |
* | Netware-specific changes, | Richard Levitte | 2003-11-28 | 1 | -2/+8 |
* | Make sure the sigaction structure and fileno function are properly declared w... | Richard Levitte | 2003-06-04 | 1 | -5/+8 |
* | Armor against systems without ranlib... | Lutz Jänicke | 2003-01-16 | 1 | -1/+1 |
* | Correct a misleading comment. | Richard Levitte | 2003-01-13 | 1 | -1/+1 |
* | UI_UTIL_read_pw() misinterpreted the values returned from UI functions. | Richard Levitte | 2003-01-13 | 1 | -2/+4 |
* | tty_in will never be stderr, so it will always be closed, which means stdin | Richard Levitte | 2003-01-13 | 1 | -1/+1 |
* | Only check for a result buffer if the allocated string is a prompt string. | Richard Levitte | 2002-12-05 | 1 | -1/+2 |
* | Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au> | Richard Levitte | 2002-12-03 | 1 | -3/+0 |
* | Cleanse memory using the new OPENSSL_cleanse() function. | Richard Levitte | 2002-11-28 | 2 | -2/+2 |
* | WinCE patches | Richard Levitte | 2002-11-15 | 2 | -2/+13 |
* | Correct support for SunOS 4.1.3_U1. | Richard Levitte | 2002-11-13 | 1 | -1/+5 |
* | Security fixes brought forward from 0.9.7. | Ben Laurie | 2002-11-13 | 2 | -9/+10 |
* | Add a few more VxWorks targets. | Richard Levitte | 2002-10-09 | 1 | -2/+2 |
* | Use double dashes so makedepend doesn't misunderstand the flags we | Richard Levitte | 2002-10-09 | 1 | -1/+1 |
* | Make sure that the signal storage is regarded as volatile. | Richard Levitte | 2002-09-25 | 1 | -1/+1 |
* | In UI_UTIL_read_pw(), we should look at the size parameter, not at BUFSIZ. | Richard Levitte | 2002-07-11 | 1 | -2/+5 |
* | Pass CFLAG to dependency makers, so non-standard system include paths are | Richard Levitte | 2002-06-27 | 1 | -1/+1 |
* | Add support for DJGPP. | Richard Levitte | 2002-06-13 | 1 | -1/+1 |
* | One place where VMS wasn't changed to OPENSSL_SYS_VMS... | Richard Levitte | 2002-05-09 | 1 | -1/+1 |
* | Correct the mapping for des_read_pw() | Richard Levitte | 2002-03-26 | 1 | -1/+1 |
* | Add the configuration target VxWorks. | Richard Levitte | 2002-02-14 | 1 | -1/+7 |
* | 'make update' | Richard Levitte | 2002-02-05 | 1 | -2/+6 |
* | With the changed des_old API, let's complete the work by renaming the | Richard Levitte | 2002-02-05 | 5 | -113/+150 |
* | make update | Richard Levitte | 2002-01-24 | 1 | -1/+2 |
* | Security fix. | Ben Laurie | 2001-12-20 | 1 | -22/+17 |
* | Due to an increasing number of clashes between modern OpenSSL and | Richard Levitte | 2001-10-24 | 2 | -6/+6 |
* | Make the necessary changes to work with the recent "ex_data" overhaul. | Geoff Thorpe | 2001-09-01 | 1 | -7/+4 |
* | The indexes returned by ***_get_ex_new_index() functions are used when | Geoff Thorpe | 2001-08-12 | 1 | -3/+4 |
* | make update | Richard Levitte | 2001-07-31 | 1 | -3/+5 |
* | Really add the EVP and all of the DES changes. | Ben Laurie | 2001-07-31 | 1 | -5/+3 |
* | Tidy up "cvs update" output a bit. | Geoff Thorpe | 2001-07-23 | 1 | -0/+2 |
* | One forgotten function. | Richard Levitte | 2001-07-11 | 1 | -0/+8 |
* | Change info to correct values. | Richard Levitte | 2001-07-05 | 5 | -15/+15 |
* | Make sure we don't return 0 on error. | Richard Levitte | 2001-06-24 | 1 | -0/+5 |
* | make update | Richard Levitte | 2001-06-23 | 1 | -6/+7 |
* | Do not loop i the OpenSSL UI method any more. Instead, letthe | Richard Levitte | 2001-06-23 | 1 | -28/+32 |
* | make update | Richard Levitte | 2001-06-23 | 1 | -0/+7 |
* | Implement boolean (yes/no or OK/Cancel, ...) input. | Richard Levitte | 2001-06-23 | 3 | -53/+398 |
* | In UI_dup_*() function, use the duped string, not the original. | Dr. Stephen Henson | 2001-06-23 | 1 | -3/+5 |
* | Since there is a way to create UI_METHODs, implement a destructor as | Richard Levitte | 2001-06-20 | 3 | -17/+19 |
* | The default flag should be for default passwords only. Otherwise, | Richard Levitte | 2001-06-19 | 1 | -4/+4 |
* | Enhance the user interface with better support for dialog box | Richard Levitte | 2001-06-19 | 4 | -95/+263 |
* | For MSDOS, the tty filename still is "con", not "/dev/tty" ... | Bodo Möller | 2001-06-11 | 1 | -2/+7 |
* | Earlier OpenSSL versions printed prompts to stderr. | Bodo Möller | 2001-06-11 | 1 | -38/+39 |
* | Initialize UI ex_data. | Dr. Stephen Henson | 2001-06-11 | 1 | -1/+1 |
* | Don't forget to initialise. | Richard Levitte | 2001-06-07 | 1 | -0/+2 |
* | Defining __USE_XOPEN_EXTENDED was the wrong thing. Instead, define | Richard Levitte | 2001-06-05 | 1 | -1/+2 |