]> git.sur5r.net Git - openldap/history - libraries/libldif/line64.c
ITS#2153, make sure sockbuf buffer is empty before returning (-2) from
[openldap] / libraries / libldif / line64.c
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-07 Howard ChuAvoid unnecessary strcmp's
2001-09-25 Kurt ZeilengaMinor change to last commit...
2001-09-25 Kurt ZeilengaAdditional CR/LF fixes
2001-09-25 Kurt ZeilengaITS#1328 LDIFv1 CR/LF fix
2000-10-03 Kurt ZeilengaFix add of empty value.
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
2000-06-25 Kurt ZeilengaModify ldapsearch(1) significantly. Now handles LDAPv3...
2000-05-18 Kurt ZeilengaFix nul ('\0') string termination bug introduced by...
2000-05-17 Howard ChuFix ldif_parse_line, binary attributes got truncated...
2000-05-13 Kurt ZeilengaY2k copyright update
2000-02-03 Kurt ZeilengaUse required form if value is zero length, eg "attr...
1999-12-08 Kurt ZeilengaReengineered ldappasswd(1). Uses extended operation...
1999-09-24 Kurt ZeilengaITS#302 ldif fix. Treat value with only continuation...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-03 Hallvard Furuseth<url> was used uninitialized
1999-08-22 Hallvard FurusethRemove lint
1999-08-19 Kurt ZeilengaMore CSRI malloc debugging support and destroy sockbuf...
1999-08-17 Hallvard FurusethAdd const, to fix "cast away from const" warnings
1999-08-17 Hallvard FurusethAdd missing newline at end of file
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-05 Kurt Zeilengabase64 encode userPassword
1999-08-04 Kurt ZeilengaAdd copyright notices
1999-08-03 Hallvard Furuseths/*vlenp = NULL;/*vlenp = 0;/
1999-07-31 Kurt ZeilengaAdd support for "foo:< http://localhost/path.
1999-07-31 Kurt ZeilengaRemove "const" error... and add prototype for yet unimp...
1999-07-30 Kurt ZeilengaEnhance LDIF handling
1999-07-29 Kurt ZeilengaClarify loop break. OPENLDAP_REL_ENG_2_BP
1999-07-29 Kurt ZeilengaIgnore lines that begin with "#".
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-05-30 Kurt ZeilengaInitial round 2 memory allocation changes. THIS IS...
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-03-09 Hallvard Furuseth"const"ify some static arrays, and related parameters...
1999-03-09 Kurt ZeilengaAdd LDIF_ to LINE_WIDTH
1999-02-22 Hallvard FurusethCast `char' arguments to ctype.h functions to `unsigned...
1999-01-26 Kurt ZeilengaAdd lber_pvt.h with prototypes of lber_pvt_log_print...
1998-12-22 Kurt ZeilengaAdded lber_get/set_option. Removed lber_debug/ldap_debug.
1998-12-20 Kurt Zeilengaldif'ize ldif library (ie: everything is now in the...
1998-12-14 Kurt ZeilengaMake sure that four characters, rather than only the...
1998-11-11 Hallvard FurusethFix most `wider type truncated to int' bugs on OSF1...
1998-11-04 Hallvard FurusethSome gcc -W cleanup
1998-10-26 Kurt Zeilengaupdate ldap/lber headers towards ldapext-ldap-c-api-01
1998-10-25 Kurt ZeilengaApply Ken McGarrahan's ldif padding fix.
1998-10-25 Kurt ZeilengaMore files that didn't get merged properly.
1998-10-20 Kurt ZeilengaModified NT changes to work under UNIX.
1998-10-20 Kurt ZeilengaVC++ Port: round 1
1998-08-09 Kurt ZeilengaInitial revision