summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/misc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix local arbitrary command execution vulnerability on local/local anddjm2006-01-311-2/+6
* two changes to the new ssh tunnel support. this breaks compatibilityreyk2005-12-081-2/+14
* Add support for tun(4) forwarding over OpenSSH, based on an idea andreyk2005-12-061-1/+3
* ensure that stdio fds are attached; ok deraadt@djm2005-09-131-1/+2
* use __sentinel__ attribute; ok deraadt@ djm@ markus@dtucker2005-07-141-2/+2
* implement support for X11 and agent forwarding over multiplex slavedjm2005-07-041-1/+2
* introduce a generic %foo expansion function. replace existing % expansion anddjm2005-06-061-1/+2
* replace tilde_expand_filename with a simpler implementation, ahead of moredjm2005-04-091-5/+2
* bz#413: allow optional specification of bind address for port forwardings.djm2005-03-011-1/+2
* Fix debug call in error path of authorized_keys processing and fix relateddtucker2004-12-111-2/+2
* Discard over-length authorized_keys entries rather than complaining whendtucker2004-12-061-1/+2
* factor out common permission-asking code to separate function; ok markus@djm2004-10-291-1/+2
* some signed/unsigned int comparison cleanups; markus@ okavsm2004-08-111-3/+3
* Add option for confirmation (ControlMaster=ask) via ssh-askpass before openingdjm2004-06-171-1/+2
* set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@djm2004-06-141-3/+3
* kill a tiny header; ok deraadt@djm2004-05-081-1/+13
* make two tiny header files go away; djm okderaadt2004-05-081-1/+3
* KNF whitespacemarkus2002-03-191-4/+4
* add set_nodelay() to set TCP_NODELAY on a socket (prep for nagle tuning).stevesk2002-01-241-1/+2
* remove comments from .h, since they are cut&paste from the .c filesmarkus2001-06-261-47/+10
* prototype pedant. not very creative...itojun2001-06-261-11/+11
* sshd command-line arguments and configuration file options thatstevesk2001-05-191-1/+25
* add unset_nonblock for stdout/err flushing in client_loop().markus2001-05-111-2/+3
* Use addargs() in sftp plus some clean up of addargs(). OK Markusmouring2001-05-081-1/+11
* Move colon() and cleanhost() to misc.c where I should I have put it inmouring2001-05-031-1/+5