]> git.sur5r.net Git - openldap/history - libraries/liblber
Made LDAP_UTF8_CHARLEN/ldap_utf8_charlen table-driven.
[openldap] / libraries / liblber /
2001-12-26 Howard ChuAdd optional len to ber_str2bv
2001-12-26 Howard ChuChanged ber_bvdup to ber_dupbv with destination provided
2001-12-26 Howard ChuMerged ber_bvstr and ber_bvstrdup into ber_str2bv.
2001-12-19 Kurt ZeilengaRemove srchpref and disptmpl stuff.
2001-12-19 Kurt Zeilengaconst'ify and remove lint
2001-12-17 Howard Chufrom jon@symas.com - misc Windows cleanup
2001-12-09 Kurt ZeilengaRemove lint and misc MSVC updates
2001-12-07 Howard ChuNT updates from jon@symas.com.
2001-12-04 Kurt ZeilengaRemove lint
2001-12-04 Kurt ZeilengaSlight memfree cleanup
2001-11-04 Kurt ZeilengaFix typo in last commit
2001-11-03 Kurt ZeilengaFix realloc bug (ITS#1410)
2001-10-20 Pierangelo Masaratifixes ITS#1398
2001-10-18 Pierangelo Masaratiskeleton of ldap_str2nd/dn2str; works with most of...
2001-09-28 Howard ChuResurrection/rewrite of CLDAP (RFC1798 Connectionless...
2001-09-22 Kurt ZeilengaFix an off by one bug which could cause a realloced...
2001-09-21 Howard ChuCheck debug level before invoking debug routine, slight...
2001-07-21 Kurt ZeilengaMake some additional UTF8 public
2001-05-12 Kurt ZeilengaRegen
2001-05-07 Kurt ZeilengaMinor redef
2001-05-07 Kurt ZeilengaMisc cleanup
2001-05-06 Kurt ZeilengaAdd a bit of hardening
2001-05-04 Kurt Zeilengareimplementation of sb_max_incoming
2001-05-03 Kurt Zeilengadetect and use fcntl (for BSD/OS)
2001-05-03 Kurt ZeilengaITS#133
2001-01-17 Gary Williamsnew logging
2000-11-29 Kurt ZeilengaClean up
2000-10-25 Gary Williamsadd new logging macros/defs (behind NEW_LOGGING)
2000-10-25 Gary Williamstry new logging routines (behind NEW_LOGGING)
2000-10-25 Gary Williamsadd new ber dump routine (behind NEW_LOGGING)
2000-10-18 Kurt Zeilengaminor cleanup
2000-10-14 Kurt ZeilengaFix typo
2000-10-13 Gary Williamsadd typedef for log function that was in lber.h
2000-10-12 Gary Williamsupdate logging
2000-10-12 Gary Williamsslight change to macro
2000-10-12 Gary Williamsfirst try at logging improvements
2000-10-11 Kurt ZeilengaRemove max buffer constraint!
2000-10-02 Kurt ZeilengaInitialize globals as some linkers don't support shared...
2000-10-02 Kurt ZeilengaRework stringal decode to return { NULL, 0 } bv's inste...
2000-10-01 Kurt ZeilengaDon't specify LDFLAGS when using LTLINK to avoid duplicate
2000-09-22 Kurt ZeilengaCode cleanup
2000-09-16 Kurt ZeilengaValidate ber on get/set option calls
2000-09-15 Kurt ZeilengaAnother minor ber_dump output format change
2000-09-15 Kurt ZeilengaMinor format adjust to ber_dump output
2000-09-15 Kurt Zeilengaconsistently use ber_pvt_ber_*() routines
2000-09-15 Ben Collinswrap unused function, ber_log_puts(), in #if 0
2000-09-14 Kurt ZeilengaRework ber dump to provide both hex and text output
2000-08-18 Kurt ZeilengaRemove CLDAP cruft
2000-08-15 Kurt Zeilengaber_bvstr() shouldn't play games with input string.
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
2000-07-28 Kurt ZeilengaWorking SASL security layers!
2000-07-26 Kurt ZeilengaRevert ber_peek_tag to older, more efficient implementa...
2000-07-21 Kurt ZeilengaRemove lint
2000-07-21 Kurt ZeilengaRemove unnecessary forward declaration
2000-07-20 Kurt Zeilengabit fields should be explicitly unsigned (unless space...
2000-07-06 Kurt ZeilengaRework <ac/errno.h> to provide a STRERROR. Prefers...
2000-07-04 Kurt ZeilengaAdd Steve Sonntag's (Novell) memory debugging extensions
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...
next