Age | Commit message (Expand) | Author |
2014-12-06 | Verify that facility and priority numbers are in valid ranges. | Tobias Stoeckmann |
2014-12-05 | enable warnings | Florian Obser |
2014-12-05 | Bail out if the buffer is too small to contain the length of a | Florian Obser |
2014-12-05 | dead stores; pointed out by llvm scan-build; no binary change | Florian Obser |
2014-12-05 | pause shadows global; pointed out by gcc; no binary change | Florian Obser |
2014-12-05 | mode is unused; pointed out by gcc; no binary change | Florian Obser |
2014-12-05 | declare lerr and lerrx __dead; unconfuses llvm scan-build | Florian Obser |
2014-12-04 | replace an overlapping memcpy with memmove, ok deraadt tedu | Stuart Henderson |
2014-12-04 | stop viral header propagation. none of this code uses sys/hash.h | Ted Unangst |
2014-12-03 | zap extra parameter that my first read missed, because that one is constant. | Marc Espie |
2014-12-03 | rtsol is gone | Florian Obser |
2014-12-03 | Unhook rtsol(8) and rtsold(8) from the build. | Florian Obser |
2014-12-03 | Fix off by one in check for socket path too long. From Nicolas Bedos. | Todd C. Miller |
2014-12-03 | Restore packetp and snapend pointers once we're done with an incorrectly | Mike Belopuhov |
2014-12-03 | Fixup a crash found by jsg using the AFL fuzzer. IP and IPv6 printing | Mike Belopuhov |
2014-12-02 | zap extra parenthesis after recent rewrite | Marc Espie |
2014-12-01 | use reallocarray() deep inside an macro ugly as sin | Theo de Raadt |
2014-11-30 | much simpler checks, always enforce root/bin (or root/wheel for symlinks) | Marc Espie |
2014-11-30 | interactive/progressmeter clean-up | Marc Espie |
2014-11-30 | much cleaner way to handle progress meter wipes: have state methods that | Marc Espie |
2014-11-30 | get rid of some of the unadorned printfs | Marc Espie |
2014-11-30 | missed some. | Marc Espie |
2014-11-30 | forgot to take that out... | Marc Espie |
2014-11-30 | In mopFileRead(), make sure to never increment e_cursec beyond e_nsec, so | Miod Vallat |
2014-11-30 | clear progress meter before asking questions | Marc Espie |
2014-11-30 | Remove passing an override of INSTALL_PROGRAM to the | Brad Smith |
2014-11-29 | simplify the interactive code into its own little object with simpler | Marc Espie |
2014-11-29 | The startup script is /etc/rc.d/nsd | Todd C. Miller |
2014-11-27 | default for interactive should match non-interactive. | Marc Espie |
2014-11-27 | Fix typos in comments. | Tobias Stoeckmann |
2014-11-26 | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ | Todd C. Miller |
2014-11-26 | Drop sysmerge.log ; it used to be handy for batch mode but now the | Antoine Jacoutot |
2014-11-25 | evbuffer_read and evbuffer_write are wrappers around read and write, | David Gwynne |
2014-11-25 | minor clean-up: the stuff not to display is tied to the set, so make the | Marc Espie |
2014-11-25 | use correct divisor when converting microseconds to 100ths of a second | Bret Lambert |
2014-11-24 | remove a surplus break statement | Jonathan Gray |
2014-11-23 | some third-party applications generate malformed headers which we can still | Gilles Chehade |
2014-11-23 | TargetPortalGroupTag is a binary 16-bit value so 0 is allowed. | Claudio Jeker |
2014-11-23 | Change the error handling a bit to ensure we do not double free the task | Claudio Jeker |
2014-11-23 | Clear the work in progress PDU before calling the task handler. | Claudio Jeker |
2014-11-23 | <sys/buf.h> isn't actually needed here | Philip Guenther |
2014-11-22 | oops, left an old line... | Theo de Raadt |
2014-11-22 | /dev/random has created the same effect as /dev/arandom (and /dev/urandom) | Theo de Raadt |
2014-11-22 | use size_t where appropriate. ok deraadt reyk | Ted Unangst |
2014-11-21 | white space begone | Theo de Raadt |
2014-11-21 | a long time ago, DISPLAY and UNDISPLAY required special treatment, as they | Marc Espie |
2014-11-20 | big trim-down of MESSAGE/UNMESSAGE: just match checksums between new packages | Marc Espie |
2014-11-20 | Yet more #include de-duplication. | Kenneth R Westerback |
2014-11-20 | avoid some warning message, normal dirs don't have any log info registered | Marc Espie |
2014-11-20 | theo's right. use random_name for truely random stuff. | Marc Espie |