]> git.sur5r.net Git - openldap/history - libraries/libldap/schema.c
Update copyright for next release
[openldap] / libraries / libldap / schema.c
2009-01-22 Kurt ZeilengaUpdate copyright for next release
2008-04-15 Quanah Gibson-MountITS#5458
2008-04-10 Howard ChuITS#5458 fix error message for missing closing paren
2008-02-12 Kurt ZeilengaHappy new year! (belated)
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-02-13 Kurt ZeilengaQuick merge: everything from HEAD
2007-01-02 Kurt Zeilengahappy new year
2006-10-28 Kurt ZeilengaMore ldapbis cleanup
2006-03-31 Howard Chucleanup dead code
2006-03-31 Howard Chuplug leaks
2006-01-03 Kurt ZeilengaHappy new year!
2005-11-07 Pierangelo Masaratidon't allow '{' in TK_BAREWORD (ITS#4116)
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-19 Pierangelo Masaratiplug yet another one-time leak
2005-08-18 Pierangelo Masaratiallow oidmacros in syntax (e.g. AD)
2005-08-18 Pierangelo Masaraticlear code before calling functions that may modify it
2005-08-18 Pierangelo Masaratilittle bit easier to track from inside gdb...
2005-07-17 Hallvard FurusethRemove unused type: struct token
2005-07-15 Pierangelo Masaratibe liberal: accept empty oid lists
2005-01-01 Kurt ZeilengaHappy New Year!
2004-09-18 Kurt Zeilengas/strcmp/strcasecmp/
2004-04-08 Howard ChuITS#2920 allow oid macro in ditcontentrule
2004-04-07 Kurt ZeilengaITS#3065: fix vector handling to ensure its free()able
2004-01-01 Kurt ZeilengaHappy new year
2003-11-26 Kurt ZeilengaUpdated notices and acknowledgements
2003-04-06 Kurt Zeilengamark a few translatable strings
2003-01-03 Kurt ZeilengaHappy new year
2002-11-10 Pierangelo Masaratisilence warnings
2002-10-23 Howard ChuFix comment garbled in 2.1.6. (Very weird, how did...
2002-10-13 Kurt Zeilengafirst cut at ditStructureRule and nameForm routines
2002-10-09 Kurt ZeilengaAdd ditContentRule routines
2002-07-23 Kurt ZeilengaMisc sprintf/snprintf cleanup
2002-04-11 Howard ChuITS#1732 signed/unsigned fixes
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuRenamed parse_numericoid to ldap_int_parse_numericoid...
2001-12-31 Howard ChuMinor cleanup
2001-12-30 Howard ChuMore str2rdn tweaks
2001-12-26 Howard ChuAdded ldap_xxx2bv schema functions
2001-12-19 Kurt Zeilengamisc cleanup
2001-10-18 Pierangelo Masaratiskeleton of ldap_str2nd/dn2str; works with most of...
2001-09-18 Howard ChuFix for ITS#1258 - even if we're accepting various...
2001-09-18 Howard ChuFix previous patch, didn't take handle syntax/noidlen...
2001-09-18 Howard ChuFix ITS#1213, OID macro parsing in attributetypes
2001-04-12 Kurt ZeilengaFix off by one bug
2001-01-22 Kurt ZeilengaDefault objectClass kind should be STRUCTURAL
2000-10-23 Julio Sánchez Fern... A little bit of Matching Rule Use.
2000-07-22 Kurt ZeilengaExpose ldap_create_control
2000-07-21 Kurt ZeilengaPlug leak of syn_names
2000-06-29 Kurt ZeilengaAvoid locale specific ctype routines.
2000-06-07 Kurt ZeilengaUse LDAP_VFREE and friends. Other misc code cleanup.
2000-05-28 Julio Sánchez Fern... Let the caller decide how liberal the schema parsing...
2000-05-22 Julio Sánchez Fern... Added extensions to syntaxes, matching rules and object...
2000-05-22 Kurt ZeilengaRemove lint
2000-05-21 Julio Sánchez Fern... Parsing and printing of extensions in schema definitions.
2000-05-13 Kurt ZeilengaY2k copyright update
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-04 Hallvard FurusethSome constification & lint removal
1999-09-02 Hallvard FurusethCleanup:
1999-08-16 Hallvard FurusethAdd ldap_*2name() in <include,libldap>/schema, use...
1999-07-07 Kurt ZeilengaMinor editorial change.
1999-07-02 Julio Sánchez Fern... Removed numerous memory leaks detected by Mark Meredith.
1999-06-21 Julio Sánchez Fern... Tokenization is not really well done. This is a tempor...
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-06-16 Julio Sánchez Fern... Make sure print_numericoid always returns with a value.
1999-06-14 Julio Sánchez Fern... Matching rules.
1999-06-14 Julio Sánchez Fern... Constification.
1999-06-14 Julio Sánchez Fern... Netscape DS quotes the SYNTAX values, we propagate...
1999-06-13 Julio Sánchez Fern... ldap_*_free routines are new and replace the old static...
1999-06-09 Julio Sánchez Fern... Fixed inconsistent management of white space that was...
1999-06-08 Julio Sánchez Fern... Added whitespace in output in a few places.
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-01 Kurt ZeilengaClean up memory handlers. Share vector free routines...
1999-05-31 Julio Sánchez Fern... Syntaxes.
1999-05-31 Julio Sánchez Fern... Cosmetic/spelling fixes.
1999-05-30 Julio Sánchez Fern... Relax some rules to survive Netscape DS brokennes,...
1999-05-29 Kurt Zeilengasafe_free_string() should be static
1999-05-29 Julio Sánchez Fern... Fixed parsing of noidlen
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-28 Julio Sánchez Fern... safe_string_free was freeing the string value, so we...
1999-05-27 Julio Sánchez Fern... Incorporate #define's per Kurt's suggestion
1999-05-26 Julio Sánchez Fern... Provide human-readable syntax errors.
1999-05-26 Julio Sánchez Fern... Fix namespace contamination, some comments added.
1999-05-24 Julio Sánchez Fern... Untested support for parsing attribute type definitions
1999-05-24 Julio Sánchez Fern... Initial incomplete and broken version.