Age | Commit message (Expand) | Author |
2012-12-25 | Report macro names for the second argument to shutdown(), getrusage(), | Philip Guenthe |
2012-12-24 | Add ^ and $ special command targets to select lowest and highest | Nicholas Marriott |
2012-12-24 | Add -T option to select-window to toggle to last window if already | Nicholas Marriott |
2012-12-24 | Add missing function prototype. | Nicholas Marriott |
2012-12-24 | Add a -u flag to choose-tree to start uncollapsed, from Raghavendra D | Nicholas Marriott |
2012-12-24 | Remove an unnecessary redraw, from Raghavendra D Prabhu. | Nicholas Marriott |
2012-12-23 | %zfod was removed in -r1.24; from Naughty | Jason McIntyre |
2012-12-22 | cosmetic changes: | Marc Espie |
2012-12-21 | remove makefile hacks that are no longer needed with t1 t2: working properly | Marc Espie |
2012-12-21 | the gcc bug seems to have been fixed... | Theo de Raadt |
2012-12-20 | use openpty() rather than hand-rolled pty opening code; ok millert@ | Christian Weisgerber |
2012-12-20 | readjust midi flow control after consuming input data | Alexandre Ratchov |
2012-12-18 | We no longer use struct eproc for kinfo_proc in sysctl.h so there | Todd C. Miller |
2012-12-14 | a few more comments | Marc Espie |
2012-12-14 | use correct string in error message; from rustybsd at gmx.fr | Darren Tucker |
2012-12-13 | Change load_cfg to fix a crash reported by jasper. | Nicholas Marriott |
2012-12-12 | properly handle the case where a process has disappeared in between grep'ing | Alexander Hall |
2012-12-12 | use OpenSSL's EVP_aes_{128,192,256}_ctr() API and remove our hand-rolled | Christian Weisgerber |
2012-12-12 | reset incoming_packet buffer for each new packet in EtM-case, too; | Markus Friedl |
2012-12-12 | Don't print zero length matches in -o mode. Found by otto@ who | Todd C. Miller |
2012-12-11 | fix typo, s/tem/etm in hmac-ripemd160-tem. ok markus@ | Stuart Henderson |
2012-12-11 | add encrypt-then-mac (EtM) modes to openssh by defining new mac algorithms | Markus Friedl |
2012-12-11 | drain the log messages after receiving the keystate from the unpriv | Markus Friedl |
2012-12-11 | use proper eol offset for -o matching; spotted by ajacoutot@; ok millert@ | Otto Moerbeek |
2012-12-10 | Document --{exact,max}-version | Jasper Lievisse Adriaanse |
2012-12-09 | Use the CMD_*_USAGE defines consistently, from Thomas Adam. | Nicholas Marriott |
2012-12-08 | fix a pasto which broke (or rather, disabled) --max-version | Jasper Lievisse Adriaanse |
2012-12-08 | Handle resetting 256-colours properly when parsing #[default], | Nicholas Marriott |
2012-12-08 | document a bit of job.c | Marc Espie |
2012-12-07 | job.h is also used for compat sequential mode. | Marc Espie |
2012-12-07 | document engine interface, remove internal function from visible interface | Marc Espie |
2012-12-07 | move log_level in utils.h with other logging bits | Alexandre Ratchov |
2012-12-07 | gc dead code | Marc Espie |
2012-12-07 | gc old define | Marc Espie |
2012-12-07 | Cast signal to int for logging. A no-op on openbsd (they're always ints) | Darren Tucker |
2012-12-06 | missing extern | Marc Espie |
2012-12-06 | ... and zap redundant declaration. | Marc Espie |
2012-12-06 | Use strlcat not strncat in load_cfg and some other trivial tidying from | Nicholas Marriott |
2012-12-06 | Fix argument order in a log statement. | Nicholas Marriott |
2012-12-06 | Simplify command string parsing with a helper function from Tiago Cunha. | Nicholas Marriott |
2012-12-06 | old code is gone, remove comments and prototypes | Marc Espie |
2012-12-06 | set port = NULL for new connctions, fixes crashes | Alexandre Ratchov |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-12-05 | prevent double-free of comment; ok djm@ | Markus Friedl |
2012-12-05 | Explicitly include sys/resource.h for RLIM_INF, etc. | Todd C. Miller |
2012-12-04 | Get rid of two 10-year-old XXX comments and do check for getchar(3) returning | Mark Kettenis |
2012-12-04 | Bring back column numbers and make them configurable, off by default | Florian Obser |
2012-12-04 | remove some unnecessary sys/mbuf.h inclusions | Theo de Raadt |
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt |
2012-12-03 | Fix hang when exiting shell in script mode. OK naddy@ | Todd C. Miller |