]> git.sur5r.net Git - openldap/shortlog
openldap
1999-03-08 Hallvard FurusethAlign with code changes in liblber/libldap:
1999-03-07 Juan GomezAdded software to add the new rdn as an attribute to...
1999-03-07 Juan GomezFixed typo in
1999-03-07 Kurt ZeilengaRelocate reentrant checks to before thread checks.
1999-03-07 Kurt ZeilengaRelocate reentrant function checks to before thread...
1999-03-06 Kurt ZeilengaUpdate error message for pthread_create() works failure.
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 FurusethRemove unused variables
1999-03-06 Hallvard Furusethinclude ldap_pvt_thread.h, to verify func declarations...
1999-03-06 Hallvard Furusethinclude <stdlib.h> to get atoi()
1999-03-06 Hallvard Furusethprintf(%ld, pid) -> printf(%ld, (long)pid)
1999-03-06 Hallvard FurusethRemove a few typos in comments
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 Juan GomezImplemented newSuperior handling.
1999-03-05 Kurt ZeilengaFix typo in configure.in with gethostbyname_r_nargs
1999-03-05 Kurt Spanier1. Fix of ldbmcat segmentation fault bug (ITS#85 and...
1999-03-05 Kurt SpanierMake dbEnv a private toy of back-bdb2.
1999-03-05 Juan GomezAdded parameter newSuperior in preparation to support
1999-03-05 Juan GomezAdded parsing of newSuperior field for requests that
1999-03-05 Juan GomezRename
1999-03-05 Juan GomezRenamed
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 Kurt ZeilengaAdd mail500.m4 to source. Can be used to support sendmail
1999-03-04 Hallvard FurusethProtoize cnvt_str2int()
1999-03-04 Hallvard FurusethShut up gcc -Wparentheses
1999-03-04 Hallvard FurusethPrint entry ID with format %ld, not %d
1999-03-04 Hallvard FurusethPrint tag with format %lu, not %d
1999-03-04 Hallvard FurusethUse HAVE_STDARG to choose between stdarg and varargs...
1999-03-04 Hallvard FurusethK&R varargs branch of ldap_log_printf() was bogus
1999-03-04 Kurt ZeilengaAdd comment concerning use of vendor 'cc' with empty...
1999-03-04 Juan GomezAdded the functions ldap_rename2() and ldap_rename2_s...
1999-03-04 Juan GomezAdded prototypes for ldap_rename2() and ldap_rename2_s...
1999-03-04 Juan GomezAdded client-side support for MODDN request by adding...
1999-03-04 Juan GomezAdded prototypes for rdn_attr_type() and rdn_attr_value...
1999-03-04 Juan GomezAdded get_next_substring(), rdn_attr_type(), and rdn_at...
1999-03-03 Kurt ZeilengaApply Hallvard's D4 pthread detection patch.
1999-03-03 Juan GomezMade add_values(), delete_values(), and replace_values...
1999-03-03 Juan GomezAdded LDAP_TAG_NEWSUPERIOR tag and a brief description...
1999-03-03 Juan GomezMade add_values(), delete_values(), and replace_values...
1999-03-03 Juan GomezMade add_values(), delete_values(), replace_values...
1999-03-03 Kurt ZeilengaIf rsaref is needed, add it to TLS_LIBS.
1999-03-03 Hallvard FurusethDon't choke if gethostby{name,addr}_r's number of argum...
1999-03-03 Kurt ZeilengaAdd first cut of ctime_r return type test.
1999-03-03 Kurt ZeilengaAdd 'tests' target.
1999-03-03 Hallvard FurusethPosix Draft 4 (HAVE_PTHREADS_D4) fixes:
1999-03-03 Hallvard Furusethfunction pointers are incompatible with `void *'; remov...
1999-03-03 Hallvard FurusethBugs with !HAVE_PTHREAD_KILL: include errno.h. Typo...
1999-03-03 Hallvard FurusethCorrect typo ldap_count_reference -> ldap_count_references
1999-03-03 Hallvard Furusethinclude <stdlib.h> to get malloc & co
1999-03-03 Hallvard Furusethcast printf(%ld) argument from pid_t to long
1999-03-03 Hallvard Furusethreplace integer argument NULL with 0
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 Hallvard Furusethfunction pointers are incompatible with `void *'; remov...
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.
1999-03-03 Hallvard FurusethDeclare lber_pvt_sb_* functions from io.c in lber-int.h
1999-03-03 Hallvard FurusethBack out previous change; it was an accidental commit
1999-03-03 Hallvard FurusethDeclare lber_pvt_sb_* functions from io.c in lber-int.h
1999-03-02 Kurt ZeilengaAdd protect against new connection descriptor being...
1999-03-02 Kurt ZeilengaApply ldbm bind() change to bdb2 code.
1999-03-02 Kurt ZeilengaFix new man.mk to create tmp pages in object directory...
1999-03-02 Bart HartgersThe new&improved Sockbuf. This adds the infrastructure...
1999-03-02 Bart HartgersAnnoying little son of a `free' BUG fixed.
1999-03-02 Kurt ZeilengaExtend TLS/SSL detection for use RSAref if necessary.
1999-03-02 Kurt ZeilengaFix make clean/veryclean
1999-03-02 Kurt ZeilengaFix typo in previous commit.
1999-03-02 Kurt ZeilengaReplace IFP() with appropriate full prototypes:
1999-03-01 Kurt ZeilengaUpdate NT port with support for -lldap_r and -lldbm.
1999-03-01 Kurt ZeilengaUse ldap_memfree() instead of free().
1999-03-01 Kurt ZeilengaFix HAVE_WINSOCK for winsock32.lib
1999-03-01 Kurt ZeilengaUpdate libpath.
1999-03-01 Kurt ZeilengaFix minor memory leak and remove redundant be_isroot_pw...
1999-03-01 Kurt ZeilengaRebuild autoconf/autoheader generated files after TLS...
1999-03-01 Kurt SpanierIntroduction of first version of transaction processing...
1999-02-28 Ben CollinsSyntax error on install, mistakenly commited before...
1999-02-28 Ben CollinsFixed a small mistake in the last commit, as well as...
1999-02-28 Ben CollinsAdded verclean-local-srv since veryclean was not being...
1999-02-28 Ben CollinsMoved man page generation to the build cycle instead...
1999-02-28 Ben CollinsChanged general debug levels too LDAP_DEBUG_SHELL
1999-02-25 Bart HartgersPatch to support to determine the number of args of the
1999-02-23 Hallvard FurusethFix previous change to strtok_quote
1999-02-23 Hallvard FurusethMake strtok_quote treat the character following \ as...
1999-02-23 Ben CollinsChanged LDA_DEBUG_ statements to more appropriate ones
1999-02-22 Hallvard FurusethAdd locale support (slapd.conf keyword "locale") to...
1999-02-22 Hallvard FurusethCast `char' arguments to ctype.h functions to `unsigned...
next