| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove support for obsolete host/port syntax. |  dtucker | 2019-01-23 | 1 | -1/+2 |
* | move client/server SSH-* banners to buffers under ssh->kex and factor |  djm | 2018-12-27 | 1 | -1/+4 |
* | Fix calculation of initial bandwidth limits. |  dtucker | 2018-12-07 | 1 | -2/+4 |
* | use path_absolute() for pathname checks; from Manoj Ampalam |  djm | 2018-11-16 | 1 | -1/+2 |
* | Allow ssh_config IdentityAgent directive to accept environment variable |  djm | 2018-10-03 | 1 | -1/+2 |
* | Remove uid checks from low port binds. Now that ssh cannot be |  dtucker | 2018-07-27 | 1 | -2/+1 |
* | add a SetEnv directive to ssh_config that allows setting environment |  djm | 2018-06-09 | 1 | -1/+2 |
* | switch config file parsing to getline(3) as this avoids static limits |  markus | 2018-06-06 | 1 | -2/+1 |
* | add valid-before="[time]" authorized_keys option. A simple way of |  djm | 2018-03-12 | 1 | -1/+3 |
* | move subprocess() so scp/sftp do not need uidswap.o; ok djm@ |  markus | 2018-01-08 | 1 | -7/+1 |
* | Replace atoi and strtol conversions for integer arguments to config |  dtucker | 2017-12-05 | 1 | -1/+2 |
* | Add monotime_ts and monotime_tv that return monotonic timespec and |  dtucker | 2017-11-25 | 1 | -1/+3 |
* | add sshd_config RDomain keyword to place sshd and the subsequent |  djm | 2017-10-25 | 1 | -1/+2 |
* | Add optional rdomain qualifier to sshd_config's ListenAddress option |  djm | 2017-10-25 | 1 | -1/+3 |
* | Expose devices allocated for tun/tap forwarding. |  djm | 2017-10-23 | 1 | -2/+2 |
* | Add URI support to ssh, sftp and scp. For example ssh://user@host |  millert | 2017-10-21 | 1 | -1/+4 |
* | add a "quiet" flag to exited_cleanly() that supresses errors about |  djm | 2017-08-18 | 1 | -2/+2 |
* | Move several subprocess-related functions from various locations to |  djm | 2017-08-18 | 1 | -1/+21 |
* | On startup, check to see if sshd is already daemonized and if so, |  dtucker | 2016-11-30 | 1 | -1/+2 |
* | Factor out "can bind to low ports" check into its own function. This will make |  dtucker | 2016-10-23 | 1 | -1/+2 |
* | Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions |  deraadt | 2016-09-12 | 1 | -1/+5 |
* | Pull in <sys/time.h> for struct timeval |  guenther | 2016-08-27 | 1 | -1/+3 |
* | Add a ProxyJump ssh_config(5) option and corresponding -J ssh(1) |  djm | 2016-07-15 | 1 | -1/+2 |
* | don't record duplicate LocalForward and RemoteForward entries; |  djm | 2016-04-06 | 1 | -1/+3 |
* | Improve precision of progressmeter for sftp and scp by storing sub-second |  dtucker | 2016-03-02 | 1 | -1/+2 |
* | Add support for Unix domain socket forwarding. A remote TCP port |  millert | 2014-07-15 | 1 | -1/+24 |
* | revert __bounded change; it causes way more problems for portable than |  djm | 2014-05-02 | 1 | -9/+9 |
* | use get/put_u32 to load values rather than *((UINT32 *)p) that breaks on |  djm | 2014-04-20 | 1 | -1/+7 |
* | use __bounded(...) attribute recently added to sys/cdefs.h instead of |  djm | 2014-03-26 | 1 | -7/+7 |
* | refactor client config code a little: |  djm | 2013-10-14 | 1 | -1/+2 |
* | Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like |  dtucker | 2013-06-01 | 1 | -1/+2 |
* | print ipqos friendly string for sshd -T; ok markus |  stevesk | 2011-03-29 | 1 | -1/+2 |
* | honour $TMPDIR for client xauth and ssh-agent temporary directories; |  djm | 2010-11-21 | 1 | -1/+2 |
* | allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead of |  djm | 2010-11-13 | 1 | -1/+2 |
* | Add timingsafe_bcmp(3) to libc, mention that it's already in the |  matthew | 2010-09-24 | 1 | -2/+1 |
* | add an option per-read/write callback to atomicio |  djm | 2010-09-22 | 1 | -1/+10 |
* | 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/+2 |
* | Remove RoutingDomain from ssh since it's now not needed. It can be replaced |  dtucker | 2010-01-09 | 1 | -4/+1 |
* | validate routing domain is in range 0-RT_TABLEID_MAX. |  stevesk | 2009-12-25 | 1 | -1/+2 |
* | Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan. |  reyk | 2009-10-28 | 1 | -1/+3 |
* | Make keepalive timeouts apply while waiting for a packet, particularly during |  dtucker | 2008-06-12 | 1 | -1/+3 |
* | Add a small helper function to consistently handle the EAI_SYSTEM error |  dtucker | 2007-12-27 | 1 | -1/+2 |
* | reorder so prototypes are sorted by the files they refer to; no |  djm | 2006-08-18 | 1 | -13/+13 |
* | almost entirely get rid of the culture of ".h files that include .h files" |  deraadt | 2006-08-03 | 1 | -6/+1 |
* | move #include <stdio.h> out of includes.h |  stevesk | 2006-08-01 | 1 | -1/+2 |
* | Add port identifier to known_hosts for non-default ports, based originally |  dtucker | 2006-07-10 | 1 | -1/+2 |
* | move #include <pwd.h> out of includes.h; ok markus@ |  stevesk | 2006-07-06 | 1 | -1/+5 |
* | replace {GET,PUT}_XXBIT macros with functionally similar functions, |  djm | 2006-03-30 | 1 | -2/+22 |
* | standardise spacing in $OpenBSD$ tags; requested by deraadt@ |  djm | 2006-03-25 | 1 | -1/+1 |