summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-28s3:libsmb: get rid of cli_state_remote_nameLuk Claes8-23/+21
2012-05-28s3:libsmb: get rid of cli_state_*_sockaddrLuk Claes3-13/+1
2012-05-28s3:libsmb: get rid of cli_sockoptLuk Claes2-10/+0
2012-05-28s3:libsmb: remove unused (un)set_pending functionsLuk Claes3-12/+3
2012-05-23Move source3/libads/dns.c to lib/addnsSimo Sorce2-2/+2
2012-05-23s3-ads-dns: Avoid unnecessary dependenciesSimo Sorce1-1/+8
2012-05-23s3-ads-dns: Break dependency on lp_parmSimo Sorce2-11/+23
2012-05-22Fix bug #8953 - winbind can hang as nbt_getdc() has no timeout.Jeremy Allison3-1/+14
2012-05-22Added torture test for bug #8910. Test remove_duplicate_addrs2().Jeremy Allison1-1/+1
2012-05-15libcli/smb: move smb2cli_ioctl.c from source3 to the toplevelBjörn Baumbach2-372/+0
2012-05-15libcli/smb: move smb2cli_query_directory.c from source3 to the toplevelBjörn Baumbach2-242/+1
2012-05-15libcli/smb: move smb2cli_query_info.c from source3 to the toplevelBjörn Baumbach2-286/+0
2012-05-15libcli/smb: move smb2cli_set_info.c from source3 to the toplevelBjörn Baumbach2-209/+0
2012-05-15libcli/smb: move smb2cli_flush.c from source3 to the toplevelBjörn Baumbach2-149/+0
2012-05-15libcli/smb: move smb2cli_write.c from source3 to the toplevelBjörn Baumbach2-189/+0
2012-05-15libcli/smb: move smb2cli_read.c from source3 to the toplevelBjörn Baumbach2-217/+0
2012-05-15libcli/smb: move smb2cli_close.c from source3 to the toplevelStefan Metzmacher2-155/+0
2012-05-15libcli/smb: move smb2cli_create.c from source3 to the toplevelStefan Metzmacher2-316/+0
2012-05-15s3:libsmb: avoid interpret_long_date() in smb2cli_createStefan Metzmacher1-8/+8
2012-05-15s3:cli_np_tstream: include smbXcli_base.h, because we'll use functions from t...Stefan Metzmacher1-0/+1
2012-05-14libcli/smb: move smb2cli_logoff_* from source3 to the top levelStefan Metzmacher2-140/+0
2012-05-14s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_write.cStefan Metzmacher1-2/+2
2012-05-14s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_session.cStefan Metzmacher1-2/+2
2012-05-14s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_read.cStefan Metzmacher1-2/+2
2012-05-14s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_query_directory.cStefan Metzmacher1-2/+2
2012-05-14s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_ioctl.cStefan Metzmacher1-1/+1
2012-05-14s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_flush.cStefan Metzmacher1-2/+2
2012-05-14s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_create.cStefan Metzmacher1-2/+2