index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
libsmb
Commit message (
Expand
)
Author
Age
Files
Lines
*
libsmb: Resolve special _recv handling in cli_ntcreate
Volker Lendecke
2019-02-25
1
-12
/
+28
*
libsmb: Fix a resource leak in cli_posix_mkdir
Volker Lendecke
2019-02-22
1
-1
/
+1
*
libsmb: Pull up wire_flags calculation from open_internal
Volker Lendecke
2019-02-22
1
-11
/
+10
*
libsmb: Convert cli_posix_open to normal tevent_req pattern
Volker Lendecke
2019-02-22
1
-56
/
+143
*
set caller allocation units in statvfs f_bavail
Mark Niggemann
2019-02-22
1
-0
/
+2
*
lib:util: Move discard_const(_p) to own header for libndr.h
Andreas Schneider
2019-02-14
1
-0
/
+1
*
libsmb,s3/smbd: dump SMB3+ session keys if debug parm is set
Aurelien Aptel
2019-02-09
1
-0
/
+57
*
s3/libsmb/py: match input argument types with C types
Douglas Bagnall
2019-02-08
1
-3
/
+3
*
Cleanup (decref) some objects added to list.
Noel Power
2019-02-07
1
-0
/
+1
*
Decrement references to python objects passed to Py_BuildValue
Noel Power
2019-02-07
1
-2
/
+5
*
s3:pylibsmb: Initialize pointers to NULL in new API code
Tim Beale
2019-01-26
1
-4
/
+4
*
s3:libsmb: Store file allocation size in struct file_info.
Jeremy Allison
2019-01-18
1
-0
/
+1
*
s3:libsmb: parse_finfo_id_both_directory_info capture FileID in SMB2_FIND_ID_...
Puran Chand
2019-01-18
1
-0
/
+1
*
s3:pylibsmb: Add FILE_READ_ATTRIBUTES access to .loadfile() API
Tim Beale
2019-01-17
1
-1
/
+2
*
s3:pylibsmb: Add .set_acl API to SMB py bindings
Tim Beale
2019-01-17
1
-0
/
+51
*
s3:libsmb: Honor disable_netbios option in smbsock_connect_send
Justin Stephenson
2019-01-16
1
-0
/
+7
*
s3:pylibsmb: Add .get_acl() API to SMB py bindings
Tim Beale
2019-01-14
1
-0
/
+53
*
s3:libsmb: cli_smb2_list() can sometimes fail initially on a connection
Tim Beale
2019-01-10
1
-1
/
+13
*
s3:smbpasswd: Print debug message about Netbios
Justin Stephenson
2019-01-09
1
-4
/
+12
*
s3:libsmb: Print debug message about Netbios
Justin Stephenson
2019-01-09
2
-0
/
+8
*
s3:libsmb: Check disable_netbios in socket connect
Justin Stephenson
2019-01-09
1
-0
/
+5
*
s3:libsmb: Revert SMB Py bindings name back to libsmb_samba_internal
Tim Beale
2019-01-09
1
-5
/
+8
*
libsmb: Use strlcpy instead of StrnCpy
Volker Lendecke
2019-01-08
1
-1
/
+1
*
s3:pylibsmb: Add flags used by .list() to SMB Py bindings
Tim Beale
2019-01-07
1
-0
/
+20
*
s3:pylibsmb: Rename 'credentials' param to match s4
Tim Beale
2019-01-07
1
-1
/
+1
*
s3:pylibsmb: Rename libsmb_samba_internal Py bindings to libsmb
Tim Beale
2019-01-07
1
-4
/
+4
*
s3:pylibsmb: Add .deltree() API to SMB py bindings
Tim Beale
2019-01-07
1
-0
/
+95
*
s3:pylibsmb: Minor refactor to py_cli_list() variables
Tim Beale
2019-01-07
1
-5
/
+5
*
s3:libsmb: Avoid duplicated code by making cli_read_sink() public
Tim Beale
2019-01-07
3
-10
/
+7
*
s3:pylibsmb: Add .loadfile() API to SMB py bindings
Tim Beale
2019-01-07
1
-0
/
+131
*
s3:pylibsmb: Add .savefile() API to SMB py bindings
Tim Beale
2019-01-07
1
-0
/
+89
*
s3:pylibsmb: Free async .list() memory
Tim Beale
2019-01-07
1
-0
/
+3
*
s3:pylibsmb: Make s3 and s4 listings return the same dict
Tim Beale
2019-01-07
1
-3
/
+17
*
s3:pylibsmb: Don't return '.'/'..' in .list()
Tim Beale
2019-01-07
1
-0
/
+5
*
s3:pylibsmb: Make .list() work for SMBv2
Tim Beale
2019-01-07
1
-8
/
+16
*
s3:pylibsmb: Split code out into do_listing() helper
Tim Beale
2019-01-07
1
-31
/
+50
*
s3:pylibsmb: Split out code into list_helper()
Tim Beale
2019-01-07
1
-15
/
+27
*
s3:pylibsmb: Consolidate .readdir()/.list() py bindings API
Tim Beale
2019-01-07
1
-9
/
+23
*
s3:pylibsmb: Add .chkpath() API to SMB py bindings
Tim Beale
2019-01-07
1
-0
/
+39
*
s3:pylibsmb: Add .mkdir(), .rmdir() APIS to SMB py bindings
Tim Beale
2019-01-07
1
-0
/
+70
*
s3:pylibsmb: Add .unlink() API to SMB Py bindings
Tim Beale
2019-01-07
1
-0
/
+43
*
s3:pylibsmb: Make lp a mandatory param for the SMB connection
Tim Beale
2019-01-07
1
-3
/
+4
*
s3:pylibsmb: add settimeout()
Stefan Metzmacher
2018-12-23
1
-0
/
+16
*
s3:pylibsmb: allow ImpersonationLevel argument to create()
Stefan Metzmacher
2018-12-13
1
-3
/
+3
*
s3:libsmb: pass impersonation_level to cli_ntcreate_send()
Stefan Metzmacher
2018-12-13
4
-5
/
+10
*
s3:libsmb: pass ImpersonationLevel to cli_ntcreate1_send()
Stefan Metzmacher
2018-12-13
1
-2
/
+3
*
s3:libsmb: pass impersonation_level to cli_smb2_create_fnum()
Stefan Metzmacher
2018-12-13
2
-1
/
+18
*
s3:libsmb: pass impersonation_level to cli_smb2_create_fnum_send()
Stefan Metzmacher
2018-12-13
3
-2
/
+8
*
s3:pylibsmb: make use of protocol independent cli_read_send/recv in py_cli_re...
Stefan Metzmacher
2018-12-13
1
-8
/
+29
*
s3:pylibsmb: make use of protocol independent cli_write_send/recv in py_cli_w...
Stefan Metzmacher
2018-12-13
1
-3
/
+3
[next]