[gq-commit] gq TODO,1.24,1.25
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2002-07-03 20:56:28
|
Update of /cvsroot/gqclient/gq In directory usw-pr-cvs1:/tmp/cvs-serv29042 Modified Files: TODO Log Message: * More TODOs, this is now also the roadmap, as I do not want to have the same information duplicated in some ROADMAP file. Index: TODO =================================================================== RCS file: /cvsroot/gqclient/gq/TODO,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** TODO 27 Jun 2002 08:27:24 -0000 1.24 --- TODO 3 Jul 2002 20:56:25 -0000 1.25 *************** *** 1,2 **** --- 1,6 ---- + TODO list and ROADMAP + + NOTE: [1.0] denotes features to be implemented for 1.0 + INTERESTING BUGS *************** *** 17,26 **** * Take care of possible buffer overflow situations. Pointed out by Bernhard Reiter <ber...@in...>. ! * Better error reporting of LDAP error situations. Currently we handle LDAP_SUCCESS and LDAP_SERVER_DOWN but ignore the rest. Pointed out indirectly by Bernhard Reiter <ber...@in...>. ! * Fix dt_password.c: handling of the construction of encoded passwords (get rid of any strcpy, strcat and only using GByteArray methods) ! * Think about the moving stuff in browse mode: Either - Should move deletion out of the moving business and delay --- 21,30 ---- * Take care of possible buffer overflow situations. Pointed out by Bernhard Reiter <ber...@in...>. ! * [1.0] Better error reporting of LDAP error situations. Currently we handle LDAP_SUCCESS and LDAP_SERVER_DOWN but ignore the rest. Pointed out indirectly by Bernhard Reiter <ber...@in...>. ! * [1.0] Fix dt_password.c: handling of the construction of encoded passwords (get rid of any strcpy, strcat and only using GByteArray methods) ! * [1.0] Think about the moving stuff in browse mode: Either - Should move deletion out of the moving business and delay *************** *** 41,45 **** ENHANCEMENTS ! * Follow referrals * put up rootDSE info in browse mode's server detail (cn=monitor?) * take schema from entry (done?) --- 45,51 ---- ENHANCEMENTS ! * [1.0] Follow referrals ! - somehow indicate a referral in the browse tree and allow to ! follow it, maybe through the context menu? * put up rootDSE info in browse mode's server detail (cn=monitor?) * take schema from entry (done?) *************** *** 47,53 **** * import from LDIF * Better keyboard support (at least for main menu) (peter) ! * never do ldap_add when moving trees. Use triangulation like with the towers of hanoi ! BLUE SKY --- 53,70 ---- * import from LDIF * Better keyboard support (at least for main menu) (peter) ! * [1.0] never do ldap_add when moving trees. Use triangulation like with the towers of hanoi ! * [1.0] encode passwords in .gq - this doesn't add any real security, but at ! least the password cannot be easily remembered if one you happens to ! glance at it. (This is similar to why HTTP basic authentication ! encodes the password). ! * [1.0] More displaytypes ! Most notably a calendar to enter dates and times ! * [1.0] Allow to change displaytypes on-the-fly ! * [1.0] Rewrite drag-and-drop: ! - _only_ use ldap_modrdn when moving trees within one server. This ! allows to take care of hidden attributes implicitly ! * Rewrite the schema browser to also use the GtkCTree widget. ! * [1.0] Improve LDAP error reporting BLUE SKY |