summaryrefslogtreecommitdiff
path: root/source3/libsmb/clidfs.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-24s3:libsmb: make use of cli_tree_connect()Stefan Metzmacher1-3/+3
2011-11-16s3-libsmb/clidfs.c: remove cli_nt_error()Björn Baumbach1-2/+2
2011-09-15s3:libsmb: pass max_protocol to cli_negprot()Stefan Metzmacher1-3/+1
2011-09-08s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()Stefan Metzmacher1-5/+13
2011-08-09s3:libsmb/cli*: use CLI_BUFFER_SIZE instead of cli->max_xmitStefan Metzmacher1-1/+1
2011-08-03s3:libsmb/clidfs: make use of cli_state_encryption_on()Stefan Metzmacher1-2/+2
2011-08-02s3:libsmb/cli*: make use of cli_state_protocol()Stefan Metzmacher1-2/+2
2011-08-02s3:libsmb/cli*: make use of cli_state_capabilities()Stefan Metzmacher1-3/+3
2011-07-24s3: Fix Coverity ID 2596, REVERSE_INULLVolker Lendecke1-1/+2
2011-07-22s3:libsmb/clidfs: make use of cli_state_remote_name()Stefan Metzmacher1-7/+14
2011-07-22s3:libsmb: remove const from cli_cm_display()Stefan Metzmacher1-1/+1
2011-07-20s3:libsmb: move cli->cnum to cli->smb1.tid and hide it behind cli_state_[g|s]...Stefan Metzmacher1-2/+2
2011-07-07s3:libsmb: use trans2_bytes_push_str() in cli_dfs_get_referral()Stefan Metzmacher1-6/+10
2011-07-07s3:libsmb: use a talloc_stackframe in cli_dfs_get_referral()Stefan Metzmacher1-4/+3
2011-07-06s3:libsmb: don't use cli->inbuf in cli_dfs_get_referral()Stefan Metzmacher1-5/+7
2011-07-06s3:libsmb: fix error handling in cli_dfs_get_referral()Stefan Metzmacher1-3/+11
2011-07-06s3: make cli_resolve_path return NTSTATUSVolker Lendecke1-37/+41
2011-07-03s3: Make cli_cm_open return NTSTATUSVolker Lendecke1-25/+32
2011-07-03s3: Make cli_cm_connect return NTSTATUSVolker Lendecke1-14/+22
2011-07-03s3: Make "do_connect" return NTSTATUSVolker Lendecke1-17/+19
2011-07-03s3: Remove a use of cli_errstrVolker Lendecke1-6/+8
2011-05-29s3: Use cli_connect_nb in do_connectVolker Lendecke1-45/+6
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-04-03Fix for servers that don't put a path separator at the end of the service.Larry Reid1-4/+13
2011-03-30s3-libsmb: put namequery headers to nmblib.hGünther Deschner1-0/+1
2011-03-30s3-trans2: only include trans2.h where needed.Günther Deschner1-0/+1
2011-03-25s3-dfs: removed the last user of sec_len==-1 in pull_*_base_talloc()Andrew Tridgell1-1/+2
2011-03-16s3-msdfs: avoid global inclusion of msdfs.h.Günther Deschner1-0/+1
2011-03-15s3-libsmb: only include rap client when needed.Günther Deschner1-0/+1
2010-11-11s3: Convert cli_dfs_get_referral to cli_transVolker Lendecke1-31/+30
2010-11-11s3: cli_dfs_check_error does not need to depend on cli->inbufVolker Lendecke1-10/+13
2010-11-11s3: Make split_dfs_path return boolVolker Lendecke1-11/+27
2010-11-11s3: Remove some dead codeVolker Lendecke1-3/+0
2010-11-11s3: Untangle an if-expressionVolker Lendecke1-1/+2
2010-08-05s3: Explicitly pass flags2 to clistr_pull_tallocVolker Lendecke1-0/+1
2010-04-13Split out the client unix capabilities to those the server offered, and those...Jeremy Allison1-2/+2
2010-02-20s3: Convert cli_qpathinfo_basic to use cli_trans()Volker Lendecke1-1/+3
2010-02-10s3-libsmb: update libsmb to use new DLIST macrosAndrew Tridgell1-1/+1
2010-01-24s3: Use -C in smbclientVolker Lendecke1-0/+1
2010-01-03s3: Convert cli_tdis to the async APIVolker Lendecke1-2/+4
2009-11-21s3: Remove a struct typedefVolker Lendecke1-6/+6
2009-11-13s3: Convert cli_unix_extensions_version to asyncVolker Lendecke1-2/+4
2009-10-28Fix bug 6572 - libsmbclient: unable to access 'msdfs proxy' share.SATOH Fumiyasu1-12/+2
2009-10-22Fix bug 6829 - smbclient does not show special characters properly.Jeremy Allison1-0/+9
2009-06-30Fix bug #6496 - MS-DFS: cannot follow multibyte char link name.SATOH Fumiyasu1-14/+38
2009-04-12Fix a bug in smbclient not sending the correct called nameVolker Lendecke1-1/+5
2009-03-18Allow DFS client paths to work when POSIX pathnames have beenJeremy Allison1-2/+12
2009-03-17Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison1-95/+48
2009-03-12Remove the static "struct client_connection" mess which is part ofJeremy Allison1-108/+54
2009-03-06s3:libsmb: remove cli_setup_signing_state() and add struct cli_state *cli_ini...Stefan Metzmacher1-2/+1