documentation
  Write info on how to setup a server, slave server, clients and
  machines supporting incoming telnet, rsh etc.

kdb_init
  Does not report usefulle error message when /var/kerberos does not
  exist.
  Try to figure out a usefull local realmname.

kerberos & kadmind
  Logifiles are not created with small permissions (600).

kadmin (or kadmind)
  Max lifetime is always initialized to 255.

ksrvutil
  If there is a dot in the about to be added principals name there is
  no need to ask for instance name.

telnet
  Does -k realmname really work?

telnetd
 Add option -P (or -L ??) to specify path of login program.

 If hostname is to long fit into utmp.ut_host field but domainname
 matches local domain try removing the domain part.

su
  Add option -p so that ksu -p bg.admin would be possible

slave/kprop*
  Fixup copyright header, this should be done in other files as well.

Makefile.in('s)
  Makfiles should propagate prefix when doing a make install prefix=/tmp/dir.

kpasswd & kadmin
  Should do password quality checking. Kpasswd checks what can't be 
  checked in kadmind (min length, gcos info etc.) Kadmind passes the
  new deskey via a pipe to an external program that verifies the 
  password against a dictionary of forbidden passwords, pass the
  principals name as argument to the program so that it is not
  possible to have the principla or its reverse as password (and
  variations on this).
 
rshd
  Add iruserok from (*)BSD so that rshd can be used as ordinary rshd.

  There is also an -l option to rshd if you want to disallow the use
  of users ~/.rhosts files. If you decide to support old rsh consider
  adding the -l option of this rshd.

  Encryption without secondary port is bugged, it currently does no
  encryption.

Fix ksrvutil so that it can make new srvtabs on the target host.

rlogind
  When there is time include rlogind daemon, in the mean time tell
  users to use telnet instead. Low priority.

rcp
  Fix encryption option in rcp.
