Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | almost entirely get rid of the culture of ".h files that include .h files" | 2006-08-03 | 1 | -21/+0 | |
| | | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step | ||||
* | move #include <stdio.h> out of includes.h | 2006-08-01 | 1 | -3/+1 | |
| | |||||
* | move #include <stdlib.h> out of includes.h | 2006-07-26 | 1 | -2/+1 | |
| | |||||
* | move #include <sys/param.h> out of includes.h | 2006-07-26 | 1 | -2/+1 | |
| | |||||
* | move #include <sys/time.h> out of includes.h | 2006-07-25 | 1 | -2/+1 | |
| | |||||
* | move #include <string.h> out of includes.h | 2006-07-22 | 1 | -2/+1 | |
| | |||||
* | move #include <time.h> out of includes.h | 2006-07-22 | 1 | -2/+1 | |
| | |||||
* | move #include <unistd.h> out of includes.h | 2006-07-17 | 1 | -2/+1 | |
| | |||||
* | move #include <stddef.h> out of includes.h | 2006-07-12 | 1 | -2/+1 | |
| | |||||
* | move #include <netdb.h> out of includes.h; ok djm@ | 2006-07-12 | 1 | -2/+1 | |
| | |||||
* | move #include <errno.h> out of includes.h; ok markus@ | 2006-07-11 | 1 | -2/+1 | |
| | |||||
* | move #include <stdarg.h> out of includes.h; ok markus@ | 2006-07-10 | 1 | -2/+1 | |
| | |||||
* | move #include <fcntl.h> out of includes.h | 2006-07-09 | 1 | -2/+1 | |
| | |||||
* | move #include <sys/socket.h> out of includes.h | 2006-07-08 | 1 | -3/+1 | |
| | |||||
* | move #include <pwd.h> out of includes.h; ok markus@ | 2006-07-06 | 1 | -2/+1 | |
| | |||||
* | move #include <netinet/in.h> out of includes.h; ok deraadt@ | 2006-07-05 | 1 | -2/+1 | |
| | |||||
* | move #include <arpa/inet.h> out of includes.h; old ok djm@ | 2006-07-03 | 1 | -2/+1 | |
| | |||||
* | move #include "version.h" out of includes.h; ok markus@ | 2006-07-03 | 1 | -3/+1 | |
| | |||||
* | move #include <grp.h> out of includes.h | 2006-07-02 | 1 | -2/+1 | |
| | |||||
* | Switch from using pipes to socketpairs for communication between | 2006-04-20 | 1 | -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@ | 2006-03-25 | 1 | -1/+1 | |
| | |||||
* | RCSID() can die | 2006-03-19 | 1 | -4/+1 | |
| | |||||
* | move #include <ctype.h> out of includes.h; ok djm@ | 2006-02-22 | 1 | -2/+1 | |
| | |||||
* | move #include <sys/stat.h> out of includes.h; ok markus@ | 2006-02-20 | 1 | -2/+1 | |
| | |||||
* | move #include <signal.h> out of includes.h; ok markus@ | 2006-02-20 | 1 | -2/+1 | |
| | |||||
* | move #include <sys/un.h> out of includes.h; ok djm@ | 2006-02-20 | 1 | -2/+1 | |
| | |||||
* | move #include <sys/wait.h> out of includes.h; ok markus@ | 2006-02-10 | 1 | -2/+1 | |
| | |||||
* | move #include <sys/ioctl.h> out of includes.h; ok markus@ | 2006-02-10 | 1 | -2/+1 | |
| | |||||
* | #include <sys/endian.h> not needed; ok djm@ | 2006-02-09 | 1 | -2/+1 | |
| | |||||
* | move #include <dirent.h> out of includes.h; ok markus@ | 2006-02-08 | 1 | -2/+1 | |
| | |||||
* | move #include <netinet/in_systm.h> and <netinet/ip.h> out of | 2006-02-08 | 1 | -3/+1 | |
| | | | | includes.h; ok markus@ | ||||
* | move #include <sys/resource.h> out of includes.h; ok markus@ | 2006-02-08 | 1 | -2/+1 | |
| | |||||
* | move #include <netinet/tcp.h> out of includes.h; ok markus@ | 2006-02-08 | 1 | -2/+1 | |
| | |||||
* | move #include <paths.h> out of includes.h; ok markus@ | 2006-02-08 | 1 | -2/+1 | |
| | |||||
* | move #include <termios.h> out of includes.h; ok markus@ | 2006-02-07 | 1 | -2/+1 | |
| | |||||
* | move #include <sys/queue.h> out of includes.h; ok markus@ | 2006-02-07 | 1 | -2/+1 | |
| | |||||
* | move #include <netgroup.h> out of includes.h; ok markus@ | 2006-02-07 | 1 | -2/+1 | |
| | |||||
* | move <net/if.h>; ok djm@ | 2006-01-01 | 1 | -3/+1 | |
| | |||||
* | two changes to the new ssh tunnel support. this breaks compatibility | 2005-12-08 | 1 | -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 header | 2005-11-15 | 1 | -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.org | 2005-05-19 | 1 | -2/+2 | |
| | |||||
* | implement session multiplexing in the client (the server has supported this | 2004-06-13 | 1 | -1/+2 | |
| | | | | since 2.0); ok markus@ | ||||
* | revert code to add x11 localhost display authorization entry for | 2002-01-26 | 1 | -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@ | 2001-12-19 | 1 | -1/+2 | |
| | |||||
* | move the path for xauth to pathnames.h | 2001-06-08 | 1 | -4/+1 | |
| | |||||
* | $OpenBSD$ | 2001-01-29 | 1 | -0/+2 | |
| | |||||
* | cleanup copyright notices on all files. I have attempted to be accurate with | 2000-09-07 | 1 | -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 cleanup | 2000-04-14 | 1 | -6/+6 | |
| | |||||
* | KNF, final part 3 | 1999-11-24 | 1 | -2/+4 | |
| | |||||
* | much more KNF | 1999-11-24 | 1 | -14/+14 | |
| |