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