1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/ldap_server
Andrew Tridgell 3e92471d4c r7596: next step in ldap cleanup. I'm aiming to get rid of the cut&pasted
ldif parsing code in libcli/ldap/ldap_ldif.c, and instead use the ldb
ldif code. To do that I have changed the ldap code to use 'struct
ldb_message_element' instead of 'struct ldap_attribute'. They are
essentially the same structure anyway, so by making them really the
same it will be much easier to use the ldb code in libcli/ldap/

I have also made 'struct ldb_val' the same as a DATA_BLOB, which will
simplify data handling in quite a few places (I haven't yet removed
all the code that maps between these two, that will come later)
(This used to be commit 87fc307339)
2007-10-10 13:18:12 -05:00
..
devdocs r5583: some more docs 2007-10-10 13:10:54 -05:00
config.mk r4716: add a real ugly hack to get all ldap queries of an 2007-10-10 13:08:47 -05:00
ldap_backend.c r7593: simplified the memory management in the ldap code. Having a mem_ctx 2007-10-10 13:18:12 -05:00
ldap_bind.c r7594: abartlet is right that this hack is not actually necessary, it just 2007-10-10 13:18:12 -05:00
ldap_hacked_ldb.c r7596: next step in ldap cleanup. I'm aiming to get rid of the cut&pasted 2007-10-10 13:18:12 -05:00
ldap_parse.c r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the 2007-10-10 13:09:15 -05:00
ldap_parse.h r3754: merge in ldb modules support from the tmp branch ldbPlugins 2007-10-10 13:05:51 -05:00
ldap_rootdse.c r7596: next step in ldap cleanup. I'm aiming to get rid of the cut&pasted 2007-10-10 13:18:12 -05:00
ldap_server.c r7593: simplified the memory management in the ldap code. Having a mem_ctx 2007-10-10 13:18:12 -05:00
ldap_server.h r7593: simplified the memory management in the ldap code. Having a mem_ctx 2007-10-10 13:18:12 -05:00
ldap_simple_ldb.c r7596: next step in ldap cleanup. I'm aiming to get rid of the cut&pasted 2007-10-10 13:18:12 -05:00