Age | Commit message (Expand) | Author |
2014-10-09 | Tweak, no functional change. | Antoine Jacoutot |
2014-10-09 | Make sure _instdir is not null. | Antoine Jacoutot |
2014-10-09 | indent | Theo de Raadt |
2014-10-08 | Use reallocarray() throughout to spot multiplicative int overflow. | Theo de Raadt |
2014-10-08 | obvious reallocarray(); ok doug | Theo de Raadt |
2014-10-08 | obvious reallocarray() use | Theo de Raadt |
2014-10-08 | restrict address lookups to configured address families. | Eric Faurot |
2014-10-08 | obvious reallocarray() | Theo de Raadt |
2014-10-08 | obvious malloc() -> reallocarray() oflow check; ok doug | Theo de Raadt |
2014-10-08 | KNF | Theo de Raadt |
2014-10-08 | easy realloc() -> reallocarray() which gives us mult int overflow checking | Theo de Raadt |
2014-10-08 | obvious realloc() -> reallocarray() conversions | Theo de Raadt |
2014-10-08 | remove a space | Theo de Raadt |
2014-10-08 | use reallocarray(NULL, a, b) instead of malloc(a*b) | Theo de Raadt |
2014-10-08 | easy obvious use of reallocarray(); ok doug | Theo de Raadt |
2014-10-08 | use reallocarray(). BTW << 3 is a sloppy compared to * sizeof(u_int64_t)... | Theo de Raadt |
2014-10-08 | simple reallocarray() use; ok doug | Theo de Raadt |
2014-10-08 | use reallocarray() to detect int overflow; ok doug | Theo de Raadt |
2014-10-08 | use reallocarray() to cope with multiplicative integer overflow; ok doug | Theo de Raadt |
2014-10-08 | use reallocarray() instead of realloc() to handle potential integer overflow;... | Theo de Raadt |
2014-10-08 | remove stupid cast | Theo de Raadt |
2014-10-07 | Rare to find a gem this amazing missed by tedu. | Theo de Raadt |
2014-10-07 | When reading time intervals, start with a long long and convert from there. | Philip Guenther |
2014-10-06 | As libevent provides safe signal callbacks instead of signal handlers, | Alexander Bluhm |
2014-10-05 | Switch syslogd from using poll(2) to libevent. | Alexander Bluhm |
2014-10-04 | some MUA will bypass the local enqueuer and send an empty BCC header in the | Gilles Chehade |
2014-10-04 | Use getlogin() to determine real user name where possible. | Todd C. Miller |
2014-10-03 | Cleanup the reporting socket code in syslogd. | Alexander Bluhm |
2014-10-03 | Update ressl configuration to handle recent changes in the library. | Joel Sing |
2014-10-02 | when no domain is specified in MAIL FROM or RCPT TO, assume local user | Gilles Chehade |
2014-10-02 | Fix an error case that was never handled ending up in an endless event | Reyk Floeter |
2014-10-02 | no need to set the same field NULL twice ;-) | Gilles Chehade |
2014-10-02 | no need to set the same field NULL twice ;-) | Gilles Chehade |
2014-10-02 | avoid a double free | Theo de Raadt |
2014-10-02 | bgpctl show summary output: enlarge columns for 4-byte ASN display | Sebastian Benoit |
2014-10-01 | Map out-of-range facility values to LOG_USER to avoid array over-read. | Philip Guenther |
2014-10-01 | Do not mention sliplogin(8) and sl(4). | Martin Pieuchot |
2014-10-01 | tedu sliplogin and slstats to beging with the slip, slipping out of the | Martin Pieuchot |
2014-10-01 | Unhook sliplogin and slstats | Martin Pieuchot |
2014-09-29 | lightly document mailq; ok gilles | Jason McIntyre |
2014-09-29 | whitespace spotted while studying the code | Theo de Raadt |
2014-09-29 | document that ldom guests now support block devices | Stefan Sperling |
2014-09-29 | during a small refactor, we broke table_passwd. | Gilles Chehade |
2014-09-28 | Use TAILQ_FOREACH_SAFE when we might delete entries for the list. | Mark Kettenis |
2014-09-27 | In addition to READ, disable WRITE events when closing the file | Reyk Floeter |
2014-09-27 | Also in debug mode, close nullfd when it is not needed anymore. | Alexander Bluhm |
2014-09-27 | Fix mmap() calls that check for a result other than MAP_FAILED. | Doug Hogan |
2014-09-26 | zap now unused "PERFINC" | David Coppa |
2014-09-26 | now that mp setperf is fixed, let's try aggressive throttling again. | Ted Unangst |
2014-09-21 | final bulk shows chunking to happen in all the right places, and signing | Marc Espie |