Age | Commit message (Expand) | Author |
2015-01-18 | Do not calculated the length of a report with an extra byte for the | Martin Pieuchot |
2015-01-17 | Improve wording in alloca. | Ted Unangst |
2015-01-17 | NGROUPS_MAX, not NGROUPS | Theo de Raadt |
2015-01-17 | Remove a pasto introduced in the last commit, spotted by schwarze@ | Todd C. Miller |
2015-01-16 | Use ">", not ">=" when comparing length to HOST_NAME_MAX since | Todd C. Miller |
2015-01-16 | Replace HOST_NAME_MAX+1-1 with HOST_NAME_MAX. OK deraad@ | Todd C. Miller |
2015-01-16 | Replace check for ">= HOST_NAME_MAX+1" with "> HOST_NAME_MAX". | Todd C. Miller |
2015-01-16 | Move to the <limits.h> universe. | Theo de Raadt |
2015-01-16 | The SSL/TLS session Id context is limited to 32 bytes. Instead of | Reyk Floeter |
2015-01-16 | <sys/param.h> is not needed here either. | Theo de Raadt |
2015-01-16 | Complete the list of functions in the paragraph that mentions that | Lawrence Teo |
2015-01-16 | Rename pcap_create()'s ebuf argument to errbuf to match the rest of the | Lawrence Teo |
2015-01-16 | Add more missing argument names. | Lawrence Teo |
2015-01-16 | Remove pointless casts for several malloc/calloc/free calls. No object | Lawrence Teo |
2015-01-16 | Fix a use after free, where the already freed p->opt.source was used by | Lawrence Teo |
2015-01-16 | Delete the MANLINT variable and the related SUFFIXES rules because | Ingo Schwarze |
2015-01-15 | use .In where appropriate; from Kaspars at Bankovskis dot net | Ingo Schwarze |
2015-01-15 | typo; from Kaspars at Bankovskis dot net | Ingo Schwarze |
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2015-01-15 | remove unused variable | Charles Longeau |
2015-01-15 | Use explicit_bzero instead of memset in hash Final and End functions. | Todd C. Miller |
2015-01-15 | back in september I did the large abstraction refactoring to allow these | Theo de Raadt |
2015-01-15 | Make strlcpy/strlcat slightly easier to read. | Todd C. Miller |
2015-01-15 | POSIX does not require an explicit inclusion of sys/types.h to get | Todd C. Miller |
2015-01-14 | change _yp_domain[] to HOST_NAME_MAX+1, and re-arrange those who include | Theo de Raadt |
2015-01-14 | these never needed sys/param.h | Theo de Raadt |
2015-01-13 | For non-blocking sockets tls_connect_fds() could fail with EAGAIN. | Alexander Bluhm |
2015-01-13 | remove .Tn from stdio manuals; Kaspars Bankovskis found one of these | Ingo Schwarze |
2015-01-13 | libedit claims compatibility with readline 4.2, so provide a stub for | Reyk Floeter |
2015-01-13 | Remove unnecessary calls to __atexit_register_cleanup(), calling __sinit() | Philip Guenther |
2015-01-12 | Add fgetwln(3) from FreeBSD and bump libc minor revision. | Todd C. Miller |
2015-01-12 | Add a note that HOST_NAME_MAX does not include a terminating \0, unlike | Nicholas Marriott |
2015-01-12 | rename blocks to words. bcrypt "blocks" are unrelated to blowfish blocks, | Ted Unangst |
2015-01-12 | Fix a memory leak in bss_dgram. | Doug Hogan |
2015-01-09 | Cleanup some macros and #defines in i386 pmap. Previously committed and | Mike Larkin |
2015-01-08 | missing , found by Dongsheng Song | Theo de Raadt |
2015-01-08 | Avoid a double-free in an error path. | Doug Hogan |
2015-01-08 | declare a local version of MIN(), call it MINIMUM() | Theo de Raadt |
2015-01-08 | declare a local version of MIN(), call it MINIMUM() | Theo de Raadt |
2015-01-07 | Do not need sys/param.h | Theo de Raadt |
2015-01-07 | stupid me. need errno.h | Ted Unangst |
2015-01-07 | set errno = EINVAL for invalid salts and hashes in most functions. | Ted Unangst |
2015-01-07 | mix in more virtual memory and process information | Brent Cook |
2015-01-06 | Backout revision 1.37. Setting ev->ev_pncalls to NULL results in | Alexander Bluhm |
2015-01-06 | add initial HP-UX getentropy/arc4random support. | Brent Cook |
2015-01-06 | Apply commit e0e6958aa074a7714cd7c4aa779a1dfede3a03b1 from upstream. | Alexander Bluhm |
2015-01-06 | Apply commit 2d8cf0b720cdd5f9f292f174a10ff74e62a380ec from upstream. | Alexander Bluhm |
2015-01-05 | Fix CVE-2014-6272 in Libevent 1.4 from upstream: | Alexander Bluhm |
2015-01-05 | Remove #ifdef notdef bits--we are not going to change the fgetln() | Todd C. Miller |
2015-01-05 | rename kern enter/exit macros to malloc enter/leave to better reflect | Ted Unangst |