index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
libcli
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s4:libcli/raw: remove unused smb_len(), _smb_setlen() and _smb2_setlen() macros
Stefan Metzmacher
2011-10-19
1
-6
/
+0
*
s4:libcli/smb2: make use of _smb_setlen_tcp()
Stefan Metzmacher
2011-10-19
1
-2
/
+2
*
s4:libcli/raw: make use of _smb_setlen_nbt()
Stefan Metzmacher
2011-10-19
2
-2
/
+2
*
s3: remove duplicate fsctl fn definitions
David Disseldorp
2011-10-19
1
-11
/
+0
*
libcli: move ioctl function field defs to smb_constants
David Disseldorp
2011-10-19
2
-60
/
+1
*
gensec: move event context from gensec_*_init() to gensec_update()
Andrew Bartlett
2011-10-18
3
-4
/
+7
*
lib/param move source4 param code to the top level
Andrew Bartlett
2011-10-11
3
-6
/
+2
*
libcli/cldap: don't pass tevent_context to cldap_socket_init()
Stefan Metzmacher
2011-10-10
1
-3
/
+3
*
libcli/cldap: pass tevent_context to cldap_netlogon_send()
Stefan Metzmacher
2011-10-10
1
-1
/
+2
*
s4-ldap: added DSDB_CONTROL_NO_GLOBAL_CATALOG to ldap encoding list
Andrew Tridgell
2011-10-04
1
-18
/
+7
*
s4: add SMB2_FSCTL opcodes
David Disseldorp
2011-09-29
1
-0
/
+14
*
s4:libcli/smb2: ignore SMB2_OP_CANCEL responses
Stefan Metzmacher
2011-09-28
1
-0
/
+10
*
s4:libcli/smb2: correctly sign SMB2_OP_CANCEL request if they belong to a ses...
Stefan Metzmacher
2011-09-28
1
-0
/
+1
*
s4:libcli/smb2: don't try to check the signing if we got NT_STATUS_USER_SESSI...
Stefan Metzmacher
2011-09-28
1
-1
/
+2
*
libcli: Install libcli.h.
Jelmer Vernooij
2011-09-28
2
-4
/
+289
*
s4:libcli/resolve: only try broadcast messages to ipv4 addresses
Stefan Metzmacher
2011-09-28
1
-2
/
+12
*
libcliraw: Make smb_raw_write_recv public and include it in a public header.
Jelmer Vernooij
2011-09-25
2
-1
/
+2
*
s4:auth - remove unused variables
Matthias Dieter Wallnöfer
2011-09-19
1
-1
/
+0
*
s4:libcli/wrepl: return NT_STATUS_CONNECTION_DISCONNECTED
Stefan Metzmacher
2011-09-14
1
-3
/
+3
*
build: make LIBWBCLIENT_OLD and auth_unix_token libraries
Andrew Bartlett
2011-09-08
1
-4
/
+5
*
s4:libcli/raw: make use of PROTOCOL_SMB2_02
Stefan Metzmacher
2011-09-05
1
-1
/
+1
*
RAW_SFILEINFO_RENAME_INFORMATION_SMB2 sends 4 bytes of uninitialized data out...
Jeremy Allison
2011-08-27
1
-0
/
+1
*
credentials: Rename library to samba-credentials to avoid name clashes.
Jelmer Vernooij
2011-08-18
1
-2
/
+2
*
cli-raw: Add public libsmbclient-raw library.
Jelmer Vernooij
2011-08-18
4
-5
/
+17
*
libcliraw: Install more header files.
Jelmer Vernooij
2011-08-18
4
-4
/
+4
*
smb_common: Install some more headers.
Jelmer Vernooij
2011-08-18
1
-1
/
+1
*
libcliraw: Install request.h and signing.h.
Jelmer Vernooij
2011-08-18
1
-1
/
+2
*
smb_composite: Remove unnecessary include of signing header.
Jelmer Vernooij
2011-08-18
1
-1
/
+0
*
smb_composite: Integrate prototypes in header file.
Jelmer Vernooij
2011-08-18
3
-4
/
+69
*
s4:libcli: use tevent_ fn names instead of legacy event_ ones
Simo Sorce
2011-08-13
8
-28
/
+28
*
pytalloc: Use consistent prefix for functions, add ABI file.
Jelmer Vernooij
2011-08-10
1
-14
/
+14
*
build: provide tevent-util as a public library
Andrew Bartlett
2011-08-08
2
-4
/
+4
*
gensec: clarify memory ownership for gensec_session_info() and gensec_session...
Andrew Bartlett
2011-08-03
2
-9
/
+3
*
gensec: split GENSEC into mechanism-dependent and runtime functions
Andrew Bartlett
2011-08-03
1
-0
/
+1
*
s4-libcli: Fix the fd leak. Close open file descriptor before return.
Amitay Isaacs
2011-08-03
1
-2
/
+4
*
s4-libcli: get_acl and set_acl require raw_open to set security descriptor
Amitay Isaacs
2011-08-03
1
-15
/
+75
*
s4-libcli: Check if short_name is not null, before converting to python string
Amitay Isaacs
2011-08-03
1
-1
/
+8
*
s4-libcli: Replace smb_composite_connect() with smb_full_connection()
Amitay Isaacs
2011-08-03
1
-24
/
+20
*
s4-libcli: Added python SMB methods for mkdir(), rmdir(), chkpath()
Amitay Isaacs
2011-08-03
1
-11
/
+97
*
s4-libcli: Initialize stack structure variables to zero.
Amitay Isaacs
2011-07-28
1
-14
/
+45
*
s4-libcli: Added python interface for file I/O using SMB
Amitay Isaacs
2011-07-28
2
-0
/
+393
*
cli_composite: Lowercase name.
Jelmer Vernooij
2011-07-26
2
-3
/
+3
*
cli_smb_common: Lowercase name.
Jelmer Vernooij
2011-07-26
1
-2
/
+2
*
cli_cldap: Lowercase name.
Jelmer Vernooij
2011-07-26
1
-1
/
+1
*
cli_raw: Make name lowercase.
Jelmer Vernooij
2011-07-23
3
-4
/
+4
*
charset: Make name lowercase everywhere.
Jelmer Vernooij
2011-07-23
1
-1
/
+1
*
s4:libcli/raw: s/SMBchkpth/SMBcheckpath
Stefan Metzmacher
2011-07-12
2
-2
/
+2
*
s4:libcli/raw: remove SMBkeepalive
Stefan Metzmacher
2011-07-12
1
-1
/
+0
*
libcli/smb move FILE_TYPE constants in common
Andrew Bartlett
2011-07-06
1
-8
/
+0
*
libcli/smb move enum protocol_types to a common header
Andrew Bartlett
2011-07-06
1
-0
/
+1
[prev]
[next]