Age | Commit message (Expand) | Author |
2015-05-25 | getnameinfo(3) doesn't need to initialize the resolver when it's only used | Eric Faurot |
2015-05-24 | Maximilian dot Fillinger at uni-duesseldorf dot de | Ingo Schwarze |
2015-05-23 | bump to version 2.2 | Brent Cook |
2015-05-23 | define BYTEORDER so the endian tests will work | Jonathan Gray |
2015-05-20 | No need to check the return value of memcpy() if you actually checked this | Miod Vallat |
2015-05-19 | Instead of testing for __ELF__ and/or vax, leave out the bits for interfacing | Philip Guenther |
2015-05-18 | swap calloc() arguments for clarity | Theo de Raadt |
2015-05-17 | *** empty log message *** | Mark Kettenis |
2015-05-17 | Of course, fcntl errno case returns -1, which must be converted to 0 | Theo de Raadt |
2015-05-17 | isatty() is used by stdio to determine the buffering mode. Add a F_ISATTY | Theo de Raadt |
2015-05-17 | Use fcntl() to set non-blocking-mode, rather ioctl(). This has a better | Theo de Raadt |
2015-05-15 | Make index/rindex weak aliases of strchr/strrchr since they are not | Todd C. Miller |
2015-05-15 | trailing whitespace; | Jason McIntyre |
2015-05-15 | Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls. | Jonathan Gray |
2015-05-14 | Use STRONG_ALIAS instead of ALTENTRY. | Mark Kettenis |
2015-05-14 | rev 1.3 introduced a check to an if statement without adding braces. | Jonathan Gray |
2015-05-13 | If crypt(3) is called with an unknown setting, return NULL instead | Alexander Bluhm |
2015-05-12 | Add dlclose(3) to SEE ALSO | Philip Guenther |
2015-05-12 | Document pthread_atfork(3)'s interaction with dlclose(3) | Philip Guenther |
2015-05-12 | Put the right number of leading underscores in ___cerror and __cerror, for | Miod Vallat |
2015-05-12 | chflagsat() is also async-signal-safe | Philip Guenther |
2015-05-11 | Whoops, need to pass through O_ACCMODE flags to the underlying __*_open() | Philip Guenther |
2015-05-11 | When checking flags that will be passed to open(), test the O_ACCMODE portion | Philip Guenther |
2015-05-10 | In the child after fork, the dl lock has to be forced as its inner spinlock | Philip Guenther |
2015-05-06 | fix a fd leak in an error path in code under #ifdef DEBUG | Jonathan Gray |
2015-05-05 | AI_ADDRCONFIG: skip loopback addresses, not loopback interfaces. | Jeremie Courreges-Anglas |
2015-05-05 | Move the AI_ADDRCONFIG setup to its own function. | Jeremie Courreges-Anglas |
2015-05-05 | Make argument name consistent and use .Fn rather than .Nm in section 3. | Ingo Schwarze |
2015-05-05 | add missing braces in _aucat_wmsg() | Jonathan Gray |
2015-05-05 | Document that shm_open() accepts O_CLOEXEC and O_NOFOLLOW as extensions | Philip Guenther |
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 |