summaryrefslogtreecommitdiff
path: root/source3/libsmb/clidfs.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-30Make cli_tcon_andx asyncVolker Lendecke1-4/+5
2009-01-26Decouple clistr_pull from struct cli_state->inbufVolker Lendecke1-3/+4
2009-01-14Remove smbclient globals that bled into clidfs.c. Now we only haveJeremy Allison1-28/+28
2009-01-14Remove another global from clidfs that is only used in client.c.Jeremy Allison1-11/+16
2009-01-08Fix bug #6021 - smbclient du command does not recuse properlyJeremy Allison1-1/+2
2009-01-02Remove cli_cm_set_dest_ss() - removes the global dest_ssJeremy Allison1-15/+5
2008-12-19Make cli_negprot return NTSTATUS instead of boolVolker Lendecke1-2/+5
2008-12-14Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke1-6/+7
2008-12-03s3: Change sockaddr util function names for consistencyTim Prouty1-2/+2
2008-04-20cli_cm: Make nicer password prompt in do_connect().Günther Deschner1-1/+6
2008-04-10Add some more cli_cm_set_X functions.Günther Deschner1-1/+52
2008-03-06Check the right pointer for non-NULLVolker Lendecke1-1/+1
2008-01-08Fix CID 461 - resource leak on error.Jeremy Allison1-0/+4
2008-01-05Add general '-e' option to enable smb encryptionJeremy Allison1-35/+23
2007-12-29Added -e, --encrypt option to smbclient that immediatelyJeremy Allison1-11/+110
2007-12-08Fix C++ warningsVolker Lendecke1-1/+1
2007-12-07Fix call to clistr_pull_talloc.Jeremy Allison1-1/+1
2007-12-07Remove pstrings completely except for smbctool (what does this do ?).Jeremy Allison1-37/+73
2007-12-06Fix clidfs.c compile.Jeremy Allison1-2/+3
2007-12-06Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison1-36/+24
2007-12-03Don't forget to delete the stackframe.Jeremy Allison1-0/+1
2007-11-29Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison1-217/+356
2007-11-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison1-3/+6
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison1-2/+6
2007-10-27Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison1-2/+2
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-10/+10
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-11/+11
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-2/+2
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison1-2/+7
2007-10-10r21800: Check-in the DFS rewrite. I am still testing this but itJeremy Allison1-140/+148
2007-10-10r21768: Fix the client dfs code such that smbclient canJeremy Allison1-17/+54
2007-10-10r21133: - Apply patch from ages ago, which should allow following \\server\sh...Derrell Lipman1-10/+27
2007-10-10r17571: Change the return code of cli_session_setup from BOOL to NTSTATUSVolker Lendecke1-5/+6
2007-10-10r17291: Fix memory leaks on early exit path.Jeremy Allison1-1/+5