INTERESTING BUGS

* update browse/schemabrowse ctree on serverlist update
* first startup: deleting default localhost server segfaults
* mainwin: ^c makes a browse tab!
* browse mode: refresh of subtree after RDN mod selects first entry
  in subtree -> find and select the entry with the new RDN instead
* search mode:
	- change in server config should initialize searchbase combo, too
	- RMB on entry in search mode shouldn't deselect the entry
	- multiple selections, abstract selection list function for delete,
	  export to LDIF etc


UNINTERESTING BUGS

* make refresh_mode_serverlist(): combo in search mode, delete/add/change in
  browse mode. tablist can be used for this now...
* load_context errors should pop up after mainwin

MINOR

* get rid of hardcoded dep on libssl, only link when needed
* use scrolled area in error_flush: ldifadd.c may generate 1000s of errors
* set_displaytype(): check schema info, use syntaxes
* new bind type: ask password with dialog

ENHANCEMENTS

* put up rootDSE info in browse mode's server detail (cn=monitor?)
* take schema from entry
* templates: allow defaults?
* import from LDIF
* probe for V2 or V3 on connect, store in struct ldapserver. Use ber_free
  only if V3 supported.

BLUE SKY

* schema designer (when OpenLDAP supports writable schema)
* generate change and undo log in LDIF

