home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / n / tcpip / netkit-a.06 / netkit-a / NetKit-A-0.06 / pidentd-2.2 / TODO < prev    next >
Encoding:
Text File  |  1993-04-26  |  633 b   |  24 lines

  1. * Write more ./READMEs/README.* files
  2.  
  3. * Implement more test programs in ./testdir
  4.  
  5. * Long and short command options.
  6.  
  7. * Implement a config file (/etc/identd.conf).
  8.  
  9. * Implement some way for an external program to register indirect
  10.   pointers. For example a TCP/IP relaying daemon might wanna do this.
  11.   So that the <Identifier> returned will look something like:
  12.  
  13.       42 , 4711 : USERID : OTHER : foo (fubar.su!bar)
  14.  
  15.   or:
  16.  
  17.       42 , 4711 : USERID : OTHER : foo (this.host.se!foo (fubar.su!bar))
  18.  
  19.   Probably should be implemented using a UNIX domain socket with access
  20.   control.
  21.  
  22. * Implement some way to encrypt <Identifiers>.
  23.  
  24.