summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Put the final pieces from e_os.h in the required places, and remove it.deraadt2014-04-1828-204/+9
* blank lines between decls and codetedu2014-04-182-0/+10
* These files were never installed in the past, and are not generallyderaadt2014-04-1845-1465/+0
* Use asprintf() for generating path, instead of multiplederaadt2014-04-181-7/+1
* in CONF_get1_default_config_file(), don't calculate a buffer size,deraadt2014-04-182-30/+10
* More KNF.jsing2014-04-182-152/+160
* another round of chemo for the RAND code to provide clarity.tedu2014-04-189-761/+172
* More KNF.jsing2014-04-1814-850/+1070
* egd support is too dangerous to leave where somebody might find it.tedu2014-04-186-244/+4
* More KNF.jsing2014-04-1814-928/+1028
* unistd.h for protos where neededderaadt2014-04-1814-0/+14
* define RFILE only in the file that needs itderaadt2014-04-183-11/+2
* More KNF.jsing2014-04-1834-1030/+1324
* add braces missed when fixing leaksjsg2014-04-182-2/+4
* KNF, since this is no longer script generatedderaadt2014-04-181-172/+171
* simplify file:file:... stuffderaadt2014-04-1812-14/+13
* More KNF.jsing2014-04-1822-1328/+1626
* More KNF.jsing2014-04-1816-406/+390
* whitespace normalizationtedu2014-04-188-91/+81
* repair whitespace. this is what happens when functions take 20 params.tedu2014-04-181-20/+20
* Remove MAIN and PROG defines now that we do not compile non-monolithic.jsing2014-04-1847-180/+93
* igetest.c moved to regress we don't need another copyjsg2014-04-182-1006/+0
* fix another potential double freejsg2014-04-182-4/+4
* -netwaretedu2014-04-182-12/+4
* undef NETWARE_CLIB and NETWARE_LIBCtedu2014-04-181-15/+0
* unterminated commenttedu2014-04-181-1/+1
* KaboomNFtedu2014-04-1851-13869/+12180
* spelling fix from Micha Borrmann on openssl-devtedu2014-04-181-1/+1
* blunt force knftedu2014-04-1838-2490/+1848
* Remove support for unwanted operating systems.jsing2014-04-183-82/+0
* Unifdef OPENSSL_FIPS.jsing2014-04-183-25/+0
* lob a few more knf grenades in here to soften things up.tedu2014-04-18108-3592/+1998
* putting most of the braces in the right column is the very least we can do.tedu2014-04-18108-4060/+4068
* whack a bunch of disabled code. ok beck lteotedu2014-04-1716-486/+6
* Make MONOLITH the default and only optionmatthew2014-04-175-52/+3
* stab at indentationtedu2014-04-1710-1474/+1450
* don't fake up SSIZE_MAXtedu2014-04-172-16/+0
* more windows/netware leftoverstedu2014-04-174-44/+6
* delete if 0 codetedu2014-04-178-154/+28
* more spring VMS cleanupgiovanni2014-04-176-28/+0
* no need for a variable which is hardcoded and only used in an snprintf,sthen2014-04-172-26/+18
* Use !defined() rather than empty().miod2014-04-171-2/+2
* oops, exit vs return; spotted by matthewderaadt2014-04-177-7/+7
* unistd.h exposed after -Wall after e_os.h stops doing so; spotted by matthewderaadt2014-04-175-0/+5
* no longer need to fool emacs indentation and other if (0) oddities.tedu2014-04-175-23/+7
* always build in RSA and DSA. ok deraadt miodtedu2014-04-1727-416/+6
* kill REF_PRINT/REF_CHECK debugging framework noone would usederaadt2014-04-1737-526/+8
* Some VMS and WIN32 cleanupgiovanni2014-04-172-56/+10
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-1726-476/+16
* SHA and AES (and sadly MD5) can't be considered optional. ok beck miodtedu2014-04-174-34/+0