]> git.sur5r.net Git - openldap/history - libraries
Make first argument of *_get_option const (experimental).
[openldap] / libraries /
1999-06-02 Kurt ZeilengaMake first argument of *_get_option const (experimental).
1999-06-02 Kurt ZeilengaAdd experimental wrong heap detection behind LDAP_MEMOR...
1999-06-02 Kurt ZeilengaUpdate Release/SRelease include paths
1999-06-01 Kurt ZeilengaMinor adjustments to the LBER_VFREE() & LDAP_VFREE...
1999-06-01 Kurt ZeilengaClean up memory handlers. Share vector free routines...
1999-06-01 Kurt ZeilengaClean up namespace
1999-06-01 Kurt Zeilengamove berval memory routines to memory.c
1999-06-01 Kurt ZeilengaAdd "lutil*.h" to project.
1999-06-01 Kurt ZeilengaAdd extended.c to projects
1999-06-01 Kurt ZeilengaShare errcode lookup code. Modify ld_version condition...
1999-06-01 Kurt ZeilengaRemove LDAP_LIBUI dependency.
1999-05-31 Kurt ZeilengaAdd skeleton ldap_extended_operation routines.
1999-05-31 Kurt Zeilenga(barely) hide AVL internals
1999-05-31 Kurt Zeilenga#ifdef out non-reentrant prototypes.
1999-05-31 Kurt Zeilengause LDAP_MALLOC instead of malloc. Check for allocatio...
1999-05-31 Kurt ZeilengaMove most header inclusion below #ifdef HAVE_XXX.
1999-05-31 Kurt ZeilengaClean up LDAP_BOOL_GET and fetching via ldap_get_option().
1999-05-31 Julio Sánchez Fern... Syntaxes.
1999-05-31 Julio Sánchez Fern... Cosmetic/spelling fixes.
1999-05-31 Kurt ZeilengaFree strings returned by ldap_get_option().
1999-05-31 Kurt ZeilengaUse #error if ctime_r nargs are screwy.
1999-05-31 Kurt ZeilengaRemove dependency upon lber-int.h by using ber_set_opti...
1999-05-30 Kurt ZeilengaInitial round 2 memory allocation changes. THIS IS...
1999-05-30 Julio Sánchez Fern... Relax some rules to survive Netscape DS brokennes,...
1999-05-29 Kurt ZeilengaMinor adjustments to better handle NT vs UNIX.
1999-05-29 Kurt ZeilengaFirst cut at ber_set_option(NULL,LBER_OPT_MEMORY_FN...
1999-05-29 Kurt Zeilengaold_abandon should be int* not long*.
1999-05-29 Kurt Zeilengasafe_free_string() should be static
1999-05-29 Kurt ZeilengaAdd memory.c to -llber
1999-05-29 Julio Sánchez Fern... Fixed parsing of noidlen
1999-05-29 Kurt ZeilengaAdd LBER_ and LDAP_ memory allocators/deallocators...
1999-05-28 Kurt Zeilengaber_clear() no longer needed. Removed.
1999-05-28 Kurt ZeilengaChanged lc_conn to be a pointer to a BerElement to...
1999-05-28 Julio Sánchez Fern... safe_string_free was freeing the string value, so we...
1999-05-28 Julio Sánchez Fern... Add schema support
1999-05-28 Julio Sánchez Fern... Change to be in line with libldap, i.e. add schema
1999-05-28 Howard ChuIn try_read1msg, clear errno before calling ber_get_nex...
1999-05-28 Kurt ZeilengaDeath to LBER_END_SEQORSET.
1999-05-28 Kurt ZeilengaInitial implementation of ldap_int_get_controls()....
1999-05-27 Kurt ZeilengaUse difftime() to determine cache age.
1999-05-27 Kurt Zeilengastrlen returns size_t not int.
1999-05-27 Kurt Zeilengarename ldap_pvt_init_utils() to ldap_int_utils_init...
1999-05-27 Julio Sánchez Fern... Incorporate #define's per Kurt's suggestion
1999-05-26 Kurt ZeilengaAdd missing MSVC5 workspace/projects.
1999-05-26 Julio Sánchez Fern... Provide human-readable syntax errors.
1999-05-26 Julio Sánchez Fern... Fix namespace contamination, some comments added.
1999-05-26 Howard ChuFor ITS#157: Added LDAP backend for slapd, which also... OPENLDAP_SLAPD_BACK_LDAP
1999-05-24 Kurt ZeilengaUse memcmp not strncmp for non-string comparisons.
1999-05-24 Kurt ZeilengaDo not set db_cachesize under BerkeleyDB 2.4.
1999-05-24 Julio Sánchez Fern... Untested support for parsing attribute type definitions
1999-05-24 Julio Sánchez Fern... Initial incomplete and broken version.
1999-05-22 Kurt Zeilengaldap.h:
1999-05-21 Kurt Zeilengafix url vs url_in typo.
1999-05-21 Kurt ZeilengaInitial checkin of ldap_search_ext() and friends.
1999-05-21 Kurt ZeilengaFix typo in ldap_delete_ext() which caused msgid to...
1999-05-21 Kurt ZeilengaAssert pointer args
1999-05-20 Kurt Zeilengaetest/dtest now work correctly. Commented out bogus...
1999-05-20 Kurt Zeilengafound my lber bug... ber_buf should have been freed...
1999-05-20 Kurt ZeilengaFix initialization bug in ber_init_w_nullc()
1999-05-20 Kurt ZeilengaVersion.c deprecated in favor of mkversion.
1999-05-20 Kurt ZeilengaDeprecated in favor of mkversion.
1999-05-20 Kurt ZeilengaFixed bug in dtest code.
1999-05-19 Kurt ZeilengaImproving e/d test (until I find the my damn bug)
1999-05-19 Kurt ZeilengaEnhance encode/decode test programs to encode sets...
1999-05-19 Kurt ZeilengaRemoved lint.
1999-05-19 Kurt ZeilengaAdd UL to more BER tags.
1999-05-19 Kurt ZeilengaAdd UL to LBER tags.
1999-05-19 Kurt Zeilengas/HAVE_SYSLOG/LDAP_SYSLOG/g
1999-05-19 Kurt ZeilengaReplace #ifndef WIN32 with #ifdef HAVE_SYSLOG
1999-05-19 Kurt ZeilengaAdd LDAP_CONST to kerberos bind routines
1999-05-19 Kurt ZeilengaAdd LDAP_CONST to ldap_set_option() invalue
1999-05-19 Kurt ZeilengaMissing LDAP_CONST from ldap_set_option() declaration.
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-04-30 Hallvard FurusethFix typo EEE -> EE in LDAP_API_FEATURE_X_OPENLDAP_REEEN...
1999-04-30 Hallvard FurusethFix typo LDAP_END_SEQORSET -> LBER_END_SEQORSET
1999-04-30 Hallvard FurusethRemove superfluous \ at end of lines outside macros...
1999-04-30 Hallvard Furusethenclose macro arguments in ()
1999-04-27 Kurt ZeilengaLint removal: signed i < unsigned j
1999-04-27 Kurt ZeilengaClean up valid flag: _VALUE -> _VALID.
1999-04-19 Julio Sánchez Fern... Move declaration of st
1999-04-17 Kurt ZeilengaWrap stat() st_blksize use behind HAVE_ST_BLKSIZE
1999-04-14 Gary Williamsadjust project settings
1999-04-06 Kurt ZeilengaAdd ldap_pvt_thread_destory() to un-ldap_pvt_thread_ini...
1999-04-06 Kurt ZeilengaDon't hide the unlock fix behind SLAP_CLEANUP...
1999-04-06 Hallvard Furusethifdef SLAP_CLEANUP: close db files, free memory, some...
1999-04-04 Hallvard FurusethPlug memory leak in avl_free()
1999-04-04 Hallvard FurusethPlug a few memory leaks
1999-04-03 Hallvard FurusethAdd missing \n's in Debug statements
1999-04-02 Gary Williamsput single and multi-threaded output in different direc...
1999-04-01 Gary Williamscreate single-thread configurations
1999-04-01 Kurt ZeilengaUpdates for NT4 (MSVC5++).
1999-04-01 Gary WilliamsNT port
1999-04-01 Gary WilliamsNT port
1999-04-01 Gary Williamsupdate project settings
1999-04-01 Gary WilliamsNT port
1999-03-30 Juan GomezMDBM Support added.
1999-03-29 Kurt SpanierFix ldbmcat crash problem: first use the key before...
1999-03-29 Kurt Zeilengaadd wait macros. add LDAP_SIGCHLD. and other misc...
1999-03-29 Kurt ZeilengaAdd ioctl_t for arg type (Unix requires 'int', Winsock...
1999-03-29 Kurt ZeilengaRework ac/socket.h for HAVE_WINSOCK:
next