mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
- 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 2e3c660b2fc20e046d82bf1cc296422b6e7dfad0)
11 lines
298 B
Makefile
11 lines
298 B
Makefile
#################################
|
|
# Start SUBSYSTEM LIBCLI_LDAP
|
|
[SUBSYSTEM::LIBCLI_LDAP]
|
|
ADD_OBJ_FILES = libcli/ldap/ldap.o \
|
|
libcli/ldap/ldap_client.o \
|
|
libcli/ldap/ldap_bind.o \
|
|
libcli/ldap/ldap_msg.o \
|
|
libcli/ldap/ldap_ndr.o
|
|
# End SUBSYSTEM LIBCLI_LDAP
|
|
#################################
|