| Commit message (Expand) | Author | Age | Files | Lines |
* | don't try to change tun device flags if they are already what |  djm | 2015-10-07 | 1 | -22/+33 |
* | rename xrealloc() to xreallocarray() since it follows that form. |  deraadt | 2015-04-24 | 1 | -2/+2 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -3/+3 |
* | Remove unnecessary include: netinet/in_systm.h is not needed by these |  lteo | 2014-10-24 | 1 | -2/+1 |
* | Add support for Unix domain socket forwarding. A remote TCP port |  millert | 2014-07-15 | 1 | -1/+48 |
* | use get/put_u32 to load values rather than *((UINT32 *)p) that breaks on |  djm | 2014-04-20 | 1 | -1/+25 |
* | refactor client config code a little: |  djm | 2013-10-14 | 1 | -1/+9 |
* | in ssh_gai_strerror() don't fallback to strerror for EAI_SYSTEM when |  djm | 2013-07-12 | 1 | -2/+2 |
* | Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like |  dtucker | 2013-06-01 | 1 | -1/+12 |
* | bye, bye xfree(); ok markus@ |  djm | 2013-05-17 | 1 | -6/+6 |
* | remove extra parens noticed by nicm |  tedu | 2013-04-24 | 1 | -2/+2 |
* | use xasprintf instead of a series of strlcats and strdup. ok djm |  tedu | 2013-04-23 | 1 | -11/+10 |
* | fix typo in IPQoS parsing: there is no "AF14" class, but there is |  djm | 2011-09-05 | 1 | -2/+2 |
* | print ipqos friendly string for sshd -T; ok markus |  stevesk | 2011-03-29 | 1 | -1/+14 |
* | honour $TMPDIR for client xauth and ssh-agent temporary directories; |  djm | 2010-11-21 | 1 | -1/+18 |
* | allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead of |  djm | 2010-11-13 | 1 | -1/+55 |
* | Add timingsafe_bcmp(3) to libc, mention that it's already in the |  matthew | 2010-09-24 | 1 | -12/+1 |
* | add an option per-read/write callback to atomicio |  djm | 2010-09-22 | 1 | -1/+65 |
* | sync timingsafe_bcmp() with the one dempsky@ committed to sys/lib/libkern |  djm | 2010-07-21 | 1 | -8/+6 |
* | s/timing_safe_cmp/timingsafe_bcmp/g |  djm | 2010-07-13 | 1 | -2/+2 |
* | implement a timing_safe_cmp() function to compare memory without leaking |  djm | 2010-07-13 | 1 | -1/+13 |
* | unbreak strdelim() skipping past quoted strings, e.g. |  djm | 2010-07-02 | 1 | -1/+2 |
* | colon() returns char*, so s/return (0)/return NULL/ |  djm | 2010-05-21 | 1 | -4/+4 |
* | Remove RoutingDomain from ssh since it's now not needed. It can be replaced |  dtucker | 2010-01-09 | 1 | -50/+1 |
* | validate routing domain is in range 0-RT_TABLEID_MAX. |  stevesk | 2009-12-25 | 1 | -1/+13 |
* | correct off-by-one in percent_expand(): we would fatal() when trying |  djm | 2009-11-20 | 1 | -9/+9 |
* | Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan. |  reyk | 2009-10-28 | 1 | -1/+38 |
* | Added missing newlines in error messages. |  tobias | 2009-02-21 | 1 | -3/+4 |
* | make a2port() return -1 when it encounters an invalid port number |  djm | 2009-01-22 | 1 | -13/+9 |
* | upcast uid to long with matching %ld, prevents warnings in portable |  dtucker | 2008-06-13 | 1 | -2/+2 |
* | Make keepalive timeouts apply while waiting for a packet, particularly during |  dtucker | 2008-06-12 | 1 | -1/+21 |
* | spaces -> tabs from my previous commit |  dtucker | 2008-01-01 | 1 | -4/+4 |
* | Add a small helper function to consistently handle the EAI_SYSTEM error |  dtucker | 2007-12-27 | 1 | -1/+10 |
* | Don't access buf[strlen(buf) - 1] for zero-length strings. |  ray | 2006-11-23 | 1 | -1/+3 |
* | almost entirely get rid of the culture of ".h files that include .h files" |  deraadt | 2006-08-03 | 1 | -5/+3 |
* | move #include <stdio.h> out of includes.h |  stevesk | 2006-08-01 | 1 | -1/+2 |
* | move #include <stdlib.h> out of includes.h |  stevesk | 2006-07-26 | 1 | -1/+2 |
* | move #include <sys/param.h> out of includes.h |  stevesk | 2006-07-26 | 1 | -1/+2 |
* | move #include <string.h> out of includes.h |  stevesk | 2006-07-22 | 1 | -1/+2 |
* | move #include <unistd.h> out of includes.h |  stevesk | 2006-07-17 | 1 | -1/+2 |
* | move #include <errno.h> out of includes.h; ok markus@ |  stevesk | 2006-07-11 | 1 | -1/+2 |
* | move #include <stdarg.h> out of includes.h; ok markus@ |  stevesk | 2006-07-10 | 1 | -1/+2 |
* | Add port identifier to known_hosts for non-default ports, based originally |  dtucker | 2006-07-10 | 1 | -1/+19 |
* | move #include <fcntl.h> out of includes.h |  stevesk | 2006-07-09 | 1 | -1/+2 |
* | move #include <pwd.h> out of includes.h; ok markus@ |  stevesk | 2006-07-06 | 1 | -1/+3 |
* | move #include <netinet/in.h> out of includes.h; ok deraadt@ |  stevesk | 2006-07-05 | 1 | -1/+3 |
* | replace {GET,PUT}_XXBIT macros with functionally similar functions, |  djm | 2006-03-30 | 1 | -5/+88 |
* | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that |  djm | 2006-03-25 | 1 | -0/+1 |
* | change OpenSSH's xrealloc() function from being xrealloc(p, new_size) to |  djm | 2006-03-25 | 1 | -1/+1 |
* | introduce xcalloc() and xasprintf() failure-checked allocations functions |  djm | 2006-03-25 | 1 | -4/+2 |