Happy happy joy joy, www.infodrom.ffis.de is up!
[infodrom.org/www.infodrom.org] / src / projects / cfingerd / index.wml
1 #include <infodrom.style>
2 #include <projects.style>
3
4 <projectpg project="cfingerd">
5
6 <h3>Configurable Finger Daemon</h3>
7
8 <p>Cfingerd is a free and secure finger daemon replacement for
9 standard finger daemons such as GNU fingerd or MIT fingerd.  It can
10 enable/disable finger service to individual users, rather than to all
11 users on a given host. Cfingerd is able to respond to a finger request
12 to a specified user by running a shell script (e.g., finger
13 doorbell@mysite.mydomain might cause a sound file to be sent) rather
14 than just a plain text file.
15
16 <h3>Features</h3>
17
18 <ul>
19 <li> Highly configurable
20 <li> Distinction between local (trusted) and remote hosts
21 <li> Run scripts through files as nobody or as user
22 <li> Parse user files for variables and commands
23 <li> Hide users
24 <li> Search for strings in the passwd file
25 <li> Open user files as user (thus work with NFS)
26 <li> Log finger actions in user's logfiles
27 <li> Reject hosts according to config file
28 <li> Support fake users, run scripts for certain accounts
29 <li> Support for banner/footer
30 <li> Freely configurable response strings
31 </ul>
32
33 Here's a <a href="cfingerd.conf">sample</a> cfingerd.conf file. <p>
34
35 <p>
36 <a href="changes-1.4.0.php3">ChangeLog for version 1.4.0</a><br>
37 <p>
38 # <a href="important-1.3.php3">Important information for version 1.3</a><br>
39 # <a href="announce-1.3.php3">Announcement for version 1.3</a><br>
40 # <a href="changes-1.2.php3">ChangeLog for version 1.2</a><br>
41 # <a href="changes-1.1.php3">ChangeLog for version 1.1</a><br>
42
43 </projectpg>
44
45 # Local variables:
46 # mode: html
47 # mode: auto-fill
48 # end: