summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-11-23Merge from FreeBSD:Philip Guenther
2014-11-22mop up a barely started project... getting in the way of grepping the tree!Theo de Raadt
2014-11-22Fix incorrect escape.Anthony J. Bentley
2014-11-21MPE support, begone. ok teduTheo de Raadt
2014-11-21space needed between macro args and punctuation;Jason McIntyre
2014-11-21add ERRORS, HISTORY, AUTHORS, Copyright year, and some missing macros;Ingo Schwarze
2014-11-21Let crypt_checkpass() set EACCES after bcrypt_checkpass() failure;Ingo Schwarze
2014-11-21Initialize the xrun attribute to SIO_IGNORE in sio_sun_getpar(). FoundAlexandre Ratchov
2014-11-21libraries shouldnt print to stderr when things dont go their way.David Gwynne
2014-11-21evbuffer_read will return 0 one an end of file condition.David Gwynne
2014-11-21change prototype for crypt_newhash. the login_cap_t is a holdover from itsTed Unangst
2014-11-20One of these optimized stubs creates some incredibly subtle damage,Theo de Raadt
2014-11-20Oops, make sure camellia is compiled on platforms without an arch-specificMiod Vallat
2014-11-20split crypt_checkpass off into a new fileTed Unangst
2014-11-20Be more POSIXy by using blksize_t (a.k.a. int32) for st_blksize, rather than ...Kenneth R Westerback
2014-11-20Yet more #include de-duplication.Kenneth R Westerback
2014-11-20Add amd64 assembler versions of some standard functions to libc. TheReyk Floeter
2014-11-20zap some stray commas;Jason McIntyre
2014-11-20add evbuffer_expand to NAME;Jason McIntyre
2014-11-20put MLINKS in the order they appear in the man page, so i don;t go blindJason McIntyre
2014-11-20Document behavior of atexit() when called in a DSO that is later unloaded.Philip Guenther
2014-11-20Merge from FreeBSD:Philip Guenther
2014-11-20oops. malloc is in section 3.Ted Unangst
2014-11-20sbrk is long dead. clarify that the data segment is malloc and anon mmap.Ted Unangst
2014-11-20document the only macro i find useful when working with evbuffers.David Gwynne
2014-11-20might help to Xr evbuffer_new 3David Gwynne
2014-11-20im not good at grammar things.David Gwynne
2014-11-20use .Va to say errno is a variable.David Gwynne
2014-11-19fix erroneous capitalisation of a word in the middle of a sentence.David Gwynne
2014-11-19less worse escapes for \ from ingo. im sure there's a much nicer way toDavid Gwynne
2014-11-19use .In to specify includes.David Gwynne
2014-11-19ingo also points out we're documenting things that work withDavid Gwynne
2014-11-19ingo points outDavid Gwynne
2014-11-19i got sick of having to read the source code to know what theDavid Gwynne
2014-11-19BUGS is no longer relevant, according to nicm;Jason McIntyre
2014-11-19delete the KERN_VNODE sysctl. it fails to provide any isolation from theTed Unangst
2014-11-19Nuke yet more obvious #include duplications.Kenneth R Westerback
2014-11-19include camellia.h using the public include pathBrent Cook
2014-11-19Fix a memory leak with pkey in client key exchangeDoug Hogan
2014-11-19abort() doesn't call atexit handlers any morePhilip Guenther
2014-11-18add crypt_newhash to NAME and add an MLINK;Jason McIntyre
2014-11-18Argh, another bug introduced in r1.3; Dmitry Eremin-SolenikovMiod Vallat
2014-11-18Nuke some obvious #include duplications.Kenneth R Westerback
2014-11-18udf needs siphash to build.David Gwynne
2014-11-18Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov.Miod Vallat
2014-11-18Enable the build of GOST routines in libcrypto. Riding upon the CammeliaMiod Vallat
2014-11-18Enable the build of GOST routines in libcrypto. Riding upon the CammeliaMiod Vallat
2014-11-18More missing error checks I forgot to commit last week, part of the largeMiod Vallat
2014-11-18Return success in param_copy_gost01() if there is no private key to copy;Miod Vallat
2014-11-18further BUF_strdup conversion: these places should be safe to rely onTed Unangst