Source: http://www.openwall.com/john/ Files: src/NT_fmt.c (from debian/patches/01-add_NTLM-MD4.patch) src/mscash_fmt.c (from debian/patches/02-add_MS-Credential-Cache.patch) Copyright: © 2007, Alain Espinosa License: PD ==> NT_fmt.c <== /* NTLM patch for john (performance improvement) * * Written by Alain Espinosa in 2007 * and placed in the public domain. */ ==> mscash_fmt.c <== /* MSCASH patch for john (performance improvement) * * Written by Alain Espinosa in 2007 * and placed in the public domain. */ Files: src/NETLM_fmt.c (from debian/patches/03-add_NetLM-NetNTLM.patch) src/NETNTLM_fmt.c (from debian/patches/03-add_NetLM-NetNTLM.patch) Copyright: © 2007, JoMo-Kun License: PD ==> NETLM_fmt.c <== /* * NETLM_fmt.c -- LM Challenge/Response * * Written by JoMo-Kun in 2007 * and placed in the public domain. ==> NETNTLM_fmt.c <== /* * NETNTLM_fmt.c -- NTLM Challenge/Response * * Written by JoMo-Kun in 2007 * and placed in the public domain. Files: debian/* Copyright: © 2008, David Paleino © 2004-2006, Guilherme de S. Pastore © 2003-2004, Javier Fernandez-Sanguino Peña © 2000-2004, Christian Kurz License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Files: src/crc32.{c,h} Copyright: © 1998-2005, Solar Designer License: PD Files: src/nonstd.c src/sboxes.c Copyright: © 1998, Matthew Kwan License: PD-like ==> nonstd.c <== /* * Generated S-box files. * * This software may be modified, redistributed, and used for any purpose, * so long as its origin is acknowledged. * * Produced by Matthew Kwan - May 1998 */ ==> sboxes.c <== /* * Generated S-box files. * * This software may be modified, redistributed, and used for any purpose, * so long as its origin is acknowledged. * * Produced by Matthew Kwan - March 1998 */ Files: src/x86-64.S Copyright: © 2000-2006, Solar Designer © 1998, Matthew Kwan License: PD-like /* * This file is part of John the Ripper password cracker, * Copyright (c) 2000-2001,2005,2006 by Solar Designer and others: * * The optimized S-box expressions are based on work by Matthew Kwan (see * nonstd.c and sboxes.c). S1-S5 and S7 are based on nonstd.c, whereas S6 * and S8 are based on sboxes.c. */ Files: src/x86-mmx.S src/x86-sse.S Copyright: © 2000-2006, Solar Designer © 1998, Matthew Kwan © Bruce Ford © Rémi Guyomarch License: PD-like ==> x86-mmx.S <== /* * This file is part of John the Ripper password cracker, * Copyright (c) 2000-2001,2005,2006 by Solar Designer and others: * * The MMX DES S-box code is by Bruce Ford and Rémi Guyomarch, originally * for use in the distributed.net clients, included here with permission. * Only minor modifications have been made to their S-box code. Optimized * S-box expressions are based on work by Matthew Kwan (see nonstd.c). * * Note: there's some MMX code in x86.S as well. */ ==> x86-sse.S <== /* * This file is part of John the Ripper password cracker, * Copyright (c) 2000-2001,2005,2006 by Solar Designer and others: * * The MMX DES S-box code that this SSE2 DES S-box code is derived from * is by Bruce Ford and Rémi Guyomarch, originally for use in the * distributed.net clients, included here with permission. Only minor * modifications have been made to their S-box code. The optimized S-box * expressions are based on work by Matthew Kwan (see nonstd.c). */ Files: * Copyright: © 1996-2006, Alexander Peslyak a.k.a. Solar Designer License: GPL-2+ On Debian systems, the complete text of the GNU General Public License v2 can be found in `/usr/share/common-licenses/GPL-2'.