summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2012-09-29s3:libsmb: use smbXcli_conn_remote_name() in smb2_tcon_send()Stefan Metzmacher1-4/+2
2012-09-29s3:libsmb: make cli_echo* protocol independentStefan Metzmacher1-32/+23
2012-09-26Fix bug #9213 - Bad ASN.1 NegTokenInit packet can cause invalid free.Jeremy Allison1-0/+4
2012-09-24s3-pylibsmb: Use Py_RETURN_NONEVolker Lendecke1-9/+4
2012-09-23s3-pylibsmb: Add get_oplock_breakVolker Lendecke1-0/+120
2012-09-23s3-pylibsmb: Factor out py_tevent_cond_signalVolker Lendecke1-3/+9
2012-09-23s3-pylibsmb: Reduce the number of warningsVolker Lendecke1-14/+32
2012-09-23s3: Convert cli_oplock_break_waiter to smbXcliVolker Lendecke1-5/+18
2012-09-23s3: Add "readdir" to pylibsmbVolker Lendecke1-0/+72
2012-09-23s3: Fix some nonempty line endingsVolker Lendecke1-4/+4
2012-09-23s3-pylibsmb: move py_tevent_req_wait_exc up in the fileChristian Ambach1-19/+19
2012-09-23s3-pylibsmb: Factor out py_tevent_cond_waitVolker Lendecke1-14/+19
2012-09-17s3:libsmb fix a double free errorChristian Ambach1-1/+0
2012-09-16s3:libsmb fix a potential crashChristian Ambach1-9/+12
2012-09-12Avoid overriding default ccache for ads operations.Simo Sorce2-3/+3
2012-09-04s3: Fix memleaks in pylibsmb.cVolker Lendecke1-2/+2
2012-08-30s3:libsmb correctly set isFsctl for snapshot listChristian Ambach1-1/+1
2012-08-22Fix bug in SMB_FIND_INFO_STANDARD parsing found by Volker.Jeremy Allison1-1/+3
2012-08-16s3-libsmb: Add a python wrapperVolker Lendecke1-0/+671
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison5-8/+23
2012-08-09Fix missing ads_destroy in error path.Jeremy Allison1-0/+1
2012-08-04s3:libsmb: add EXTENDED_SIGNATURE support in cli_tcon_andx*()Stefan Metzmacher1-0/+5
2012-08-01s3:libsmb: add a optional_support helper variableStefan Metzmacher1-1/+6
2012-08-01s3:libsmb: add a tcon_flags helper variableStefan Metzmacher1-1/+4
2012-08-01s3:libsmb: remove unused cli_state->user_session_keyStefan Metzmacher2-21/+0
2012-08-01s3:libsmb: make use of smb1cli_session_set_session_key()Stefan Metzmacher1-0/+24
2012-07-31s3: Fix Coverity ID 710791 Resource leakVolker Lendecke1-0/+1
2012-07-29s3-libsmbclient: Add missing talloc_stackframe() callsAndrew Bartlett1-0/+16
2012-07-27lib/param: Rename "socket address" to "nbt client socket address" to clarify ...Andrew Bartlett1-2/+2
2012-07-25libcli/smb: pass smbXcli_session to smb2cli_tcon_set_values()Stefan Metzmacher1-0/+1
2012-07-25libcli/smb: there's no PID field in the SMB2/3 header anymoreStefan Metzmacher1-2/+0
2012-07-25libcli/smb: pass smbXcli_tcon to smb2cli_req_create/send()Stefan Metzmacher1-7/+2
2012-07-25s3:libsmb: remove unused tcon specific elements from cli_state->smb2Stefan Metzmacher1-11/+13
2012-07-25s3:libsmb: remove cli_state->smb2.tidStefan Metzmacher1-4/+9
2012-07-24libcli/smb: pass smbXcli_tcon to smb2cli_ioctl*()Stefan Metzmacher1-1/+1
2012-07-24libcli/smb: pass smbXcli_tcon to smb2cli_write*()Stefan Metzmacher1-1/+1
2012-07-24libcli/smb: pass smbXcli_tcon to smb2cli_read*()Stefan Metzmacher1-1/+1
2012-07-24libcli/smb: pass smbXcli_tcon to smb2cli_close*()Stefan Metzmacher1-4/+5
2012-07-24libcli/smb: pass smbXcli_tcon to smb2cli_create*()Stefan Metzmacher1-1/+1
2012-07-24s3:libsmb: setup a smbXcli_tcon for SMB2Stefan Metzmacher1-0/+14
2012-07-24libcli/smb: pass down smbXcli_tcon to smb1cli_req_create/send() and smb1cli_t...Stefan Metzmacher2-12/+6
2012-07-24s3:libsmb: use a smbXcli_tcon instead of uint16_t cli_state->smb1.tidStefan Metzmacher1-4/+8
2012-07-24s3:libsmb: make use of cli_state_[g|s]et_tid()Stefan Metzmacher4-8/+19
2012-07-24lib/param: Move all enum declarations to lib/paramAndrew Bartlett1-0/+1
2012-07-24param: Make the 'unicode' parameter commonAndrew Bartlett1-0/+3
2012-07-24libcli/smb: pass down smbXcli_session to smb1cli_req_create/send() and smb1cl...Stefan Metzmacher2-12/+6
2012-07-23s3:libsmb: use cli_state_{g,s}et_uid instead of smb1.uid directlyLuk Claes3-8/+19
2012-07-19Move everything to use the common pidfile functions.Jeremy Allison1-1/+2
2012-07-19Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison1-1/+1
2012-07-19s3-param: Make lp_name_resolve_order() return a listAndrew Bartlett2-22/+25