- 29 Aug, 2002 1 commit
-
-
Kurt Zeilenga authored
add soc_cname to ObjectClass structure
-
- 17 Aug, 2002 1 commit
-
-
Howard Chu authored
calling from other modules
-
- 16 Aug, 2002 1 commit
-
-
Pierangelo Masarati authored
-
- 07 Aug, 2002 1 commit
-
-
Kurt Zeilenga authored
-
- 06 Aug, 2002 7 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Don't allow empty string values. Treat string values with only spaces as one space. DirectoryString needs more work (space handling needs to be done post normalization).
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
now uses bitStringNormalize().
-
Howard Chu authored
-
- 24 Jul, 2002 2 commits
-
-
Kurt Zeilenga authored
examples in RFC 2307 are treated as valid.
-
Kurt Zeilenga authored
-
- 11 Jul, 2002 1 commit
-
-
Julius Enarusai authored
Coverted LDAP_LOG macro to use subsystem ID int values instead of string values
-
- 07 Jul, 2002 1 commit
-
-
Stig Venaas authored
-
- 15 May, 2002 1 commit
-
-
Howard Chu authored
-
- 18 Apr, 2002 1 commit
-
-
Howard Chu authored
normalized LDAP DNs now. Changed dnDCEnormalize to dnX509normalize, added dnX509peerNormalize, based on new ldap_X509dn2bv() etc.
-
- 16 Apr, 2002 1 commit
-
-
Howard Chu authored
dn_openssl2ldap() and sasl_external_x509dn_convert. Fixed realm handling for foreign Kerberos realms embedded in usernames.
-
- 15 Apr, 2002 1 commit
-
-
Kurt Zeilenga authored
================ Written by Hallvard B. Furuseth and placed into the public domain. This software is not subject to any license of the University of Oslo. ================ Here are fixes for more places where the argument to ctype.h functions should be in the range of `unsigned char'. Explanation of the last patch (to schema_init.c:bvcasechr()): TOLOWER() and TOUPPER() return values in the range of `unsigned char', but bvcasechr() then compares those values with a plain `char'. So I convert the return values from TOLOWER()/TOUPPER() to `char' first. Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, April 2002.
-
- 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
-
- 04 Apr, 2002 1 commit
-
-
Stig Venaas authored
-
- 25 Mar, 2002 1 commit
-
-
Kurt Zeilenga authored
-
- 24 Mar, 2002 1 commit
-
-
Kurt Zeilenga authored
Misc cleanup NT updates
-
- 11 Mar, 2002 1 commit
-
-
Kurt Zeilenga authored
-
- 07 Mar, 2002 1 commit
-
-
Julius Enarusai authored
-
- 02 Mar, 2002 2 commits
-
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
- 27 Feb, 2002 1 commit
-
-
Stig Venaas authored
UTF8normcmp().
-
- 26 Feb, 2002 1 commit
-
-
Stig Venaas authored
this in approxMatch etc in schema_init.c
-
- 18 Feb, 2002 1 commit
-
-
Kurt Zeilenga authored
-
- 14 Feb, 2002 3 commits
-
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
- 13 Feb, 2002 1 commit
-
-
Pierangelo Masarati authored
-
- 18 Jan, 2002 1 commit
-
-
Howard Chu authored
-
- 17 Jan, 2002 2 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- 15 Jan, 2002 3 commits
-
-
Kurt Zeilenga authored
-
Howard Chu authored
-
Kurt Zeilenga authored
-