Age | Commit message (Expand) | Author |
2015-05-04 | Add SwissSign CA root certificates. Requested by robert@, ok dcoppa@ aja@ miod@ | Stuart Henderson |
2015-05-04 | Use the size of the buffer not the pointer in a call to mem_free(). | Jonathan Gray |
2015-04-30 | use strdup() to init string | Theo de Raadt |
2015-04-29 | Delete the duplicated sched_{policy,param} members from the internal struct | Philip Guenther |
2015-04-29 | Add whitespace and replace OPENSSL_free with free in documentation. | Doug Hogan |
2015-04-29 | Call CBB_add_space() rather than reimplementing it. | Doug Hogan |
2015-04-29 | Rename cbb_buffer_add_u to cbb_add_u and remove redundant code. | Doug Hogan |
2015-04-29 | Added len_len error checking for internal cbb_buffer_add_u(). | Doug Hogan |
2015-04-29 | Call CBS_mem_equal() rather than reimplementing it. | Doug Hogan |
2015-04-29 | Avoid NULL deref in CBS_get_any_asn1_element(). | Doug Hogan |
2015-04-29 | Added error checking for len argument in cbs_get_u(). | Doug Hogan |
2015-04-29 | free() can handle NULL. | Doug Hogan |
2015-04-29 | Reject dNSName of " " for subjectAltName extension. | Doug Hogan |
2015-04-29 | Add missing BN_CTX_end() calls. | Doug Hogan |
2015-04-27 | Not all Linux libc's include linux/sysctl.h in sys/sysctl.h. | Brent Cook |
2015-04-27 | Support AIX versions without WPAR support. | Brent Cook |
2015-04-25 | Cut the aliases part of /etc/rpc lines before feeding them to strtonum(), for | Miod Vallat |
2015-04-25 | Don't ignore the reference count in X509_STORE_free. | Doug Hogan |
2015-04-25 | Check for invalid leading zeros in CBS_get_asn1_uint64. | Doug Hogan |
2015-04-24 | Use strtonum() instead of strtoul() when parsing uid/gid so we get | Todd C. Miller |
2015-04-23 | Do not need to buf[0] = 0 before strlcpy(buf, ... | Theo de Raadt |
2015-04-21 | Eliminate the last uses of *fork's second syscall return register; the pid | Philip Guenther |
2015-04-19 | Bump minor, regen .pc and header | James Turner |
2015-04-19 | Merge conflicts | James Turner |
2015-04-19 | Update sqlite3 to 3.8.9. Changes available here: | James Turner |
2015-04-19 | Make SNDCLT_DSP_* ioctls return ENOTTY, and remove the corresponding | Alexandre Ratchov |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-04-17 | Tweaks utimensat/futimens handling to always update ctime, even when both | Philip Guenther |
2015-04-15 | Clean up the ssl_bytes_to_cipher_list() API - rather than having the | Joel Sing |
2015-04-15 | Treat SSL_ERROR_ZERO_RETURN as a success, rather than a failure. Also | Joel Sing |
2015-04-15 | Make tls_close() more robust - do not rely on a close notify being received | Joel Sing |
2015-04-14 | Another couple of commas in the wrong place, ok jmc | Nicholas Marriott |
2015-04-14 | Remove an extra comma pointed out by jmc@. | Nicholas Marriott |
2015-04-14 | Reorder prototypes to better match manpage layout and add some missing | Nicholas Marriott |
2015-04-14 | Fix sa_sigaction() handler example. The third argument is void * and | Todd C. Miller |
2015-04-12 | Let nl_langinfo(CODESET) return "US-ASCII" as the name of the | Christian Weisgerber |
2015-04-12 | Remove d2i_X509_PKEY and i2d_X509_PKEY from the SSLeay days. | Doug Hogan |
2015-04-11 | Send OPENSSL_issetugid() straight to hell, no final cigarette. | Theo de Raadt |
2015-04-11 | Remove all getenv() calls, especially those wrapped by issetugid(). | Theo de Raadt |
2015-04-07 | Teach libkvm a bit about PAE, making it independent of the kernel defines | Philip Guenther |
2015-04-07 | Fix miscellaneous factual, grammar, and markup errors. | Lawrence Teo |
2015-04-07 | Add support for setting tm_zone now that we have the timezone symbol. | Todd C. Miller |
2015-04-07 | Remove obsolete timezone() function. | Todd C. Miller |
2015-04-07 | Make pthread_atfork() track the DSO that called it like atexit() does, | Philip Guenther |
2015-04-06 | bludgeon DES support out of crypt. long live the bcrypt. | Ted Unangst |
2015-04-06 | improve realloc. when expanding a region, actually use the free page cache | Ted Unangst |
2015-04-06 | tidy up by inlining next level included makefiles | Ted Unangst |
2015-04-06 | readdir() is thread-safe when DIR handles aren't shared, so delete the lock. | Philip Guenther |
2015-04-05 | seems unlikely that a new release will be made available for us to import | Ted Unangst |
2015-04-04 | Bump major to 30, regen .pc and header | James Turner |