[gq-commit] gq TODO,1.40,1.41
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2003-10-21 06:38:58
|
Update of /cvsroot/gqclient/gq In directory sc8-pr-cvs1:/tmp/cvs-serv25090 Modified Files: TODO Log Message: * Updates Index: TODO =================================================================== RCS file: /cvsroot/gqclient/gq/TODO,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** TODO 20 Oct 2003 06:40:57 -0000 1.40 --- TODO 21 Oct 2003 06:34:33 -0000 1.41 *************** *** 10,20 **** ---------------- ! * [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 --- 10,22 ---- ---------------- ! * [1.0] SECURITY: Think about the extended referred-to server authentication ! tests in get_referral_server and the security implications (configurable?) * [1.0] Search-Mode: Get rid of sortdn - implement through search options ! * [1.x] Allow to use a "master password" for passwords stored in the ! .gq config file. Shouldn't be too hard - either implement through ! the encoding XML element, or do this through the xmlsec library ! once it becomes available in mainstream distros. * [1.0] Re-introduce the Export to LDIF functionality for servers *************** *** 88,94 **** * Make the tabs (Search/Browse/Schema) object oriented. Partly done. - * [1.0] Referral support - - Make search mode referral-aware - * templates: allow defaults? --- 90,93 ---- *************** *** 120,125 **** browser must remain working. - * [1.x] improve gtk2 support - * [1.x] never do ldap_add when moving trees. (Use triangulation like with the towers of hanoi?) Only change DNs to make sure NO --- 119,122 ---- *************** *** 148,151 **** --- 145,157 ---- FIXED BUGS / IMPLEMENTED ENHANCEMENTS ------------------------------------- + + * [1.x] improve gtk2 support - Quite impressive by now. + + * [1.0] Search-Mode: Avoid circular reference when chasing referrals, use + maximum recursion depth for chasing. - partly done, but OK: the + max. recursion depths allows to avoid infinit recursion. + + * [1.0] Referral support + - Make search mode referral-aware * [1.x] Make struct ldapserver a reference counting GObject to make |