- 22 Dec, 2010 1 commit
-
-
Quanah Gibson-Mount authored
-
- 13 Apr, 2010 1 commit
-
-
Kurt Zeilenga authored
-
- 22 Jan, 2009 1 commit
-
-
Kurt Zeilenga authored
-
- 12 Feb, 2008 1 commit
-
-
Kurt Zeilenga authored
-
- 08 Jan, 2008 1 commit
-
-
Kurt Zeilenga authored
-
- 02 Jan, 2007 1 commit
-
-
Kurt Zeilenga authored
-
- 03 Jan, 2006 1 commit
-
-
Kurt Zeilenga authored
-
- 19 Aug, 2005 1 commit
-
-
Pierangelo Masarati authored
-
- 01 Jan, 2005 1 commit
-
-
Kurt Zeilenga authored
-
- 01 Jan, 2004 1 commit
-
-
Kurt Zeilenga authored
-
- 26 Nov, 2003 1 commit
-
-
Kurt Zeilenga authored
-
- 11 Apr, 2003 1 commit
-
-
Howard Chu authored
-
- 03 Jan, 2003 1 commit
-
-
Kurt Zeilenga authored
-
- 17 Aug, 2002 1 commit
-
-
Kurt Zeilenga authored
-
- 26 Jul, 2002 1 commit
-
-
Howard Chu authored
-
- 08 Apr, 2002 1 commit
-
-
Pierangelo Masarati authored
ITS#1677 - cast away const warnings ITS#1678 - unsigned char args to ctype funcs ITS#1682 - don't redefine ldap_debug ITS#1683 - uninitialized vars ITS#1703 - ldo_debug initialization ITS#1705 - unsigned testing ITS#1706 - socklen_t args ITS#1719 - back-tcl update (other cleanups/fixes/improvements; yet untested) ITS#1724 - integerNormalize/integerFilter/integerIndexer bugs ITS#1725 - libdes not required Implement back-null (/dev/null style backend) Cleanup some misc warnings ("%lu" format, unused/uninitialized vars, ambiguous operator precedence) Kurt, please regenerate configure
-
- 08 Feb, 2002 1 commit
-
-
Howard Chu authored
-
- 14 Jan, 2002 2 commits
-
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
- 07 Jan, 2002 1 commit
-
-
Pierangelo Masarati authored
fix non-printable flag detection; improve dn test (passes all but last in http://www.openldap.org/ietf/ldapbis/dn.txt)
-
- 04 Jan, 2002 1 commit
-
-
Kurt Zeilenga authored
-
- 30 Dec, 2001 1 commit
-
-
Howard Chu authored
-
- 28 Dec, 2001 1 commit
-
-
Kurt Zeilenga authored
Misc cleanup of other tests. Add *.dsp files for tests
-
- 24 Dec, 2001 1 commit
-
-
Kurt Zeilenga authored
-
- 23 Dec, 2001 1 commit
-
-
Kurt Zeilenga authored
don't expose symbols of ava helper routines
-
- 18 Dec, 2001 1 commit
-
-
Kurt Zeilenga authored
-
- 06 Dec, 2001 1 commit
-
-
Pierangelo Masarati authored
liberally accept many LDAPv2/LDAPv3 stuff in DN (quoted parts, ';' as rdn separator and so); enforce exact case match of normalized dn in dnMatch (let's see what happens ...); fix a ldapava_free_rdn bug
-
- 04 Dec, 2001 1 commit
-
-
Pierangelo Masarati authored
reimplement dn_validate/normalize/(match) using the ldap_str2dn/dn2str stuff; need to #define USE_LDAP_DN_PARSING
-
- 12 Nov, 2001 1 commit
-
-
Pierangelo Masarati authored
-
- 30 Oct, 2001 1 commit
-
-
Pierangelo Masarati authored
moved rdn parsing in a dedicated routine, ldap_str2rdn(), that can be used directly; now ldap_rdn2str() handles all the formats
-
- 29 Oct, 2001 1 commit
-
-
Pierangelo Masarati authored
may need optimization; uncomment #define USE_LDAP_DN_PARSING in libraries/libldap/getdn.c to enable its use. The ava/rdn/dn handling routines (append, insert, free and so) must be made available thru declaration in some header.
-
- 26 Oct, 2001 1 commit
-
-
Pierangelo Masarati authored
enhanced dn parsing; see libraries/libldap/dntest for a 'demo'. Need to define USE_LDAP_DN_PARSING to override usual ldap_dn2ufn and so, and PARSE_UTF8 to parse attribute values as utf-8
-
- 18 Oct, 2001 1 commit
-
-
Pierangelo Masarati authored
skeleton of ldap_str2nd/dn2str; works with most of the simple cases, but there's much to do with unicode, I think
-