Age | Commit message (Expand) | Author |
2015-10-15 | Add an extra argument to bootstrap() to allow for a limited overlap between an | Miod Vallat |
2015-10-15 | iobuf_queue() should return the number of bytes it queued on success, not 0 | Gilles Chehade |
2015-10-15 | Let "all" as an argument for "resume envelope", "pause envelope" | Sunil Nimmagadda |
2015-10-15 | give up; include stdlib.h from the .h file, sigh | Theo de Raadt |
2015-10-15 | Fix a crash that occurs when printing the filename in a malformed NFS | Lawrence Teo |
2015-10-14 | smtpd in tree is no longer neither 5.4.4, nor 5.4.5, bump SMTPD_VERSION | Gilles Chehade |
2015-10-14 | whitespaces | Gilles Chehade |
2015-10-14 | SMTPD_MAXPATHLEN -> PATH_MAX, this was unnoticed as file is not linked | Gilles Chehade |
2015-10-14 | imsg_read() may return EAGAIN, handle it in mproc_dispatch() | Gilles Chehade |
2015-10-14 | whitespace + only log TRACE_MPROC if not IMSG_STAT_{IN,DE}CREMENT | Gilles Chehade |
2015-10-14 | remove a handful of log_warn that we should handle at a different place to | Gilles Chehade |
2015-10-14 | whitespace | Gilles Chehade |
2015-10-14 | fix define and enhanced status code reason for 5.5.0 | Gilles Chehade |
2015-10-14 | we dump esc_code if we have an esc_class, code may be (and actually was) | Gilles Chehade |
2015-10-14 | whitespace | Gilles Chehade |
2015-10-14 | whitespace | Gilles Chehade |
2015-10-14 | pledge() privileged process | Gilles Chehade |
2015-10-14 | pledge() pony and lookup | Gilles Chehade |
2015-10-14 | worse, need even more includes... | Theo de Raadt |
2015-10-14 | sync with httpd - no functional change, just C99 types | Reyk Floeter |
2015-10-14 | add includes for crc32() and uuid_dec_be() missed in rev 1.11 | Jonathan Gray |
2015-10-14 | include err.h for the err() calls added in rev 1.46 | Jonathan Gray |
2015-10-14 | Don't use the NONE enum value where NULL was intended. Found with clang. | Jonathan Gray |
2015-10-14 | Convert fgetln to getline. | Sunil Nimmagadda |
2015-10-14 | Two more char -> unsigned char in ctype functions. | Reyk Floeter |
2015-10-14 | More (unsigned char) casts for ctype functions. | Reyk Floeter |
2015-10-14 | Remove conditional compilation and #defines around signal handling | Philip Guenther |
2015-10-14 | I messed up reading the call graph. -d delete does use search, so a | Theo de Raadt |
2015-10-14 | Backout last. Breaks sparc64, amoung other dubiousness. | Kenneth R Westerback |
2015-10-13 | sm_error() already does the exit for us. | Antoine Jacoutot |
2015-10-13 | After the socket is open, the remainder is just io operations. | Theo de Raadt |
2015-10-13 | semarie points out i am already forgetting the rules are very tight around | Theo de Raadt |
2015-10-13 | oops, a chown appears late on the code. to satisfy this pledge | Theo de Raadt |
2015-10-13 | pledge "stdio rpath wpath cpath", full path handling to satisfy dbopen() | Theo de Raadt |
2015-10-13 | pledge "stdio rpath wpath cpath proc exec". creates files throughout | Theo de Raadt |
2015-10-13 | Don't use exp2f(), it breaks build on vax. Use a shift instead. | Stefan Sperling |
2015-10-13 | Add a helper for writing the message to simplify the code. | Eric Faurot |
2015-10-13 | pledge() queue process | Gilles Chehade |
2015-10-13 | pledge() control process | Gilles Chehade |
2015-10-13 | Plug a leak. | Sunil Nimmagadda |
2015-10-13 | pledge("stdio") the scheduler process | Gilles Chehade |
2015-10-13 | pledge("stdio") the RSA-privsep process | Gilles Chehade |
2015-10-13 | let the enqueuer pledge() in both online and offline modes | Gilles Chehade |
2015-10-13 | Pass unsigned chars to ctype functions. | Reyk Floeter |
2015-10-13 | offline queue is no longer user-writable, do not attempt resetting fchflags | Gilles Chehade |
2015-10-12 | do not call sync() when committing a message, it's not helping in any way | Gilles Chehade |
2015-10-12 | surprisingly, this can pledge "stdio rpath exec" right at start. once | Theo de Raadt |
2015-10-12 | Add missing checks for write errors; OK eric@ | Todd C. Miller |
2015-10-12 | Check that the disk specified on the command line is the disk that | Kenneth R Westerback |
2015-10-12 | add Date header when a session iniated locally doesn't add one | Gilles Chehade |