NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/45805 CVS commit: src/lib/libtelnet



The following reply was made to PR bin/45805; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/45805 CVS commit: src/lib/libtelnet
Date: Mon, 9 Jan 2012 10:25:34 -0500

 Module Name:   src
 Committed By:  christos
 Date:          Mon Jan  9 15:25:34 UTC 2012
 
 Modified Files:
        src/lib/libtelnet: Makefile auth.c enc-proto.h enc_des.c encrypt.c
            encrypt.h genget.c kerberos5.c misc.h sra.c
 
 Log Message:
 PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION
 (rfc2941)
 - minimal fixes to compile with WARNS=4
 - separate kerberos (USE_KERBEROS) from encryption (MKCRYPTO)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.33 -r1.34 src/lib/libtelnet/Makefile
 cvs rdiff -u -r1.19 -r1.20 src/lib/libtelnet/auth.c
 cvs rdiff -u -r1.8 -r1.9 src/lib/libtelnet/enc-proto.h \
     src/lib/libtelnet/encrypt.h src/lib/libtelnet/misc.h
 cvs rdiff -u -r1.14 -r1.15 src/lib/libtelnet/enc_des.c
 cvs rdiff -u -r1.15 -r1.16 src/lib/libtelnet/encrypt.c
 cvs rdiff -u -r1.11 -r1.12 src/lib/libtelnet/genget.c
 cvs rdiff -u -r1.18 -r1.19 src/lib/libtelnet/kerberos5.c
 cvs rdiff -u -r1.10 -r1.11 src/lib/libtelnet/sra.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index