[gq-commit] gq TODO,1.26,1.27
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2002-09-28 20:15:10
|
Update of /cvsroot/gqclient/gq In directory usw-pr-cvs1:/tmp/cvs-serv30341 Modified Files: TODO Log Message: * Still so much to do, yet: * So much done Index: TODO =================================================================== RCS file: /cvsroot/gqclient/gq/TODO,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** TODO 15 Jul 2002 18:44:21 -0000 1.26 --- TODO 28 Sep 2002 20:15:07 -0000 1.27 *************** *** 6,10 **** * update browse/schemabrowse ctree on serverlist update - * first startup: deleting default localhost server segfaults * search mode: - change in server config should initialize searchbase combo, too --- 6,9 ---- *************** *** 47,62 **** follow it, maybe through the context menu? * take schema from entry (done?) ! * templates: allow defaults? * 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 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 + PKCS7 and PKCS12 browsers * [1.0] Rewrite drag-and-drop: - _only_ use ldap_modrdn when moving trees within one server. This --- 46,66 ---- follow it, maybe through the context menu? * take schema from entry (done?) ! * templates: allow defaults? ! ! * ability to limit visible attributes for objectclasses (do not show ! empty attributes one never uses anyway) (suggested by Chris Jackson ! <cja...@gh...>) - partly done ! ! * Allow to "apply" a template to an already existing object + add ! default values from template as well (suggested by Chris Jackson ! <cja...@gh...>) * 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] More displaytypes + PKCS7 and PKCS12 browsers + * [1.0] Rewrite drag-and-drop: - _only_ use ldap_modrdn when moving trees within one server. This *************** *** 64,68 **** * Rewrite the schema browser to also use the GtkCTree widget. * [1.0] Improve LDAP error reporting - * [1.0] Support for the extensibleObject object class BLUE SKY --- 68,71 ---- *************** *** 75,82 **** --- 78,103 ---- FIXED BUGS / IMPLEMENTED ENHANCEMENTS + * [1.0] Support for the extensibleObject object class + + * first startup: deleting default localhost server segfaults (FIXED??) + + * [1.0] More displaytypes + + Most notably a calendar to enter dates and times + + * [1.0] encode passwords in .gq - this doesn't add any real security, but at + least the password cannot be easily remembered if one happens to + glance at it. (This is similar to why HTTP basic authentication + encodes the password). + + * [1.0] LDAP URI support in addition to server/port [check patches by + "Árpád, Magosányi" <ma...@bu...> and + Albrecht Dreß <ad...@id...>] + * put up rootDSE info in browse mode's server detail (cn=monitor?) -> well, we now have some interesting information there, but probably not what Bert had in mind. + UPDATE (2002-09-25): Now we actually take information directly + from the root DSE * [1.0] Fix dt_password.c: handling of the construction of encoded passwords |