1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/libcli/util
Andrew Tridgell bab977dad7 r7626: a new ldap client library. Main features are:
- hooked into events system, so requests can be truly async and won't
   interfere with other processing happening at the same time

 - uses NTSTATUS codes for errors (previously errors were mostly
   ignored). In a similar fashion to the DOS error handling, I have
   reserved a range of the NTSTATUS code 32 bit space for LDAP error
   codes, so a function can return a LDAP error code in a NTSTATUS

 - much cleaner packet handling
(This used to be commit 2e3c660b2f)
2007-10-10 13:18:14 -05:00
..
asn1.c r7566: added support for LDAPString types in the asn.1 library 2007-10-10 13:18:10 -05:00
clierror.c r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h 2007-10-10 13:05:07 -05:00
clilsa.c r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the 2007-10-10 13:09:15 -05:00
doserr.c r5866: Add InitShutdown IDL and torture test. 2007-10-10 13:11:05 -05:00
errormap.c r4757: added the ability of the clisocket level of libcli to handle async 2007-10-10 13:08:50 -05:00
nterr.c r7626: a new ldap client library. Main features are: 2007-10-10 13:18:14 -05:00
smbdes.c r6462: Move the arcfour sbox state into it's own structure, and allocate it 2007-10-10 13:11:39 -05:00
smberr.c r890: convert samba4 to use [u]int8_t instead of [u]int8 2007-10-10 12:56:16 -05:00