summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2011-10-22s4-cldap: fix cldap_socket_init to always specify the dest if local is NULLMatthieu Patou1-17/+18
2011-10-21s4-resolv: fix resolution of SRV records pointing to A and AAAA recordsMatthieu Patou1-161/+238
2011-10-21libcli/smb: move some common defines to smb_constants.hStefan Metzmacher1-28/+0
2011-10-19s4:libcli/raw: remove unused smb_len(), _smb_setlen() and _smb2_setlen() macrosStefan Metzmacher1-6/+0
2011-10-19s4:libcli/smb2: make use of _smb_setlen_tcp()Stefan Metzmacher1-2/+2
2011-10-19s4:libcli/raw: make use of _smb_setlen_nbt()Stefan Metzmacher2-2/+2
2011-10-19s3: remove duplicate fsctl fn definitionsDavid Disseldorp1-11/+0
2011-10-19libcli: move ioctl function field defs to smb_constantsDavid Disseldorp2-60/+1
2011-10-18gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett3-4/+7
2011-10-11lib/param move source4 param code to the top levelAndrew Bartlett3-6/+2
2011-10-10libcli/cldap: don't pass tevent_context to cldap_socket_init()Stefan Metzmacher1-3/+3
2011-10-10libcli/cldap: pass tevent_context to cldap_netlogon_send()Stefan Metzmacher1-1/+2
2011-10-04s4-ldap: added DSDB_CONTROL_NO_GLOBAL_CATALOG to ldap encoding listAndrew Tridgell1-18/+7
2011-09-29s4: add SMB2_FSCTL opcodesDavid Disseldorp1-0/+14
2011-09-28s4:libcli/smb2: ignore SMB2_OP_CANCEL responsesStefan Metzmacher1-0/+10
2011-09-28s4:libcli/smb2: correctly sign SMB2_OP_CANCEL request if they belong to a ses...Stefan Metzmacher1-0/+1
2011-09-28s4:libcli/smb2: don't try to check the signing if we got NT_STATUS_USER_SESSI...Stefan Metzmacher1-1/+2
2011-09-28libcli: Install libcli.h.Jelmer Vernooij2-4/+289
2011-09-28s4:libcli/resolve: only try broadcast messages to ipv4 addressesStefan Metzmacher1-2/+12
2011-09-25libcliraw: Make smb_raw_write_recv public and include it in a public header.Jelmer Vernooij2-1/+2
2011-09-19s4:auth - remove unused variablesMatthias Dieter Wallnöfer1-1/+0
2011-09-14s4:libcli/wrepl: return NT_STATUS_CONNECTION_DISCONNECTEDStefan Metzmacher1-3/+3
2011-09-08build: make LIBWBCLIENT_OLD and auth_unix_token librariesAndrew Bartlett1-4/+5
2011-09-05s4:libcli/raw: make use of PROTOCOL_SMB2_02Stefan Metzmacher1-1/+1
2011-08-27RAW_SFILEINFO_RENAME_INFORMATION_SMB2 sends 4 bytes of uninitialized data out...Jeremy Allison1-0/+1
2011-08-18credentials: Rename library to samba-credentials to avoid name clashes.Jelmer Vernooij1-2/+2
2011-08-18cli-raw: Add public libsmbclient-raw library.Jelmer Vernooij4-5/+17
2011-08-18libcliraw: Install more header files.Jelmer Vernooij4-4/+4
2011-08-18smb_common: Install some more headers.Jelmer Vernooij1-1/+1
2011-08-18libcliraw: Install request.h and signing.h.Jelmer Vernooij1-1/+2
2011-08-18smb_composite: Remove unnecessary include of signing header.Jelmer Vernooij1-1/+0
2011-08-18smb_composite: Integrate prototypes in header file.Jelmer Vernooij3-4/+69
2011-08-13s4:libcli: use tevent_ fn names instead of legacy event_ onesSimo Sorce8-28/+28
2011-08-10pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij1-14/+14
2011-08-08build: provide tevent-util as a public libraryAndrew Bartlett2-4/+4
2011-08-03gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett2-9/+3
2011-08-03gensec: split GENSEC into mechanism-dependent and runtime functionsAndrew Bartlett1-0/+1
2011-08-03s4-libcli: Fix the fd leak. Close open file descriptor before return.Amitay Isaacs1-2/+4
2011-08-03s4-libcli: get_acl and set_acl require raw_open to set security descriptorAmitay Isaacs1-15/+75
2011-08-03s4-libcli: Check if short_name is not null, before converting to python stringAmitay Isaacs1-1/+8
2011-08-03s4-libcli: Replace smb_composite_connect() with smb_full_connection()Amitay Isaacs1-24/+20
2011-08-03s4-libcli: Added python SMB methods for mkdir(), rmdir(), chkpath()Amitay Isaacs1-11/+97
2011-07-28s4-libcli: Initialize stack structure variables to zero.Amitay Isaacs1-14/+45
2011-07-28s4-libcli: Added python interface for file I/O using SMBAmitay Isaacs2-0/+393
2011-07-26cli_composite: Lowercase name.Jelmer Vernooij2-3/+3
2011-07-26cli_smb_common: Lowercase name.Jelmer Vernooij1-2/+2
2011-07-26cli_cldap: Lowercase name.Jelmer Vernooij1-1/+1
2011-07-23cli_raw: Make name lowercase.Jelmer Vernooij3-4/+4
2011-07-23charset: Make name lowercase everywhere.Jelmer Vernooij1-1/+1
2011-07-12s4:libcli/raw: s/SMBchkpth/SMBcheckpathStefan Metzmacher2-2/+2