]> git.sur5r.net Git - openldap/history - libraries/liblber/encode.c
Happy New Year (belated)
[openldap] / libraries / liblber / encode.c
2008-01-08 Kurt ZeilengaHappy New Year (belated)
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-25 Howard ChuUse AC_MEMCPY
2007-03-20 Howard ChuAdd DER OID encoder/decoder
2007-01-02 Kurt Zeilengahappy new year
2006-01-03 Kurt ZeilengaHappy new year!
2005-09-13 Howard ChuSimplify array operations
2005-01-01 Kurt ZeilengaHappy New Year!
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-06-30 Kurt Zeilengacleanup
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-10 Howard ChuMore malloc context tweaks
2003-01-03 Kurt ZeilengaHappy new year
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-04-11 Howard ChuITS#1732 signed/unsigned fixes
2002-02-13 Kurt ZeilengaFix for Linux on zSeries.
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-05 Kurt Zeilengastruct * are not to be const'ified
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-03 Kurt ZeilengaQuick fix for NULL sos
2002-01-02 Howard ChuAdded 'W' fmt char for BVarrays
2001-07-21 Kurt ZeilengaMake some additional UTF8 public
2001-01-17 Gary Williamsnew logging
2000-10-11 Kurt ZeilengaRemove max buffer constraint!
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
2000-06-24 Kurt ZeilengaAdded -llber 'N' ber_printf format which inserts a...
2000-06-05 Kurt Zeilengaremove old STR_TRANSLATION feature. The use of this...
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-03 Kurt ZeilengaUse (unsigned char) -1 instead of 0xffU.
2000-03-15 Kurt ZeilengaITS#479 fix: ber_put_seqorset() writes a few bytes...
1999-12-13 Kurt ZeilengaRemove lint
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-26 Kurt ZeilengaRemove LBER_{TAG,INT,LEN}_{NTOH,HTON} macros. Rewrite...
1999-11-08 Kurt Zeilenga*** empty log message ***
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-08-24 Kurt ZeilengaAxe <varargs.h> support. Assume STDC C translator...
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-06-28 Kurt Zeilengamodify ber_put_berval to put NULL ostring when bv ...
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-06-03 Kurt ZeilengaEnable browsing info in MSVC debugging configurations.
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-05-29 Kurt ZeilengaAdd LBER_ and LDAP_ memory allocators/deallocators...
1999-05-28 Kurt ZeilengaChanged lc_conn to be a pointer to a BerElement to...
1999-05-19 Kurt ZeilengaRemoved lint.
1999-05-19 Kurt ZeilengaAdd UL to LBER tags.
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-03-03 Hallvard Furusethfunction pointers are incompatible with `void *'; remov...
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
1998-12-28 Kurt ZeilengaMinor update to copyright (forgot 'portions')
1998-12-28 Kurt ZeilengaAdd simple copyright notice
1998-12-22 Kurt ZeilengaAdded lber_get/set_option. Removed lber_debug/ldap_debug.
1998-11-06 Kurt ZeilengaUpdated MSVC5 workspaces and projects.
1998-11-04 Kurt Zeilengastruct ldap is now opaque to clients.
1998-10-26 Kurt Zeilengaupdate ldap/lber headers towards ldapext-ldap-c-api-01
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-24 Kurt Zeilengaremove some lint...
1998-10-22 Kurt Zeilengaclean up includes
1998-10-20 Kurt ZeilengaHTONL -> AC_HTONL
1998-10-20 Kurt ZeilengaVC++ Port: round 1
1998-09-25 Kurt ZeilengaEverything compiles.... but tests fail...
1998-08-17 Kurt ZeilengaMerge from LAMBERT branch
1998-08-14 Kurt ZeilengaAdded patch to support LWP under SunOS 5.6
1998-08-09 Kurt ZeilengaMerged LDAPworldCurrent (P1-10,13,15,16,19-22)
1998-08-09 Kurt Zeilengaapply FreeBSD changes to main branch
1998-08-09 Kurt ZeilengaImport of FreeBSD LDAP 3.3 Port FreeBSD FreeBSD_3_3
1998-08-09 Kurt ZeilengaInitial revision