summaryrefslogtreecommitdiff
path: root/source3/libsmb/clidfs.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Explicitly pass flags2 to clistr_pull_tallocVolker Lendecke2010-08-051-0/+1
* Split out the client unix capabilities to those the server offered, and those...Jeremy Allison2010-04-131-2/+2
* s3: Convert cli_qpathinfo_basic to use cli_trans()Volker Lendecke2010-02-201-1/+3
* s3-libsmb: update libsmb to use new DLIST macrosAndrew Tridgell2010-02-101-1/+1
* s3: Use -C in smbclientVolker Lendecke2010-01-241-0/+1
* s3: Convert cli_tdis to the async APIVolker Lendecke2010-01-031-2/+4
* s3: Remove a struct typedefVolker Lendecke2009-11-211-6/+6
* s3: Convert cli_unix_extensions_version to asyncVolker Lendecke2009-11-131-2/+4
* Fix bug 6572 - libsmbclient: unable to access 'msdfs proxy' share.SATOH Fumiyasu2009-10-281-12/+2
* Fix bug 6829 - smbclient does not show special characters properly.Jeremy Allison2009-10-221-0/+9
* Fix bug #6496 - MS-DFS: cannot follow multibyte char link name.SATOH Fumiyasu2009-06-301-14/+38
* Fix a bug in smbclient not sending the correct called nameVolker Lendecke2009-04-121-1/+5
* Allow DFS client paths to work when POSIX pathnames have beenJeremy Allison2009-03-181-2/+12
* Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison2009-03-171-95/+48
* Remove the static "struct client_connection" mess which is part ofJeremy Allison2009-03-121-108/+54
* s3:libsmb: remove cli_setup_signing_state() and add struct cli_state *cli_ini...Stefan Metzmacher2009-03-061-2/+1
* Make cli_tcon_andx asyncVolker Lendecke2009-01-301-4/+5
* Decouple clistr_pull from struct cli_state->inbufVolker Lendecke2009-01-261-3/+4
* Remove smbclient globals that bled into clidfs.c. Now we only haveJeremy Allison2009-01-141-28/+28
* Remove another global from clidfs that is only used in client.c.Jeremy Allison2009-01-141-11/+16
* Fix bug #6021 - smbclient du command does not recuse properlyJeremy Allison2009-01-081-1/+2
* Remove cli_cm_set_dest_ss() - removes the global dest_ssJeremy Allison2009-01-021-15/+5
* Make cli_negprot return NTSTATUS instead of boolVolker Lendecke2008-12-191-2/+5
* Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke2008-12-141-6/+7
* s3: Change sockaddr util function names for consistencyTim Prouty2008-12-031-2/+2
* cli_cm: Make nicer password prompt in do_connect().Günther Deschner2008-04-201-1/+6
* Add some more cli_cm_set_X functions.Günther Deschner2008-04-101-1/+52
* Check the right pointer for non-NULLVolker Lendecke2008-03-061-1/+1
* Fix CID 461 - resource leak on error.Jeremy Allison2008-01-081-0/+4
* Add general '-e' option to enable smb encryptionJeremy Allison2008-01-051-35/+23
* Added -e, --encrypt option to smbclient that immediatelyJeremy Allison2007-12-291-11/+110
* Fix C++ warningsVolker Lendecke2007-12-081-1/+1
* Fix call to clistr_pull_talloc.Jeremy Allison2007-12-071-1/+1
* Remove pstrings completely except for smbctool (what does this do ?).Jeremy Allison2007-12-071-37/+73
* Fix clidfs.c compile.Jeremy Allison2007-12-061-2/+3
* Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-061-36/+24
* Don't forget to delete the stackframe.Jeremy Allison2007-12-031-0/+1
* Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison2007-11-291-217/+356
* Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2007-11-291-3/+6
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-151-2/+6
* Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison2007-10-271-2/+2
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-10/+10
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-11/+11
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-2/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison2007-10-101-2/+7
* r21800: Check-in the DFS rewrite. I am still testing this but itJeremy Allison2007-10-101-140/+148
* r21768: Fix the client dfs code such that smbclient canJeremy Allison2007-10-101-17/+54
* r21133: - Apply patch from ages ago, which should allow following \\server\sh...Derrell Lipman2007-10-101-10/+27