Deleted Added
full compact
OVERVIEW (137015) OVERVIEW (162852)
1[Note: This file has not been updated for OpenSSH versions after
2OpenSSH-1.2 and should be considered OBSOLETE. It has been left in
3the distribution because some of its information may still be useful
4to developers.]
5
6This document is intended for those who wish to read the ssh source
7code. This tries to give an overview of the structure of the code.
8

--- 148 unchanged lines hidden (view full) ---

157 - building up the execution environment for the user program
158 - starting the user program.
159
160 Auxiliary files
161
162 - There are several other files in the distribution that contain
163 various auxiliary routines:
164 ssh.h the main header file for ssh (various definitions)
1[Note: This file has not been updated for OpenSSH versions after
2OpenSSH-1.2 and should be considered OBSOLETE. It has been left in
3the distribution because some of its information may still be useful
4to developers.]
5
6This document is intended for those who wish to read the ssh source
7code. This tries to give an overview of the structure of the code.
8

--- 148 unchanged lines hidden (view full) ---

157 - building up the execution environment for the user program
158 - starting the user program.
159
160 Auxiliary files
161
162 - There are several other files in the distribution that contain
163 various auxiliary routines:
164 ssh.h the main header file for ssh (various definitions)
165 getput.h byte-order independent storage of integers
166 includes.h includes most system headers. Lots of #ifdefs.
167 tildexpand.c expand tilde in file names
168 uidswap.c uid-swapping
169 xmalloc.c "safe" malloc routines
165 uidswap.c uid-swapping
166 xmalloc.c "safe" malloc routines
167
168$OpenBSD: OVERVIEW,v 1.11 2006/08/03 03:34:41 deraadt Exp $