]> git.sur5r.net Git - openldap/history - libraries
Use memcmp not strncmp for non-string comparisons.
[openldap] / libraries /
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...
1999-03-06 Hallvard Furusethinclude ldap_pvt_thread.h, to verify func declarations...
1999-03-06 Hallvard FurusethFix typo .size -> .dsize in ldbm_datum_free()
1999-03-06 Hallvard FurusethObey CTIME_R_RETURNS_INT
1999-03-06 Ben CollinsMoved 'key.flags = 0;' inside of DB2 defines, it isn...
1999-03-06 Kurt ZeilengaMove lber_get/set_option stuff to a private structure.
1999-03-06 Kurt ZeilengaMSVC5 cleanup...
1999-03-05 Kurt Spanier1. Fix of ldbmcat segmentation fault bug (ITS#85 and...
1999-03-05 Hallvard FurusethRemove spurious backslash-newlines
1999-03-05 Hallvard FurusethChange LDAP.ld_lberoptions to `short', to realign with...
1999-03-05 Hallvard FurusethCast char* argument to hh_to_c() to Byte*
1999-03-05 Hallvard FurusethRemove LDAP_P() from prototypes with 'Byte' arguments
1999-03-04 Hallvard FurusethK&R varargs branch of ldap_log_printf() was bogus
1999-03-04 Juan GomezAdded the functions ldap_rename2() and ldap_rename2_s...
1999-03-03 Hallvard FurusethDon't choke if gethostby{name,addr}_r's number of argum...
1999-03-03 Hallvard FurusethPosix Draft 4 (HAVE_PTHREADS_D4) fixes:
1999-03-03 Hallvard FurusethBugs with !HAVE_PTHREAD_KILL: include errno.h. Typo...
1999-03-03 Hallvard Furusethcast printf(%s) argument from void* to char*
1999-03-03 Hallvard FurusethRemove untrue /*NOTREACHED*/: return 0 on EOF from...
1999-03-03 Bart HartgersAdded support in liblber and libldap for partial reads...
1999-03-03 Hallvard Furusethfunction pointers are incompatible with `void *'; remov...
1999-03-03 Hallvard Furusethfunction pointers are incompatible with `void *'; remov...
1999-03-03 Hallvard Furusethinclude lber-int.h to get lber_pvt_* declarations
1999-03-03 Hallvard Furusethber_scanf returns LBER_ERROR, not -1, on failure.
next