Age | Commit message (Expand) | Author |
2016-01-25 | fix exit status on pledge(2) failure. | Gleydson Soares |
2016-01-25 | Fix a crash as found by sthen@ | martijn |
2016-01-24 | make sure of cleaning rbuf with explicit_bzero(3) | Gleydson Soares |
2016-01-23 | Zero a stack buffer with explicit_bzero() instead of memset() when | Jonathan Gray |
2016-01-22 | - new plymouth day is better known as taranaki | Jason McIntyre |
2016-01-20 | add a calendar for new zealand; from craig skinner | Jason McIntyre |
2016-01-20 | Include sys/time.h for gettimeofday. From sortie at maxsi.org. | Darren Tucker |
2016-01-20 | Remove ARG_CHAR_T, a relic from when the code was written K&R style. | Anthony J. Bentley |
2016-01-19 | Split out getting the current state from the target search so it can be | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2016-01-19 | Bounds check while stripping trailing slashes. From max at | Sunil Nimmagadda |
2016-01-19 | Update my mail address. | Sunil Nimmagadda |
2016-01-19 | Fix bad indents. From max at max-fillinger.net | Sunil Nimmagadda |
2016-01-19 | Check snprintf(3) return value for overflow instead of manual length | Sunil Nimmagadda |
2016-01-19 | Skip empty entries in $PATH instead of erroneously interpreting | Sunil Nimmagadda |
2016-01-19 | Remove the lintism PRINTFLIKE1, don't replace it with an attribute so we | mmcc |
2016-01-18 | UTF-8 support: | Ingo Schwarze |
2016-01-18 | UTF-8 support: | Ingo Schwarze |
2016-01-18 | Allow time differences between two clock_gettime() calls to | Alexandre Ratchov |
2016-01-18 | Mention that "sndiod -d" doesn't daemonize and that | Alexandre Ratchov |
2016-01-17 | start removing mp, the pointer to message's nul byte | mmcc |
2016-01-16 | Unbreak reading from stdin after recent parse() restructuring. | Florian Obser |
2016-01-16 | fix a number of minor issues in the state view: | Can Erkin Acar |
2016-01-16 | Add hooks for alerts (bell, silence, activity), from Thomas Adam. | Nicholas Marriott |
2016-01-15 | remove needless extern keywords, a vestige of pre-ANSI C | mmcc |
2016-01-15 | Use quotes rather than angle brackets for local header. Fixes building | mmcc |
2016-01-15 | Clear the environment properly by looping until it is empty rather than | Nicholas Marriott |
2016-01-15 | A couple of missing printflike attributes, from Andrey Starodubtsev. | Nicholas Marriott |
2016-01-15 | Add support for parsing 'hyper' and 'quad' types, as per RFC4506. | Jasper Lievisse Adriaanse |
2016-01-14 | fd leaks; report Qualys Security Advisory team; ok deraadt@ | Markus Friedl |
2016-01-14 | Check the return value of snprintf() for potential overflow instead | Todd C. Miller |
2016-01-14 | Avoid potential read of one byte before the start of a malloc()ed | Todd C. Miller |
2016-01-14 | Use _PATH_DEFPATH if no PATH in the environment when invoked as which. | Todd C. Miller |
2016-01-14 | add a calendar file for the uk; | Jason McIntyre |
2016-01-14 | remove roaming support; ok djm@ | Markus Friedl |
2016-01-14 | Disable experimental client-side roaming support. Server side was | Theo de Raadt |
2016-01-14 | Display struct event more like other structs: show all members and use cpp | Philip Guenther |
2016-01-13 | eliminate fallback from untrusted X11 forwarding to trusted | Damien Miller |
2016-01-13 | unify two identical function pairs now that we've removed less's off_t | mmcc |
2016-01-12 | use explicit_bzero() more liberally in the buffer code; ok deraadt | Damien Miller |
2016-01-12 | remove lint annotations | mmcc |
2016-01-12 | Remove LINUNUM, a needless alias for off_t. Also, remove a redundant | mmcc |
2016-01-11 | ajacoutot@ reported seeing | tb |
2016-01-11 | :( David Bowie | Stuart Henderson |
2016-01-10 | trailing spaces, fit in 80 columns | Alexandre Ratchov |
2016-01-10 | Random sequences generated by jot -r have been suffering from a dramatic | tb |
2016-01-09 | Remove superfluous and barely used macro aliases for wctype.h functions. | mmcc |
2016-01-09 | decls before code; from Martijn van Duren | Theo de Raadt |
2016-01-09 | Make midi->tickets signed (sign is needed for arithmetics even if the | Alexandre Ratchov |
2016-01-09 | Check in advance that the socket path is a directory and report the | Alexandre Ratchov |