Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r8407: fixed a bug left over from our old socket code. | Andrew Tridgell | 1 | -23/+33 |
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 | 1 | -7/+14 |
2007-10-10 | r7654: - add a timeout to all smb requests (default 60 seconds) | Andrew Tridgell | 1 | -0/+46 |
2007-10-10 | r5322: removed a whole bunch of #include lines that minimal_includes.pl | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r5304: removed lib/socket/socket.h from includes.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5197: moved events code to lib/events/ (suggestion from metze) | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5195: most events don't need the time of the event, so save a gettimeofday()... | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r5185: make all the events data structures private to events.c. This will | Andrew Tridgell | 1 | -17/+28 |
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 | 1 | -5/+8 |
2007-10-10 | r4944: every event_add_*() caller was having to call talloc_steal() to take | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4943: Smplified the events handling code a lot. The first source of | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4891: - added a generic resolve_name() async interface in libcli/resolve/, | Andrew Tridgell | 1 | -18/+29 |
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 | 1 | -1/+0 |
2007-10-10 | r4777: added a smb_composite_sesssetup() async composite function. This | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r4767: handle the different NBT session request refusals, and map them to | Andrew Tridgell | 1 | -10/+41 |
2007-10-10 | r4758: - added async support to the session request code | Andrew Tridgell | 1 | -17/+44 |
2007-10-10 | r4757: added the ability of the clisocket level of libcli to handle async | Andrew Tridgell | 1 | -21/+12 |
2007-10-10 | r4549: got rid of a lot more uses of plain talloc(), instead using | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4228: make sure the caller knows the packet is in error when a signing error... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4063: - change char * -> uint8_t in struct request_buffer | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r3507: - added deferred replies on sharing violation in pvfs open. The | Andrew Tridgell | 1 | -8/+8 |
2007-10-10 | r3481: split out client.h and events.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3447: more include/system/XXX.h include files | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3385: when discarding a unmatched reply print the command type to help debug... | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r3354: honor "max xmit" and "max mux" from smb.conf in our client code. This | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r3319: fixed a bug in the client library found by the new non-block testing code | Andrew Tridgell | 1 | -10/+0 |
2007-10-10 | r3315: converted the libcli/raw/ code to use the generic socket library. This | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r3017: nicer memory handling for event_context_merge() | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r3016: - converted the events code to talloc | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2680: switched the libcli/raw/ code over to use talloc_reference(), which si... | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count() | Andrew Tridgell | 1 | -17/+17 |
2007-10-10 | r2655: fixed an error in the shutdown of the sock->transport->session->tree | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r2654: fixed some more server memory leaks. We are now down to a single leak | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2624: - save some system calls by only trying read/write operations that sel... | Andrew Tridgell | 1 | -1/+11 |
2007-10-10 | r2247: talloc_destroy -> talloc_free | Tim Potter | 1 | -1/+1 |
2007-10-10 | r1985: take advantage of the new talloc in a few more places | Andrew Tridgell | 1 | -9/+6 |
2007-10-10 | r1984: this change is what you should read to understand the new talloc() | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r1983: a completely new implementation of talloc | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r1896: stricter check on packet parsing for NBT session replies | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1824: nicer handling of NBT session replies, and handling of bad packets | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r1712: this should fix a bug with a spinning client when a server dies | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r1654: rename cli_ -> smbcli_ | Stefan Metzmacher | 1 | -62/+62 |
2007-10-10 | r1635: when a transport dies, setup errors for all pending sends and recvs, p... | Andrew Tridgell | 1 | -0/+29 |
2007-10-10 | r1634: to get signing right for async requests we must send requests in | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1633: fixed a couple of async oplock handling errors | Andrew Tridgell | 1 | -5/+9 |