]> git.ipfire.org Git - thirdparty/openldap.git/shortlog
thirdparty/openldap.git
2002-01-05  Howard ChuFix uninitialized pointers
2002-01-05  Howard ChuBVarray fixes for ldap_dnattr_rewrite
2002-01-05  Howard ChuFix at_destroy free of slap_schema.si_at_undefined...
2002-01-05  Howard ChuFix ASCII detection; can't use "< 0x80" on a signed...
2002-01-05  Pierangelo... fix BVarray
2002-01-05  Kurt ZeilengaTrim some old/experimental RFCs
2002-01-05  Kurt ZeilengaDon't meantion deprecated .conf files
2002-01-04  Kurt ZeilengaCleanup
2002-01-04  Howard ChuFix for Windows, don't call gethostbyname until WSAStar...
2002-01-04  Kurt ZeilengaUpdate copyright statements
2002-01-04  Kurt ZeilengaUpdate copyright notices
2002-01-04  Kurt Zeilengaautoconf
2002-01-04  Kurt ZeilengaAnother minor filter fix (unescaped *)
2002-01-04  Pierangelo... more fixes/updates
2002-01-04  Kurt ZeilengaRefer to ldap_get/set_option, not ld_errno
2002-01-04  Pierangelo... misc fix/improvements
2002-01-04  Kurt ZeilengaSome misc cleanup
2002-01-04  Pierangelo... fix attribute mapping bug
2002-01-04  Pierangelo... move mapping in a separate file
2002-01-04  Pierangelo... fix rewrite iteration
2002-01-04  Pierangelo... hide mapping initialization
2002-01-04  Pierangelo... more cleanup; doesn't work (fails on ldap_result, selec...
2002-01-04  Kurt ZeilengaFix ) in value handling
2002-01-04  Kurt ZeilengaUse LDAP_FREE not free
2002-01-04  Kurt ZeilengaSome misc cleanup
2002-01-04  Howard Chustruct berval fixes, fix memory leak in ldap_send_entry
2002-01-04  Kurt ZeilengaFix attribute description checks
2002-01-03  Howard ChuUse LDAP_FREE instead of free
2002-01-03  Howard ChuUse ber_memfree instead of free
2002-01-03  Kurt ZeilengaQuick fix for NULL sos
2002-01-03  Kurt ZeilengaAdd LBER DN format flag (no code yet).
2002-01-03  Kurt ZeilengaMisc cleanup
2002-01-03  Kurt ZeilengaRemove lint.
2002-01-03  Kurt ZeilengaAll empty IA5 and Printable strings, but not Directory...
2002-01-03  Kurt ZeilengaRemove lint
2002-01-03  Kurt ZeilengaEven larger TMP_SLOTS
2002-01-03  Kurt ZeilengaUse conforming filters
2002-01-03  Kurt ZeilengaDefunct
2002-01-03  Kurt ZeilengaAdd copyright notices
2002-01-03  Pierangelo... lots of migration to struct berval; unfortunately it...
2002-01-03  Pierangelo... trivial fixes
2002-01-03  Howard ChuDelete check for sys/queue.h (replaced by ldap_queue.h)
2002-01-03  Howard ChuUse <lber.h> ber_memalloc, not malloc. Shortcuts for...
2002-01-03  Kurt ZeilengaCleanup (not)found logic
2002-01-03  Kurt ZeilengaIndicate support for True (&) and False (|) filters
2002-01-03  Howard ChuFix from Jonghyuk Choi jongchoi@us.ibm.com; return...
2002-01-03  Howard ChuChanged AttributeName back into an array instead of...
2002-01-03  Howard ChuChanged AttributeName back into an array instead of...
2002-01-03  Howard ChuOne more hack to ber_get_stringbvr for do_search
2002-01-03  Howard ChuFix previous commit
2002-01-03  Howard ChuCleanup, added some explanation/comments
2002-01-03  Howard ChuSafety checks for bvec's in previous patch
2002-01-03  Howard ChuNew ber_get_stringbvr recursively decodes a vector...
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
next