dropbear-0.52
file line copyright
agentfwd.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
algo.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
atomicio.c 4 Copyright (c) 1995,1999 Theo de Raadt. All rights reserved. All rights reserved.
atomicio.h 7 Copyright (c) 1995,1999 Theo de Raadt. All rights reserved. All rights reserved.
auth.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
bignum.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
bignum.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
buffer.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
buffer.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
channel.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
chansession.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
circbuffer.c 4 Copyright (c) 2002-2004 Matt Johnston All rights reserved.
circbuffer.h 4 Copyright (c) 2002-2004 Matt Johnston All rights reserved.
cli-algo.c 5 Copyright (c) 2002,2003 Matt Johnston
cli-algo.c 6 Copyright (c) 2004 by Mihnea Stoenescu All rights reserved.
cli-auth.c 4 Copyright (c) 2002,2003 Matt Johnston
cli-auth.c 5 Copyright (c) 2004 by Mihnea Stoenescu All rights reserved.
cli-authinteract.c 4 Copyright (c) 2005 Matt Johnston All rights reserved.
cli-authpasswd.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
cli-authpubkey.c 4 Copyright (c) 2002,2003 Matt Johnston
cli-authpubkey.c 5 Copyright (c) 2004 by Mihnea Stoenescu All rights reserved.
cli-channel.c 4 Copyright (c) 2002-2004 Matt Johnston All rights reserved.
cli-chansession.c 4 Copyright (c) 2002,2003 Matt Johnston
cli-chansession.c 5 Copyright (c) 2004 by Mihnea Stoenescu All rights reserved.
cli-kex.c 4 Copyright (c) 2002-2004 Matt Johnston
cli-kex.c 5 Copyright (c) 2004 by Mihnea Stoenescu All rights reserved.
cli-main.c 5 Copyright (c) 2002,2003 Matt Johnston
cli-main.c 6 Copyright (c) 2004 by Mihnea Stoenescu All rights reserved.
cli-runopts.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
cli-service.c 4 Copyright (c) 2002,2003 Matt Johnston
cli-service.c 5 Copyright (c) 2004 by Mihnea Stoenescu All rights reserved.
cli-session.c 4 Copyright (c) 2002,2003 Matt Johnston
cli-session.c 5 Copyright (c) 2004 by Mihnea Stoenescu All rights reserved.
cli-tcpfwd.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
common-algo.c 4 Copyright (c) 2002,2003 Matt Johnston
common-algo.c 5 Copyright (c) 2004 by Mihnea Stoenescu All rights reserved.
common-channel.c 4 Copyright (c) 2002-2004 Matt Johnston All rights reserved.
common-chansession.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
common-kex.c 4 Copyright (c) 2002-2004 Matt Johnston
common-kex.c 5 Portions Copyright (c) 2004 by Mihnea Stoenescu All rights reserved.
common-runopts.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
common-session.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
compat.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
compat.c 26 Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> All rights reserved.
compat.c 53 Copyright (c) 1990, 1993 The Regents of the University of California. All rights reserved.
compat.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
dbmulti.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
dbutil.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
dbutil.c 26 Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> All rights reserved.
dbutil.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
debug.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
dropbearconvert.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
dropbearkey.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
dss.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
dss.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
fake-rfc2553.c 5 Copyright (C) 2000-2003 Damien Miller. All rights reserved.
fake-rfc2553.c 6 Copyright (C) 1999 WIDE Project. All rights reserved.
fake-rfc2553.h 6 Copyright (C) 2000-2003 Damien Miller. All rights reserved.
fake-rfc2553.h 7 Copyright (C) 1999 WIDE Project. All rights reserved.
gendss.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
gendss.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
genrsa.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
genrsa.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
includes.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
kex.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
keyimport.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
libtomcrypt/src/hashes/md4.c 67 (a) += G ((b), (c), (d)) + (x) + 0x5a827999UL; (a) = ROTATE_LEFT ((a), (s)); } #define HH(a, b, c, d, x, s) { (a) += H ((b), (c), (d)) + (x) + 0x6ed9eba1UL; (a) = ROTATE_LEFT ((a), (s)); }
libtomcrypt/src/hashes/rmd128.c 56 (a) += G((b), (c), (d)) + (x) + 0x5a827999UL; (a) = ROLc((a), (s));
libtomcrypt/src/hashes/rmd160.c 58 (a) += G((b), (c), (d)) + (x) + 0x5a827999UL; (a) = ROLc((a), (s)) + (e); (c) = ROLc((c), 10);
libtomcrypt/src/hashes/rmd256.c 50 (a) += G((b), (c), (d)) + (x) + 0x5a827999UL; (a) = ROLc((a), (s));
libtomcrypt/src/hashes/rmd320.c 52 (a) += G((b), (c), (d)) + (x) + 0x5a827999UL; (a) = ROLc((a), (s)) + (e); (c) = ROLc((c), 10);
libtommath/mtest/mpi.c 5 Copyright (C) 1998 Michael J. Fromberger, All Rights Reserved
libtommath/mtest/mpi.h 5 Copyright (C) 1998 Michael J. Fromberger, All Rights Reserved
listener.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
listener.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
loginrec.c 2 Copyright (c) 2000 Andre Lucas. All rights reserved.
loginrec.c 3 Portions copyright (c) 1998 Todd C. Miller
loginrec.c 4 Portions copyright (c) 1996 Jason Downs
loginrec.c 5 Portions copyright (c) 1996 Theo de Raadt
loginrec.h 5 Copyright (c) 2000 Andre Lucas. All rights reserved.
options.h 2 Copyright (c) 2002,2003 Matt Johnston All rights reserved. See LICENSE for the license.
packet.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
packet.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
process-packet.c 4 Copyright (c) 2002-2004 Matt Johnston All rights reserved.
progressmeter.c 3 Copyright (c) 2003 Nils Nordman. All rights reserved.
progressmeter.h 3 Copyright (c) 2002 Nils Nordman. All rights reserved.
queue.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
queue.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
random.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
random.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
rsa.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
rsa.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
runopts.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
scp.c 17 Copyright (c) 1999 Theo de Raadt. All rights reserved.
scp.c 18 Copyright (c) 1999 Aaron Campbell. All rights reserved.
scp.c 44 Copyright (c) 1983, 1990, 1992, 1993, 1995 The Regents of the University of California. All rights reserved.
scpmisc.c 2 Copyright (c) 2000 Markus Friedl. All rights reserved.
scpmisc.c 29 Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland All rights reserved Versions of malloc and friends that check their results, and never return failure (they call fatal if they encounter an error).
scpmisc.h 5 Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland All rights reserved
service.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
session.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
signkey.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
signkey.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
ssh.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
sshpty.c 7 Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland All rights reserved Allocating a pseudo-terminal, and making it the controlling tty.
sshpty.h 7 Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland All rights reserved Functions for allocating a pseudo-terminal and making it the controlling tty.
svr-agentfwd.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
svr-algo.c 5 Copyright (c) 2002,2003 Matt Johnston
svr-algo.c 6 Copyright (c) 2004 by Mihnea Stoenescu All rights reserved.
svr-auth.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
svr-authpam.c 4 Copyright (c) 2004 Martin Carlsson
svr-authpam.c 5 Portions (c) 2004 Matt Johnston All rights reserved.
svr-authpasswd.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
svr-authpubkey.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
svr-authpubkey.c 28 Copyright (c) 2000 Markus Friedl. All rights reserved.
svr-authpubkeyoptions.c 4 Copyright (c) 2008 Frederic Moulins All rights reserved.
svr-authpubkeyoptions.c 29 Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland All rights reserved As far as I am concerned, the code I have written for this software can be used freely for any purpose. Any derived versions of this software must be clearly marked as such, and if the derived work is incompatible with the protocol description in the RFC file, it must be called by a name other than "ssh" or "Secure Shell".
svr-chansession.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
svr-kex.c 4 Copyright (c) 2002,2003 Matt Johnston
svr-kex.c 5 Copyright (c) 2004 by Mihnea Stoenescu All rights reserved.
svr-main.c 4 Copyright (c) 2002-2006 Matt Johnston All rights reserved.
svr-runopts.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
svr-service.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
svr-session.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
svr-tcpfwd.c 4 Copyright (c) 2002,2003 Matt Johnston
svr-tcpfwd.c 5 Copyright (c) 2004 by Mihnea Stoenescu All rights reserved.
svr-x11fwd.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
tcp-accept.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
tcpfwd.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
termcodes.c 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
termcodes.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.
x11fwd.h 4 Copyright (c) 2002,2003 Matt Johnston All rights reserved.