Age | Commit message (Expand) | Author | Files | Lines |
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -5/+3 |
2009-06-09 | s4: smbcli_transport_send hit the socket right away if possible | Sam Liddicott | 1 | -0/+7 |
2009-05-20 | s4:libcli/raw: initialy read the first 4 bytes only | Stefan Metzmacher | 1 | -0/+1 |
2009-02-02 | s4:libcli/raw: s/class/eclass | Stefan Metzmacher | 1 | -3/+3 |
2009-02-02 | s4:libcliraw: s/private/private_data | Stefan Metzmacher | 1 | -2/+2 |
2009-02-02 | s4:libcli/raw: s/private/private_data | Stefan Metzmacher | 1 | -13/+13 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -5/+5 |
2008-10-24 | Remove unused include param/param.h. | Jelmer Vernooij | 1 | -1/+0 |
2008-10-24 | Remove a few more usages of global_loadparm. | Jelmer Vernooij | 1 | -3/+2 |
2008-10-24 | Eliminate another instance of global_loadparm. | Jelmer Vernooij | 1 | -1/+3 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-23 | s4-nbt: use ../libcli/nbt | Günther Deschner | 1 | -1/+1 |
2008-07-07 | libcli/raw: add a recv_helper hook infrastructure | Stefan Metzmacher | 1 | -1/+15 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -3/+5 |
2008-02-21 | Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -2/+3 |
2008-02-14 | Convert SMB and SMB2 code to use a common buffer handling structure | Andrew Tridgell | 1 | -1/+3 |
2008-01-03 | r26654: libcli/smb_composite: Rather than specifying each of the gazillion op... | Jelmer Vernooij | 1 | -10/+2 |
2008-01-03 | r26651: libsmb: Allow specifying signing policy from higher up. | Jelmer Vernooij | 1 | -1/+3 |
2008-01-02 | r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,... | Jelmer Vernooij | 1 | -3/+3 |
2007-12-21 | r26266: Remove more global_loadparm uses. | Jelmer Vernooij | 1 | -3/+5 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -8/+9 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -3/+4 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r24994: Fix some C++ warnings. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r23138: added a raw interface for SMBecho operations | Andrew Tridgell | 1 | -0/+68 |
2007-10-10 | r23057: only call the async recv function for the first pending receive, not | Andrew Tridgell | 1 | -2/+5 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r17020: pass the real error to the failing requests | Stefan Metzmacher | 1 | -4/+8 |
2007-10-10 | r15854: more talloc_set_destructor() typesafe fixes | Andrew Tridgell | 1 | -5/+2 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12725: some minor updates | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r11982: ensure the fde event gets freed before the socket itself, as otherwise | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11812: Convert winbind to the async bind routines. Also remove tridge's hack... | Volker Lendecke | 1 | -4/+0 |
2007-10-10 | r11714: put in a workaround for a winbind problem volker asked me about. The | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r11713: separate out the setting of the fde in the packet context from the | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r11669: - make sure req is initialized | Stefan Metzmacher | 1 | -1/+4 |
2007-10-10 | r11660: - the libcli/raw/ lib no longer uses the SMBCLI_REQUEST_SEND state, or | Andrew Tridgell | 1 | -6/+0 |
2007-10-10 | r11649: - add support for ntcancel replies (they only happen in error cases, | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r11647: add smbcli_ prefix | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r11644: free the buffer when it's not used | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r11636: a bit neater solution to the nt_cancel problem | Andrew Tridgell | 1 | -10/+1 |
2007-10-10 | r11635: fix a handling of packet_send in the smb client lib | Stefan Metzmacher | 1 | -1/+10 |
2007-10-10 | r11609: fixed handling of one way requests with new send code | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r11606: use the generic packet send code in libcli/raw/ | Andrew Tridgell | 1 | -77/+23 |
2007-10-10 | r11596: switched the libcli/raw/ code over to using the lib/stream/ generic | Andrew Tridgell | 1 | -75/+47 |
2007-10-10 | r10754: fixed a valgrind error for unmatched SMB replies | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r10542: if the transport is dead we need to return | Stefan Metzmacher | 1 | -0/+3 |