r8803: Rename --header to --ndr-header and --parser to --ndr-parser
[sfrench/samba-autobuild/.git] / source4 / libcli /
2007-10-10 Rafal Szczesniakr8788: New monitor messages.
2007-10-10 Andrew Tridgellr8777: make sure that the tree connect is a child of...
2007-10-10 Andrew Tridgellr8776: fixed SMB connections for IP addresses, even...
2007-10-10 Rafal Szczesniakr8760: Rework monitor messaging code a bit, as Metze...
2007-10-10 Andrew Bartlettr8699: removed invalid comment
2007-10-10 Andrew Tridgellr8628: add retries to the normal paths of nbt name...
2007-10-10 Simo Sorcer8585: add to ldb and ldap comparison functionality
2007-10-10 Simo Sorcer8530: Now our ldap server is able to fullfill present...
2007-10-10 Andrew Tridgellr8523: match a zero message id in ldap replies to the...
2007-10-10 Andrew Tridgellr8520: fixed a pile of warnings from the build farm...
2007-10-10 Tim Potterr8414: Some C++ friendlyness fixes - 'not' is apparentl...
2007-10-10 Andrew Tridgellr8407: fixed a bug left over from our old socket code.
2007-10-10 Love Hörnquist Åstrandr8394: Make sure the argument to ctype is*(3) macros...
2007-10-10 Andrew Tridgellr8247: remove the free of fullname in nbtname.c for...
2007-10-10 Stefan Metzmacherr8212: fix pushing of nbt_string's:
2007-10-10 Jeremy Allisonr8174: Check DOS error codes in torture chkpath test.
2007-10-10 Stefan Metzmacherr8134: remove unused var
2007-10-10 Andrew Tridgellr8125: fixed an error code mapping based on the updated...
2007-10-10 Andrew Tridgellr8115: added support for 2 more dos error codes found...
2007-10-10 Andrew Tridgellr8111: fixed the client library to work against w2k3...
2007-10-10 Andrew Tridgellr8106: the use of a static string for dos error codes...
2007-10-10 Andrew Tridgellr8104: - added support for our client library to not...
2007-10-10 Andrew Tridgellr8003: ensure that we don't try to send a trans request...
2007-10-10 Andrew Tridgellr8002: favor addresses on our local interfaces in NBT...
2007-10-10 Andrew Bartlettr7970: This SMB signing code (merged from 3.0) turned...
2007-10-10 Andrew Tridgellr7941: fixed handling of ASN.1 objects bigger than 64k
2007-10-10 Andrew Tridgellr7865: changed pidl to take a "const void *" instead...
2007-10-10 Andrew Tridgellr7860: switch our ldb storage format to use a NDR encod...
2007-10-10 Andrew Tridgellr7856: fixed warning of 'methods' shadowed variable
2007-10-10 Andrew Tridgellr7855: fixed a typo
2007-10-10 Rafal Szczesniakr7814: Propagate the change in resolve_name_send function.
2007-10-10 Rafal Szczesniakr7813: Make async request independent from config file...
2007-10-10 Andrew Tridgellr7810: don't give errors when the ldap server sends...
2007-10-10 Andrew Tridgellr7770: added ldaps support to our ldap client library
2007-10-10 Andrew Tridgellr7763: fixed some circular dependencies
2007-10-10 Andrew Bartlettr7757: Add NTLMv2 support to the NT1 Session setup...
2007-10-10 Andrew Tridgellr7749: some bug fixes from testing with socket:testnonblock
2007-10-10 Andrew Tridgellr7747: - simplified the ldap server buffer handling
2007-10-10 Andrew Tridgellr7746: - added TLS support to our ldap server
2007-10-10 Rafal Szczesniakr7736: Propagate change in resolve_name function. Let...
2007-10-10 Rafal Szczesniakr7735: Extend resolve_name function so that it's possib...
2007-10-10 Stefan Metzmacherr7731: change debug level to not spam the build-farm...
2007-10-10 Andrew Tridgellr7725: fixed a bug with partial asn1 frames in the...
2007-10-10 Andrew Tridgellr7724: added encoding of LDB_OP_NOT search components
2007-10-10 Andrew Tridgellr7723: - fix a mismatched asn1 push/pop on bind
2007-10-10 Andrew Tridgellr7722: when we get a zero read, the connection is dead
2007-10-10 Andrew Tridgellr7720: - simplify the asn1 decode of ldap_search()...
2007-10-10 Andrew Tridgellr7717: fixed some typos
2007-10-10 Andrew Tridgellr7716: a single wrapped ldap blob can contain multiple...
2007-10-10 Andrew Tridgellr7715: ensure we don't print null strings in ldap_errstr()
2007-10-10 Andrew Tridgellr7713: fixed error display in ildap_search()
2007-10-10 Andrew Tridgellr7705: prevent SIGPIPE. this is what causes BASE-NEGNOW...
2007-10-10 Andrew Tridgellr7704: - fixed open_nbt_connection() to return NULL...
2007-10-10 Stefan Metzmacherr7679: update the documentation of security_description...
2007-10-10 Andrew Tridgellr7665: - added a ildap_*() interface to our internal...
2007-10-10 Andrew Tridgellr7654: - add a timeout to all smb requests (default...
2007-10-10 Andrew Tridgellr7633: this patch started as an attempt to make the...
2007-10-10 Andrew Tridgellr7626: a new ldap client library. Main features are:
2007-10-10 Andrew Tridgellr7599: it turns out we were not using the ldif code...
2007-10-10 Andrew Tridgellr7598: take advantage of struct data_blob and struct...
2007-10-10 Andrew Tridgellr7596: next step in ldap cleanup. I'm aiming to get...
2007-10-10 Andrew Tridgellr7593: simplified the memory management in the ldap...
2007-10-10 Tim Potterr7569: Fix typo in comments.
2007-10-10 Andrew Tridgellr7567: added wire parsing of NOT and extended ldap...
2007-10-10 Andrew Tridgellr7566: added support for LDAPString types in the asn...
2007-10-10 Andrew Tridgellr7527: - added a ldb_search_bytree() interface, which...
2007-10-10 Andrew Tridgellr7524: make the ldap ASN.1 filter parse code go via...
2007-10-10 Andrew Tridgellr7519: rip the copy of the ldap expression parser out...
2007-10-10 Andrew Tridgellr7483: ensure we try reading from a socket if epoll...
2007-10-10 Tim Potterr7482: Rename smbcli_send_tconX() to smbcli_tconX(...
2007-10-10 Tim Potterr7455: Remove some talloc contexts that aren't used.
2007-10-10 Volker Lendecker7436: As far as I see it, these are the last two ...
2007-10-10 Volker Lendecker7435: Another little step, sorry for the spam... :-)
2007-10-10 Volker Lendecker7433: Another little AIX one...
2007-10-10 Volker Lendecker7430: Next step in AIX build
2007-10-10 Jelmer Vernooijr7377: Integrate browse service stuff more nicely
2007-10-10 Andrew Tridgellr7230: use socket_pending() to get rid of the max packe...
2007-10-10 Andrew Tridgellr7229: use socket_pending() to get rid of the max packe...
2007-10-10 Tim Potterr7010: Merge libcli/libsmb.mk into libcli/config.mk
2007-10-10 Tim Potterr6933: Add a couple of helper functions for creating...
2007-10-10 Tim Potterr6930: Use NBT_NAME_CLIENT instead of the number 0.
2007-10-10 Tim Potterr6929: LIBCLI_NBT depends on LIB_SECURITY_NDR for vario...
2007-10-10 Tim Potterr6851: Typo in comment.
2007-10-10 Jelmer Vernooijr6839: Add support for building subsystems as shared...
2007-10-10 Andrew Tridgellr6817: - fixed empty ldap search elements in filters
2007-10-10 Andrew Tridgellr6766: some more cldap tests ...
2007-10-10 Andrew Tridgellr6764: added support for DomainGuid, DomainSid, AAC...
2007-10-10 Andrew Tridgellr6763: added functions in libcli/ldap/ to binary encode...
2007-10-10 Andrew Tridgellr6745: - escape spaces in binary ldap blobs
2007-10-10 Andrew Tridgellr6744: added support for reply packets in libcli/cldap/
2007-10-10 Stefan Metzmacherr6732: - move sasl send recv code to the ldap lib
2007-10-10 Andrew Tridgellr6726: support binary search elements in ldap_decode()
2007-10-10 Andrew Tridgellr6724: added "cldap port" smb.conf parameter
2007-10-10 Andrew Tridgellr6720: added support for the remaining 2 types of CLDAP...
2007-10-10 Rafal Szczesniakr6708: Another type of monitor message.
2007-10-10 Andrew Bartlettr6702: Revert -r 6699, as I think this is a win2k v...
2007-10-10 Andrew Bartlettr6699: Windows clients seem to ask for CIFS/, ie in...
2007-10-10 Andrew Tridgellr6693: first version of cldap client library, with...
2007-10-10 Andrew Tridgellr6692: used idr_get_new_random() in the nbt client...
2007-10-10 Andrew Tridgellr6691: fixed a comment
next