]> git.sur5r.net Git - openldap/blob - contrib/gtk-tool/ChangeLog
updates to gtk-tool, new functionality, uses config cn
[openldap] / contrib / gtk-tool / ChangeLog
1 ChangeLog for gtk-tool
2
3 29/11/1998 - Pele
4         * Added Gtk_LdapServer class
5         * Started using cn=config, ldap_get_option (not sure about get_option
6         though, cn=config looks much nicer for the future-proofing)
7         * Can traverse, display and serve two (or possibly/hopefully) more
8         databases on the local machine - remote machines also possible - 
9         need to use "-s hostname"
10         * The program needs the "-s" switch! Without it it won't run (temporary
11         "feature")
12
13 28/11/1998 - Pele
14         * Fixes, enhancements, started using ldap utility api
15         * It now traverses the whole tree at startup, not sure if it's smart
16         but I did it because of something that has no relevance to network
17         traffic
18
19 27/11/1998 - Pele
20         * Added viewports, both sides now scroll automatically
21         * Brought back the "cache" stuff, now data gets reused if it's allready
22         available without redundant searches/listings.
23         * Editing pixmaps by hand is so much, er, fun!
24         * Miniscule fixes
25
26 26/11/1998 - Pele
27         * Added nice icons in the browser pane - looks decent now.
28         * Fixed scrolling in the data (right) pane - now scrolls if there is
29         a long tab
30         * removed class My_Scroller
31         * removed file Gtk_LdapItem.cc (useless)
32         * commented-out the part where data gets reused instead of re-querying
33         the server, stupid I know, but for the time being if resolves some
34         problems with replacement of right pane.
35         * Misc. fixes
36
37 26/11/1998 - Pele
38         * First appearance of ChangeLog
39         * Fixed removal of scrolled window on the right hand side
40           thus making gtk-tool a viable project to be worked on
41         * added command-line parameter parsing - now accepts
42           -s for server, -p for port, -b for baseDN