]> git.sur5r.net Git - openldap/history - libraries/liblber
Skip over unsupported tags
[openldap] / libraries / liblber /
2000-06-25 Kurt ZeilengaMove old files to the Attic
2000-06-24 Kurt ZeilengaAdded -llber 'N' ber_printf format which inserts a...
2000-06-18 Kurt ZeilengaRound one of LDAP_F() macro changes. In this round...
2000-06-14 Kurt ZeilengaMinor cleanup
2000-06-10 Kurt ZeilengaFound ber_error_print pieces which I forgot commit.
2000-06-10 Kurt ZeilengaThought I fixed these errors previously... oh well.
2000-06-10 Kurt ZeilengaMisc code cleanup.
2000-06-10 Kurt ZeilengaFix LBER_MEMORY_DEBUG failed realloc bug
2000-06-08 Kurt Zeilengaremove pointer v. int lint from ber_sockbuf_ctrl.
2000-06-05 Kurt Zeilengaremove old STR_TRANSLATION feature. The use of this...
2000-06-04 Mark ValenceClean up some NT lint.
2000-06-01 Kurt ZeilengaRemove lint
2000-06-01 Kurt ZeilengaITS#537: lber io rewrite from Gambor Gombas.
2000-05-26 Kurt ZeilengaITS#533: simplify ber_next_read
2000-05-17 Kurt ZeilengaSOCKBUF_VALID should be called with sb not ber
2000-05-14 Kurt ZeilengaForget return in last commit
2000-05-13 Kurt ZeilengaUpdate lber-encode/decode man pages
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-13 Kurt ZeilengaAdd (old) copyright... [we really should to update...
2000-05-13 Kurt Zeilengamake ntservice error to string routines static
2000-05-13 Kurt ZeilengaFix typo in last commit (fixing multiple byte tags)
2000-05-12 Howard ChuMoved GetLastErrorString to ntservice.c. I missed it...
2000-05-12 Kurt ZeilengaNo longer needs <windows.h>
2000-05-12 Kurt Zeilengant_err.c has moved from lutil to lber
2000-05-12 Howard ChuMoved nt_err from liblutil to liblber, renamed WSAGetEr...
2000-05-11 Howard ChuAdded LBER_OPT_LOG_PRINT_FILE to redirect the output...
2000-05-03 Kurt ZeilengaUse (unsigned char) -1 instead of 0xffU.
2000-04-26 Kurt ZeilengaFix typo in multbyte tag code
2000-04-25 Kurt ZeilengaApply experimental multibyte tag fix
2000-03-15 Kurt ZeilengaITS#479 fix: ber_put_seqorset() writes a few bytes...
2000-02-16 Kurt ZeilengaAdd comment concern appropriate use of LDAP_MEMORY_DEBUG
2000-02-14 Kurt ZeilengaAnother round of changes behind -DSLAPD_SCHEMA_NOT_COMPAT
2000-01-22 Kurt ZeilengaMove ldap_utf8_*() declarations from ldap-int.h to...
2000-01-08 Kurt ZeilengaInitial implementation of Kerberos password verificatio...
1999-12-22 Kurt ZeilengaITS#408: add missing LDAP_END_DECL
1999-12-17 Kurt ZeilengaAdd ber_bvstr and ber_bvstrdup string to berval allocators.
1999-12-13 Kurt ZeilengaRemove lint
1999-12-09 Kurt ZeilengaModify password code such that backend end routine...
1999-12-06 Kurt ZeilengaSet ber_errno here and there.
1999-12-06 Mark ValenceRemoved some unused vars.
1999-12-03 Kurt ZeilengaRemove lint.
1999-11-27 Howard ChuFixes for NT dynamic linking.
1999-11-26 Kurt ZeilengaRemove LBER_{TAG,INT,LEN}_{NTOH,HTON} macros. Rewrite...
1999-11-25 Kurt ZeilengaUse 'long' for LBER_INT_T.
1999-11-25 Kurt ZeilengaDon't use 'int' for LBER_*_T types as we only have...
1999-11-08 Kurt ZeilengaBackout premature commit.
1999-11-08 Kurt Zeilenga*** empty log message ***
1999-11-01 Kurt ZeilengaChanges to support NT single debug
1999-11-01 Kurt ZeilengaUse centralized output directories.
1999-10-28 Howard ChuUse new macros from configure.in to accomodate NT/Mingw...
1999-10-28 Howard ChuFixed use of LDAP_F macro
1999-10-28 Howard ChuFix Winsock-related warning and/or bugs.
1999-10-21 Kurt ZeilengaHack to free seqorset when ber_free(ber, 1) is called.
1999-10-20 Kurt ZeilengaRemove lint caused by recent header changes.
1999-10-19 Kurt ZeilengaMinor adjustments based upon initial read of draft...
1999-09-22 Ben Collins* build/top.mk: removed references to TMPROOT and added...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-06 Hallvard FurusethCleanup: Complete renaming lber_*() to ber_*(). Fix...
1999-09-02 Hallvard FurusethCleanup:
1999-08-27 Kurt ZeilengaPlug ber leakage:
1999-08-24 Kurt ZeilengaAxe <varargs.h> support. Assume STDC C translator...
1999-08-19 Kurt ZeilengaMore CSRI malloc debugging support and destroy sockbuf...
1999-08-04 Kurt ZeilengaProvide set_nonblock code which acts upon ber_socket_t...
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-08-02 Hallvard FurusethFix bitmasks '0xhh << n' to '(masked type)0xhh << n'
1999-08-02 Hallvard FurusethRemove unsigned long: Change to ber_len_t or ber_tag_t.
1999-08-02 Hallvard FurusethFix ber_put_int_or_enum to do its bit fiddling with...
1999-08-01 Hallvard Furuseths/LDAP_CONST/const/ in ldap_pvt_asser() prototype
1999-08-01 Hallvard FurusethCast ber_read() arg to char*
1999-07-16 Hallvard FurusethPass socklen_t* instead of int* to getsockopt, accept...
1999-07-13 Julio Sánchez Fern... Deal with sb_trans_needs_read and sb_trans_needs_write
1999-07-13 Julio Sánchez Fern... Add a couple of control flags to sockbufs and macros...
1999-07-13 Hallvard Furusethconstify use of invalue in <ber/ldap>_set_option()
1999-07-13 Hallvard FurusethAdd bmu_funcp to bmu_align_u
1999-07-13 Hallvard FurusethFix use and decl of ber_pvt_assert. Fix ac/stdio...
1999-06-28 Kurt Zeilengamodify ber_put_berval to put NULL ostring when bv ...
1999-06-28 Kurt Zeilengadetect write() and use HAVE_WRITE instead of
1999-06-28 Kurt Zeilenga*** empty log message ***
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-06-15 Kurt Zeilengaassert read/write to not in use sockbufs. This may...
1999-06-10 Kurt ZeilengaDisable LDAP_MEMORY_DEBUG on NT (should not have been...
1999-06-08 Kurt ZeilengaAdd missing ';' after BER_MEM_VALID macro calls.
1999-06-08 Kurt Zeilengadon't test BER_MEM_VALID forever.
1999-06-07 Kurt ZeilengaMinor clean of assert() and comments.
1999-06-07 Kurt ZeilengaAdd and use a BER_MEM_VALID macro (behind ifdef LDAP_ME...
1999-06-07 Kurt ZeilengaHide assert(p == NULL) behind LDAP_MEMORY_DEBUG.
1999-06-03 Kurt ZeilengaEnable browsing info in MSVC debugging configurations.
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-06-02 Kurt ZeilengaAdd ber_strdup(), remove ldap_int_strdup(), add LDAP_ST...
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-01 Kurt ZeilengaMinor adjustments to the LBER_VFREE() & LDAP_VFREE...
1999-06-01 Kurt Zeilengamove berval memory routines to memory.c
1999-06-01 Kurt ZeilengaRemove LDAP_LIBUI dependency.
1999-05-31 Kurt ZeilengaClean up LDAP_BOOL_GET and fetching via ldap_get_option().
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-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...
next