Age | Commit message (Expand) | Author |
2015-11-19 | calloc((size_t)1, ...) -> calloc(1, ...) | mmcc |
2015-11-19 | Reduce overburden of unnecessary #include's. Note that param.h is | Kenneth R Westerback |
2015-11-19 | The activity flag could already be set, so queue the callback always (if | Nicholas Marriott |
2015-11-19 | Remove an unused bus space mapping and a few other leftovers. Compact | Visa Hankala |
2015-11-19 | Grab the KERNEL_LOCK around ip_mforward(), in preparation for unlocking | Martin Pieuchot |
2015-11-19 | Add SIMPLEQ_CONCAT and TAILQ_CONCAT for moving one queue onto the end | Todd C. Miller |
2015-11-19 | dont try and wakeup other threads to handle pending work when we | David Gwynne |
2015-11-19 | get rid of sc_tx_free and the atomic ops on it in myx_start and myx_txeof. | David Gwynne |
2015-11-19 | backout pledge completely for now, newsyslog needs chown() which is restricted | Stuart Henderson |
2015-11-19 | ban ConnectionAttempts=0, it makes no sense and would cause | Damien Miller |
2015-11-19 | Remove cscope support in vi. | Anthony J. Bentley |
2015-11-19 | Fix typo in previous commit | Philip Guenther |
2015-11-19 | sync | Theo de Raadt |
2015-11-19 | pledge "stdio rpath proc exec" | Theo de Raadt |
2015-11-19 | pledge "stdio rpath". Might not need "rpath", but ... | Theo de Raadt |
2015-11-19 | KNF | Theo de Raadt |
2015-11-19 | pledge "stdio rpath proc exec" for entire lifetime. rpath must remain | Theo de Raadt |
2015-11-19 | corrects leaks refs to files introduced by my previous commit for pledge_socket. | Sebastien Marie |
2015-11-19 | Remove a sixteen-year-old testing macro. | mmcc |
2015-11-19 | Remove a ton of ugly, needless casts for NULL, calloc(), and strdup(). | mmcc |
2015-11-19 | trailing whitespace | Damien Miller |
2015-11-19 | print host certificate contents at debug level | Damien Miller |
2015-11-19 | move the certificate validity formatting code to sshkey.[ch] | Damien Miller |
2015-11-18 | don't drop "pledge exec", it's needed for compression. ok deraadt@ | Stuart Henderson |
2015-11-18 | mlinks for _shadow | Ted Unangst |
2015-11-18 | document the _shadow functions | Ted Unangst |
2015-11-18 | use _shadow getpw functions. these utilities obviously deal with hashes. | Ted Unangst |
2015-11-18 | needs _shadow so it can rewrite the master.passwd file | Ted Unangst |
2015-11-18 | use _shadow getpwnam (and crypt_checkpass) | Ted Unangst |
2015-11-18 | shrink differences between ttinsl/ttdell | Jasper Lievisse Adriaanse |
2015-11-18 | whitespace | Jasper Lievisse Adriaanse |
2015-11-18 | Now that the transition is over, have the installer set 'prohibit-password' | Stuart Henderson |
2015-11-18 | add a version field to prevent mayhem if different data gets stored | Ted Unangst |
2015-11-18 | Remove "space-to-tabstop" from the manpage - it is not enabled, | Reyk Floeter |
2015-11-18 | sync | Theo de Raadt |
2015-11-18 | Change #include <memory.h> to #include <string.h> | Kenneth R Westerback |
2015-11-18 | update for new symbols and code | Ted Unangst |
2015-11-18 | Use format_expand_time for display-message. | Nicholas Marriott |
2015-11-18 | add icdb.h here (this header may go away entirely, but the functions | Ted Unangst |
2015-11-18 | err(1, "foo") -> err(1, NULL) for strdup() | mmcc |
2015-11-18 | Add icdb, the internal c database. A simpler replacement for the old | Ted Unangst |
2015-11-18 | pledge exposed a simple bug: the unprivileged child tried to print the | Reyk Floeter |
2015-11-18 | Add _shadow variants to the two popular getpw functions (uid and nam). | Ted Unangst |
2015-11-18 | missing word; from jan stary | Jason McIntyre |
2015-11-18 | Remove memory.h includes. | mmcc |
2015-11-18 | Take account of padding with dynamic short packets. This fixes the | Visa Hankala |
2015-11-18 | opendev() should not use OPENDEV_PART; ok millert | Theo de Raadt |
2015-11-18 | Remove memory.h includes. | mmcc |
2015-11-18 | Remove memory.h include. | mmcc |
2015-11-18 | Only unget match[] if it has been used, ok sthen | Nicholas Marriott |