[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: commit: ldap/libraries/libldap dntest.c Makefile.in getdn.c ldap-int.h schema.c



I'm committing this stuff because I haven't been able to work on it 
for the last week, so maybe it's time I get some feedback while I
work on other tasks.

It works for simple cases; it should handle most of the "conventional"
cases, but there's much to do on unicode and there's still a number of
FIXME in the code (which means: am I doing right?).

Comments and suggestions are welcome.

Pierangelo.

-- 
Dr. Pierangelo Masarati               | voice: +39 02 2399 8309
Dip. Ing. Aerospaziale                | fax:   +39 02 2399 8334
Politecnico di Milano                 | mailto:masarati@aero.polimi.it
via La Masa 34, 20156 Milano, Italy   |
http://www.aero.polimi.it/~masarati
--- Begin Message ---
Update of /repo/OpenLDAP/pkg/ldap/libraries/libldap

Modified Files:
	Makefile.in  1.45 -> 1.46
	getdn.c  1.31 -> 1.32
	ldap-int.h  1.110 -> 1.111
	schema.c  1.46 -> 1.47
Added Files:
	dntest.c  NONE -> 1.1

Log Message:
skeleton of ldap_str2nd/dn2str; works with most of the simple cases, but there's much to do with unicode, I think


CVS Web URLs:
  http://www.openldap.org/devel/cvsweb.cgi/libraries/libldap/
    http://www.openldap.org/devel/cvsweb.cgi/libraries/libldap/dntest.c
    http://www.openldap.org/devel/cvsweb.cgi/libraries/libldap/Makefile.in
    http://www.openldap.org/devel/cvsweb.cgi/libraries/libldap/getdn.c
    http://www.openldap.org/devel/cvsweb.cgi/libraries/libldap/ldap-int.h
    http://www.openldap.org/devel/cvsweb.cgi/libraries/libldap/schema.c

Changes are generally available on cvs.openldap.org (and CVSweb)
within 30 minutes of being committed.


--- End Message ---