1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-09 20:23:51 +03:00

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 commit is contained in:
Andrew Tridgell
2005-06-16 05:39:40 +00:00
committed by Gerald (Jerry) Carter
parent da78ed1a4d
commit 2e3c660b2f
16 changed files with 1038 additions and 1190 deletions

File diff suppressed because it is too large Load Diff