]> git.sur5r.net Git - openldap/history - libraries/liblber/decode.c
Merge remote branch 'origin/mdb.master'
[openldap] / libraries / liblber / decode.c
2011-09-08 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-08 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-07 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-09-06 Howard ChuMerge branch 'mdb.master' of /home/hyc/OD/mdb
2011-09-06 Howard ChuMerge branch 'mdb.master' of /home/hyc/OD/mdb
2011-09-05 Howard ChuMerge remote branch 'mdb/mdb.master'
2011-09-05 Howard ChuMerge remote branch 'mdb/mdb.master'
2011-09-01 Howard ChuMerge remote branch 'mdb4/master'
2011-01-05 Kurt ZeilengaHappy New Year
2010-04-13 Kurt Zeilengahappy belated New Year
2009-11-04 Hallvard FurusethMore ITS#6353 - relent a bit: accept terminating NUL...
2009-10-28 Hallvard FurusethFor ITS#6353: Catch embedded NULs in BerValues converte...
2009-08-12 Hallvard FurusethITS#6215 cleanup: Export ber_skip_element() to compleme...
2009-08-07 Hallvard FurusethMore ITS#6215: Catch malformed elements in ber_get_stri...
2009-08-07 Hallvard FurusethMore ITS#6215: Define and use ber_tag_and_rest() and...
2009-08-07 Hallvard FurusethMore ITS#6215: Fix wrong fix in rev 1.121
2009-08-04 Hallvard FurusethSimplify struct bgbvr and ber_get_stringbvl(), preservi...
2009-07-29 Hallvard FurusethMore ITS#6215: Fix va_arg integer types for ber_scanf...
2009-07-29 Hallvard FurusethMore ITS#6215: Fix ber_scanf(,"mMvVW",) cleanup on...
2009-07-29 Hallvard FurusethMore ITS#6215: Free data to the memory context used...
2009-07-29 Hallvard FurusethMore ITS#6215:
2009-07-29 Hallvard FurusethRemove useless asserts that will be re-assert()ed befor...
2009-02-10 Howard ChuRevert prev commit
2009-02-10 Pierangelo Masaratipartially addresses an issue with ITS#5931
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-08-06 Hallvard Furusethber_decode_oid(): Fix typo in comment
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-10-18 Howard ChuCleanup debug calls
2007-08-24 Howard ChuITS#5105 from Alexey Melnikov @ isode
2007-07-23 Hallvard FurusethITS#5010: OID encode/decode fixes and paranoia. #define...
2007-04-04 Hallvard Furusethber_decode_oid(), ber_encode_oid(): cast bv_val to...
2007-03-23 Howard ChuAdd options for ber_get_stringbv() to omit NUL-terminat...
2007-03-20 Howard ChuAdd DER OID encoder/decoder
2007-01-02 Kurt Zeilengahappy new year
2006-02-14 Kurt Zeilengaunifdef -DLDAP_NULL_IS_NULL
2006-01-03 Kurt ZeilengaHappy new year!
2005-11-12 Pierangelo Masaratidon't malloc empty strings for matched, error
2005-01-01 Kurt ZeilengaHappy New Year!
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-01-01 Kurt ZeilengaHappy new year
2003-11-26 Kurt Zeilengaacknowledgements and notices
2003-11-25 Kurt ZeilengaNotice updates
2003-07-08 Kurt Zeilengacode cleanup
2003-05-02 Hallvard FurusethFix assignment of <char/int>* to unsigned <char/int...
2003-04-24 Howard ChuITS#2458 fix array decoding
2003-04-09 Howard ChuExtended API for ber_mem functions, add context argument.
2003-03-12 Howard ChuAdd comment to previous
2003-03-12 Howard ChuITS#2365 - preserve internal ber_tag as well as ber_ptr...
2003-03-04 Pierangelo Masaratisilence warning
2003-03-03 Howard ChuReplace recursive get_stringbvr with iterative get_stri...
2003-01-23 Howard ChuFix ITS#2280, reject sequences with invalid lengths
2003-01-19 Hallvard FurusethRemove pointless `unsigned < 0' test.
2003-01-03 Kurt ZeilengaHappy new year
2002-11-28 Kurt Zeilengaproxy authz control (client only)
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-12 Howard ChuFix struct initialization in ber_scanf() for ANSI C...
2002-01-07 Kurt ZeilengaRemove lint.
2002-01-06 Howard ChuChanged 'w' format character to 'M': 'm' and 'M' for...
2002-01-06 Howard ChuAdded doalloc flag to ber_get_stringbv. Added 'm' type...
2002-01-06 Howard ChuCleanup lint in previous commit
2002-01-06 Howard ChuPrep for in-place parsing. Cache a ber_tag byte.
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-03 Kurt ZeilengaRemove lint.
2002-01-03 Howard ChuOne more hack to ber_get_stringbvr for do_search
2002-01-03 Howard ChuFix previous commit
2002-01-03 Howard ChuCleanup, added some explanation/comments
2002-01-03 Howard ChuSafety checks for bvec's in previous patch
2002-01-03 Howard ChuNew ber_get_stringbvr recursively decodes a vector...
2002-01-02 Kurt ZeilengaRework filter code
2002-01-02 Howard ChuAdded 'W' fmt char for BVarrays
2001-12-31 Howard ChuAdded ber_get_stringbv
2001-12-17 Howard Chufrom jon@symas.com - misc Windows cleanup
2001-12-09 Kurt ZeilengaRemove lint and misc MSVC updates
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-07-21 Kurt ZeilengaMake some additional UTF8 public
2001-05-06 Kurt ZeilengaAdd a bit of hardening
2001-01-17 Gary Williamsnew logging
2000-10-25 Gary Williamstry new logging routines (behind NEW_LOGGING)
2000-10-12 Gary Williamsupdate logging
2000-10-12 Gary Williamsfirst try at logging improvements
2000-10-11 Kurt ZeilengaRemove max buffer constraint!
2000-10-02 Kurt ZeilengaRework stringal decode to return { NULL, 0 } bv's inste...
2000-07-26 Kurt ZeilengaRevert ber_peek_tag to older, more efficient implementa...
2000-06-05 Kurt Zeilengaremove old STR_TRANSLATION feature. The use of this...
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 ZeilengaFix typo in last commit (fixing multiple byte tags)
2000-04-26 Kurt ZeilengaFix typo in multbyte tag code
2000-04-25 Kurt ZeilengaApply experimental multibyte tag fix
1999-12-13 Kurt ZeilengaRemove lint
1999-12-09 Kurt ZeilengaModify password code such that backend end routine...
1999-11-26 Kurt ZeilengaRemove LBER_{TAG,INT,LEN}_{NTOH,HTON} macros. Rewrite...
1999-11-08 Kurt ZeilengaBackout premature commit.
1999-11-08 Kurt Zeilenga*** empty log message ***
1999-10-19 Kurt ZeilengaMinor adjustments based upon initial read of draft...
next