File: CREDITS.txt

package info (click to toggle)
eurephia 1.1.0-6.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,564 kB
  • sloc: ansic: 12,939; sh: 284; sql: 155; makefile: 12
file content (52 lines) | stat: -rw-r--r-- 2,145 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
                   -----------------
                   ** CREDITS.txt **
                   -----------------

All those who contributed somehow to the eurephia project, directly
or indirectly, will be credited here.


* Allan Saddi <allan@saddi.com>
  - implemented the basic SHA512 algorithm and released it under
    a BSD licence.

* Tamas TEVESZ <ice@extreme.hu>
  - Gave a lot of good feedback regarding the SHA512 password
    hashing algorithm and gave inspiration to implement a much
    better algorithm and also what became the the password hash
    cache.

* Ulrich Drepper <drepper@redhat.com>
  - Released a document into the Public Domain with code
    examples for a proper SHA512 password hashing algorithm,
    which inspired me to adopt most of this implementation into
    which became the current SHA512 password hashing algorithm.
    Most of the core password algorithm is based on this document,
    but combined with the already basic implementation of SHA512
    hashing.  See common/passwd.c for more details.

* Larry Highsmith
  - Noticed a possible integer overflow issue in eDBopen_session_seed()
    which led to the fix in commit 80b41e27b7361633bee17c64bbb95490dc94ab9f

* Konstantin Shabanov <kes.eclipse@gmail.com>
  - Packaged eurephia for Arch Linux

* Alberto Gonzalez Iniesta <agi@inittab.org>
  - Packaged eurephia for Debian
  - Fixed issues with ./configure
  - Found an issue with the daemonising code in eurehpia and helped out
    testing the fix.  The fix is found in commit 525d75316848f7920810

* Dario Minnucci <midget@debian.org>
  - Found several spelling errors in eurephia and provided patches for that

* Tavis Paquette <unspin@dream.cx>
  - Helped out solving FreeBSD building issues
  - Also helped testing out the new TUN support for eurephia

* Matthew Gyurgyik <pyther@pyther.net>
  - Helped out testing the TUN support in eurephia on Linux with iptables support
  - Found a bug when deleting users.  Their access levels was not removed, making
    eurephiadm adminaccess --list looking a bit odd.
  - Provided patches for updating efw-iptables and the documentation to use conntrack