[gq-commit] gq TODO,1.39,1.40
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2003-10-20 06:46:14
|
Update of /cvsroot/gqclient/gq In directory sc8-pr-cvs1:/tmp/cvs-serv698 Modified Files: TODO Log Message: * Update Index: TODO =================================================================== RCS file: /cvsroot/gqclient/gq/TODO,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** TODO 13 Oct 2003 07:48:48 -0000 1.39 --- TODO 20 Oct 2003 06:40:57 -0000 1.40 *************** *** 10,13 **** --- 10,23 ---- ---------------- + * [1.0] Search-Mode: Avoid circular reference when chasing referrals, use + maximum recursion depth for chasing. + + * [1.0] Search-Mode: Get rid of sortdn - implement through search options + + * [1.0] Allow to use a "master password" for passwords stored in the .gq + Shouldn't be too hard - implement through the encoding XML element. + + * [1.0] Re-introduce the Export to LDIF functionality for servers + * [1.0] SASL / GSSAPI support is badly broken right now (it seems) - there are several bug reports pending. If this cannot be done for *************** *** 79,87 **** * [1.0] Referral support ! - allow to specify bind dn/pw/method for followed referrals, currently ! only anonymous binds get used ! - Make context menu in browse mode node-type specify. Eg. the ! current context menu does not make sense for referral nodes or ! server nodes. * templates: allow defaults? --- 89,93 ---- * [1.0] Referral support ! - Make search mode referral-aware * templates: allow defaults? *************** *** 114,119 **** browser must remain working. - * [1.0] Improve LDAP error reporting - * [1.x] improve gtk2 support --- 120,123 ---- *************** *** 145,151 **** --- 149,174 ---- ------------------------------------- + * [1.x] Make struct ldapserver a reference counting GObject to make + sure we do not get into trouble due to the handing around of + servers between various modes. Until then: think about willingly + leaking the memory used for transient servers. + + * [1.0] Search-Mode: Get rid of show_oc - implement through attributes to + show for he search result (partly done) + + * [1.0] Search-Mode: Allow to specify the recursion depth when + following referrals, allow to show referrals instead of following then. + + * [1.0] Improve LDAP error reporting - most error messages now indicate what + object (eq. server, LDAP entry) caused the problem. + * [1.0] Referral support - somehow indicate a referral in the browse tree and allow to follow it, maybe through the context menu? Configurable? + - Make context menu in browse mode node-type specific. Eg. the + current context menu does not make sense for referral nodes or + server nodes. + - allow to specify bind dn/pw/method for followed referrals, currently + only anonymous binds get used * search mode: (peter) |