chiark / gitweb /
legal: Clean up credits for init script
[secnet.git] / CREDITS
diff --git a/CREDITS b/CREDITS
index c934ab7d3424c4f16cdeb35c0066affce2af4bef..ce757a804d85a000a17221498636ac303c62f51c 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -1,13 +1,25 @@
 Stephen Early <steve@greenend.org.uk> - original author
+Ian Jackson <ijackson@chiark.greenend.org.uk> - current maintainer
+Mark Wooding <mdw@distorted.org.uk> - much useful stuff
 Ross Anderson, Eli Biham, Lars Knudsen - serpent
 Colin Plumb, Ian Jackson - MD5 implementation
-Ian Jackson - hacky parallelism, serpent keying and endianness bugfixes
-Steve Reid <sreid@sea-to-sky.net>, James H. Brown <jbrown@burgoyne.com> - 
-  SHA1 implementation
-Cendio Systems AB - ipaddr.py
-Mark Martinec <mark.martinec@ijs.si> - portable snprintf
+Steve Reid, James H. Brown, Saul Kravitz - SHA1 implementation
+Vincent Rijmen, Antoon Bosselaers, Paulo Barreto - Rijndael (AES) implementation
+Guido Draheim - ac_prog_cc_no_writeable_strings.m4
+Free Software Foundation and Scott G. Miller - SHA-512 implementation
+Free Software Foundation and Paul Eggert - u64.h
+Massachusetts Institute of Technology - install-sh
+Omnifarious, btel (StackOverflow uers) - Python argparse --[no-]foo options
+
+Joachim Henkea - base91 specificaation and C implementation
+Adrien Béraud, Guillaume Jacquenot, SunDwarf aka eyesismine - base91 python
 
 Simon Tatham, Jonathan Amery, Ian Jackson - testing and debugging
 Simon Tatham - RSA signatures using Chinese Remainder Theorem
 Simon Tatham - endianness cleanups in transform.c
-Richard Kettlewell, Peter Benie - assorted bugfixes
+Richard Kettlewell, Matthew Vernon, Peter Benie - assorted bugfixes
+"Omnifarious" and "btel" on Stackoverflow - python yes/no arg parsing
+Joachim Henke - basE91 encoding format and the corresponding C library
+Adrien Béraud, Guillaume Jacquenot, SunDwarf - python basE91 library
+Joey Hess - some elements of the Debian packaging
+Miquel van Smoorenburg, Ian Murdock - original init script example