1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/libcli
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
..
auth r6851: Typo in comment. 2007-10-10 13:16:51 -05:00
cldap r7596: next step in ldap cleanup. I'm aiming to get rid of the cut&pasted 2007-10-10 13:18:12 -05:00
composite r7435: Another little step, sorry for the spam... :-) 2007-10-10 13:17:53 -05:00
dgram r7483: ensure we try reading from a socket if epoll says we can, and don't 2007-10-10 13:17:58 -05:00
ldap r7596: next step in ldap cleanup. I'm aiming to get rid of the cut&pasted 2007-10-10 13:18:12 -05:00
nbt r7483: ensure we try reading from a socket if epoll says we can, and don't 2007-10-10 13:17:58 -05:00
raw r7569: Fix typo in comments. 2007-10-10 13:18:10 -05:00
resolve r6933: Add a couple of helper functions for creating nbt names. 2007-10-10 13:16:58 -05:00
security r6352: Two new composite calls: 2007-10-10 13:11:34 -05:00
util r7566: added support for LDAPString types in the asn.1 library 2007-10-10 13:18:10 -05:00
wins r7483: ensure we try reading from a socket if epoll says we can, and don't 2007-10-10 13:17:58 -05:00
cliconnect.c r7482: Rename smbcli_send_tconX() to smbcli_tconX() so as not to get it 2007-10-10 13:17:58 -05:00
clideltree.c r4013: got rid of a bunch of unused or unmaintained code 2007-10-10 13:06:15 -05:00
clifile.c r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the 2007-10-10 13:09:15 -05:00
clilist.c r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the 2007-10-10 13:09:15 -05:00
climessage.c r5917: First step in using the new cli_credentials structure. This patch 2007-10-10 13:11:08 -05:00
clireadwrite.c r4063: - change char * -> uint8_t in struct request_buffer 2007-10-10 13:06:21 -05:00
clitrans2.c r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the 2007-10-10 13:09:15 -05:00
config.m4 r4700: first attempt at a composite async function, smb_composite_loadfile(), 2007-10-10 13:08:45 -05:00
config.mk r7377: Integrate browse service stuff more nicely 2007-10-10 13:17:48 -05:00