Age | Commit message (Expand) | Author |
2014-11-27 | Ensure that sess_cert is not NULL at the start of | Joel Sing |
2014-11-27 | Avoid a double-free in an error path. | Joel Sing |
2014-11-27 | Avoid a NULL dereference in the DTLS client that can be triggered by a | Joel Sing |
2014-11-26 | garbage collect .Tn | Ingo Schwarze |
2014-11-26 | remove superflous gettimeofday wrapper. | Brent Cook |
2014-11-26 | memset like a normal human. | Brent Cook |
2014-11-26 | normalize set/getsockopt usage. | Brent Cook |
2014-11-26 | Linux has had IP_MTU since 2005, don't force it. | Brent Cook |
2014-11-26 | macro cleanup; from kaspars at bankovskis dot net | Ingo Schwarze |
2014-11-25 | zap trailing whitespace; | Jason McIntyre |
2014-11-25 | C99 says setvbuf() returns non-zero, not EOF. Also, POSIX documents | Todd C. Miller |
2014-11-25 | rand() is a pseudo-random number generator | Todd C. Miller |
2014-11-25 | Don't describe random() as "better". | Todd C. Miller |
2014-11-25 | Warn people to use arc4random() in DESCRIPTION so they see it using | Todd C. Miller |
2014-11-25 | Move guts of setbuf.3 into setvbuf.3 to make it clear which one | Todd C. Miller |
2014-11-25 | rand48(3) not drand48(3) to align with the actual man page and Xr | Todd C. Miller |
2014-11-25 | macro and typo fixes from kaspars at bankovskis dot net | Ingo Schwarze |
2014-11-25 | no first person in man pages. | Ted Unangst |
2014-11-25 | no need for md5 xr | Ted Unangst |
2014-11-25 | revert the bludgeoning of DES. if we need a thread safe crypt, maybe it's | Ted Unangst |
2014-11-25 | push some global data down into functions to make this threadlier. | Ted Unangst |
2014-11-24 | introduce a hashspace define and check that there's enough space to | Ted Unangst |
2014-11-24 | check crypt() for null. noticed by Jonas Termansen | Ted Unangst |
2014-11-23 | Merge from FreeBSD: | Philip Guenther |
2014-11-22 | mop up a barely started project... getting in the way of grepping the tree! | Theo de Raadt |
2014-11-22 | Fix incorrect escape. | Anthony J. Bentley |
2014-11-21 | MPE support, begone. ok tedu | Theo de Raadt |
2014-11-21 | space needed between macro args and punctuation; | Jason McIntyre |
2014-11-21 | add ERRORS, HISTORY, AUTHORS, Copyright year, and some missing macros; | Ingo Schwarze |
2014-11-21 | Let crypt_checkpass() set EACCES after bcrypt_checkpass() failure; | Ingo Schwarze |
2014-11-21 | Initialize the xrun attribute to SIO_IGNORE in sio_sun_getpar(). Found | Alexandre Ratchov |
2014-11-21 | libraries shouldnt print to stderr when things dont go their way. | David Gwynne |
2014-11-21 | evbuffer_read will return 0 one an end of file condition. | David Gwynne |
2014-11-21 | change prototype for crypt_newhash. the login_cap_t is a holdover from its | Ted Unangst |
2014-11-20 | One of these optimized stubs creates some incredibly subtle damage, | Theo de Raadt |
2014-11-20 | Oops, make sure camellia is compiled on platforms without an arch-specific | Miod Vallat |
2014-11-20 | split crypt_checkpass off into a new file | Ted Unangst |
2014-11-20 | Be more POSIXy by using blksize_t (a.k.a. int32) for st_blksize, rather than ... | Kenneth R Westerback |
2014-11-20 | Yet more #include de-duplication. | Kenneth R Westerback |
2014-11-20 | Add amd64 assembler versions of some standard functions to libc. The | Reyk Floeter |
2014-11-20 | zap some stray commas; | Jason McIntyre |
2014-11-20 | add evbuffer_expand to NAME; | Jason McIntyre |
2014-11-20 | put MLINKS in the order they appear in the man page, so i don;t go blind | Jason McIntyre |
2014-11-20 | Document behavior of atexit() when called in a DSO that is later unloaded. | Philip Guenther |
2014-11-20 | Merge from FreeBSD: | Philip Guenther |
2014-11-20 | oops. malloc is in section 3. | Ted Unangst |
2014-11-20 | sbrk is long dead. clarify that the data segment is malloc and anon mmap. | Ted Unangst |
2014-11-20 | document the only macro i find useful when working with evbuffers. | David Gwynne |
2014-11-20 | might help to Xr evbuffer_new 3 | David Gwynne |
2014-11-20 | im not good at grammar things. | David Gwynne |