summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2013-01-03allow fingerprinting of keys hosted in PKCS#11 tokens: ssh-keygen -lD ...Damien Miller
2013-01-03allow specification of an alternate start directory for sftp-server(8)Damien Miller
2013-01-03fix description of MAC calculation for EtM modes; ok markus@Damien Miller
2013-01-03add a couple of ServerOptions members that should be copied to the privsepDamien Miller
2013-01-02correct format description for SSH_AGENTC_ADD_RSA_ID_CONSTRAINEDDamien Miller
2013-01-02channel_setup_local_fwd_listener() returns 0 on failure, not -veDamien Miller
2012-12-31Rewrite indentation handling for nested lists in a more systematic wayIngo Schwarze
2012-12-31update currency exchange rates;Jason McIntyre
2012-12-29siderealhour is measured in terms of siderealday, not "sidereal day";Jason McIntyre
2012-12-29Fix exit status when there is an error reading a file.Todd C. Miller
2012-12-28Respect locale for ctype purposes, e.g. display ISO Latin 1 characters;Christian Weisgerber
2012-12-27diff-buffer-with-fileFlorian Obser
2012-12-27Move code for shell-command-on-region around to make pipeio() usableFlorian Obser
2012-12-25Report macro names for the second argument to shutdown(), getrusage(),Philip Guenthe
2012-12-24Add ^ and $ special command targets to select lowest and highestNicholas Marriott
2012-12-24Add -T option to select-window to toggle to last window if alreadyNicholas Marriott
2012-12-24Add missing function prototype.Nicholas Marriott
2012-12-24Add a -u flag to choose-tree to start uncollapsed, from Raghavendra DNicholas Marriott
2012-12-24Remove an unnecessary redraw, from Raghavendra D Prabhu.Nicholas Marriott
2012-12-23%zfod was removed in -r1.24; from NaughtyJason McIntyre
2012-12-22cosmetic changes:Marc Espie
2012-12-21remove makefile hacks that are no longer needed with t1 t2: working properlyMarc Espie
2012-12-21the gcc bug seems to have been fixed...Theo de Raadt
2012-12-20use openpty() rather than hand-rolled pty opening code; ok millert@Christian Weisgerber
2012-12-20readjust midi flow control after consuming input dataAlexandre Ratchov
2012-12-18We no longer use struct eproc for kinfo_proc in sysctl.h so thereTodd C. Miller
2012-12-14a few more commentsMarc Espie
2012-12-14use correct string in error message; from rustybsd at gmx.frDarren Tucker
2012-12-13Change load_cfg to fix a crash reported by jasper.Nicholas Marriott
2012-12-12properly handle the case where a process has disappeared in between grep'ingAlexander Hall
2012-12-12use OpenSSL's EVP_aes_{128,192,256}_ctr() API and remove our hand-rolledChristian Weisgerber
2012-12-12reset incoming_packet buffer for each new packet in EtM-case, too;Markus Friedl
2012-12-12Don't print zero length matches in -o mode. Found by otto@ whoTodd C. Miller
2012-12-11fix typo, s/tem/etm in hmac-ripemd160-tem. ok markus@Stuart Henderson
2012-12-11add encrypt-then-mac (EtM) modes to openssh by defining new mac algorithmsMarkus Friedl
2012-12-11drain the log messages after receiving the keystate from the unprivMarkus Friedl
2012-12-11use proper eol offset for -o matching; spotted by ajacoutot@; ok millert@Otto Moerbeek
2012-12-10Document --{exact,max}-versionJasper Lievisse Adriaanse
2012-12-09Use the CMD_*_USAGE defines consistently, from Thomas Adam.Nicholas Marriott
2012-12-08fix a pasto which broke (or rather, disabled) --max-versionJasper Lievisse Adriaanse
2012-12-08Handle resetting 256-colours properly when parsing #[default],Nicholas Marriott
2012-12-08document a bit of job.cMarc Espie
2012-12-07job.h is also used for compat sequential mode.Marc Espie
2012-12-07document engine interface, remove internal function from visible interfaceMarc Espie
2012-12-07move log_level in utils.h with other logging bitsAlexandre Ratchov
2012-12-07gc dead codeMarc Espie
2012-12-07gc old defineMarc Espie
2012-12-07Cast signal to int for logging. A no-op on openbsd (they're always ints)Darren Tucker
2012-12-06missing externMarc Espie
2012-12-06... and zap redundant declaration.Marc Espie