Go to file
eknauel 5d8f3512f3 * c/ldap.c (scsh_ldap_next_attribute): don't confuse test for NULL
(scsh_ldap_search_s): fixed pointer type
(scsh_ldap_search_st): ditto
(scsh_ldap_next_attribute): fixed test for NULL
(scsh_ldap_get_set_option): dispatch by value type, added string
types

* c/ldap.c (scsh_ldap_search_st): arguments base and filter may be
NULL, fixed bug in pointer handling

* c/ldap.c (scsh_ldap_unbind_s): got rid of superfluos type check
(scsh_ldap_abandon): ditto
(scsh_ldap_add): ditto
(scsh_ldap_compare_s): ditto
(scsh_ldap_count_entries): ditto
(scsh_ldap_count_messages): ditto
(scsh_ldap_count_references): ditto
(scsh_ldap_delete): ditto
(scsh_ldap_first_entry): ditto
(scsh_ldap_first_message): ditto
(scsh_ldap_first_reference): ditto
(scsh_ldap_get_dn): ditto
(scsh_ldap_get_values): ditto
(scsh_ldap_memfree): ditto
(scsh_ldap_modify): ditto
(scsh_ldap_msgfree): ditto
(scsh_ldap_msgid): ditto
(scsh_ldap_msgtype): ditto
(scsh_ldap_next_entry): ditto
(scsh_ldap_next_message): ditto
(scsh_ldap_next_reference): ditto
(scsh_ldap_search_s): ditto, and filter may be NULL
(scsh_ldap_search_st): ditto
2004-02-12 12:45:29 +00:00
c * c/ldap.c (scsh_ldap_next_attribute): don't confuse test for NULL 2004-02-12 12:45:29 +00:00
doc + make bindings fit to API described as in the LDAP C API draft 2003-12-31 15:40:26 +00:00
etc + make bindings fit to API described as in the LDAP C API draft 2003-12-31 15:40:26 +00:00
ffi-tools * ffi-tools/ffi-tools.c (ffit_extract_list_of_strings): added 2004-02-12 12:45:10 +00:00
scheme * scheme/interfaces.scm (ldap-handle-types-interface): export 2004-02-12 12:45:00 +00:00
.gitignore *** empty log message *** 2003-10-28 15:27:54 +00:00
AUTHORS use automake for building scsh-ldap (Actually, I spent more time trying on automaking the project than on coding now...) 2003-11-17 14:43:07 +00:00
COPYING use automake for building scsh-ldap (Actually, I spent more time trying on automaking the project than on coding now...) 2003-11-17 14:43:07 +00:00
ChangeLog use automake for building scsh-ldap (Actually, I spent more time trying on automaking the project than on coding now...) 2003-11-17 14:43:07 +00:00
INSTALL + make bindings fit to API described as in the LDAP C API draft 2003-12-31 15:40:26 +00:00
Makefile.am build const-gen.scm 2004-02-10 10:02:23 +00:00
NEWS use automake for building scsh-ldap (Actually, I spent more time trying on automaking the project than on coding now...) 2003-11-17 14:43:07 +00:00
README use automake for building scsh-ldap (Actually, I spent more time trying on automaking the project than on coding now...) 2003-11-17 14:43:07 +00:00
configure.in build const-gen.scm 2004-02-10 10:02:23 +00:00
pkg-def.scm + load.scm should also load ffi-tools-rts.scm (bad idea?) 2004-02-11 07:25:02 +00:00

README