Age | Commit message (Expand) | Author |
2015-11-20 | Always use the system m4. | Todd C. Miller |
2015-11-20 | add cast to make -Werror clean | Damien Miller |
2015-11-20 | quick hack to fix "tail +n", reported broken by Mikolaj Kucharski. | Ted Unangst |
2015-11-20 | Cast two ctype args to u_char. | mmcc |
2015-11-19 | burn down all the gratutious alloca() compatability that autofuck injected | Ted Unangst |
2015-11-19 | make sure parse.c depends on initparse.c | Ted Unangst |
2015-11-19 | remove the LGPL gettext.h since we aren't using it anyway. | Ted Unangst |
2015-11-19 | split out some variable initialization to be easier | Ted Unangst |
2015-11-19 | Replace Char (defined as unsigned char) with u_char. | mmcc |
2015-11-19 | it is not necessary to cast the result of malloc/calloc. | Ted Unangst |
2015-11-19 | flex_alloc and flex_free are nothing more than malloc and free, so replace | Ted Unangst |
2015-11-19 | it should be safe to assume the presence of memset these days instead of | Ted Unangst |
2015-11-19 | remove VMS and MSDOS support | Ted Unangst |
2015-11-19 | mechanical knf | Ted Unangst |
2015-11-19 | orbital strike from moonbase knf | Ted Unangst |
2015-11-19 | Only assume pasting with at least two characters, reduces problems for | Nicholas Marriott |
2015-11-19 | typically indentation decreases after a block is closed | Ted Unangst |
2015-11-19 | repair some of the preposterously damaged indentation | Ted Unangst |
2015-11-19 | we don't keep vim modelines in files | Ted Unangst |
2015-11-19 | how did the pledge "dns" get forgotten?!?! wow.. | Theo de Raadt |
2015-11-19 | Sort and simplify includes, remove a couple needless extern decls. | mmcc |
2015-11-19 | add back flex++.1 link noticed by sthen | Ted Unangst |
2015-11-19 | Update flex from ancient 2.5.4 to the recent 2.5.39. | Ted Unangst |
2015-11-19 | "tty proc exec", not "proc exec tty" | Anthony J. Bentley |
2015-11-19 | if you're going to call err(), need to use <err.h> | Ted Unangst |
2015-11-19 | another try to allow tailing multiple files. maybe it works? | Ted Unangst |
2015-11-19 | opencvs can use pledge "stdio rpath wpath cpath fattr proc exec". | Theo de Raadt |
2015-11-19 | The activity flag could already be set, so queue the callback always (if | Nicholas Marriott |
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 | pledge "stdio rpath". Might not need "rpath", but ... | Theo de Raadt |
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 | needs _shadow so it can rewrite the master.passwd file | Ted Unangst |
2015-11-18 | shrink differences between ttinsl/ttdell | Jasper Lievisse Adriaanse |
2015-11-18 | whitespace | Jasper Lievisse Adriaanse |
2015-11-18 | Remove "space-to-tabstop" from the manpage - it is not enabled, | Reyk Floeter |
2015-11-18 | Use format_expand_time for display-message. | Nicholas Marriott |
2015-11-18 | missing word; from jan stary | Jason McIntyre |
2015-11-18 | Use __unused rather than rolling our own. | Nicholas Marriott |
2015-11-18 | Add s/foo/bar/: prefix for formats to substitute bar for foo. | Nicholas Marriott |
2015-11-18 | Sync the entire xmalloc.[ch] with the other users, but with the addition | Nicholas Marriott |
2015-11-18 | Don't update activity time twice for new sessions, and add some logging. | Nicholas Marriott |
2015-11-18 | fix "ssh-keygen -l" of private key, broken in support for | Damien Miller |
2015-11-18 | disable networking (i.e. -L option) until privilege separation is | Alexandre Ratchov |
2015-11-18 | say that network communication is not secure | Alexandre Ratchov |
2015-11-17 | Merge xmalloc.[ch] files across base, skipping OpenSSH for now. | Tobias Stoeckmann |