Age | Commit message (Expand) | Author |
2013-10-10 | Add formats for window flags. | Nicholas Marriott |
2013-10-10 | Don't leak formats if they are added multiple times. | Nicholas Marriott |
2013-10-10 | Don't add client formats when they are NULL. | Nicholas Marriott |
2013-10-10 | Missing space in refresh-client synopsis. | Nicholas Marriott |
2013-10-10 | Grouped sessions were being leaked on destroy, correctly free them. | Nicholas Marriott |
2013-10-10 | Make recalculate_sizes() handle an empty window with no active | Nicholas Marriott |
2013-10-10 | Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd can | Nicholas Marriott |
2013-10-10 | Regenerate moduli | Darren Tucker |
2013-10-10 | bz#2139: fix re-exec fallback by ensuring that startup_pipe is correctly | Damien Miller |
2013-10-10 | Move moduli generation to usr.bin/ssh/moduli-gen and keep track of | Darren Tucker |
2013-10-10 | add -Q, -P and -p to usage() before jmc@ catches me | Damien Miller |
2013-10-09 | Add ability to whitelist and/or blacklist sftp protocol requests by name. | Damien Miller |
2013-10-08 | backwards compatibility is king, and will remain king, until 2038. | Reyk Floeter |
2013-10-08 | Increase the size of the Diffie-Hellman groups requested for a each symmetric | Darren Tucker |
2013-10-08 | Obtain the uptime of the running system using the new CLOCK_UPTIME, | Philip Guenther |
2013-10-07 | Printf size_t vars with %zu, not %ld; | Ingo Schwarze |
2013-10-07 | Yesterday, i released (portable) mandoc 1.12.2, so bump our VERSION, too. | Ingo Schwarze |
2013-10-06 | We don't do hyphenation, but we allow breaking the line at hyphens that are | Ingo Schwarze |
2013-10-06 | If there is random stuff inside a .Bl block body before the first .It, | Ingo Schwarze |
2013-10-05 | Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas: | Ingo Schwarze |
2013-10-05 | Change the default for the default-path option to ~. This is a quick | Nicholas Marriott |
2013-10-05 | Fix previous not to leak fd on failure, whoops. | Nicholas Marriott |
2013-10-05 | Use open(".")/fchdir() to save and restore current directory rather than | Nicholas Marriott |
2013-10-04 | Support simple numerical conditions. | Ingo Schwarze |
2013-10-03 | ROFFRULE_ALLOW = 0, ROFFRULE_DENY = 1 was confusing, so exchange the | Ingo Schwarze |
2013-10-03 | Avoid code duplication in roff_parseln() as suggested by | Ingo Schwarze |
2013-10-03 | Expand references to number registers in exactly the same way as | Ingo Schwarze |
2013-10-03 | Support setting arbitrary roff(7) number registers, | Ingo Schwarze |
2013-10-03 | sync with NetBSD | Ingo Schwarze |
2013-10-01 | in truth, noone uses these backwards compat stubs to compile make on other | Theo de Raadt |
2013-10-01 | update currency exchange rates; | Jason McIntyre |
2013-09-30 | jj cale; From: Matthew Clarke | Jason McIntyre |
2013-09-29 | use a more clearly named variable for the srandom case in the code | Theo de Raadt |
2013-09-29 | Prepare netstat for printing 64 bit route expire time. | Alexander Bluhm |
2013-09-28 | Fix condition to check if a midi port is referenced. Remove unused bits. | Alexandre Ratchov |
2013-09-24 | rename re_match to regex_match to prevent a namespace conflict on Linux as | Jasper Lievisse Adriaanse |
2013-09-23 | Keep Defaults env_keep to a minimum: basically just what is required for | Antoine Jacoutot |
2013-09-23 | Revert. It seems people don't agree about which device should be used. | Antoine Jacoutot |
2013-09-23 | cd0a -> cd0c for consistency with the FAQ. | Antoine Jacoutot |
2013-09-22 | Stop merging the per-thread and per-process flags when reporting | Philip Guenther |
2013-09-21 | Merge conflicts. | James Turner |
2013-09-21 | more reasonable MAX_COLS for modern displays | Marc Espie |
2013-09-19 | separate termios.h out from scan.l, both have an ECHO define. Noted by | Otto Moerbeek |
2013-09-19 | bz#1211: make BindAddress work with UsePrivilegedPort=yes; patch from | Damien Miller |
2013-09-19 | bz#1297 - tell the client (via packet_send_debug) when their preferred | Damien Miller |
2013-09-19 | fix swapped pflag and printflag in sftp upload_dir; from Iain Morgan | Damien Miller |
2013-09-19 | store the initial file offset so the progress meter doesn't freak out | Damien Miller |
2013-09-18 | Remove "tset -S" compatibility I added years ago. Most converted | Todd C. Miller |
2013-09-16 | Remove gssapi config parts from ssh_config, as was already done for sshd_config. | Stuart Henderson |
2013-09-16 | One of the WARNING messages has to use the word "section" twice in two | Ingo Schwarze |