This file is indexed.

/usr/share/doc/dante-server/CREDITS is in dante-server 1.1.19.dfsg-3.1ubuntu3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# $Id: CREDITS,v 1.28 2004/06/20 12:20:34 karls Exp $

   Dante was developed for Inferno Nettverk A/S, Norway by:
      - Michael Shuldman <michaels@inet.no>: Design and implementation.
      - Karl-André Skevik <karls@inet.no>: Autoconf and porting.


   In order of contribution, at least the following should be credited:

- David Koblas (koblas@netcom.com) authored the original Socks
  protocol and implementation.

- Ying-Da Lee (yingda@esd.sgi.com) maintained the socks4 package.
  Also thanks to him for letting us include the file describing the
  v4 protocol, "SOCKS4.protocol".

- The people at NEC (http://www.socks.nec.com) have done much for Socks,
  including extension of the orignal protocol.  The idea for "socksify"
  also came from them.

- Most of the compatibility functions were taken from OpenBSD and
  are copyright The Regents of the University of California.

  - The snprintf function is copyright Theo de Raadt (deraadt@theos.com)
  - The setproctitle replacement is taken from sendmail-8.8.8 and written
    by Eric P. Allman

- Jörgen Lundman (lundman@argonaut.com) provided invaluable help
  during the process of getting msproxy support into Dante.  Thanks
  a lot.  Jörgen Lundman would also like to thank Paul Leask
  for his time and effort in this project.

- Andrew Pimlott's (pimlott@math.harvard.edu) work on analysing
  the msproxy protocol was helpful and served to complement and
  speed up the process of adding msproxy support to Dante.
  Andrew Pimlott also has his own msproxy implementation, but as he
  is busy requests that people only contact him if they are desperate
  and Dante does not work for them.

- Thanks to Oren Tiorsh (oren@hishome.net) who contributed the rpm spec
  files.

- Thanks to Lars Brede Grøndahl from INN (inn.no) for the logo.

- Thanks to Jay Weber (jweb@accessus.net) for help with the
  digital unix port and an account to test it on.

- Malte Cornils <malte@cornils.net> for help with the HP-UX
  port.

- M. Everett Hinckley (everett@lsli.com) and Tommy Chan ported Dante
  to AIX.

- Thanks to Per Hedeland (per@erix.ericsson.se) for much appreciated
  help with some tricky stuff in addressmatching code aswell as
  several useful codepatches over the years.

- Patrick Bihan-Faou, MindStep Corporation, patrick@mindstep.com
  contributed support for PAM.

- Tom Chan <tchan@austin.rr.com> contributed code to find out what
  local address the system would select to use for connecting to a
  particular ipaddress.

- Lennart Dahlström <lennart@appgate.com> contributed an implementation
  of getipnodebyname().

- Motoyuki Kasahara <m-kasahr@sra.co.jp> contributed the getaddrinfo()
  implementation used in the code.

- Also thanks to everyone who reported bugs and other problems.