Age | Commit message (Expand) | Author |
2015-04-27 | If the requested pane is already active, do not unzoom the window (or do | Nicholas Marriott |
2015-04-27 | more OPENSSL=no fixes; ok dtucker@ | Damien Miller |
2015-04-27 | fix compilation with OPENSSL=no; ok dtucker@ | Damien Miller |
2015-04-27 | Include stdio.h for FILE (used in sshkey.h) so it compiles with OPENSSL=no. | Darren Tucker |
2015-04-27 | allow "sshd -f none" to skip reading the config file, much like | Damien Miller |
2015-04-26 | Don't support -s on FIFOs, it doesn't work well and the workarounds are | Nicholas Marriott |
2015-04-26 | Remove panes from layout if spawning them fails, reported by Anthony J | Nicholas Marriott |
2015-04-26 | stat() the original link path not the resolved one which may be relative. | Nicholas Marriott |
2015-04-26 | Fix typo in the buffer size value: 7680 in the manpage vs 7860 in | David Coppa |
2015-04-25 | Only print MIME warnings when warnings are enabled. | Nicholas Marriott |
2015-04-25 | Get rid of window_choose_list type. | Nicholas Marriott |
2015-04-25 | Fix some char* -> char *. | Nicholas Marriott |
2015-04-25 | Use a char **,u_int pair for cfg_causes. | Nicholas Marriott |
2015-04-25 | Fail if a \ appears at EOL rather than continuing off the end of the | Nicholas Marriott |
2015-04-25 | Make message log a TAILQ. | Nicholas Marriott |
2015-04-25 | Move the functions to convert ids from strings into session.c and window.c. | Nicholas Marriott |
2015-04-25 | Switch to using the POSIX endian macros, i.e: be64toh vs. betoh64. | Bryan Steele |
2015-04-25 | Explicitly cancel mouse "button" mode, this happens implicitly with some | Nicholas Marriott |
2015-04-25 | add check for overflow while doubling (very unlikely in practice, but still | Marc Espie |
2015-04-24 | Convert clients list into a TAILQ. | Nicholas Marriott |
2015-04-24 | Set working directory for run-shell and if-shell. | Nicholas Marriott |
2015-04-24 | struct timespec/clock_gettime(3) conversion for vi(1). | Bryan Steele |
2015-04-24 | Allow choice options (multiple states) to be toggled between states 0 | Nicholas Marriott |
2015-04-24 | Set up signal handler earlier so that we don't get zombies, reported by | Nicholas Marriott |
2015-04-24 | Document -h, and bring some consistency to the option descriptions. ok jmc | Nicholas Marriott |
2015-04-24 | tweaks; ok nicm | Jason McIntyre |
2015-04-24 | remove the old tip SCCS note | Theo de Raadt |
2015-04-24 | Remove tip(1), superseded by cu(1). | Nicholas Marriott |
2015-04-24 | Do not attempt to use ~/.magic if running as root (or issetugid()). | Nicholas Marriott |
2015-04-24 | move an ugly space | Theo de Raadt |
2015-04-24 | We need to loop over the files once to work out the width of the labels | Nicholas Marriott |
2015-04-24 | Trying to drop privileges means we can't handle ARG_MAX arguments, so | Nicholas Marriott |
2015-04-24 | Add a couple of missing spaces (style nits). | Nicholas Marriott |
2015-04-24 | Use symbolic constants for st_mode flags, no binary change. | Nicholas Marriott |
2015-04-24 | If ~/.magic exists but can't be used, fail rather than silently falling | Nicholas Marriott |
2015-04-24 | Fix a couple of errors in the magic source files. | Nicholas Marriott |
2015-04-24 | New implementation of the file(1) utility. This is a simplified, | Nicholas Marriott |
2015-04-24 | combine -Dd onto one line and update usage(); | Jason McIntyre |
2015-04-24 | add ssh-agent -D to leave ssh-agent in foreground without enabling | Damien Miller |
2015-04-24 | 2*len -> use xreallocarray() | Theo de Raadt |
2015-04-24 | rename xrealloc() to xreallocarray() since it follows that form. | Theo de Raadt |
2015-04-23 | Unify mdoc_deroff() and man_deroff() into a common function deroff(). | Ingo Schwarze |
2015-04-23 | Get rid of two empty wrapper functions. No functional change. | Ingo Schwarze |
2015-04-23 | use reallocarray instead of calloc; avoid the zero before infill | Theo de Raadt |
2015-04-23 | Two small fixes for sshd -T: ListenAddress'es are added to a list head so | Darren Tucker |
2015-04-23 | Check for and reject missing arguments for VersionAddendum and ForceCommand. | Darren Tucker |
2015-04-22 | Expand SLIST macro of unix pcb members before printing the pointer. | Alexander Bluhm |
2015-04-22 | Make session_has return a flag, returning the first winlink found is a | Nicholas Marriott |
2015-04-22 | Change the windows array into an RB tree and fix some places where we | Nicholas Marriott |
2015-04-22 | window_index is only used in one place (window_destroy) so inline it there. | Nicholas Marriott |