- Dec 26, 2001
-
-
Howard Chu authored
-
- Dec 24, 2001
-
-
Kurt Zeilenga authored
Clean up headers.
-
- Dec 23, 2001
-
-
Kurt Zeilenga authored
don't expose symbols of ava helper routines
-
Kurt Zeilenga authored
-
- Dec 19, 2001
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Howard Chu authored
-
- Dec 18, 2001
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Howard Chu authored
-
Kurt Zeilenga authored
-
- Dec 17, 2001
-
-
Howard Chu authored
-
Howard Chu authored
-
- Dec 10, 2001
-
-
Pierangelo Masarati authored
improvements to monitor backend: added a log entry that lists the current log level and can be modified via protocol at runtime, to change the log level; minor improvements; fixed a problem in dealing with dn normalization
-
- Dec 09, 2001
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Dec 07, 2001
-
-
Kurt Zeilenga authored
-
Howard Chu authored
-
Howard Chu authored
-
- Dec 06, 2001
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Pierangelo Masarati authored
now dnValidate loops thru each value; added private member to LDAPAVA to hold the attribute description
-
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
-
Kurt Zeilenga authored
-
- Dec 04, 2001
-
-
Pierangelo Masarati authored
reimplement dn_validate/normalize/(match) using the ldap_str2dn/dn2str stuff; need to #define USE_LDAP_DN_PARSING
-
- Dec 03, 2001
-
-
Kurt Zeilenga authored
-
- Nov 28, 2001
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
--- Copyright 2001, Igor Khavkine, All rights reserved. This is free software; you can redistribute and use it under the same terms as OpenLDAP itself.
-
- Nov 12, 2001
-
-
Pierangelo Masarati authored
-
- Nov 09, 2001
-
-
Mark Adamson authored
-
- Nov 06, 2001
-
-
Howard Chu authored
-
- Oct 30, 2001
-
-
Pierangelo Masarati authored
moved rdn parsing in a dedicated routine, ldap_str2rdn(), that can be used directly; now ldap_rdn2str() handles all the formats
-
- Oct 29, 2001
-
-
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.
-
- Oct 24, 2001
-
-
Kurt Zeilenga authored
-
- Oct 22, 2001
-
-
Pierangelo Masarati authored
-
- Oct 21, 2001
-
-
Kurt Zeilenga authored
-
- Oct 18, 2001
-
-
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
-