Age | Commit message (Expand) | Author |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2014-05-07 | Render roff escape sequences contained in manual page descriptions | Ingo Schwarze |
2014-05-07 | Fix two memory leaks in makewhatis -n: | Ingo Schwarze |
2014-05-07 | consolidate some code by using reallocarray in all cases. | Ted Unangst |
2014-05-07 | use reallocarray. ok guenther | Ted Unangst |
2014-05-07 | Fix whitespace mistakes. | Paul Irofti |
2014-05-07 | Do not segfault in makewhatis -Q if the next .SH after .SH NAME | Ingo Schwarze |
2014-05-07 | revert, thanks sthen | Ted Unangst |
2014-05-07 | back out the previous ICMP simplifying diff, it caused livelocks. | Martin Pelikan |
2014-05-07 | try postponed requests first, so we do in-order processing; ok mikeb@ | Markus Friedl |
2014-05-07 | print msgid for debugging; ok reyk & mikeb | Markus Friedl |
2014-05-07 | make authentication work with X509 certificates that don't have a | Markus Friedl |
2014-05-07 | Remove the undocumented and ineffective -F option (force hard link | Ingo Schwarze |
2014-05-07 | factor out ikev2_ike_auth() (state machine; used multiple times via callbacks) | Markus Friedl |
2014-05-07 | add additional includes from eng_cryptodev.c | Jonathan Gray |
2014-05-07 | Remove the last hacks concerning the global list of IPv4 addresses in the | Martin Pieuchot |
2014-05-07 | Make sure to call uhidev_close() upon detach for every HID driver calling | Martin Pieuchot |
2014-05-07 | Kill the {nd6_,}useloopback buttons, using the loopback interface for | Martin Pieuchot |
2014-05-07 | Remove some m->m_pkthdr.rcvif dereference to help for upcoming | Martin Pieuchot |
2014-05-07 | Initialize struct iface by zero. Without this, npppd had used random | YASUOKA Masahiko |
2014-05-07 | Fix ext2fs atime and mtime handling that I broke from an airport | Philip Guenther |
2014-05-07 | pass daemon_flags to nsd-control when used to check/reload/stop nsd, | Stuart Henderson |
2014-05-07 | missing word in error message. ok millert | Ted Unangst |
2014-05-07 | delete some crusty casts | Ted Unangst |
2014-05-07 | convert calloc to use reallocarray instead. ok millert | Ted Unangst |
2014-05-07 | calloc, from peter malone | Ted Unangst |
2014-05-07 | use calloc. from peter malone | Ted Unangst |
2014-05-07 | calloc is simpler. suggested by Peter Malone and halex | Ted Unangst |
2014-05-07 | use calloc. from Peter Malone | Ted Unangst |
2014-05-07 | use calloc. from Peter Malone | Ted Unangst |
2014-05-07 | miod forgot about fcrypt_b.c being needed, before he went off to get his | Theo de Raadt |
2014-05-06 | temp variable for a bit of clarity | Ted Unangst |
2014-05-06 | remove unneeded variable | Ted Unangst |
2014-05-06 | When the stack protector heuristics doesn't cover a function, leave | Martynas Venckus |
2014-05-06 | factor out the safepath | Ted Unangst |
2014-05-06 | be more explicit about what's a string | Ted Unangst |
2014-05-06 | Introduce -fstack-shuffle, which randomizes local stack variables. | Martynas Venckus |
2014-05-06 | better alloc idiom | Ted Unangst |
2014-05-06 | factor max message size | Ted Unangst |
2014-05-06 | don't give people bad ideas about pool_debug | Ted Unangst |
2014-05-06 | We don't really need uniform distribution for mktemp(3) so use | Todd C. Miller |
2014-05-06 | small fix from mancha1. currently unused file, but no harm fixing it. | Ted Unangst |
2014-05-06 | reallocarray | Ted Unangst |
2014-05-06 | spell NULL as NULL | Ted Unangst |
2014-05-06 | Make sure the stdout output is check, to confirm proper sorting. | Miod Vallat |
2014-05-06 | Assorted cleanups: | Miod Vallat |
2014-05-06 | Add a fixed (read: non-SIGSEGV'ing) pq_test. | Miod Vallat |
2014-05-06 | Remove broken-by-design test | Miod Vallat |
2014-05-06 | Make sure PKCS7_get_octet_string() return values are checked for NULL. | Miod Vallat |