index
:
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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
libsmb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid overriding default ccache for ads operations.
Simo Sorce
2012-09-12
2
-3
/
+3
*
s3: Fix memleaks in pylibsmb.c
Volker Lendecke
2012-09-04
1
-2
/
+2
*
s3:libsmb correctly set isFsctl for snapshot list
Christian Ambach
2012-08-30
1
-1
/
+1
*
Fix bug in SMB_FIND_INFO_STANDARD parsing found by Volker.
Jeremy Allison
2012-08-22
1
-1
/
+3
*
s3-libsmb: Add a python wrapper
Volker Lendecke
2012-08-16
1
-0
/
+671
*
Check error returns from strupper_m() (in all reasonable places).
Jeremy Allison
2012-08-09
5
-8
/
+23
*
Fix missing ads_destroy in error path.
Jeremy Allison
2012-08-09
1
-0
/
+1
*
s3:libsmb: add EXTENDED_SIGNATURE support in cli_tcon_andx*()
Stefan Metzmacher
2012-08-04
1
-0
/
+5
*
s3:libsmb: add a optional_support helper variable
Stefan Metzmacher
2012-08-01
1
-1
/
+6
*
s3:libsmb: add a tcon_flags helper variable
Stefan Metzmacher
2012-08-01
1
-1
/
+4
*
s3:libsmb: remove unused cli_state->user_session_key
Stefan Metzmacher
2012-08-01
2
-21
/
+0
*
s3:libsmb: make use of smb1cli_session_set_session_key()
Stefan Metzmacher
2012-08-01
1
-0
/
+24
*
s3: Fix Coverity ID 710791 Resource leak
Volker Lendecke
2012-07-31
1
-0
/
+1
*
s3-libsmbclient: Add missing talloc_stackframe() calls
Andrew Bartlett
2012-07-29
1
-0
/
+16
*
lib/param: Rename "socket address" to "nbt client socket address" to clarify ...
Andrew Bartlett
2012-07-27
1
-2
/
+2
*
libcli/smb: pass smbXcli_session to smb2cli_tcon_set_values()
Stefan Metzmacher
2012-07-25
1
-0
/
+1
*
libcli/smb: there's no PID field in the SMB2/3 header anymore
Stefan Metzmacher
2012-07-25
1
-2
/
+0
*
libcli/smb: pass smbXcli_tcon to smb2cli_req_create/send()
Stefan Metzmacher
2012-07-25
1
-7
/
+2
*
s3:libsmb: remove unused tcon specific elements from cli_state->smb2
Stefan Metzmacher
2012-07-25
1
-11
/
+13
*
s3:libsmb: remove cli_state->smb2.tid
Stefan Metzmacher
2012-07-25
1
-4
/
+9
*
libcli/smb: pass smbXcli_tcon to smb2cli_ioctl*()
Stefan Metzmacher
2012-07-24
1
-1
/
+1
*
libcli/smb: pass smbXcli_tcon to smb2cli_write*()
Stefan Metzmacher
2012-07-24
1
-1
/
+1
*
libcli/smb: pass smbXcli_tcon to smb2cli_read*()
Stefan Metzmacher
2012-07-24
1
-1
/
+1
*
libcli/smb: pass smbXcli_tcon to smb2cli_close*()
Stefan Metzmacher
2012-07-24
1
-4
/
+5
*
libcli/smb: pass smbXcli_tcon to smb2cli_create*()
Stefan Metzmacher
2012-07-24
1
-1
/
+1
*
s3:libsmb: setup a smbXcli_tcon for SMB2
Stefan Metzmacher
2012-07-24
1
-0
/
+14
*
libcli/smb: pass down smbXcli_tcon to smb1cli_req_create/send() and smb1cli_t...
Stefan Metzmacher
2012-07-24
2
-12
/
+6
*
s3:libsmb: use a smbXcli_tcon instead of uint16_t cli_state->smb1.tid
Stefan Metzmacher
2012-07-24
1
-4
/
+8
*
s3:libsmb: make use of cli_state_[g|s]et_tid()
Stefan Metzmacher
2012-07-24
4
-8
/
+19
*
lib/param: Move all enum declarations to lib/param
Andrew Bartlett
2012-07-24
1
-0
/
+1
*
param: Make the 'unicode' parameter common
Andrew Bartlett
2012-07-24
1
-0
/
+3
*
libcli/smb: pass down smbXcli_session to smb1cli_req_create/send() and smb1cl...
Stefan Metzmacher
2012-07-24
2
-12
/
+6
*
s3:libsmb: use cli_state_{g,s}et_uid instead of smb1.uid directly
Luk Claes
2012-07-23
3
-8
/
+19
*
Move everything to use the common pidfile functions.
Jeremy Allison
2012-07-19
1
-1
/
+2
*
Move source4/smbd/pidfile into lib/util in preparation for making it in common.
Jeremy Allison
2012-07-19
1
-1
/
+1
*
s3-param: Make lp_name_resolve_order() return a list
Andrew Bartlett
2012-07-19
2
-22
/
+25
*
s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
Andrew Bartlett
2012-06-27
1
-1
/
+1
*
s3: Make --pw-nt-hash useable in smbclient
Volker Lendecke
2012-06-12
1
-0
/
+3
*
s3: Add cli_state->pw_nt_hash
Volker Lendecke
2012-06-12
2
-1
/
+9
*
s3-libsmbclient: change vnum to 0.2.0
Stefan Metzmacher
2012-06-12
2
-1
/
+173
*
s3-libsmbclient: Add OptionUseNTHash
Volker Lendecke
2012-06-12
2
-0
/
+22
*
S3: Add ntlmssp_set_password_hash
Volker Lendecke
2012-06-12
1
-0
/
+22
*
s3-libsmbclient: Make SMBC_call_auth_fn static
Volker Lendecke
2012-06-12
1
-1
/
+1
*
libsmbclient: fix use of a non-existent word (existant)
Michael Adam
2012-06-12
1
-1
/
+1
*
s3-libsmb: Fix error messages to correctly mention PLAINTEXT not LM
Andrew Bartlett
2012-06-06
1
-6
/
+6
*
s3:libsmb: fix the talloc parent of clistr_pull_talloc() in cli_notify_done()
Stefan Metzmacher
2012-06-05
1
-1
/
+1
*
s3:libsmb: change cli_sesssetup_blob_* to use uint8_t instead of char for inbuf
Stefan Metzmacher
2012-06-05
1
-8
/
+8
*
s3:libsmb: use inhdr instead of inbuf in tree connect related functions
Stefan Metzmacher
2012-06-05
1
-5
/
+5
*
s3:libsmb: use inhdr instead of inbuf in session setup related functions
Stefan Metzmacher
2012-06-05
1
-34
/
+36
*
s3:libsmb: remove unused 'inbuf' variable
Stefan Metzmacher
2012-06-05
5
-20
/
+10
[next]