Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000 | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r9479: More fixes for explicit ignoring of returned result to fix Coverity wa... | Alexander Bokovoy | 2 | -2/+2 |
2007-10-10 | r9476: Make intention to ignore result of receiving excplicit. Fixes warning ... | Alexander Bokovoy | 1 | -1/+1 |
2007-10-10 | r9291: Add a stub for smb_raw_lpq() which is in smb_interfaces.h but doesn't | Tim Potter | 1 | -0/+48 |
2007-10-10 | r9223: Rename smb_raw_session_setup() to smb_raw_sesssetup(). | Tim Potter | 1 | -8/+9 |
2007-10-10 | r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw function | Tim Potter | 1 | -8/+8 |
2007-10-10 | r8811: Fix the build.. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r8520: fixed a pile of warnings from the build farm gcc -Wall output on | Andrew Tridgell | 4 | -7/+7 |
2007-10-10 | r8407: fixed a bug left over from our old socket code. | Andrew Tridgell | 2 | -46/+41 |
2007-10-10 | r8134: remove unused var | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r8111: fixed the client library to work against w2k3 with nt status codes | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8104: - added support for our client library to not negotiate nt status code... | Andrew Tridgell | 3 | -13/+20 |
2007-10-10 | r8003: ensure that we don't try to send a trans request with more than 64k da... | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r7970: This SMB signing code (merged from 3.0) turned out to be bogus. | Andrew Bartlett | 1 | -8/+0 |
2007-10-10 | r7705: prevent SIGPIPE. this is what causes BASE-NEGNOWAIT to sometimes fail | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r7654: - add a timeout to all smb requests (default 60 seconds) | Andrew Tridgell | 2 | -0/+50 |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r7569: Fix typo in comments. | Tim Potter | 1 | -2/+2 |
2007-10-10 | r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machines | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r6028: A MAJOR update to intergrate the new credentails system fully with | Andrew Bartlett | 3 | -19/+20 |
2007-10-10 | r5941: Commit this patch much earlier than I would normally prefer, but metze... | Andrew Bartlett | 1 | -6/+2 |
2007-10-10 | r5929: Use cli_credentials for the SMB functions as well. | Jelmer Vernooij | 1 | -6/+5 |
2007-10-10 | r5371: on port 139 the called name needs to be in uppercase | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r5322: removed a whole bunch of #include lines that minimal_includes.pl | Andrew Tridgell | 4 | -4/+0 |
2007-10-10 | r5304: removed lib/socket/socket.h from includes.h | Andrew Tridgell | 2 | -0/+2 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5197: moved events code to lib/events/ (suggestion from metze) | Andrew Tridgell | 3 | -3/+3 |
2007-10-10 | r5195: most events don't need the time of the event, so save a gettimeofday()... | Andrew Tridgell | 2 | -2/+1 |
2007-10-10 | r5185: make all the events data structures private to events.c. This will | Andrew Tridgell | 3 | -33/+40 |
2007-10-10 | r5126: the composite code is no longer client specific or smb specific, so | Andrew Tridgell | 1 | -7/+7 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 6 | -16/+16 |
2007-10-10 | r4954: we don't need the separate event_remove_*() calls any more, as you now | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4951: some of the code dealing with libcli was getting too complex trying to | Andrew Tridgell | 3 | -11/+25 |
2007-10-10 | r4944: every event_add_*() caller was having to call talloc_steal() to take | Andrew Tridgell | 2 | -4/+3 |
2007-10-10 | r4943: Smplified the events handling code a lot. The first source of | Andrew Tridgell | 2 | -18/+4 |
2007-10-10 | r4938: allow the caller to supply an existing event_context if they want to | Andrew Tridgell | 1 | -2/+8 |
2007-10-10 | r4924: continue the effort to simplify and generalise the composite | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r4891: - added a generic resolve_name() async interface in libcli/resolve/, | Andrew Tridgell | 3 | -24/+42 |
2007-10-10 | r4886: fixed two places where we process the send side of a socket after the | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4811: now that the event context is at the socket level, the event cleanup | Andrew Tridgell | 2 | -1/+13 |
2007-10-10 | r4810: fixed anonymous connections with smbclient. Thanks to jbm for pointing... | Andrew Tridgell | 1 | -2/+6 |
2007-10-10 | r4791: used the new talloc type safety macros to make the "void *private" | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4777: added a smb_composite_sesssetup() async composite function. This | Andrew Tridgell | 4 | -496/+14 |
2007-10-10 | r4769: added a smb_composite_connect() function that provides a simple async | Andrew Tridgell | 2 | -3/+37 |
2007-10-10 | r4767: handle the different NBT session request refusals, and map them to | Andrew Tridgell | 1 | -10/+41 |
2007-10-10 | r4765: simplify the async socket code to always go via the event handler | Andrew Tridgell | 1 | -18/+9 |
2007-10-10 | r4758: - added async support to the session request code | Andrew Tridgell | 4 | -40/+75 |
2007-10-10 | r4757: added the ability of the clisocket level of libcli to handle async | Andrew Tridgell | 4 | -90/+220 |
2007-10-10 | r4726: - use the name tcon and tid instead of conn and cnum | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r4591: - converted the other _p talloc functions to not need _p | Andrew Tridgell | 3 | -5/+5 |