Age | Commit message (Expand) | Author |
2016-09-01 | delete wrong cvs $ tags | Theo de Raadt |
2016-09-01 | bump | Otto Moerbeek |
2016-09-01 | Less lock contention by using more pools for mult-threaded programs. | Otto Moerbeek |
2016-09-01 | black magic for sparc page size can go | Ted Unangst |
2016-09-01 | remove references to sparc | Ted Unangst |
2016-09-01 | Update list of ioctls for the audio promise. Suggested by jmc@, thanks. | Alexandre Ratchov |
2016-09-01 | remove sparc support | Ted Unangst |
2016-09-01 | Mention explicit_bzero(3); ok jmc | Martin Natano |
2016-09-01 | retire sparc | Ted Unangst |
2016-09-01 | retire sparc | Ted Unangst |
2016-09-01 | retire the sparc library code | Ted Unangst |
2016-08-31 | Crank minor due to API addition | Bob Beck |
2016-08-31 | Avoid undefined-behavior right-shifting by a word-size # of bits. | Brent Cook |
2016-08-31 | Bring in functions used by stunnel and exim from BoringSSL - this brings | Bob Beck |
2016-08-31 | Fix some very unnecessary convoultion. | Bob Beck |
2016-08-30 | Use struct stat for storing attributes in fusebufs, because using struct | Martin Natano |
2016-08-30 | Use a constant format string and output the variable part with %s | Philip Guenther |
2016-08-30 | Use O_CLOEXEC when opening fds local to a function | Philip Guenther |
2016-08-29 | Store the return value of mbrtowc() in a size_t, not int. | Todd C. Miller |
2016-08-28 | Don't call lstat() before readlink() just to see if it's a symlink, | Philip Guenther |
2016-08-27 | Stop recommending the non-standard and slightly dangerous fgetln(3). | Ingo Schwarze |
2016-08-27 | When a precision is specified for a string format use strnlen() | Todd C. Miller |
2016-08-27 | Be more strict when parsing TLS extensions. | Joel Sing |
2016-08-27 | improve revision 1.2: in unusual cases, fgetwc(3) can succeed | Ingo Schwarze |
2016-08-27 | Pull in <stdio.h> for NULL | Philip Guenther |
2016-08-27 | Pull in <stdio.h> for NULL | Philip Guenther |
2016-08-27 | Pull in <stdio.h> for NULL | Philip Guenther |
2016-08-27 | Pull in <sys/time.h> for struct timespec | Philip Guenther |
2016-08-26 | Pull in <time.h> for clock_gettime() | Philip Guenther |
2016-08-25 | After read errors, fgetln(3) sometimes succeeded (returning non-NULL) | Ingo Schwarze |
2016-08-24 | set the error indicator on malloc(3) failure; | Ingo Schwarze |
2016-08-22 | Various clean up and reorganisation of the connection info handling code. | Joel Sing |
2016-08-22 | Stick with the usual 'if NULL return NULL' idiom. | Joel Sing |
2016-08-22 | Bump TLS_API due to the addition of server side SNI functions. | Joel Sing |
2016-08-22 | Bump libtls minor due to the addition of symbols. | Joel Sing |
2016-08-22 | Provide an API that enables server side SNI support - add the ability to | Joel Sing |
2016-08-22 | Create contexts for server side SNI - these include the additional SSL_CTX | Joel Sing |
2016-08-21 | bugfix: when fgetwc(3) fails, fgetwln(3) must fail as well; | Ingo Schwarze |
2016-08-21 | fix obvious typo in the .Dt section number | Ingo Schwarze |
2016-08-20 | Sync connect_wait() example with its real usage in ftp(1). | Todd C. Miller |
2016-08-20 | Declare all _asr_* debug functions as hidden. | Jeremie Courreges-Anglas |
2016-08-18 | Add an EXAMPLES section that illustrates how to deal with connect(2) | Todd C. Miller |
2016-08-18 | Split out the TLS server SSL_CTX allocation and configuration code, so | Joel Sing |
2016-08-18 | Rework parts of the libtls man page for clarity. Split out the connection | Joel Sing |
2016-08-17 | % is escaped with more %, not backslash. | Ted Unangst |
2016-08-17 | Generate syslog warnings for %s fmt strings NULL to "(null)" conversions. | Theo de Raadt |
2016-08-17 | wrterror() is fatal, delete dead code; ok tom@ natano@ tedu@ | Otto Moerbeek |
2016-08-15 | The tls_conninfo serial is also unused. | Joel Sing |
2016-08-15 | Group conninfo fields by connection and peer cert based information, | Joel Sing |
2016-08-15 | Fix some style(9) issues. | Joel Sing |