summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2013-08-10libkafs5 -> libkafs (unused in build, so no functional change)Antoine Jacoutot
2013-08-09enable ctrl-left-arrow and ctrl-right-arrow to move forward/back a word;Damien Miller
2013-08-09two problems found by a to-be-committed regress test: 1) msg_id was notDamien Miller
2013-08-09do getopt parsing for all sftp commands (with an empty optstring forDamien Miller
2013-08-08Implement the roff(7) font-escape sequence \f(BI "bold+italic".Ingo Schwarze
2013-08-08add a "-l" flag for the rename command to force it to use the sillyDamien Miller
2013-08-08fix two year old regression: symlinking a file would incorrectlyDamien Miller
2013-08-07sort -a;Jason McIntyre
2013-08-07document the errors in terms of the actual calls made (mkdtemp/mktemp,Theo de Raadt
2013-08-06add cast to avoid format warning; from portableDamien Miller
2013-08-06document top-level -a option (the -a option to 'get' was already documented)Damien Miller
2013-08-06fix some whitespace at EOLDamien Miller
2013-08-06Move the check for template length added in r1.16 outside the !tflagLandry Breuil
2013-08-06Remove support for COMPILER_VERSION == gcc2.Miod Vallat
2013-08-06Switch vax to gcc 3.3.6.Miod Vallat
2013-08-05After a leading blank on an output line, the first word was counted twiceIngo Schwarze
2013-08-05Put .%C before .%D in .Rs outputIngo Schwarze
2013-08-05update currency exchange rates;Jason McIntyre
2013-08-05use %C for the Rs/Re block: mandoc already supports it, and ingoJason McIntyre
2013-07-28Build awk with -O1 on m88k for now; when built -O2, it would sporadicallyMiod Vallat
2013-07-25openssh-6.3 for releaseDamien Miller
2013-07-25sftp support for resuming partial downloads; patch mostly by LoganadenDamien Miller
2013-07-25daemonise backgrounded (ControlPersist'ed) multiplexing master to ensureDamien Miller
2013-07-22oops, forgot to commit corresponding header change;Damien Miller
2013-07-22make MAC key, data to be hashed and nonce for final hash const;Damien Miller
2013-07-20fix verification error in (as-yet usused) KRL signature checking pathDamien Miller
2013-07-20Add support for XMODEM-CRC and fix transfer initiation. SuccessfullyChristian Weisgerber
2013-07-20fix kerberos/GSSAPI deprecation warnings and linking; "looks okay" millert@Damien Miller
2013-07-20call cleanup_handler on SIGINT when in debug mode to ensure socketsDamien Miller
2013-07-20More useful error message on missing current user in /etc/passwdDamien Miller
2013-07-20use a union to ensure correct alignment; ok deraadtDamien Miller
2013-07-19add ssh-agent(1) support to sshd(8); allows encrypted hostkeys,Markus Friedl
2013-07-18There is no uvm_km_pages_free in our kernel anymore. The correspondingAlexander Bluhm
2013-07-18document the :c selectors; from Sunil NimmagaddaJason McIntyre
2013-07-18be more exact wrt perms for ~/.ssh/config; bz#2078Damien Miller
2013-07-16Add missing .An and .Mt macros.Ingo Schwarze
2013-07-16where "-" represents stdin, just use Sq, not Fl, since it's not a flag;Jason McIntyre
2013-07-16"-" is not an option - it is an argument to -f; whilst here, use SqJason McIntyre
2013-07-16Tighten the pattern for matching ioctl definitions in header files andPhilip Guenther
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-07-13For citing the names and email addresses of authors,Ingo Schwarze
2013-07-13Rudimentary implementation of the .it request (input line trap).Ingo Schwarze
2013-07-12Simple partial sync to bsd.lv:Ingo Schwarze
2013-07-12Make next-word-end work properly with vi(1) keys, reported by patrickNicholas Marriott
2013-07-12set TCP nodelay for connections started with -N; bz#2124 ok dtucker@Damien Miller
2013-07-12do_print_resource_record() can never be called with a NULL filename, soDamien Miller
2013-07-12in ssh_gai_strerror() don't fallback to strerror for EAI_SYSTEM whenDamien Miller
2013-07-12fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@Damien Miller
2013-07-11Bring file selection in accordance with the man page; from Stefan EsserOtto Moerbeek
2013-07-09back out the cache flipper temporarily to work out of tree.Bob Beck