summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/includes.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-21/+0
| | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step
* move #include <stdio.h> out of includes.hstevesk2006-08-011-3/+1
|
* move #include <stdlib.h> out of includes.hstevesk2006-07-261-2/+1
|
* move #include <sys/param.h> out of includes.hstevesk2006-07-261-2/+1
|
* move #include <sys/time.h> out of includes.hstevesk2006-07-251-2/+1
|
* move #include <string.h> out of includes.hstevesk2006-07-221-2/+1
|
* move #include <time.h> out of includes.hstevesk2006-07-221-2/+1
|
* move #include <unistd.h> out of includes.hstevesk2006-07-171-2/+1
|
* move #include <stddef.h> out of includes.hstevesk2006-07-121-2/+1
|
* move #include <netdb.h> out of includes.h; ok djm@stevesk2006-07-121-2/+1
|
* move #include <errno.h> out of includes.h; ok markus@stevesk2006-07-111-2/+1
|
* move #include <stdarg.h> out of includes.h; ok markus@stevesk2006-07-101-2/+1
|
* move #include <fcntl.h> out of includes.hstevesk2006-07-091-2/+1
|
* move #include <sys/socket.h> out of includes.hstevesk2006-07-081-3/+1
|
* move #include <pwd.h> out of includes.h; ok markus@stevesk2006-07-061-2/+1
|
* move #include <netinet/in.h> out of includes.h; ok deraadt@stevesk2006-07-051-2/+1
|
* move #include <arpa/inet.h> out of includes.h; old ok djm@stevesk2006-07-031-2/+1
|
* move #include "version.h" out of includes.h; ok markus@stevesk2006-07-031-3/+1
|
* move #include <grp.h> out of includes.hstevesk2006-07-021-2/+1
|
* Switch from using pipes to socketpairs for communication betweendjm2006-04-201-7/+1
| | | | | | sftp/scp and ssh, and between sshd and its subprocesses. This saves a file descriptor per session and apparently makes userland ppp over ssh work; ok markus@ deraadt@
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
|
* RCSID() can diederaadt2006-03-191-4/+1
|
* move #include <ctype.h> out of includes.h; ok djm@stevesk2006-02-221-2/+1
|
* move #include <sys/stat.h> out of includes.h; ok markus@stevesk2006-02-201-2/+1
|
* move #include <signal.h> out of includes.h; ok markus@stevesk2006-02-201-2/+1
|
* move #include <sys/un.h> out of includes.h; ok djm@stevesk2006-02-201-2/+1
|
* move #include <sys/wait.h> out of includes.h; ok markus@stevesk2006-02-101-2/+1
|
* move #include <sys/ioctl.h> out of includes.h; ok markus@stevesk2006-02-101-2/+1
|
* #include <sys/endian.h> not needed; ok djm@stevesk2006-02-091-2/+1
|
* move #include <dirent.h> out of includes.h; ok markus@stevesk2006-02-081-2/+1
|
* move #include <netinet/in_systm.h> and <netinet/ip.h> out ofstevesk2006-02-081-3/+1
| | | | includes.h; ok markus@
* move #include <sys/resource.h> out of includes.h; ok markus@stevesk2006-02-081-2/+1
|
* move #include <netinet/tcp.h> out of includes.h; ok markus@stevesk2006-02-081-2/+1
|
* move #include <paths.h> out of includes.h; ok markus@stevesk2006-02-081-2/+1
|
* move #include <termios.h> out of includes.h; ok markus@stevesk2006-02-071-2/+1
|
* move #include <sys/queue.h> out of includes.h; ok markus@stevesk2006-02-071-2/+1
|
* move #include <netgroup.h> out of includes.h; ok markus@stevesk2006-02-071-2/+1
|
* move <net/if.h>; ok djm@stevesk2006-01-011-3/+1
|
* two changes to the new ssh tunnel support. this breaks compatibilityreyk2005-12-081-1/+3
| | | | | | | | | | | | with the initial commit but is required for a portable approach. - make the tunnel id u_int and platform friendly, use predefined types. - support configuration of layer 2 (ethernet) or layer 3 (point-to-point, default) modes. configuration is done using the Tunnel (yes|point-to-point|ethernet|no) option is ssh_config(5) and restricted by the PermitTunnel (yes|point-to-point|ethernet|no) option in sshd_config(5). ok djm@, man page bits by jmc@
* Include sys/queue.h explicitly instead of assuming some other headermillert2005-11-151-2/+2
| | | | | will pull it in. At the moment it gets pulled in by sys/select.h (which ssh has no business including) via event.h. OK markus@
* fix cast, from grunk AT pestilenz.orgdjm2005-05-191-2/+2
|
* implement session multiplexing in the client (the server has supported thisdjm2004-06-131-1/+2
| | | | since 2.0); ok markus@
* revert code to add x11 localhost display authorization entry forstevesk2002-01-261-2/+1
| | | | | hostname/unix:d and uts.nodename/unix:d if nodename was different than hostname. just add entry for unix:d instead. ok markus@
* handle utsname.nodename case for FamilyLocal X authorization; ok markus@stevesk2001-12-191-1/+2
|
* move the path for xauth to pathnames.hmarkus2001-06-081-4/+1
|
* $OpenBSD$niklas2001-01-291-0/+2
|
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-7/+5
| | | | | | | the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate.
* whitespace cleanupmarkus2000-04-141-6/+6
|
* KNF, final part 3markus1999-11-241-2/+4
|
* much more KNFderaadt1999-11-241-14/+14
|