summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2013-07-07point folks to the mailing list archive to follow bug reports,Jason McIntyre
2013-07-07old option -P bites the dust. It's not been doing anything for years.Marc Espie
2013-07-05Remove usr.bin/strip and usr.bin/strings, no longer built.Miod Vallat
2013-07-05Remove usr.bin/ar and usr.bin/ranlib, no longer building anything. Move theirMiod Vallat
2013-07-05More a.out files leave the party.Miod Vallat
2013-07-05ELF_TOOLCHAIN bye bye.Miod Vallat
2013-07-05Add pane_synchronized format, from Romain Francoise.Nicholas Marriott
2013-07-05Clarify error messages when setting options, from Thomas Adam.Nicholas Marriott
2013-07-05When the session option renumber-window is used, ensure we iterate overNicholas Marriott
2013-07-05Whitespace nits, from Ben Boeckel.Nicholas Marriott
2013-07-05Act like vi(1) when moving words, from Ben Boeckel.Nicholas Marriott