Age | Commit message (Expand) | Author |
2015-08-23 | Use simple byte pointer arithmetic and memcpy from/to aligned stack | Christian Weisgerber |
2015-08-21 | Increase the input side socket buffer size for "check icmp" not to | YASUOKA Masahiko |
2015-08-21 | Use reallocarray() instead of malloc() before strvisx(). | Reyk Floeter |
2015-08-21 | The WebDAV MOVE method was not included in the switch statement | Reyk Floeter |
2015-08-21 | spaces | Theo de Raadt |
2015-08-21 | since stdlib.h is in scope, don't cast.... you know the drill. | Theo de Raadt |
2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt |
2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt |
2015-08-20 | Change httpd(8) to use C99-style fixed-width integers (uintN_t instead | Reyk Floeter |
2015-08-20 | use SOCK_NONBLOCK when making a socket instead of ioctl FIONBIO. | David Gwynne |
2015-08-20 | avoid ioctl FIONBIO by passing SOCK_NONBLOCK to the things we get | David Gwynne |
2015-08-20 | ignore SIGPIPE so we can handle the write(2) failures. | David Gwynne |
2015-08-19 | spacing | Reyk Floeter |
2015-08-19 | ca_hier() und ca_newpass() abort on failure, return void instead of int. | Reyk Floeter |
2015-08-19 | spacing | Reyk Floeter |
2015-08-19 | fcopy_env() should return void as it aborts on failure. | Reyk Floeter |
2015-08-19 | add missing prototype | Theo de Raadt |
2015-08-19 | do not cast result from xcalloc(); it is in scope | Theo de Raadt |
2015-08-19 | Use C99 integer types in ikectl(8). | Reyk Floeter |
2015-08-19 | Support for overwriting $ENV:: variables in OpenSSL .cnf files from | Reyk Floeter |
2015-08-19 | Remove XXX. | Antoine Jacoutot |
2015-08-18 | Fix inconsistent spelling of `inconsistent' | Miod Vallat |
2015-08-18 | str_match() checked the return value of str_find_aux() incorrectly: it | Reyk Floeter |
2015-08-16 | use a less ambiguous example; from larry hynes | Jason McIntyre |
2015-08-16 | when we switch valid_domainpart() from our own logic to using res_hnok() we | Gilles Chehade |
2015-08-15 | assume messages use 8bit bytes by default, not just when 8BITMIME extension | Gilles Chehade |
2015-08-15 | bump size of acceptable headers lines, there is no need to be too strict | Gilles Chehade |
2015-08-15 | change "priorly" to "previously", it reads better | Gilles Chehade |
2015-08-15 | correct mode_t 644 to 0644 | Sebastien Marie |
2015-08-15 | corrects three err() to errx() calls | Sebastien Marie |
2015-08-14 | remove partial to_register from sets when we merge, since we have to do the | Marc Espie |
2015-08-14 | When checking whether we should scan the sensors again use <= rather | Todd C. Miller |
2015-08-13 | scaffolding that will display more info for the elusive REQUIRED_BY error | Marc Espie |
2015-08-13 | let pkg_create recreate all packages correctly, again. | Marc Espie |
2015-08-13 | Sync stripcom() with /etc/rc. | Antoine Jacoutot |
2015-08-12 | Remove getall now that we're post 5.8. | Antoine Jacoutot |
2015-08-11 | tls and verify are not mutually exclusive; | Jason McIntyre |
2015-08-10 | typo, decl*e*ration; from Larry Hynes | Stuart Henderson |
2015-08-04 | Give more precise errors, to help track when bgpd quits | Peter Hessler |
2015-08-04 | consider the default failure handling for errors on socket operations to | David Gwynne |
2015-08-04 | tweak previous; ok deraadt | Jason McIntyre |
2015-08-04 | Clarify how ACPI unhibernate works, as well as expand a bit on visual | Mike Larkin |
2015-08-03 | Explicitly request the sockaddr_dl when doing a RTM_GET rather than | Martin Pieuchot |
2015-08-03 | "ls" requires an argument. | Antoine Jacoutot |
2015-08-03 | Fix rev 1.70 of server.c by only re-enabling the bufferevent if we | Florian Obser |
2015-08-03 | sync usage(); | Jason McIntyre |
2015-08-03 | tweak previous; | Jason McIntyre |
2015-08-03 | fix up previous; | Jason McIntyre |
2015-08-03 | Add radiusctl.8 | YASUOKA Masahiko |
2015-08-03 | Make radiusd.conf.5 describe all configuration options | YASUOKA Masahiko |