0001 25/07/2000 TODO Implement 'test' mode (where mntners can be created without 
                     override password). 
0002 25/07/2000 TODO Interpret "Subject:" line of the update message. Only possible 
                     strings are NEW, HOWTO and HELP.
0003 26/07/2000 TODO Implement the deletion of syntactically incorrect objects.
0004 26/07/2000 TODO BUG: When deleting objects, "identicalness check" doesn't work
                     properly.
0005 26/07/2000 TODO In get_mntners function we must handle multiple mntner names in a
                     single mnt-by attribute. Currently we assume single mntner name.
0006 27/07/2000 TODO "country" attribute can take more than one countries. Fix. (currently
                     in can take only one).
0007 27/07/2000 TODO There is something wrong in 'get_attr_list' function. Apparently it 
                     doesn't look at the very last attribute of the object.
0007 27/07/2000 DONE This was apparently a bug in Object::scan method of RAToolSet. If there
                     is no '\n' at the end of object, the last attribute is not put in the
                     attribute linked list. This is fixed by adding a redundant '\n' at the 
                     end of object in 'get_attr_list' function.
0008 31/07/2000 TODO Incorporate OVERRIDECRYPTEDPASSWD and HUMAN_MAILBOX configuration 
                     variables.
0009 31/07/2000 TODO Incorporate ACKLOGFILE configuration variable too.
0008 01/08/2000 DONE
0009 01/08/2000 DONE
0001 01/08/2000 DONE (only from command line -T option, from config file doesn't work??)
                       A problem in CA module, possibly
0010 03/08/2000 TODO Implement a simple upd log.
0011 03/08/2000 TODO When an non-existent mntner is used in mnt-by attribute, "Auth failed" is 
                       returned, instead of "referential intefrity failure" or similar. Fix.
0012 03/08/2000 TODO Fix a bug: The problem is that when (attr->len) == 0, AK_add_to_ack
                       fails, and coredumps. 
0012 03/08/2000 DONE Now we check attr->len first.
0013 04/08/2000 TODO Bug. When AUTO NIC hdls are used, the initials supplied by the user
                       are not granted, the initials from the name of role/person object
                       is used always. Fix.
0014 04/08/2000 TODO Bug. AUTO nic hdls must be handled in a case-insensitive manner,
                       that is, aUTo-4 must be handled (as equal to auto-4 and AUTO-4).
0014 04/08/2000 DONE 
0015 07/08/2000 TODO Incorporate country configurable variable.
0015 07/08/2000 DONE
0013 09/08/2000 DONE
0004 09/08/2000 DONE There were bugs in identical & delete_delete_attrib functions.
0016 09/08/2000 TODO Fix problems with NOOPs when updating. 
0017 21/08/2000 TODO Design a new upd log.
0018 28/08/2000 TODO Fix the bug which causes a core dump when parsing inetnums.
0019 28/08/2000 TODO Incorporate SOURCE variable.
0018 29/08/2000 DONE Fixed. After an "uinitialized mem write" has been solved, 
                       the problem has gone away.
0019 01/09/2000 DONE We have overloaded SOURCE variable. Probably we need to 
                       invent another config variable for this.
0020 05/09/2000 TODO Delete "override" line from objects when putting them
                       to the db.
0020 05/09/2000 DONE This is done in send_object_db function.
