[BACK]Return to channels.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/channels.c between version 1.25 and 1.26

version 1.25, 1999/11/23 22:25:53 version 1.26, 1999/11/24 00:26:01
Line 1 
Line 1 
 /*  /*
    *
 channels.c   * channels.c
    *
 Author: Tatu Ylonen <ylo@cs.hut.fi>   * Author: Tatu Ylonen <ylo@cs.hut.fi>
    *
 Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland   * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
                    All rights reserved   *                    All rights reserved
    *
 Created: Fri Mar 24 16:35:24 1995 ylo   * Created: Fri Mar 24 16:35:24 1995 ylo
    *
 This file contains functions for generic socket connection forwarding.   * This file contains functions for generic socket connection forwarding.
 There is also code for initiating connection forwarding for X11 connections,   * There is also code for initiating connection forwarding for X11 connections,
 arbitrary tcp/ip connections, and the authentication agent connection.   * arbitrary tcp/ip connections, and the authentication agent connection.
    *
 */   */
   
 #include "includes.h"  #include "includes.h"
 RCSID("$Id$");  RCSID("$Id$");

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26