File: TODO

package info (click to toggle)
cfingerd 1.4.3-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 964 kB
  • sloc: ansic: 3,776; perl: 501; makefile: 137; sh: 73
file content (20 lines) | stat: -rw-r--r-- 940 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Todo (for next major release):

 . .cfingerrc files for individual users.
 . userlist-only routines use password-protected keys for multi-system 
   fingers.  (Perhaps even private key stuff)
 . Update RFC1413 routine to include "<connection-refused>" if a connection 
   was refused during ident, or "<illegal-data>" if illegal data was
   received.  (Or even make these configurable!  :)
 . Add ability to handle multiple hosts in configuration.
 . Rewrite a non-pedantic type configuration reader...
 . Recursion checking in cfingerd "@" list requests.
 . Add ability to specify Mailbox instead of a defined one.
 . Check *all* occurrences of sscanf() against possible buffer overflows.
   This is a favourite problem when passing arguments to tons of routines
   for parsing and reacting.
 . Are 80 characters enough for a username?
 . Use correct CRLF for linefeeds.
 . Use autoconf
 . Error message for search should be configurable