Age | Commit message (Expand) | Author | Files | Lines |
2013-10-05 | s4:libcli:smb2: add the smb2_capabilities to the smbcli_options | Michael Adam | 1 | -0/+1 |
2013-10-05 | s4:libcli:smb2: add the client_guid to the smbcli_options | Michael Adam | 1 | -0/+1 |
2012-08-01 | s4:libcli/raw: remove unused smbcli_session->user_session_key | Stefan Metzmacher | 1 | -2/+0 |
2012-07-24 | s4:libcli/raw: setup a smbXcli_tcon for each smbcli_tree | Stefan Metzmacher | 1 | -0/+1 |
2012-07-23 | s4:libcli/raw: setup a smbXcli_session for each smbcli_session | Stefan Metzmacher | 1 | -0/+1 |
2012-04-18 | Add smb_raw_setfsinfo() - currently only available level is SMB_SET_CIFS_UNIX... | Jeremy Allison | 1 | -0/+1 |
2011-11-30 | s4:libcli/raw: implement on top of smbXcli_conn/req | Stefan Metzmacher | 1 | -58/+10 |
2011-11-30 | s4:libcli/raw: remove unused functions | Stefan Metzmacher | 1 | -5/+0 |
2011-11-29 | s4:libcli/raw: add transport->ev as copy of transport->socket->event.ctx | Stefan Metzmacher | 1 | -0/+2 |
2011-10-11 | lib/param move source4 param code to the top level | Andrew Bartlett | 1 | -1/+1 |
2011-09-25 | libcliraw: Make smb_raw_write_recv public and include it in a public header. | Jelmer Vernooij | 1 | -0/+1 |
2011-08-18 | libcliraw: Install more header files. | Jelmer Vernooij | 1 | -1/+1 |
2011-08-18 | smb_common: Install some more headers. | Jelmer Vernooij | 1 | -1/+1 |
2011-07-06 | libcli/smb move enum protocol_types to a common header | Andrew Bartlett | 1 | -0/+1 |
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 1 | -3/+0 |
2010-02-02 | Change uint_t to unsigned int in source4 | Matt Kraai | 1 | -17/+17 |
2009-12-03 | s4 torture: Add lockread_supported based off of CAP_LOCK_AND_READ | Zachary Loafman | 1 | -0/+1 |
2009-05-01 | s4:libcli: remember operating system and lan manager strings from session setup | Stefan Metzmacher | 1 | -0/+3 |
2009-02-02 | s4:libcliraw: s/private/private_data | Stefan Metzmacher | 1 | -3/+3 |
2009-02-02 | s4:libcli/raw: s/private/private_data | Stefan Metzmacher | 1 | -4/+4 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -4/+4 |
2008-11-02 | Remove another use of global_loadparm. | Jelmer Vernooij | 1 | -0/+1 |
2008-11-01 | Move lp_*() calls a bit higher up the calls tack. | Jelmer Vernooij | 1 | -1/+2 |
2008-10-24 | Eliminate another instance of global_loadparm. | Jelmer Vernooij | 1 | -0/+3 |
2008-09-23 | libcli/raw: give the caller the chance to do the signing checks on its own. | Stefan Metzmacher | 1 | -0/+3 |
2008-09-23 | libcli/raw: give the caller the chance to prevent the talloc_free(req) in the... | Stefan Metzmacher | 1 | -0/+3 |
2008-07-07 | libcli/raw: add a recv_helper hook infrastructure | Stefan Metzmacher | 1 | -0/+8 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -1/+75 |
2008-02-21 | Fix the build. | Jelmer Vernooij | 1 | -2/+3 |
2008-02-21 | Remove yet more global_loadparm instances. | Jelmer Vernooij | 1 | -0/+5 |
2008-02-14 | Convert SMB and SMB2 code to use a common buffer handling structure | Andrew Tridgell | 1 | -2/+2 |
2008-01-03 | r26654: libcli/smb_composite: Rather than specifying each of the gazillion op... | Jelmer Vernooij | 1 | -0/+3 |
2008-01-03 | r26651: libsmb: Allow specifying signing policy from higher up. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26376: Add context for libcli_resolve. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r24712: No longer expose the 'BOOL' data type in any interfaces. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r14511: Install more headers | Jelmer Vernooij | 1 | -1/+6 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12801: Some more include/ cleanups (remove unused macros + move files | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12694: Move some headers to the directory of the subsystem they belong to. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r11660: - the libcli/raw/ lib no longer uses the SMBCLI_REQUEST_SEND state, or | Andrew Tridgell | 1 | -4/+0 |
2007-10-10 | r11649: - add support for ntcancel replies (they only happen in error cases, | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r11596: switched the libcli/raw/ code over to using the lib/stream/ generic | Andrew Tridgell | 1 | -7/+2 |
2007-10-10 | r8104: - added support for our client library to not negotiate nt status code... | Andrew Tridgell | 1 | -5/+1 |
2007-10-10 | r7654: - add a timeout to all smb requests (default 60 seconds) | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r4891: - added a generic resolve_name() async interface in libcli/resolve/, | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r4757: added the ability of the clisocket level of libcli to handle async | Andrew Tridgell | 1 | -21/+10 |
2007-10-10 | r4015: correct copyright attributions | Andrew Tridgell | 1 | -3/+2 |