Age | Commit message (Expand) | Author |
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 |
2015-10-25 | need "getpw" pledge; spotted by matthieu | Theo de Raadt |
2015-10-25 | Pass output from jobs through format_expand() so they are expanded again | Nicholas Marriott |
2015-10-25 | No need to declare pwd_gensalt; it's unused and gone. | Antoine Jacoutot |
2015-10-25 | Let's see if anyone screams about not being able to specify $TMPDIR | Theo de Raadt |
2015-10-24 | fix keyscan output for multiple hosts/addrs on one line when | Damien Miller |
2015-10-24 | skip "Could not chdir to home directory" message when chrooted | Damien Miller |
2015-10-24 | Move removal of "getpw" pledge after all setusercontext() calls, for yp sake. | Miod Vallat |
2015-10-24 | setusercontext() may still need "getpw" pledge rights; unbreaks doas on yp | Miod Vallat |
2015-10-24 | the last user of gensalt has been removed. remove the file. | Ted Unangst |