summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-07-08getentropy for osx and solaris. will be needed for a portable releaseBob Beck
2014-07-08More KNF.Joel Sing
2014-07-08Avoid locking in BIO_get_port() by using getservbyname_r() instead ofJoel Sing
2014-07-08fix oops, accidental delete.. darn copying of files between machinesBob Beck
2014-07-08j should be an int, like repeatBob Beck
2014-07-08KNF.Joel Sing
2014-07-08KNF.Joel Sing
2014-07-08unbreak last commit - but same intent, make re-seed less expensiveBob Beck
2014-07-08More KNF.Joel Sing
2014-07-08Simplify various BIO_sock_* fuctions - less code, better variable names,Joel Sing
2014-07-08repeat calls to getentrypy() with the same pid likely indicate reseeds.Theo de Raadt
2014-07-08Document that shm_open() et al have been available since OpenBSD 5.4Matthew Dempsky
2014-07-04Track whether a process is a zombie or not yet fully built via flagsPhilip Guenther
2014-07-03Memory-leak-in-error-path of the day in X509_ATTRIBUTE_set1_data().Miod Vallat
2014-07-03rework some fflush text, as requestedJason McIntyre
2014-07-02Various small typographic fixes for mman.h manual pages:Matthew Dempsky
2014-07-02Memory leak in error path of the day, from clang via dhill@bitrig;Miod Vallat
2014-07-02Sync description of PROT_* flags between mmap.2 and mprotect.2Matthew Dempsky
2014-07-02pk7_doit.c r1.20 introduced a NULL check that ensures that the signatureJoel Sing
2014-07-02Remove more unused cruft.Joel Sing
2014-07-02KNF.Joel Sing
2014-07-01Avoid a NULL deref in i2d_ECPrivateKey() when an EC_KEY lacks the public keyMiod Vallat
2014-07-01Use a flag on the pthread_t to indicate that the thread's stack wasPhilip Guenther
2014-06-30simplify and unobfuscate a variable to fix a mem leak.Ted Unangst
2014-06-30fix the identical leak in three different files.Ted Unangst
2014-06-30sys/types.h rather than sys/param.h, where applicable. avoid overreach.Theo de Raadt
2014-06-30sort includes much more sensiblyTheo de Raadt
2014-06-30limits.h rather than sys/param.hTheo de Raadt
2014-06-29Free "data" when it's no longer in use.Loganaden Velvindron
2014-06-29Fix file descriptor leakLoganaden Velvindron
2014-06-29Remove yet another unused file... a backup copy (minus copyright andJoel Sing
2014-06-29KNF.Joel Sing
2014-06-29Remove another unused source file - I got suspicious when I found aJoel Sing
2014-06-29More KNF.Joel Sing
2014-06-29correct issetugid sense as spotted by Stijn van Drongelen.Theo de Raadt
2014-06-28Add a missing word.Jeremie Courreges-Anglas
2014-06-28Fix a memory leak and another one that occurs in the error paths.Loganaden Velvindron
2014-06-28Fix 9 memory leaks.Loganaden Velvindron
2014-06-28Fix 2 memory leaks.Loganaden Velvindron
2014-06-28Use strtonum() instead of atoi(), and then impose what are we thinkTheo de Raadt
2014-06-27Fix mmap() flag usage: explicitly specify MAP_PRIVATE and drop uselessMatthew Dempsky
2014-06-27zap unneccessary punctuation;Jason McIntyre
2014-06-27When building a BN on the stack in BN_div(), make sure to initialize all itsMiod Vallat
2014-06-27re-init and init code paths are now more shared, so the getpid()-basedTheo de Raadt
2014-06-27Cleanup ioctl.2 slightly:Matthew Dempsky
2014-06-27OpenBSD supports mmap() on block special files too.Matthew Dempsky
2014-06-27Split out mmap's compatibility flags into a separate section, so usersMatthew Dempsky
2014-06-27Revise wording to reflect that callers should always specify (exactly)Matthew Dempsky
2014-06-27extra evil spaces snuck in over the last whileTheo de Raadt
2014-06-27Move to a smaller rbytes buffer and skip a random part. Not toOtto Moerbeek