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