aboutsummaryrefslogtreecommitdiff
path: root/apps/rehash.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-29Replace strdup() with OPENSSL_strdup()Todd Short1-5/+9
2018-04-25openssl rehash: exit 0 on warnings, same as c_rehashRichard Levitte1-5/+6
2018-04-12openssl rehash: use libcrypto variables for default dirRichard Levitte1-3/+4
2018-03-12openssl rehash: no more need to massage the files on VMSRichard Levitte1-19/+0
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte1-0/+1
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda1-1/+1
2017-08-22Fix ctype arguments.Pauli1-1/+1
2017-06-30Cleanup some copyright stuffRich Salz1-6/+1
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-6/+6
2017-05-02Convert uses of snprintf to BIO_snprintfRich Salz1-10/+10
2017-02-23Check for the presence of _WIN32 rather than its value.Richard Levitte1-2/+2
2017-02-23In apps/rehash.c, decorate the inclusion of internal/o_dir.h for VMSRichard Levitte1-0/+16
2017-02-23On VMS, massage the fetch file names to remove the generation numberRichard Levitte1-0/+19
2017-02-22Make "openssl rehash" work on VMS 8.3 and upRichard Levitte1-2/+16
2016-10-14Constify command optionsFdaSilvaYY1-2/+2
2016-09-14Add -h and -help for c_rehash script and appRich Salz1-0/+1
2016-07-22Add mask for newly created symlink.Dr. Stephen Henson1-0/+1
2016-07-22Check suffixes properly.Dr. Stephen Henson1-2/+4
2016-07-22use correct name for duplicateDr. Stephen Henson1-2/+2
2016-06-02GH1123: sort dir before rehashRich Salz1-3/+25
2016-06-02Build the 'openssl rehash' command on VMS version 8.3 and upRichard Levitte1-2/+6
2016-05-17Copyright consolidation 01/10Rich Salz1-53/+9
2016-04-18Make string_to_hex/hex_to_string publicRich Salz1-1/+1
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-2/+2
2015-09-25GH408 follow-on: update buflenAlessandro Ghedini1-1/+5
2015-09-24fix compilation on SolarisVladimir Kotal1-3/+2
2015-09-17RT4033: Use OPENSSL_SYS_UNIX not "unix"Rich Salz1-2/+2
2015-09-10Unwriteable directories are errorsRich Salz1-1/+1
2015-09-08Fix rehash/c_rehash doc and behavior.Rich Salz1-0/+4
2015-09-08Fix uninit warning. Remove unnecessary casts. Nothing to add is an error.Ben Laurie1-5/+10
2015-09-07add support for apple os/xRich Salz1-3/+2
2015-09-07GH391: Apple portRich Salz1-28/+57
2015-09-06fix build breakage on windowsRich Salz1-0/+3
2015-09-06Fix typo, that broke build on non-unixRich Salz1-1/+1
2015-09-06Add rehash command to opensslTimo Teras1-0/+451