]> git.sur5r.net Git - openldap/history - libraries
Correct minor oversights from last commit.
[openldap] / libraries /
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:
1999-03-29 Kurt ZeilengaMisc header cleanup
1999-03-28 Kurt ZeilengaAll implementations of lutil_lockf (aka ldap_lockf...
1999-03-28 Kurt ZeilengaUpdate lutil_lockf (aka: ldap_lockf) to hide implementa...
1999-03-28 Ben CollinsIf we are using lutil_lock functions then define NEED_S...
1999-03-27 Hallvard FurusethROTATE<LEFT/RIGHT> error messages to stderr, not stdout
1999-03-26 Kurt ZeilengaUpdate locking codes.
1999-03-25 Kurt Zeilengaclose ldap.conf after reading it.
1999-03-20 Kurt ZeilengaProvide global assert solution. <ac/assert.h> (new...
1999-03-13 Hallvard FurusethParameters in front of va_alist are unportable; use...
1999-03-13 Hallvard FurusethAdd missing newline at end of file
1999-03-13 Ben CollinsAdded lockf.o to list of OBJS and lockf.c to list of...
1999-03-13 Ben CollinsCheck that FIONBIO is defined, also add defined(__BEOS_...
1999-03-13 Ben CollinsFunctions for using fcntl to lock/unlock files in case...
1999-03-13 Ben CollinsAdded check for getpass() as well as adding it to the...
1999-03-09 Hallvard Furuseth"const"ify some static arrays, and related parameters...
1999-03-09 Hallvard FurusethBugfix: Move handling of boolean options in front of...
1999-03-09 Hallvard FurusethReplace (int)LDAP_BOOL_GET(...) with LDAP_BOOL_GET...
1999-03-09 Kurt ZeilengaAdd LDIF_ to LINE_WIDTH
1999-03-08 Kurt ZeilengaDon't install CFFILES in ldap_r.
1999-03-06 Hallvard FurusethPut the ATTR_BOOL option numbers in attrs.offset instea...
1999-03-06 Kurt ZeilengaChange (int) invalue == (int) LDAP_OPT_ON to invalue...
1999-03-06 Hallvard FurusethMake block non-static and properly aligned
1999-03-06 Hallvard FurusethRemove unused variables
1999-03-06 Kurt Zeilengadefined USE_NONBLOCK for now... need to implement confi...
next