=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/channels.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- src/usr.bin/ssh/channels.c 1999/11/23 22:25:53 1.25 +++ src/usr.bin/ssh/channels.c 1999/11/24 00:26:01 1.26 @@ -1,22 +1,22 @@ /* + * + * channels.c + * + * Author: Tatu Ylonen + * + * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland + * All rights reserved + * + * Created: Fri Mar 24 16:35:24 1995 ylo + * + * This file contains functions for generic socket connection forwarding. + * There is also code for initiating connection forwarding for X11 connections, + * arbitrary tcp/ip connections, and the authentication agent connection. + * + */ -channels.c - -Author: Tatu Ylonen - -Copyright (c) 1995 Tatu Ylonen , Espoo, Finland - All rights reserved - -Created: Fri Mar 24 16:35:24 1995 ylo - -This file contains functions for generic socket connection forwarding. -There is also code for initiating connection forwarding for X11 connections, -arbitrary tcp/ip connections, and the authentication agent connection. - -*/ - #include "includes.h" -RCSID("$Id: channels.c,v 1.25 1999/11/23 22:25:53 markus Exp $"); +RCSID("$Id: channels.c,v 1.26 1999/11/24 00:26:01 deraadt Exp $"); #include "ssh.h" #include "packet.h"