scsh-ldap/scheme
eknauel e236fbaec4 A try to fix automatic memory handling for LDAP structures.
- free ldap-messages of type result

- free ldap-messages of type entry if and only if ldap_first_entry()
  converted from a result into an entry

- don't free ldap-messages of type entry

- entries depend on results, so don't free result before entries
  derived from it
2004-02-14 15:37:55 +00:00
..
Makefile.am build const-gen.scm 2004-02-10 10:02:23 +00:00
conditions.scm + fixed wrong quoted alist of conditions 2004-02-11 16:12:36 +00:00
configure.scm + make bindings fit to API described as in the LDAP C API draft 2003-12-31 15:40:26 +00:00
interfaces.scm A try to fix automatic memory handling for LDAP structures. 2004-02-14 15:37:55 +00:00
ldap-constants.scm + call generate-c-define-exported-bindings-function 2004-02-11 12:45:29 +00:00
ldap.scm A try to fix automatic memory handling for LDAP structures. 2004-02-14 15:37:55 +00:00
load-ldap.scm.in + make bindings fit to API described as in the LDAP C API draft 2003-12-31 15:40:26 +00:00
packages.scm new module structure 2004-02-13 16:52:43 +00:00
types.scm A try to fix automatic memory handling for LDAP structures. 2004-02-14 15:37:55 +00:00
weak-table.scm weak tables with weak value 2004-02-13 16:53:40 +00:00