summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8699: removed invalid commentAndrew Bartlett1-2/+0
2007-10-10r8628: add retries to the normal paths of nbt name resolution. UDP broadcasts...Andrew Tridgell1-2/+2
2007-10-10r8585: add to ldb and ldap comparison functionalitySimo Sorce1-9/+96
2007-10-10r8530: Now our ldap server is able to fullfill present and substring searchesSimo Sorce1-36/+184
2007-10-10r8523: match a zero message id in ldap replies to the last request sent. Than...Andrew Tridgell1-0/+8
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell13-20/+20
2007-10-10r8414: Some C++ friendlyness fixes - 'not' is apparently a keyword in C++.Tim Potter1-3/+3
2007-10-10r8407: fixed a bug left over from our old socket code.Andrew Tridgell2-46/+41
2007-10-10r8394: Make sure the argument to ctype is*(3) macros are unsigned char asLove Hörnquist Åstrand1-1/+1
2007-10-10r8247: remove the free of fullname in nbtname.c for now.Andrew Tridgell1-1/+5
2007-10-10r8212: fix pushing of nbt_string's:Stefan Metzmacher1-35/+49
2007-10-10r8174: Check DOS error codes in torture chkpath test.Jeremy Allison1-0/+1
2007-10-10r8134: remove unused varStefan Metzmacher1-1/+0
2007-10-10r8125: fixed an error code mapping based on the updated torture testsAndrew Tridgell1-1/+1
2007-10-10r8115: added support for 2 more dos error codes found during testingAndrew Tridgell1-0/+2
2007-10-10r8111: fixed the client library to work against w2k3 with nt status codesAndrew Tridgell2-271/+31
2007-10-10r8106: the use of a static string for dos error codes was causing problems inAndrew Tridgell3-186/+121
2007-10-10r8104: - added support for our client library to not negotiate nt status code...Andrew Tridgell5-53/+32
2007-10-10r8003: ensure that we don't try to send a trans request with more than 64k da...Andrew Tridgell1-0/+8
2007-10-10r8002: favor addresses on our local interfaces in NBT name resolution ifAndrew Tridgell1-1/+14
2007-10-10r7970: This SMB signing code (merged from 3.0) turned out to be bogus.Andrew Bartlett1-8/+0
2007-10-10r7941: fixed handling of ASN.1 objects bigger than 64kAndrew Tridgell1-1/+10
2007-10-10r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell1-1/+1
2007-10-10r7860: switch our ldb storage format to use a NDR encoded objectSid. This isAndrew Tridgell1-1/+1
2007-10-10r7856: fixed warning of 'methods' shadowed variableAndrew Tridgell1-4/+4
2007-10-10r7855: fixed a typoAndrew Tridgell1-1/+1
2007-10-10r7814: Propagate the change in resolve_name_send function.Rafal Szczesniak1-1/+1
2007-10-10r7813: Make async request independent from config file routines.Rafal Szczesniak1-11/+3
2007-10-10r7810: don't give errors when the ldap server sends us reference repliesAndrew Tridgell1-1/+2
2007-10-10r7770: added ldaps support to our ldap client libraryAndrew Tridgell3-9/+19
2007-10-10r7763: fixed some circular dependenciesAndrew Tridgell1-1/+1
2007-10-10r7757: Add NTLMv2 support to the NT1 Session setup (ie, not SPNEGO/NTLMSSP)Andrew Bartlett2-45/+80
2007-10-10r7749: some bug fixes from testing with socket:testnonblockAndrew Tridgell2-6/+11
2007-10-10r7747: - simplified the ldap server buffer handlingAndrew Tridgell1-1/+1
2007-10-10r7746: - added TLS support to our ldap serverAndrew Tridgell1-20/+0
2007-10-10r7736: Propagate change in resolve_name function. Let's use default methodsRafal Szczesniak1-1/+1
2007-10-10r7735: Extend resolve_name function so that it's possible to pass resolveRafal Szczesniak1-8/+16
2007-10-10r7731: change debug level to not spam the build-farm smbd logStefan Metzmacher1-1/+1
2007-10-10r7725: fixed a bug with partial asn1 frames in the ldap clientAndrew Tridgell1-0/+3
2007-10-10r7724: added encoding of LDB_OP_NOT search componentsAndrew Tridgell1-1/+6
2007-10-10r7723: - fix a mismatched asn1 push/pop on bindAndrew Tridgell1-29/+26
2007-10-10r7722: when we get a zero read, the connection is deadAndrew Tridgell1-2/+1
2007-10-10r7720: - simplify the asn1 decode of ldap_search() a lot, taking advantage ofAndrew Tridgell3-4/+6
2007-10-10r7717: fixed some typosAndrew Tridgell1-4/+4
2007-10-10r7716: a single wrapped ldap blob can contain multiple ldap messagesAndrew Tridgell1-3/+3
2007-10-10r7715: ensure we don't print null strings in ldap_errstr()Andrew Tridgell1-1/+3
2007-10-10r7713: fixed error display in ildap_search()Andrew Tridgell1-0/+6
2007-10-10r7705: prevent SIGPIPE. this is what causes BASE-NEGNOWAIT to sometimes failAndrew Tridgell1-0/+3
2007-10-10r7704: - fixed open_nbt_connection() to return NULL when the connection failedAndrew Tridgell1-8/+0
2007-10-10r7679: update the documentation of security_description_create()Stefan Metzmacher1-2/+5