summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/includes.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-21/+0
* 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
* 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
* 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
* Include sys/queue.h explicitly instead of assuming some other headermillert2005-11-151-2/+2
* 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
* revert code to add x11 localhost display authorization entry forstevesk2002-01-261-2/+1
* 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
* whitespace cleanupmarkus2000-04-141-6/+6
* KNF, final part 3markus1999-11-241-2/+4
* much more KNFderaadt1999-11-241-14/+14