summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/misc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove support for obsolete host/port syntax.dtucker2019-01-231-1/+2
* move client/server SSH-* banners to buffers under ssh->kex and factordjm2018-12-271-1/+4
* Fix calculation of initial bandwidth limits.dtucker2018-12-071-2/+4
* use path_absolute() for pathname checks; from Manoj Ampalamdjm2018-11-161-1/+2
* Allow ssh_config IdentityAgent directive to accept environment variabledjm2018-10-031-1/+2
* Remove uid checks from low port binds. Now that ssh cannot bedtucker2018-07-271-2/+1
* add a SetEnv directive to ssh_config that allows setting environmentdjm2018-06-091-1/+2
* switch config file parsing to getline(3) as this avoids static limitsmarkus2018-06-061-2/+1
* add valid-before="[time]" authorized_keys option. A simple way ofdjm2018-03-121-1/+3
* move subprocess() so scp/sftp do not need uidswap.o; ok djm@markus2018-01-081-7/+1
* Replace atoi and strtol conversions for integer arguments to configdtucker2017-12-051-1/+2
* Add monotime_ts and monotime_tv that return monotonic timespec anddtucker2017-11-251-1/+3
* add sshd_config RDomain keyword to place sshd and the subsequentdjm2017-10-251-1/+2
* Add optional rdomain qualifier to sshd_config's ListenAddress optiondjm2017-10-251-1/+3
* Expose devices allocated for tun/tap forwarding.djm2017-10-231-2/+2
* Add URI support to ssh, sftp and scp. For example ssh://user@hostmillert2017-10-211-1/+4
* add a "quiet" flag to exited_cleanly() that supresses errors aboutdjm2017-08-181-2/+2
* Move several subprocess-related functions from various locations todjm2017-08-181-1/+21
* On startup, check to see if sshd is already daemonized and if so,dtucker2016-11-301-1/+2
* Factor out "can bind to low ports" check into its own function. This will makedtucker2016-10-231-1/+2
* Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitionsderaadt2016-09-121-1/+5
* Pull in <sys/time.h> for struct timevalguenther2016-08-271-1/+3
* Add a ProxyJump ssh_config(5) option and corresponding -J ssh(1)djm2016-07-151-1/+2
* don't record duplicate LocalForward and RemoteForward entries;djm2016-04-061-1/+3
* Improve precision of progressmeter for sftp and scp by storing sub-seconddtucker2016-03-021-1/+2
* Add support for Unix domain socket forwarding. A remote TCP portmillert2014-07-151-1/+24
* revert __bounded change; it causes way more problems for portable thandjm2014-05-021-9/+9
* use get/put_u32 to load values rather than *((UINT32 *)p) that breaks ondjm2014-04-201-1/+7
* use __bounded(...) attribute recently added to sys/cdefs.h instead ofdjm2014-03-261-7/+7
* refactor client config code a little:djm2013-10-141-1/+2
* Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things likedtucker2013-06-011-1/+2
* print ipqos friendly string for sshd -T; ok markusstevesk2011-03-291-1/+2
* honour $TMPDIR for client xauth and ssh-agent temporary directories;djm2010-11-211-1/+2
* allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead ofdjm2010-11-131-1/+2
* Add timingsafe_bcmp(3) to libc, mention that it's already in thematthew2010-09-241-2/+1
* add an option per-read/write callback to atomiciodjm2010-09-221-1/+10
* s/timing_safe_cmp/timingsafe_bcmp/gdjm2010-07-131-2/+2
* implement a timing_safe_cmp() function to compare memory without leakingdjm2010-07-131-1/+2
* Remove RoutingDomain from ssh since it's now not needed. It can be replaceddtucker2010-01-091-4/+1
* validate routing domain is in range 0-RT_TABLEID_MAX.stevesk2009-12-251-1/+2
* Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.reyk2009-10-281-1/+3
* Make keepalive timeouts apply while waiting for a packet, particularly duringdtucker2008-06-121-1/+3
* Add a small helper function to consistently handle the EAI_SYSTEM errordtucker2007-12-271-1/+2
* reorder so prototypes are sorted by the files they refer to; nodjm2006-08-181-13/+13
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-6/+1
* move #include <stdio.h> out of includes.hstevesk2006-08-011-1/+2
* Add port identifier to known_hosts for non-default ports, based originallydtucker2006-07-101-1/+2
* move #include <pwd.h> out of includes.h; ok markus@stevesk2006-07-061-1/+5
* replace {GET,PUT}_XXBIT macros with functionally similar functions,djm2006-03-301-2/+22
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1