[gq-commit] gq TODO,1.43,1.44
Status: Beta
Brought to you by:
sur5r
|
From: <sta...@us...> - 2003-10-27 22:22:58
|
Update of /cvsroot/gqclient/gq
In directory sc8-pr-cvs1:/tmp/cvs-serv3478
Modified Files:
TODO
Log Message:
* Updated TODOs
Index: TODO
===================================================================
RCS file: /cvsroot/gqclient/gq/TODO,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** TODO 24 Oct 2003 19:21:52 -0000 1.43
--- TODO 27 Oct 2003 22:18:51 -0000 1.44
***************
*** 14,17 ****
--- 14,19 ----
1.0 it will be marked as BROKEN in the GUI
+ * [1.0] Handle update referrals - iff I can find out how to detect them
+
* [1.x] Allow to use a "master password" for passwords stored in the
.gq config file. Shouldn't be too hard - either implement through
***************
*** 76,85 ****
------------
! * [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
! - Done for ldap_rename
!
! Some probably still missing, but...
* [1.x] Enhance the rudimentary run-type typing system to catch
--- 78,82 ----
------------
! * [1.x] Rewrite the preferences layout - do it like Mozilla (Bert)
* [1.x] Enhance the rudimentary run-type typing system to catch
***************
*** 143,146 ****
--- 140,152 ----
FIXED BUGS / IMPLEMENTED ENHANCEMENTS
-------------------------------------
+
+ * [1.0] dt_password: Add LANMAN hash for completeness.
+
+ * [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
+ - Done for ldap_rename
+
+ Some probably still missing, but...
* [1.0] Re-introduce the Export to LDIF functionality for servers
|