summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-10-28Like options, move the environ struct into environ.c.Nicholas Marriott
2015-10-27Move struct options into options.c.Nicholas Marriott
2015-10-27No more TMPDIR.Nicholas Marriott
2015-10-27Break the common process set up, event loop and imsg dispatch codeNicholas Marriott
2015-10-27Count brackets in #{?...} so that nested conditional formats work, fromNicholas Marriott
2015-10-27The format callback may not always succeed, so we need to check forNicholas Marriott
2015-10-27Use copy-mode -et= in WheelUpPane binding, from Patrick Palka.Nicholas Marriott
2015-10-27fix execv arguments in a way less likely to cause grief for -portable;Damien Miller
2015-10-27log certificate serial in verbose() messages to match the mainDamien Miller
2015-10-27avoid de-const warning & shrink; ok dtucker@Damien Miller
2015-10-26If a mouse event has no key binding, pass it through to the pane itNicholas Marriott
2015-10-26Default bindings for mouse wheel on status line to change window (likeNicholas Marriott
2015-10-26Tidy up error() levels: merge COMPILE and COMPILE2, and kill ERROR (unused)Jeremie Courreges-Anglas
2015-10-26Use error(FATAL) instead of what was previously err(1,...)Jeremie Courreges-Anglas
2015-10-26Handle unknown keys more gracefully, return a string instead of NULL.Nicholas Marriott
2015-10-26Don't reject properties with no whitespace after the colon; it's perfectlyJasper Lievisse Adriaanse
2015-10-26no more TMPDIR;Jason McIntyre
2015-10-26Some extra logging of where keys are actually going.Nicholas Marriott
2015-10-26Rather than setpassent(1) for the lifetime of the program, use two smallerTheo de Raadt
2015-10-26Put off some "notyet" dust from login.c.Vadim Zhukov
2015-10-26Rename err() to error() to prevent confusion with the stdlib function.mmcc
2015-10-26remove the silly username cache here and use libc user_from_uid.Ted Unangst
2015-10-26remove TMPDIR supportTheo de Raadt
2015-10-26remove TMPDIR support. ok millertTed Unangst
2015-10-26print uptime too. ok deraadtTed Unangst
2015-10-26If the system call is entirely unpermitted, code will be 0, and there isTheo de Raadt
2015-10-26remove libutil from dpadd tooTed Unangst
2015-10-26remove util.h include and -lutil after pidfile removalJoerg Jung
2015-10-26stop using pidfile()Theo de Raadt
2015-10-26Set low-delay traffic class for IPv6 connections as wellJeremie Courreges-Anglas
2015-10-26space before punctuation;Jason McIntyre
2015-10-25Expand tildes in filenames passed to -i before checking whether or not theDarren Tucker
2015-10-25Do not prepend "exec" to the shell command run by "Match exec" in a configDarren Tucker
2015-10-25Extend the modifiers allowed before formats: as well as the existingNicholas Marriott
2015-10-25Unify & improve paragraphs talking about "==> file <==" headers inVadim Zhukov
2015-10-25Fold "malloc" into "stdio" and -- recognizing that no program so far hasTheo de Raadt
2015-10-25Write error message instead of duplicated file name on error.Tobias Stoeckmann
2015-10-25Decapitalize yyparse tag name here.Vadim Zhukov
2015-10-25Kill unused local var, and reorder while here.Jeremie Courreges-Anglas
2015-10-25We don't care about lack of source route support for IPv6.Jeremie Courreges-Anglas
2015-10-25Kill IP Source Route support, unusable since 1998.Jeremie Courreges-Anglas
2015-10-25need "getpw" pledge; spotted by matthieuTheo de Raadt
2015-10-25Pass output from jobs through format_expand() so they are expanded againNicholas Marriott
2015-10-25No need to declare pwd_gensalt; it's unused and gone.Antoine Jacoutot
2015-10-25Let's see if anyone screams about not being able to specify $TMPDIRTheo de Raadt
2015-10-24fix keyscan output for multiple hosts/addrs on one line whenDamien Miller
2015-10-24skip "Could not chdir to home directory" message when chrootedDamien Miller
2015-10-24Move removal of "getpw" pledge after all setusercontext() calls, for yp sake.Miod Vallat
2015-10-24setusercontext() may still need "getpw" pledge rights; unbreaks doas on ypMiod Vallat
2015-10-24the last user of gensalt has been removed. remove the file.Ted Unangst