summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-27s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett1-1/+1
2012-06-12s3: Make --pw-nt-hash useable in smbclientVolker Lendecke1-0/+3
2012-06-12s3: Add cli_state->pw_nt_hashVolker Lendecke2-1/+9
2012-06-12s3-libsmbclient: change vnum to 0.2.0Stefan Metzmacher2-1/+173
2012-06-12s3-libsmbclient: Add OptionUseNTHashVolker Lendecke2-0/+22
2012-06-12S3: Add ntlmssp_set_password_hashVolker Lendecke1-0/+22
2012-06-12s3-libsmbclient: Make SMBC_call_auth_fn staticVolker Lendecke1-1/+1
2012-06-12libsmbclient: fix use of a non-existent word (existant)Michael Adam1-1/+1
2012-06-06s3-libsmb: Fix error messages to correctly mention PLAINTEXT not LMAndrew Bartlett1-6/+6
2012-06-05s3:libsmb: fix the talloc parent of clistr_pull_talloc() in cli_notify_done()Stefan Metzmacher1-1/+1
2012-06-05s3:libsmb: change cli_sesssetup_blob_* to use uint8_t instead of char for inbufStefan Metzmacher1-8/+8
2012-06-05s3:libsmb: use inhdr instead of inbuf in tree connect related functionsStefan Metzmacher1-5/+5
2012-06-05s3:libsmb: use inhdr instead of inbuf in session setup related functionsStefan Metzmacher1-34/+36
2012-06-05s3:libsmb: remove unused 'inbuf' variableStefan Metzmacher5-20/+10
2012-06-05s3:libsmb: don't require a pinbuf in cli_smb_recv() to keep the memoryStefan Metzmacher1-0/+5
2012-06-03s3:libsmb: get rid of cli_smb_req_*,cli_smb_wct_ofs,cli_smb_chain_sendLuk Claes5-47/+8
2012-05-30Fix bad bugfix for bug #8910 - resolve_ads() code can return zero addresses a...Ira Cooper1-1/+1
2012-05-30Fix metze's complaint about the bugfix for bug #8953 - winbind can hang as nb...Jeremy Allison1-7/+0
2012-05-30s3:libsmb: use nb_connect_send() directly instead of doing a 0 timer for port...Stefan Metzmacher1-4/+9
2012-05-30s3:libsmb: use cli_tree_connect() instead of cli_tcon_andx()Stefan Metzmacher1-2/+2
2012-05-30s3:libsmb: fallback to SMBtcon for old serversStefan Metzmacher1-1/+15
2012-05-30build: Provide .pc file for libsmbsharemodesAndrew Bartlett1-0/+11
2012-05-28s3:cli_np_tstream: pass a leading backslash for the pipe name for SMB1Stefan Metzmacher1-1/+13
2012-05-28s3:libsmb: get rid of cli_ucs2Luk Claes7-64/+54
2012-05-28s3:libsmb: get rid of clisigning routinesLuk Claes4-62/+9
2012-05-28s3:libsmb: get rid of cli_has_async_callsLuk Claes11-75/+76
2012-05-28s3:libsmb: get rid of cli_negprotLuk Claes5-31/+9
2012-05-28s3:libsmb: get rid of cli_state_disconnectLuk Claes3-11/+1
2012-05-28s3:libsmb: get rid of cli_state_server_time_zoneLuk Claes6-23/+18
2012-05-28s3:libsmb: get rid of cli_state_security_modeLuk Claes3-9/+3
2012-05-28s3:libsmb: get rid of cli_state_server_gss_blobLuk Claes3-7/+1
2012-05-28s3:libsmb: get rid of cli_state_server_challengeLuk Claes3-11/+5
2012-05-28s3:libsmb: get rid of cli_state_encryption_onLuk Claes5-13/+6
2012-05-28s3:libsmb: get rid of cli_state_max_requestsLuk Claes3-8/+2
2012-05-28s3:libsmb: get rid of cli_state_server_session_keyLuk Claes3-10/+4
2012-05-28s3:libsmb: get rid of cli_state_capabilitiesLuk Claes12-27/+21
2012-05-28s3:libsmb: get rid of cli_state_protocolLuk Claes6-24/+18