Age | Commit message (Expand) | Author |
2015-11-17 | Pledge for getconf(1). ok deraadt@ benno@ | Jeremie Courreges-Anglas |
2015-11-17 | Missing "getpw" pledges, these were unnoticed because nobody expects | Theo de Raadt |
2015-11-17 | Normalize Makefile format, and remove bad advice #BINMODE=2555 | Theo de Raadt |
2015-11-17 | pledge "stdio rpath inet dns" at the head, then after RPC is connected | Theo de Raadt |
2015-11-17 | pledge() in newsyslog. | Sebastian Benoit |
2015-11-17 | Clarify sentence about `quit` in BUGS section. | mmcc |
2015-11-16 | Replace remaining calls to index(3) with strchr(3). OK jca@ krw@ | Todd C. Miller |
2015-11-16 | 0x7f is a valid key. | Nicholas Marriott |
2015-11-16 | Allow fingerprinting from standard input "ssh-keygen -lf -" | Damien Miller |
2015-11-16 | always call privsep_preauth_child() regardless of whether sshd | Damien Miller |
2015-11-16 | improve sshkey_read() semantics; only update *cpp when a key | Damien Miller |
2015-11-16 | pledge "stdio rpath wpath cpath tmppath fattr tty flock proc exec" | Theo de Raadt |
2015-11-16 | pledge calendar: | Pascal Stumpf |
2015-11-16 | pledge for gprof: "stdio rpath wpath cpath" in the beginning, then drop | Pascal Stumpf |
2015-11-16 | Make "at -l" comply with POSIX. Our "at -l" currently acts like | Todd C. Miller |
2015-11-16 | 1) Use xcalloc() instead of xmalloc() to check for potential overflow. | Loganaden Velvindron |
2015-11-16 | pledge "stdio rpath wpath tty" | Theo de Raadt |
2015-11-16 | Add a new authorized_keys option "restrict" that includes all current | Damien Miller |
2015-11-15 | correct section number for ssh-agent; | Jason McIntyre |
2015-11-15 | do not confuse mandoc by presenting "Dd"; | Jason McIntyre |
2015-11-15 | Make key_code unsigned long long not uint64_t which is more portable for | Nicholas Marriott |
2015-11-15 | Add an AddKeysToAgent client option which can be set to 'yes', 'no', | Joshua Stein |
2015-11-15 | When validating a char by calling strchr() with a string of allowed chars, | Tobias Stoeckmann |
2015-11-15 | The compile-time secure mode has gone, from Michael Reed. | Nicholas Marriott |
2015-11-15 | '.Ql Quit' -> '.Ql quit' because only the lowercase command is valid. | mmcc |
2015-11-15 | Accidentally turned off pledge, turn it back on. | Nicholas Marriott |
2015-11-15 | Simplify TIOCGWINSZ codeblock by removing support for SCO Unix. | Theo de Raadt |
2015-11-15 | very simple pledges, stdio and rpath, very boring | Theo de Raadt |
2015-11-15 | pretty simple. pledge "stdio rpath" at startup, and pledge "stdio" after | Theo de Raadt |
2015-11-15 | unifdef MAKE_BOOTSTRAP now that Makefile.boot is gone. | Daniel Dickman |
2015-11-15 | Switch to linkat() to support hardlinked symlinks | Philip Guenther |
2015-11-15 | exit needs stdlib, switch to "return 0" to fix. | Daniel Dickman |
2015-11-15 | Vi needs flock, for those who haven't set nolock in .exrc for years... | Anthony J. Bentley |
2015-11-15 | Basic pledge for vi. | Anthony J. Bentley |
2015-11-14 | Fix an issue reported by deraadt@: When hitting Ctrl-Backslash (= SIGQUIT) | Ingo Schwarze |
2015-11-14 | The people who wrote this code are not on your side | Stuart Henderson |
2015-11-14 | Symbol table tells me to use pledge "stdio rpath wpath cpath" | Theo de Raadt |
2015-11-14 | Correct check flipped in earlier commit. | Philip Guenther |
2015-11-14 | Fix the obvious bug that with -z, every column was at least as wide | Ingo Schwarze |
2015-11-14 | mutli -> multi | Miod Vallat |
2015-11-14 | The character is an int so use %x not %hhx. | Nicholas Marriott |
2015-11-14 | The private use area at U+E000 to U+F8FF is not very useful if it is | Nicholas Marriott |
2015-11-14 | All these return values from utf8_* are confusing, use an enum. | Nicholas Marriott |
2015-11-14 | Rename a variable in utf8_combine for consistency and use 0xfffd for | Nicholas Marriott |
2015-11-14 | Couple of assignments to remove compiler warnings. | Nicholas Marriott |
2015-11-14 | Be more strict about invalid UTF-8. | Nicholas Marriott |
2015-11-14 | Push stdout and stderr to clients more aggressively, and add an event to | Nicholas Marriott |
2015-11-14 | Log more of UTF-8 input. | Nicholas Marriott |
2015-11-14 | these files document their config files too: adjust NAME accordingly; | Jason McIntyre |
2015-11-13 | Use crontab-style syslog calls in at. | Todd C. Miller |