Age | Commit message (Expand) | Author |
2015-08-30 | Use nanosleep instead of sleep to avoid the extra layer and simplify later | Philip Guenther |
2015-08-29 | Now that SSLv3 is going away, TLS_* and SSLv23 are equivalent. | Doug Hogan |
2015-08-29 | Delete s3_meth.c since it was only for SSLv3 support. | Doug Hogan |
2015-08-29 | Remove SSLv3 method data structs and unlink s3_meth.c from the build. | Doug Hogan |
2015-08-29 | Add Symbols.map to CLEANFILES | Theo de Raadt |
2015-08-28 | Remove lies about openpty(4) searching for a free pseudo-tty by iterating | Mark Kettenis |
2015-08-28 | Rework the UNIX domain socket garbage collector, including ideas from | Philip Guenther |
2015-08-28 | Kill coverity 128475 | Bob Beck |
2015-08-27 | Improve libtls error messages. | Joel Sing |
2015-08-27 | Split the persistent/configuration flags from temporary state flags and | Joel Sing |
2015-08-27 | Change AEAD out_len argument to size_t instead of ssize_t - while here, | Joel Sing |
2015-08-27 | use explicit_bzero to clear some memory that had creds in it instead of | David Gwynne |
2015-08-27 | fix comment | Philip Guenther |
2015-08-27 | Make functions that are internal to tls verify static. | Joel Sing |
2015-08-27 | Crank major version for libssl and libtls due to SSLv3 removal. | Doug Hogan |
2015-08-27 | Remove SSLv3 support from LibreSSL. | Doug Hogan |
2015-08-27 | ELF uberalles: remove #ifdef _NLIST_DO_ELF tests | Philip Guenther |
2015-08-27 | Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internal | Philip Guenther |
2015-08-27 | Move the __rand48_* declarations into rand48.h, and then hide both them | Philip Guenther |
2015-08-26 | More overflow checks in XML_GetBuffer(), adapted from FreeBSD security | Miod Vallat |
2015-08-26 | Put back local changes (revisions 1.2 to 1.4), which unfortunately got lost in | Miod Vallat |
2015-08-26 | tweak previous; | Jason McIntyre |
2015-08-26 | use ENAMETOOLONG instead of EINVAL for errno when string overflow occurs. | Sebastien Marie |
2015-08-26 | Add TIOCGETA to the tame list for TAME_IOCTL. | Doug Hogan |
2015-08-26 | Convert paths argument of tame(2) to const char **. | Doug Hogan |
2015-08-26 | Sync with other per-arch Symbols.list files | Philip Guenther |
2015-08-26 | Oh yeah, crank the major. You talk about something and then your mind | Philip Guenther |
2015-08-26 | Hide many (194!) symbols that nothing should be using. | Philip Guenther |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2015-08-25 | Fix latter vs later. From jmc@ | Philip Guenther |
2015-08-25 | Document kbind(2) | Philip Guenther |
2015-08-25 | unify versions, so they are easier to diff. | Theo de Raadt |
2015-08-25 | KNF | Theo de Raadt |
2015-08-25 | catch up | Miod Vallat |
2015-08-24 | When an option is not recognized call the processing function with | Martin Pieuchot |
2015-08-23 | Make __cerror() use the per-thread errno location if r2 isn't zero. This way | Mark Kettenis |
2015-08-23 | Fetch the _GLOBAL_OFFSET_TABLE_ pointer in a way that's compatible with the | Mark Kettenis |
2015-08-23 | Set up r30 with the _GLOBAL_OFFSET_TABLE_ pointer as required by the | Mark Kettenis |
2015-08-23 | restore codeset checking: we shouldn't silency fallback to ASCII codeset. | Sebastien Marie |
2015-08-22 | Move to tame(int flags, char *paths[]) API/ABI. | Theo de Raadt |
2015-08-22 | Explicitly list the symbols permitted to be exported by libc. | Philip Guenther |
2015-08-22 | Unify error message between client and server. | Joel Sing |
2015-08-22 | SSL_set_app_data is a macro for SSL_set_ex_data(), which is a wrapper | Joel Sing |
2015-08-22 | Store a reference to the libtls context in the SSL client connection app | Joel Sing |
2015-08-22 | Make tls_read()/tls_write always set outlen to zero on error - this got | Joel Sing |
2015-08-21 | Improve zcalloc(), making it always reallocarray, never calloc(). | Theo de Raadt |
2015-08-21 | Whitelist TIOCGPGRP (for tcgetpgrp()) in TAME_IOCTL. | Doug Hogan |
2015-08-20 | Got stdlib.h -> do not need to cast from void * | Theo de Raadt |
2015-08-20 | All these files include <stdlib.h>, so do not need to cast | Theo de Raadt |
2015-08-20 | remove cast of malloc(), since stdlib.h is included | Theo de Raadt |