Update of /cvsroot/gqclient/gq
In directory sc8-pr-cvs1:/tmp/cvs-serv4571
Modified Files:
TODO
Log Message:
* Updated TODOs, only two 1.0 issues are still open, but new items may
still appear.
Index: TODO
===================================================================
RCS file: /cvsroot/gqclient/gq/TODO,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** TODO 21 Oct 2003 06:34:33 -0000 1.41
--- TODO 23 Oct 2003 11:24:46 -0000 1.42
***************
*** 10,17 ****
----------------
! * [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
--- 10,20 ----
----------------
! * [1.0] Make ALL LDAP operations referral-safe (that is, change all ldap_* to
! ldap_*_ext and set ManageDSAit iff necessary)
! - Done for ldap_search
! * [1.0] SASL / GSSAPI support is badly broken right now (it seems) -
! there are several bug reports pending. If this cannot be done for
! 1.0 it will be marked as BROKEN in the GUI
* [1.x] Allow to use a "master password" for passwords stored in the
***************
*** 20,29 ****
once it becomes available in mainstream distros.
- * [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
- 1.0 it will be marked as BROKEN in the GUI
-
* update schemabrowse tree on serverlist update (browsetree already done)
--- 23,26 ----
***************
*** 79,84 ****
an extensibleObject
- * [1.x] Split browse.c into several files - it is > 2500 lines long now
-
------------
ENHANCEMENTS
--- 76,79 ----
***************
*** 145,148 ****
--- 140,157 ----
FIXED BUGS / IMPLEMENTED ENHANCEMENTS
-------------------------------------
+
+ * [1.0] Re-introduce the Export to LDIF functionality for servers
+ - done for servers and referrals alike
+
+ * [1.x] Split browse.c into several files - it is > 2500 lines long now
+
+ * [1.0] SECURITY: Think about the extended referred-to server authentication
+ tests in get_referral_server and the security implications (configurable?)
+ - Implemented through the addition of yet another preferences tab
+
+ * [1.0] Search-Mode: Get rid of sortdn - implement through search options
+
+ * [1.0] Drag'n'Drop: Avoid unnecessary refreshes of temporary objects
+ in the right pane.
* [1.x] improve gtk2 support - Quite impressive by now.
|