summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* r8115: added support for 2 more dos error codes found during testingAndrew Tridgell2007-10-101-0/+2
* r8111: fixed the client library to work against w2k3 with nt status codesAndrew Tridgell2007-10-102-271/+31
* r8106: the use of a static string for dos error codes was causing problems inAndrew Tridgell2007-10-103-186/+121
* r8104: - added support for our client library to not negotiate nt status code...Andrew Tridgell2007-10-105-53/+32
* r8003: ensure that we don't try to send a trans request with more than 64k da...Andrew Tridgell2007-10-101-0/+8
* r8002: favor addresses on our local interfaces in NBT name resolution ifAndrew Tridgell2007-10-101-1/+14
* r7970: This SMB signing code (merged from 3.0) turned out to be bogus.Andrew Bartlett2007-10-101-8/+0
* r7941: fixed handling of ASN.1 objects bigger than 64kAndrew Tridgell2007-10-101-1/+10
* r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell2007-10-101-1/+1
* r7860: switch our ldb storage format to use a NDR encoded objectSid. This isAndrew Tridgell2007-10-101-1/+1
* r7856: fixed warning of 'methods' shadowed variableAndrew Tridgell2007-10-101-4/+4
* r7855: fixed a typoAndrew Tridgell2007-10-101-1/+1
* r7814: Propagate the change in resolve_name_send function.Rafal Szczesniak2007-10-101-1/+1
* r7813: Make async request independent from config file routines.Rafal Szczesniak2007-10-101-11/+3
* r7810: don't give errors when the ldap server sends us reference repliesAndrew Tridgell2007-10-101-1/+2
* r7770: added ldaps support to our ldap client libraryAndrew Tridgell2007-10-103-9/+19
* r7763: fixed some circular dependenciesAndrew Tridgell2007-10-101-1/+1
* r7757: Add NTLMv2 support to the NT1 Session setup (ie, not SPNEGO/NTLMSSP)Andrew Bartlett2007-10-102-45/+80
* r7749: some bug fixes from testing with socket:testnonblockAndrew Tridgell2007-10-102-6/+11
* r7747: - simplified the ldap server buffer handlingAndrew Tridgell2007-10-101-1/+1
* r7746: - added TLS support to our ldap serverAndrew Tridgell2007-10-101-20/+0
* r7736: Propagate change in resolve_name function. Let's use default methodsRafal Szczesniak2007-10-101-1/+1
* r7735: Extend resolve_name function so that it's possible to pass resolveRafal Szczesniak2007-10-101-8/+16
* r7731: change debug level to not spam the build-farm smbd logStefan Metzmacher2007-10-101-1/+1
* r7725: fixed a bug with partial asn1 frames in the ldap clientAndrew Tridgell2007-10-101-0/+3
* r7724: added encoding of LDB_OP_NOT search componentsAndrew Tridgell2007-10-101-1/+6
* r7723: - fix a mismatched asn1 push/pop on bindAndrew Tridgell2007-10-101-29/+26
* r7722: when we get a zero read, the connection is deadAndrew Tridgell2007-10-101-2/+1
* r7720: - simplify the asn1 decode of ldap_search() a lot, taking advantage ofAndrew Tridgell2007-10-103-4/+6
* r7717: fixed some typosAndrew Tridgell2007-10-101-4/+4
* r7716: a single wrapped ldap blob can contain multiple ldap messagesAndrew Tridgell2007-10-101-3/+3
* r7715: ensure we don't print null strings in ldap_errstr()Andrew Tridgell2007-10-101-1/+3
* r7713: fixed error display in ildap_search()Andrew Tridgell2007-10-101-0/+6
* r7705: prevent SIGPIPE. this is what causes BASE-NEGNOWAIT to sometimes failAndrew Tridgell2007-10-101-0/+3
* r7704: - fixed open_nbt_connection() to return NULL when the connection failedAndrew Tridgell2007-10-101-8/+0
* r7679: update the documentation of security_description_create()Stefan Metzmacher2007-10-101-2/+5
* r7665: - added a ildap_*() interface to our internal ldap library. ThisAndrew Tridgell2007-10-105-2/+241
* r7654: - add a timeout to all smb requests (default 60 seconds)Andrew Tridgell2007-10-102-0/+50
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-106-9/+12
* r7626: a new ldap client library. Main features are:Andrew Tridgell2007-10-108-1001/+776
* r7599: it turns out we were not using the ldif code in libcli/ldap/ at all,Andrew Tridgell2007-10-101-393/+0
* r7598: take advantage of struct data_blob and struct ldb_val being the sameAndrew Tridgell2007-10-102-14/+3
* r7596: next step in ldap cleanup. I'm aiming to get rid of the cut&pastedAndrew Tridgell2007-10-104-25/+19
* r7593: simplified the memory management in the ldap code. Having a mem_ctxAndrew Tridgell2007-10-105-104/+95
* r7569: Fix typo in comments.Tim Potter2007-10-101-2/+2
* r7567: added wire parsing of NOT and extended ldap search requests. ThisAndrew Tridgell2007-10-101-37/+97
* r7566: added support for LDAPString types in the asn.1 libraryAndrew Tridgell2007-10-101-5/+20
* r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell2007-10-104-36/+17
* r7524: make the ldap ASN.1 filter parse code go via a structAndrew Tridgell2007-10-101-77/+107
* r7519: rip the copy of the ldap expression parser out of libcli/ldap/ and useAndrew Tridgell2007-10-104-421/+43