mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
bab977dad7
- 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
|
||
---|---|---|
.. | ||
asn1.c | ||
clierror.c | ||
clilsa.c | ||
doserr.c | ||
errormap.c | ||
nterr.c | ||
smbdes.c | ||
smberr.c |