]> git.sur5r.net Git - openldap/shortlog
openldap
2002-01-03 Kurt ZeilengaWe'll need queue macros in -llber...
2002-01-03 Kurt ZeilengaFix queue.h include
2002-01-03 Kurt Zeilengamisc cleanup
2002-01-03 Howard ChuReplaced by ldap_queue.h
2002-01-03 Howard ChuUse ldap_queue.h instead of <ac/queue.h>
2002-01-02 Howard ChuMoved queue-compat.h to ldap_queue.h, added LDAP_ prefi...
2002-01-02 Howard ChuFix some externs
2002-01-02 Howard ChuFix some externs
2002-01-02 Howard ChuMinor cleanup
2002-01-02 Kurt Zeilengafix empty substrings any bug
2002-01-02 Howard ChuRemove unused int i, j
2002-01-02 Howard ChuFix for attr_merge
2002-01-02 Howard ChuHide (make static) sb_bio_method and tls_sbio structure...
2002-01-02 Howard ChuRenamed parse_numericoid to ldap_int_parse_numericoid...
2002-01-02 Howard ChuMake .links depend on Makefile so it gets automatically...
2002-01-02 Howard ChuFix externs, moved to lber-int.h
2002-01-02 Kurt ZeilengaFix extensible filters
2002-01-02 Kurt ZeilengaFix escape bug
2002-01-02 Kurt ZeilengaFix yet another stupid error...
2002-01-02 Kurt ZeilengaAdditional error checking + misc cleanup
2002-01-02 Kurt ZeilengaFix stupid bug in last commit
2002-01-02 Pierangelo... more cleanup
2002-01-02 Pierangelo... minor fixes
2002-01-02 Pierangelo... fix missing trailing ')'
2002-01-02 Kurt ZeilengaNew filter code
2002-01-02 Kurt ZeilengaAdd filter.c
2002-01-02 Kurt ZeilengaRework filter code
2002-01-02 Kurt Zeilengacleanup
2002-01-02 Kurt Zeilengause sizeof instead of strlen/hardcoded-consts
2002-01-02 Kurt ZeilengaRemove lint
2002-01-02 Kurt ZeilengaCleanup
2002-01-02 Kurt ZeilengaZap unbind and abandon
2002-01-02 Kurt Zeilengause malloc not calloc
2002-01-02 Kurt ZeilengaUse AC_MEMCPY instead of memcpy
2002-01-02 Kurt Zeilengause sizeof not strlen
2002-01-02 Howard ChuChanged struct berval ** to BVarray
2002-01-02 Howard ChuChanged struct berval ** to BVarray
2002-01-02 Howard ChuMinor cleanup. bvarray_add should return success/fail...
2002-01-02 Howard ChuChanged struct berval ** to BVarray
2002-01-02 Howard ChuFix memory leak of Mod.sml_type
2002-01-02 Howard ChuFix entry_decode
2002-01-02 Howard ChuChange struct berval ** to BVarray
2002-01-02 Howard ChuFix ldap_str2rdn, make sure to update progress pointer...
2002-01-02 Howard ChuAdded 'W' fmt char for BVarrays
2002-01-02 Howard ChuAdded LDAP_UTF8_ISSPACE (tho no one uses it)
2002-01-02 Howard ChuRemoved unused unbind stuff
2002-01-02 Howard ChuRemoved unused unbind stuff
2002-01-01 Howard ChuFix dnParent to return "" for root
2002-01-01 Howard ChuMore struct berval conversions
2002-01-01 Howard ChuRemove abandon cruft
2002-01-01 Howard ChuRemove abandon cruft
2002-01-01 Howard ChuCleanup
2002-01-01 Howard ChuUse ldap_str2rdn
2002-01-01 Howard ChuFix dnValidate
2002-01-01 Howard ChuUse ldap_str2rdn instead of rdn_attr
2002-01-01 Howard ChuFix previous commit
2002-01-01 Howard ChuOptimize ISSPACE checks in UTF8StringNormalize
2001-12-31 Pierangelo... my compiler complains ...
2001-12-31 Howard ChuFree any ADs attached to the undefined attribute type
2001-12-31 Howard ChuMore for ad_inlist
2001-12-31 Howard ChuAdded ber_get_stringbv
2001-12-31 Howard ChuTweak previous commit
2001-12-31 Howard Chuin sb_debug_read/write save errno before logging a...
2001-12-31 Howard ChuFix typo
2001-12-31 Howard ChuChanged search attrs from struct berval ** to Attribute...
2001-12-31 Howard ChuMoved free list to avoid additional mutex
2001-12-31 Howard ChuMinor cleanup
2001-12-31 Howard ChuFix previous commit
2001-12-31 Howard ChuUse ber_free_buf
2001-12-31 Howard ChuAdded ber_free_buf()
2001-12-31 Howard ChuAdded oidm_destroy
2001-12-31 Howard ChuUse queue-compat for Connection->c_ops,c_pending_ops
2001-12-31 Howard ChuFix previous commit
2001-12-31 Howard ChuUse queue-compat.h for queue management. Cache ctx...
2001-12-30 Howard ChuMinor fix for LDAP_DN_IS_RDN_DC macro
2001-12-30 Howard ChuUse dnIsSuffix
2001-12-30 Howard ChuMore str2rdn tweaks
2001-12-30 Howard ChuReorganize LDAPAVA allocation layout
2001-12-30 Howard ChuOne more uninit
2001-12-30 Howard Chufix uninitialized vars
2001-12-30 Howard ChuCleanup, fix uninitialized vars
2001-12-29 Howard ChuMore ava fixups
2001-12-29 Pierangelo... fix some ava bugs
2001-12-29 Howard ChuChange struct berval * to struct berval in various...
2001-12-29 Pierangelo... fix rewrite stuff
2001-12-29 Pierangelo... remove useless function
2001-12-29 Howard ChuChanged LDAP_AVA struct berval * to struct berval.
2001-12-29 Pierangelo... cleanup
2001-12-29 Howard ChuMore cleanup
2001-12-29 Howard ChuFix memory leak in ldap_explode_dn
2001-12-29 Howard ChuMisc cleanup
2001-12-29 Howard ChuAdded dnPretty2/dnNormalize2 using preallocated destina...
2001-12-29 Howard ChuMade LDAP_UTF8_CHARLEN/ldap_utf8_charlen table-driven.
2001-12-29 Howard ChuSilence warning
2001-12-29 Howard ChuFix newSuperior handling. Back out previous commit.
2001-12-28 Pierangelo... a couple of comments; will require special DN handling ...
2001-12-28 Pierangelo... cached entries are deleted if volatile; small improvements
2001-12-28 Pierangelo... strengthen previous commit
2001-12-28 Pierangelo... fix realloc bug
2001-12-28 Pierangelo... more exploitation of efficient parsing
next