Age | Commit message (Expand) | Author |
2015-10-29 | I assume KRANDOM was the previous name for FFRAND. KRANDOM is not in | Mark Lumsden |
2015-10-29 | Fix opening dired from the command line. Incorrect cursor placement | Mark Lumsden |
2015-10-29 | This sausage is made from unsound meat. | Ted Unangst |
2015-10-29 | Break version check into a separate function, and limit version to 8 bits. | Nicholas Marriott |
2015-10-29 | Fix "PubkeyAcceptedKeyTypes +..." inside a Match block; ok dtucker@ | Damien Miller |
2015-10-29 | pledge "stdio rpath". | Theo de Raadt |
2015-10-29 | Pretty sure this can pledge "stdio rpath wpath cpath". Commiting to start | Theo de Raadt |
2015-10-28 | pledge | Theo de Raadt |
2015-10-28 | remove knowledge of dnssocket/dnsconnect | Theo de Raadt |
2015-10-28 | Like options, move the environ struct into environ.c. | Nicholas Marriott |
2015-10-27 | Move struct options into options.c. | Nicholas Marriott |
2015-10-27 | No more TMPDIR. | Nicholas Marriott |
2015-10-27 | Break the common process set up, event loop and imsg dispatch code | Nicholas Marriott |
2015-10-27 | Count brackets in #{?...} so that nested conditional formats work, from | Nicholas Marriott |
2015-10-27 | The format callback may not always succeed, so we need to check for | Nicholas Marriott |
2015-10-27 | Use copy-mode -et= in WheelUpPane binding, from Patrick Palka. | Nicholas Marriott |
2015-10-27 | fix execv arguments in a way less likely to cause grief for -portable; | Damien Miller |
2015-10-27 | log certificate serial in verbose() messages to match the main | Damien Miller |
2015-10-27 | avoid de-const warning & shrink; ok dtucker@ | Damien Miller |
2015-10-26 | If a mouse event has no key binding, pass it through to the pane it | Nicholas Marriott |
2015-10-26 | Default bindings for mouse wheel on status line to change window (like | Nicholas Marriott |
2015-10-26 | Tidy up error() levels: merge COMPILE and COMPILE2, and kill ERROR (unused) | Jeremie Courreges-Anglas |
2015-10-26 | Use error(FATAL) instead of what was previously err(1,...) | Jeremie Courreges-Anglas |
2015-10-26 | Handle unknown keys more gracefully, return a string instead of NULL. | Nicholas Marriott |
2015-10-26 | Don't reject properties with no whitespace after the colon; it's perfectly | Jasper Lievisse Adriaanse |
2015-10-26 | no more TMPDIR; | Jason McIntyre |
2015-10-26 | Some extra logging of where keys are actually going. | Nicholas Marriott |
2015-10-26 | Rather than setpassent(1) for the lifetime of the program, use two smaller | Theo de Raadt |
2015-10-26 | Put off some "notyet" dust from login.c. | Vadim Zhukov |
2015-10-26 | Rename err() to error() to prevent confusion with the stdlib function. | mmcc |
2015-10-26 | remove the silly username cache here and use libc user_from_uid. | Ted Unangst |
2015-10-26 | remove TMPDIR support | Theo de Raadt |
2015-10-26 | remove TMPDIR support. ok millert | Ted Unangst |
2015-10-26 | print uptime too. ok deraadt | Ted Unangst |
2015-10-26 | If the system call is entirely unpermitted, code will be 0, and there is | Theo de Raadt |
2015-10-26 | remove libutil from dpadd too | Ted Unangst |
2015-10-26 | remove util.h include and -lutil after pidfile removal | Joerg Jung |
2015-10-26 | stop using pidfile() | Theo de Raadt |
2015-10-26 | Set low-delay traffic class for IPv6 connections as well | Jeremie Courreges-Anglas |
2015-10-26 | space before punctuation; | Jason McIntyre |
2015-10-25 | Expand tildes in filenames passed to -i before checking whether or not the | Darren Tucker |
2015-10-25 | Do not prepend "exec" to the shell command run by "Match exec" in a config | Darren Tucker |
2015-10-25 | Extend the modifiers allowed before formats: as well as the existing | Nicholas Marriott |
2015-10-25 | Unify & improve paragraphs talking about "==> file <==" headers in | Vadim Zhukov |
2015-10-25 | Fold "malloc" into "stdio" and -- recognizing that no program so far has | Theo de Raadt |
2015-10-25 | Write error message instead of duplicated file name on error. | Tobias Stoeckmann |
2015-10-25 | Decapitalize yyparse tag name here. | Vadim Zhukov |
2015-10-25 | Kill unused local var, and reorder while here. | Jeremie Courreges-Anglas |
2015-10-25 | We don't care about lack of source route support for IPv6. | Jeremie Courreges-Anglas |
2015-10-25 | Kill IP Source Route support, unusable since 1998. | Jeremie Courreges-Anglas |