summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-06-16implement a `keep-alive' option that sends bytes over an inactiveMarc Espie
2007-06-15Douglas Adams was a Mac fan, but we don't discriminate.Matthias Kilian
2007-06-15Don't truncate interface name.Ray Lai
2007-06-14when waiting for the multiplex exit status, read until the master endDamien Miller
2007-06-14handle EINTR when waiting for mux exit status properlyDamien Miller
2007-06-14put Edvard Grieg like the other composers in .musicJasper Lievisse Adriaanse
2007-06-13- shorten -c's argument name to avoid ugly line splitJason McIntyre
2007-06-13value of 'author' in an rcs file is effectively a system username.Niall O'Higgins
2007-06-13Enable cookie support. This allows parsing of netscape-like cookie jarsPierre-Yves Ritschard
2007-06-13don't ftruncate() non-regular files; bz#1236 reported by wood AT xmission.com;Damien Miller
2007-06-12Typo found by Matthew Clarke, thanks.Marc Balmer
2007-06-12Fix a 10-year-old pointer-arithmetic bug in make,Constantine A. Murenin
2007-06-12Encode filename with strnvis if the name contains a newline (which can'tDarren Tucker
2007-06-12add -K to SYNOPSIS;Jason McIntyre
2007-06-12identies -> identities;Jason McIntyre
2007-06-12Pass GSS OID to gss_display_status to provide better information inDarren Tucker
2007-06-12improved exit message from multiplex slave sessions; bz #1262Damien Miller
2007-06-12Add "-K" flag for ssh to set GSSAPIAuthentication=yes andDamien Miller
2007-06-12fix slave exit value when a control master goes away without passing theDamien Miller
2007-06-12make scp try to skip FIFOs rather than blocking when nothing is listening.Damien Miller
2007-06-12relocate server-only GSSAPI code from libssh to server; bz #1225Damien Miller
2007-06-12better document ssh-add's -d option (delete identies from agent), bz#1224Damien Miller
2007-06-12Allow checkin without locking (after rcs -U). Matches GNU's behaviour.Xavier Santolaria
2007-06-11increase default channel windows; ok djmMarkus Friedl
2007-06-11send 'window adjust' messages every tree packets and do not waitMarkus Friedl
2007-06-10clear to end of line at quit, needed for terms that do not restoreOtto Moerbeek
2007-06-10add "Towel Day"Simon Bertrang
2007-06-09- Change sizeof(type) to sizeof(*ptr).Ray Lai
2007-06-08If strict locking is disabled, make file writable by owner on checkout.Xavier Santolaria
2007-06-08oops, here too: put the MAC list into a display, like we do forJason McIntyre
2007-06-08put the MAC list into a display, like we do for ciphers,Jason McIntyre
2007-06-08Add a "MACs" line after "Ciphers" with the default MAC algorithms,Peter Valchev
2007-06-07Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, mustPeter Valchev
2007-06-07Correct exit value when one of the files specified cannot be checked out.Xavier Santolaria
2007-06-06Remove the .netrc parser when compiling a SMALL binary.Pierre-Yves Ritschard
2007-06-06Don't double xstrdup.Ray Lai
2007-06-05Preserve MAC ctx between packets, saving 2xhash calls per-packet.Damien Miller
2007-06-04remove a fatal i committed by accident.Niall O'Higgins
2007-06-04make jmc happy by somewhat smarter synopsis scanning code for -h; okOtto Moerbeek
2007-06-04remove IPX support, agreed by manyHenning Brauer
2007-06-02knock out FIBMAP (which we got rid of)Theo de Raadt
2007-06-02memory leak on error path; from arnaud.lacombe.1 AT ulaval.caDamien Miller
2007-06-02don't try to parse a server conflict message as a date.Niall O'Higgins
2007-06-02safer snprintf construct with more paranoid length calculationPeter Valchev
2007-06-01add support for local and remote branch checkout. for example,Niall O'Higgins
2007-06-01more adosfs removal;Jason McIntyre
2007-05-31gc unreachable code; spotted by Tavis OrmandyDamien Miller
2007-05-31missing `&';Jason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-31- note some apps which are xpg4, not posixJason McIntyre