summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* s3: Add some constVolker Lendecke2011-11-251-2/+2
* s3:smb2cli: zero tid in smb2cli_tdis*Stefan Metzmacher2011-11-241-0/+6
* s3:smb2cli: free session in smb2cli_logoff*Stefan Metzmacher2011-11-241-1/+7
* s3:libsmb: make use of cli_tree_connect()Stefan Metzmacher2011-11-243-9/+11
* s3:libsmb: add cli_tree_connect() for a generic tree connectStefan Metzmacher2011-11-242-0/+17
* s3:smb2cli: remove unused smb2cli_sesssetup_ntlmssp*Stefan Metzmacher2011-11-242-213/+0
* s3:libsmb: add SMB2 support to cli_session_setup()Stefan Metzmacher2011-11-241-20/+122
* s3:libsmb: implement cli_trans* on top of smb1cli_trans*Stefan Metzmacher2011-11-241-687/+120
* s3:smb2cli: remove unused smb2cli_negprot()Stefan Metzmacher2011-11-242-32/+0
* s3:smb2cli: pass struct smbXcli_conn directly to smb2cli_req_create/_send()Stefan Metzmacher2011-11-248-75/+15
* s3:libsmb: implement cli_state based functions on top of smbXcli_conn/smbXcli...Stefan Metzmacher2011-11-2410-1633/+243
* s3:smb2cli: add forward declaration for struct cli_stateStefan Metzmacher2011-11-241-0/+1
* s3:smb2cli: make smb2cli_session_setup_send/recv non-staticStefan Metzmacher2011-11-242-5/+23
* s3:smb2cli: make use of smbXcli_session and setup the session key for SMB2 si...Stefan Metzmacher2011-11-249-65/+176
* s3:smb2cli: implement smb2cli_negprot() on top of smbXcli_negprot()Stefan Metzmacher2011-11-242-151/+15
* smbXcli: pass client_guid to smbXcli_conn_create()Stefan Metzmacher2011-11-241-1/+2
* s3:smb2cli: replace smb2cli_base.c code with the more generic smbXcli_base.c ...Stefan Metzmacher2011-11-242-780/+35
* s3:libsmb: close fd on error in cli_connect_nb()Stefan Metzmacher2011-11-211-0/+2
* s3:libsmb: verify num_setup for SMBnttrans in cli_pull_trans()Stefan Metzmacher2011-11-181-0/+4
* s3:libsmb: fix compiler warning in cli_pull_trans()Stefan Metzmacher2011-11-181-1/+3
* s3:libsmb: only align unicode pipe_name (bug #8586)Stefan Metzmacher2011-11-181-7/+11
* s3-libsmb/passchange.c: remove some cli_nt_error() callsBjörn Baumbach2011-11-161-2/+0
* s3-libsmb/clidfs.c: remove cli_nt_error()Björn Baumbach2011-11-161-2/+2
* s3-libsmb: introduce option to disable dos error mappingBjörn Baumbach2011-11-162-1/+3
* Revert "Fix bug #8453 - smbclient segfaults when dialect option -m is used fo...Stefan Metzmacher2011-11-161-13/+0
* s3:libsmb: always init cli->{server_os,server_domain,server_type}Stefan Metzmacher2011-11-161-0/+13
* s3:libsmb: consistently use state->size in cli_write_andx_create() (bug #5326)Stefan Metzmacher2011-11-091-1/+1
* s3:libsmb: fix cli_write_and_x() against OS/2 print shares (bug #5326)Stefan Metzmacher2011-11-081-4/+15
* s3:libsmb: correctly parse the LANMAN2.1 negprot response from OS/2 (bug #8584)Stefan Metzmacher2011-11-081-4/+30
* s3:libsmb: key_len is 8bit only in the NT1 caseStefan Metzmacher2011-11-081-1/+1
* s3:libsmb: return NT_STATUS_OK for if a request is not the last one in the chainStefan Metzmacher2011-11-071-0/+6
* s3:libsmb: make sure have_andx_command() returns false for non AndX commandsStefan Metzmacher2011-11-071-3/+7
* s3:libsmb: remember the seqnum on all chained requestsStefan Metzmacher2011-11-071-0/+6
* s3:libsmb: get cmd of the chained request before changing wct_ofsStefan Metzmacher2011-11-071-2/+1
* s3:smb2cli: ignore the NBT/Length header in smb2cli_inbuf_parse_compound()Stefan Metzmacher2011-11-061-7/+7
* s3:libsmb: also remember the optional server name from the negprot responseStefan Metzmacher2011-11-041-2/+23
* s3:libsmb: the workgroup in the non-extended-security negprot is not aligned ...Stefan Metzmacher2011-11-041-2/+5
* nbt: trim down header dependencies of nbt.idl.Günther Deschner2011-11-031-0/+1
* librpc: remove nbt dependency to samr.Günther Deschner2011-11-031-0/+1
* s3:libsmb: make use of SMB_SIGNING_* constantsStefan Metzmacher2011-11-031-4/+4
* s3:libsmb: make use of SMB_SIGNING_* constantsStefan Metzmacher2011-11-031-5/+5
* s3:libsmb: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher2011-11-034-6/+6
* s3:param: the behavior of "client/server signing = auto" is the same as "true"Stefan Metzmacher2011-11-031-1/+0
* s3:libsmb: restore the 3.6.x behavior signing config parametersStefan Metzmacher2011-11-031-7/+1
* s3-trustdomcache: make enumerate_domain_trusts() static.Günther Deschner2011-11-022-101/+103
* replace: Add don't include unistd.h directly and add uid_wrapper.Andreas Schneider2011-10-271-0/+1
* s3:libsmb: make use of map_nt_error_from_unix_common() in clitrans.cStefan Metzmacher2011-10-261-1/+1
* s3:libsmb: avoid using smb_flg2 in cli_trans.cStefan Metzmacher2011-10-261-1/+3
* s3:libsmb: replace smb_size - 4 with MIN_SMB_SIZE in clitrans.cStefan Metzmacher2011-10-261-1/+1
* s3:libsmb: use 'tevent_' instead of 'event_' in clitrans.cStefan Metzmacher2011-10-262-5/+5