r7408: added DN explode function, based on simo's ldap_parse_dn() function. simo...
authorDerrell Lipman <derrell@samba.org>
Wed, 8 Jun 2005 19:49:49 +0000 (19:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:50 +0000 (13:17 -0500)
commit7fc1c3553cd3666c234ec302a54ebd331589c934
treea765fb95406b0758ab70f157f3084928bd0ecd6f
parent40c2e3e6a1014be7919b03a92b3b3274bb2fe69e
r7408: added DN explode function, based on simo's ldap_parse_dn() function.  simo, when you get a chance, please change your license so this can be linked with ldb.
(This used to be commit 588a1d1451d4117cb6e427a293455f2a5657b604)
source4/lib/ldb/Makefile.in
source4/lib/ldb/common/ldb_explode_dn.c [new file with mode: 0644]
source4/lib/ldb/include/ldb_explode_dn.h [new file with mode: 0644]
source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c