| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | r7723: - fix a mismatched asn1 push/pop on bind | Andrew Tridgell | 2007-10-10 | 1 | -29/+26 |
* | r7722: when we get a zero read, the connection is dead | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
* | r7720: - simplify the asn1 decode of ldap_search() a lot, taking advantage of | Andrew Tridgell | 2007-10-10 | 3 | -4/+6 |
* | r7717: fixed some typos | Andrew Tridgell | 2007-10-10 | 1 | -4/+4 |
* | r7716: a single wrapped ldap blob can contain multiple ldap messages | Andrew Tridgell | 2007-10-10 | 1 | -3/+3 |
* | r7715: ensure we don't print null strings in ldap_errstr() | Andrew Tridgell | 2007-10-10 | 1 | -1/+3 |
* | r7713: fixed error display in ildap_search() | Andrew Tridgell | 2007-10-10 | 1 | -0/+6 |
* | r7705: prevent SIGPIPE. this is what causes BASE-NEGNOWAIT to sometimes fail | Andrew Tridgell | 2007-10-10 | 1 | -0/+3 |
* | r7704: - fixed open_nbt_connection() to return NULL when the connection failed | Andrew Tridgell | 2007-10-10 | 1 | -8/+0 |
* | r7679: update the documentation of security_description_create() | Stefan Metzmacher | 2007-10-10 | 1 | -2/+5 |
* | r7665: - added a ildap_*() interface to our internal ldap library. This | Andrew Tridgell | 2007-10-10 | 5 | -2/+241 |
* | r7654: - add a timeout to all smb requests (default 60 seconds) | Andrew Tridgell | 2007-10-10 | 2 | -0/+50 |
* | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 2007-10-10 | 6 | -9/+12 |
* | r7626: a new ldap client library. Main features are: | Andrew Tridgell | 2007-10-10 | 8 | -1001/+776 |
* | r7599: it turns out we were not using the ldif code in libcli/ldap/ at all, | Andrew Tridgell | 2007-10-10 | 1 | -393/+0 |
* | r7598: take advantage of struct data_blob and struct ldb_val being the same | Andrew Tridgell | 2007-10-10 | 2 | -14/+3 |
* | r7596: next step in ldap cleanup. I'm aiming to get rid of the cut&pasted | Andrew Tridgell | 2007-10-10 | 4 | -25/+19 |
* | r7593: simplified the memory management in the ldap code. Having a mem_ctx | Andrew Tridgell | 2007-10-10 | 5 | -104/+95 |
* | r7569: Fix typo in comments. | Tim Potter | 2007-10-10 | 1 | -2/+2 |
* | r7567: added wire parsing of NOT and extended ldap search requests. This | Andrew Tridgell | 2007-10-10 | 1 | -37/+97 |
* | r7566: added support for LDAPString types in the asn.1 library | Andrew Tridgell | 2007-10-10 | 1 | -5/+20 |
* | r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree | Andrew Tridgell | 2007-10-10 | 4 | -36/+17 |
* | r7524: make the ldap ASN.1 filter parse code go via a struct | Andrew Tridgell | 2007-10-10 | 1 | -77/+107 |
* | r7519: rip the copy of the ldap expression parser out of libcli/ldap/ and use | Andrew Tridgell | 2007-10-10 | 4 | -421/+43 |
* | r7483: ensure we try reading from a socket if epoll says we can, and don't | Andrew Tridgell | 2007-10-10 | 4 | -4/+6 |
* | r7482: Rename smbcli_send_tconX() to smbcli_tconX() so as not to get it | Tim Potter | 2007-10-10 | 1 | -2/+2 |
* | r7455: Remove some talloc contexts that aren't used. | Tim Potter | 2007-10-10 | 1 | -11/+0 |
* | r7436: As far as I see it, these are the last two "real" ones for Samba4 on A... | Volker Lendecke | 2007-10-10 | 1 | -1/+1 |
* | r7435: Another little step, sorry for the spam... :-) | Volker Lendecke | 2007-10-10 | 1 | -2/+2 |
* | r7433: Another little AIX one... | Volker Lendecke | 2007-10-10 | 1 | -1/+1 |
* | r7430: Next step in AIX build | Volker Lendecke | 2007-10-10 | 1 | -2/+2 |
* | r7377: Integrate browse service stuff more nicely | Jelmer Vernooij | 2007-10-10 | 3 | -3/+114 |
* | r7230: use socket_pending() to get rid of the max packet size limits in the | Andrew Tridgell | 2007-10-10 | 1 | -4/+8 |
* | r7229: use socket_pending() to get rid of the max packet size limits in the | Andrew Tridgell | 2007-10-10 | 2 | -7/+16 |
* | r7010: Merge libcli/libsmb.mk into libcli/config.mk | Tim Potter | 2007-10-10 | 2 | -9/+10 |
* | r6933: Add a couple of helper functions for creating nbt names. | Tim Potter | 2007-10-10 | 5 | -15/+28 |
* | r6930: Use NBT_NAME_CLIENT instead of the number 0. | Tim Potter | 2007-10-10 | 1 | -1/+1 |
* | r6929: LIBCLI_NBT depends on LIB_SECURITY_NDR for various security descriptor | Tim Potter | 2007-10-10 | 1 | -1/+2 |
* | r6851: Typo in comment. | Tim Potter | 2007-10-10 | 1 | -1/+1 |
* | r6839: Add support for building subsystems as shared libraries. This can be | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 |
* | r6817: - fixed empty ldap search elements in filters | Andrew Tridgell | 2007-10-10 | 3 | -1/+19 |
* | r6766: some more cldap tests ... | Andrew Tridgell | 2007-10-10 | 1 | -3/+13 |
* | r6764: added support for DomainGuid, DomainSid, AAC, and User attributes in | Andrew Tridgell | 2007-10-10 | 2 | -8/+40 |
* | r6763: added functions in libcli/ldap/ to binary encode some NDR structures into | Andrew Tridgell | 2007-10-10 | 4 | -2/+89 |
* | r6745: - escape spaces in binary ldap blobs | Andrew Tridgell | 2007-10-10 | 2 | -3/+15 |
* | r6744: added support for reply packets in libcli/cldap/ | Andrew Tridgell | 2007-10-10 | 2 | -7/+184 |
* | r6732: - move sasl send recv code to the ldap lib | Stefan Metzmacher | 2007-10-10 | 2 | -1/+188 |
* | r6726: support binary search elements in ldap_decode() | Andrew Tridgell | 2007-10-10 | 1 | -6/+42 |
* | r6724: added "cldap port" smb.conf parameter | Andrew Tridgell | 2007-10-10 | 2 | -4/+26 |
* | r6720: added support for the remaining 2 types of CLDAP netlogon | Andrew Tridgell | 2007-10-10 | 2 | -3/+4 |