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