Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-10 | r7668: - setup HAVE_ILDAP to enable the ildap backend in ldb | Andrew Tridgell | 1 | -1/+2 | |
- fixed a bug in socket_connect_ev() (This used to be commit 3f77b879a035929a843e02b798d54eba6625bde7) | |||||
2007-10-10 | r7660: improved error handling in socket_connect_ev() (it matters when name | Andrew Tridgell | 1 | -0/+3 | |
resolution fails) (This used to be commit 4013c2ddea0cd03f875e2acf40d2a34344017d05) | |||||
2007-10-10 | r7626: a new ldap client library. Main features are: | Andrew Tridgell | 1 | -0/+74 | |
- 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) |