openldap/contrib/gtk-tool/ChangeLog

50 lines
1.8 KiB
Plaintext
Raw Normal View History

ChangeLog for gtk-tool
1998-12-02 23:18:47 +08:00
02/12/1998 - Pele
* Added Gtk_LdapTree class
* Added utils (with debug only)
* "Smart" traversing of ldap tree (only 2-deep, then add 2 subtrees as
the tree gets expanded)
* Lots of updates and bug-fixes
29/11/1998 - Pele
* Added Gtk_LdapServer class
* Started using cn=config, ldap_get_option (not sure about get_option
though, cn=config looks much nicer for the future-proofing)
* Can traverse, display and serve two (or possibly/hopefully) more
databases on the local machine - remote machines also possible -
need to use "-s hostname"
* The program needs the "-s" switch! Without it it won't run (temporary
"feature")
1998-11-29 04:25:09 +08:00
28/11/1998 - Pele
* Fixes, enhancements, started using ldap utility api
* It now traverses the whole tree at startup, not sure if it's smart
but I did it because of something that has no relevance to network
traffic
27/11/1998 - Pele
* Added viewports, both sides now scroll automatically
* Brought back the "cache" stuff, now data gets reused if it's allready
available without redundant searches/listings.
* Editing pixmaps by hand is so much, er, fun!
* Miniscule fixes
26/11/1998 - Pele
* Added nice icons in the browser pane - looks decent now.
* Fixed scrolling in the data (right) pane - now scrolls if there is
a long tab
* removed class My_Scroller
* removed file Gtk_LdapItem.cc (useless)
* commented-out the part where data gets reused instead of re-querying
the server, stupid I know, but for the time being if resolves some
problems with replacement of right pane.
* Misc. fixes
26/11/1998 - Pele
* First appearance of ChangeLog
* Fixed removal of scrolled window on the right hand side
thus making gtk-tool a viable project to be worked on
* added command-line parameter parsing - now accepts
-s for server, -p for port, -b for baseDN