summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* egd support is too dangerous to leave where somebody might find it.tedu2014-04-186-244/+4
| | | | ok deraadt.
* 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
| | | | ok tedu@
* igetest.c moved to regress we don't need another copyjsg2014-04-182-1006/+0
| | | | ok miod@
* fix another potential double freejsg2014-04-182-4/+4
| | | | ok miod@ lteo@ jca@
* -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
| | | | ok miod@
* Unifdef OPENSSL_FIPS.jsing2014-04-183-25/+0
| | | | ok miod@
* 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
| | | | ok deraadt
* 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
| | | | ok miod@ lteo@
* no need for a variable which is hardcoded and only used in an snprintf,sthen2014-04-172-26/+18
| | | | ok giovanni@. tidy comments nearby while there.
* 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
| | | | ok miod
* Some VMS and WIN32 cleanupgiovanni2014-04-172-56/+10
| | | | ok miod@ lteo@
* 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
|
* OpenBSD isn't NetWare or Windows, and it has SIGPIPE.matthew2014-04-171-11/+0
| | | | ok lteo miod
* There are no plans to ever build this with the Metrojerks compiler.miod2014-04-174-40/+4
|
* Remove support for big-endian i386 and amd64.miod2014-04-176-44/+2
| | | | | | | | | | | | | Before someone suggests the OpenSSL people are junkies, here is what they mention about this: /* Most will argue that x86_64 is always little-endian. Well, * yes, but then we have stratus.com who has modified gcc to * "emulate" big-endian on x86. Is there evidence that they * [or somebody else] won't do same for x86_64? Naturally no. * And this line is waiting ready for that brave soul:-) */ So, yes, they are on drugs. But they are not alone, the stratus.com people are, too.
* since we're replacing LIST_SEPARATOR_CHAR with ':', no point using %csthen2014-04-171-1/+1
| | | | in the help printf
* Mostly gut e_os.h:deraadt2014-04-1759-134/+105
| | | | | | | | USE_SOCKETS is unrelated to using sockets, but just pulls in .h files. It makes every file buy a kitchen sink, because 11 files forgot to. EXIT() is really exit(), a gentle surprise but... OPENSSL_EXIT() is really just return(), because noone compiles the openssl command non-monolithic anymore
* malloc + memset 0 -> callocmiod2014-04-172-44/+4
| | | | | (not that it matters much as this is in disabled code, for we don't build with zlib support)
* dead codetedu2014-04-171-2/+0
|
* -Walltedu2014-04-173-3/+7
|