summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* s4:libcli/raw: remove unused smb_len(), _smb_setlen() and _smb2_setlen() macrosStefan Metzmacher2011-10-191-6/+0
* s4:libcli/smb2: make use of _smb_setlen_tcp()Stefan Metzmacher2011-10-191-2/+2
* s4:libcli/raw: make use of _smb_setlen_nbt()Stefan Metzmacher2011-10-192-2/+2
* s3: remove duplicate fsctl fn definitionsDavid Disseldorp2011-10-191-11/+0
* libcli: move ioctl function field defs to smb_constantsDavid Disseldorp2011-10-192-60/+1
* gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett2011-10-183-4/+7
* lib/param move source4 param code to the top levelAndrew Bartlett2011-10-113-6/+2
* libcli/cldap: don't pass tevent_context to cldap_socket_init()Stefan Metzmacher2011-10-101-3/+3
* libcli/cldap: pass tevent_context to cldap_netlogon_send()Stefan Metzmacher2011-10-101-1/+2
* s4-ldap: added DSDB_CONTROL_NO_GLOBAL_CATALOG to ldap encoding listAndrew Tridgell2011-10-041-18/+7
* s4: add SMB2_FSCTL opcodesDavid Disseldorp2011-09-291-0/+14
* s4:libcli/smb2: ignore SMB2_OP_CANCEL responsesStefan Metzmacher2011-09-281-0/+10
* s4:libcli/smb2: correctly sign SMB2_OP_CANCEL request if they belong to a ses...Stefan Metzmacher2011-09-281-0/+1
* s4:libcli/smb2: don't try to check the signing if we got NT_STATUS_USER_SESSI...Stefan Metzmacher2011-09-281-1/+2
* libcli: Install libcli.h.Jelmer Vernooij2011-09-282-4/+289
* s4:libcli/resolve: only try broadcast messages to ipv4 addressesStefan Metzmacher2011-09-281-2/+12
* libcliraw: Make smb_raw_write_recv public and include it in a public header.Jelmer Vernooij2011-09-252-1/+2
* s4:auth - remove unused variablesMatthias Dieter Wallnöfer2011-09-191-1/+0
* s4:libcli/wrepl: return NT_STATUS_CONNECTION_DISCONNECTEDStefan Metzmacher2011-09-141-3/+3
* build: make LIBWBCLIENT_OLD and auth_unix_token librariesAndrew Bartlett2011-09-081-4/+5
* s4:libcli/raw: make use of PROTOCOL_SMB2_02Stefan Metzmacher2011-09-051-1/+1
* RAW_SFILEINFO_RENAME_INFORMATION_SMB2 sends 4 bytes of uninitialized data out...Jeremy Allison2011-08-271-0/+1
* credentials: Rename library to samba-credentials to avoid name clashes.Jelmer Vernooij2011-08-181-2/+2
* cli-raw: Add public libsmbclient-raw library.Jelmer Vernooij2011-08-184-5/+17
* libcliraw: Install more header files.Jelmer Vernooij2011-08-184-4/+4
* smb_common: Install some more headers.Jelmer Vernooij2011-08-181-1/+1
* libcliraw: Install request.h and signing.h.Jelmer Vernooij2011-08-181-1/+2
* smb_composite: Remove unnecessary include of signing header.Jelmer Vernooij2011-08-181-1/+0
* smb_composite: Integrate prototypes in header file.Jelmer Vernooij2011-08-183-4/+69
* s4:libcli: use tevent_ fn names instead of legacy event_ onesSimo Sorce2011-08-138-28/+28
* pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij2011-08-101-14/+14
* build: provide tevent-util as a public libraryAndrew Bartlett2011-08-082-4/+4
* gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett2011-08-032-9/+3
* gensec: split GENSEC into mechanism-dependent and runtime functionsAndrew Bartlett2011-08-031-0/+1
* s4-libcli: Fix the fd leak. Close open file descriptor before return.Amitay Isaacs2011-08-031-2/+4
* s4-libcli: get_acl and set_acl require raw_open to set security descriptorAmitay Isaacs2011-08-031-15/+75
* s4-libcli: Check if short_name is not null, before converting to python stringAmitay Isaacs2011-08-031-1/+8
* s4-libcli: Replace smb_composite_connect() with smb_full_connection()Amitay Isaacs2011-08-031-24/+20
* s4-libcli: Added python SMB methods for mkdir(), rmdir(), chkpath()Amitay Isaacs2011-08-031-11/+97
* s4-libcli: Initialize stack structure variables to zero.Amitay Isaacs2011-07-281-14/+45
* s4-libcli: Added python interface for file I/O using SMBAmitay Isaacs2011-07-282-0/+393
* cli_composite: Lowercase name.Jelmer Vernooij2011-07-262-3/+3
* cli_smb_common: Lowercase name.Jelmer Vernooij2011-07-261-2/+2
* cli_cldap: Lowercase name.Jelmer Vernooij2011-07-261-1/+1
* cli_raw: Make name lowercase.Jelmer Vernooij2011-07-233-4/+4
* charset: Make name lowercase everywhere.Jelmer Vernooij2011-07-231-1/+1
* s4:libcli/raw: s/SMBchkpth/SMBcheckpathStefan Metzmacher2011-07-122-2/+2
* s4:libcli/raw: remove SMBkeepaliveStefan Metzmacher2011-07-121-1/+0
* libcli/smb move FILE_TYPE constants in commonAndrew Bartlett2011-07-061-8/+0
* libcli/smb move enum protocol_types to a common headerAndrew Bartlett2011-07-061-0/+1