aboutsummaryrefslogtreecommitdiffstats
path: root/apps/rehash.c
Commit message (Expand)AuthorAgeFilesLines
* Convert uses of snprintf to BIO_snprintfRich Salz2017-05-021-10/+10
* Check for the presence of _WIN32 rather than its value.Richard Levitte2017-02-231-2/+2
* In apps/rehash.c, decorate the inclusion of internal/o_dir.h for VMSRichard Levitte2017-02-231-0/+16
* On VMS, massage the fetch file names to remove the generation numberRichard Levitte2017-02-231-0/+19
* Make "openssl rehash" work on VMS 8.3 and upRichard Levitte2017-02-221-2/+16
* Constify command optionsFdaSilvaYY2016-10-141-2/+2
* Add -h and -help for c_rehash script and appRich Salz2016-09-141-0/+1
* Add mask for newly created symlink.Dr. Stephen Henson2016-07-221-0/+1
* Check suffixes properly.Dr. Stephen Henson2016-07-221-2/+4
* use correct name for duplicateDr. Stephen Henson2016-07-221-2/+2
* GH1123: sort dir before rehashRich Salz2016-06-021-3/+25
* Build the 'openssl rehash' command on VMS version 8.3 and upRichard Levitte2016-06-021-2/+6
* Copyright consolidation 01/10Rich Salz2016-05-171-53/+9
* Make string_to_hex/hex_to_string publicRich Salz2016-04-181-1/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-2/+2
* GH408 follow-on: update buflenAlessandro Ghedini2015-09-251-1/+5
* fix compilation on SolarisVladimir Kotal2015-09-241-3/+2
* RT4033: Use OPENSSL_SYS_UNIX not "unix"Rich Salz2015-09-171-2/+2
* Unwriteable directories are errorsRich Salz2015-09-101-1/+1
* Fix rehash/c_rehash doc and behavior.Rich Salz2015-09-081-0/+4
* Fix uninit warning. Remove unnecessary casts. Nothing to add is an error.Ben Laurie2015-09-081-5/+10
* add support for apple os/xRich Salz2015-09-071-3/+2
* GH391: Apple portRich Salz2015-09-071-28/+57
* fix build breakage on windowsRich Salz2015-09-061-0/+3
* Fix typo, that broke build on non-unixRich Salz2015-09-061-1/+1
* Add rehash command to opensslTimo Teras2015-09-061-0/+451