summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* r10129: fix sinple ip's in wins replication, packetsStefan Metzmacher2007-10-101-3/+2
* r10115: bind client connection to the best interface, to the partnerStefan Metzmacher2007-10-101-1/+1
* r10113: rename libcli/wins to libcli/wreplStefan Metzmacher2007-10-103-2/+2
* r10103: Put an #ifdef guard around ENOTSUP to fix systems that don't have itTim Potter2007-10-101-0/+2
* r10081: - create a seperate WINSDB subsystemStefan Metzmacher2007-10-101-2/+2
* r9824: r9495@cabra: derrell | 2005-08-31 09:33:55 -0400Derrell Lipman2007-10-101-0/+1
* r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett2007-10-101-2/+2
* r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000Andrew Tridgell2007-10-102-3/+4
* r9638: add error code that you get when you call DsGetNCChanges() with a tmp_...Stefan Metzmacher2007-10-101-0/+1
* r9573: fixed a commentAndrew Tridgell2007-10-101-1/+1
* r9514: add some new error codes I was getting with DsGetNCChanges() and DsAdd...Stefan Metzmacher2007-10-101-0/+2
* r9511: - fix the memory treesStefan Metzmacher2007-10-102-7/+8
* r9510: fix the memory treeStefan Metzmacher2007-10-101-1/+1
* r9505: Work on GENSEC and the code that calls it, for tighter interfaceAndrew Bartlett2007-10-103-63/+121
* r9479: More fixes for explicit ignoring of returned result to fix Coverity wa...Alexander Bokovoy2007-10-102-2/+2
* r9476: Make intention to ignore result of receiving excplicit. Fixes warning ...Alexander Bokovoy2007-10-101-1/+1
* r9421: Move arcfour code into it's own file, in lib/crypto.Andrew Bartlett2007-10-101-67/+0
* r9291: Add a stub for smb_raw_lpq() which is in smb_interfaces.h but doesn'tTim Potter2007-10-102-1/+50
* r9240: - move struct security_token to the idl file, with this we canStefan Metzmacher2007-10-107-46/+10
* r9223: Rename smb_raw_session_setup() to smb_raw_sesssetup().Tim Potter2007-10-103-14/+15
* r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw functionTim Potter2007-10-104-13/+13
* r9048: added a new DOS error code (thanks to EMC)Andrew Tridgell2007-10-101-0/+1
* r8917: Better support for extended ldap search operationsSimo Sorce2007-10-101-17/+49
* r8825: Move list of object files to .mk fileJelmer Vernooij2007-10-102-23/+24
* r8811: Fix the build..Jelmer Vernooij2007-10-103-0/+3
* r8788: New monitor messages.Rafal Szczesniak2007-10-101-0/+2
* r8777: make sure that the tree connect is a child of the return cli state str...Andrew Tridgell2007-10-101-8/+3
* r8776: fixed SMB connections for IP addresses, even when name resolve orderAndrew Tridgell2007-10-101-4/+11
* r8760: Rework monitor messaging code a bit, as Metze once suggested.Rafal Szczesniak2007-10-101-26/+11
* r8699: removed invalid commentAndrew Bartlett2007-10-101-2/+0
* r8628: add retries to the normal paths of nbt name resolution. UDP broadcasts...Andrew Tridgell2007-10-101-2/+2
* r8585: add to ldb and ldap comparison functionalitySimo Sorce2007-10-101-9/+96
* r8530: Now our ldap server is able to fullfill present and substring searchesSimo Sorce2007-10-101-36/+184
* r8523: match a zero message id in ldap replies to the last request sent. Than...Andrew Tridgell2007-10-101-0/+8
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-1013-20/+20
* r8414: Some C++ friendlyness fixes - 'not' is apparently a keyword in C++.Tim Potter2007-10-101-3/+3
* r8407: fixed a bug left over from our old socket code.Andrew Tridgell2007-10-102-46/+41
* r8394: Make sure the argument to ctype is*(3) macros are unsigned char asLove Hörnquist Åstrand2007-10-101-1/+1
* r8247: remove the free of fullname in nbtname.c for now.Andrew Tridgell2007-10-101-1/+5
* r8212: fix pushing of nbt_string's:Stefan Metzmacher2007-10-101-35/+49
* r8174: Check DOS error codes in torture chkpath test.Jeremy Allison2007-10-101-0/+1
* r8134: remove unused varStefan Metzmacher2007-10-101-1/+0
* r8125: fixed an error code mapping based on the updated torture testsAndrew Tridgell2007-10-101-1/+1
* 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