summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clidfs.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 6829 - smbclient does not show special characters properly. All succe...Jeremy Allison2010-01-131-0/+3
* Allow DFS client paths to work when POSIX pathnames have beenJeremy Allison2009-03-271-2/+12
* Fix bug #6021 - smbclient du command does not recuse properlyJeremy Allison2009-01-121-1/+2
* Change sockaddr util function names for consistency and to eliminate name con...Tim Prouty2008-12-111-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
* r17571: Change the return code of cli_session_setup from BOOL to NTSTATUSVolker Lendecke2007-10-101-5/+6
* r17291: Fix memory leaks on early exit path.Jeremy Allison2007-10-101-1/+5
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-2/+3
* r16360: Fix Klocwork ID 136 520 521 522 523 542 574 575 576 607Volker Lendecke2007-10-101-3/+6
* r16249: Fix Klokwork ID 130Volker Lendecke2007-10-101-1/+1
* r14133: Fix Coverity bug # 140Volker Lendecke2007-10-101-2/+2
* r13316: Let the carnage begin....Gerald Carter2007-10-101-6/+16
* r9958: revert last commit.Günther Deschner2007-10-101-1/+1
* r9955: Fix misleading comments.Günther Deschner2007-10-101-1/+1
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0
* r7339: only check for dfs proxy referrals when the server supports dfsGerald Carter2007-10-101-1/+1
* r6706: * fix bug that prevented smbclient from creating directoriesGerald Carter2007-10-101-3/+11
* r6685: smbclient fixesGerald Carter2007-10-101-5/+64
* r5994: proper fix for smbclient and win98 file servers; check the WCT value i...Gerald Carter2007-10-101-19/+1
* r5981: Hack to fix DFS code to work with Win98 server. JERRY PLEASE REVIEW TH...Jeremy Allison2007-10-101-1/+19
* r5835: Make smbclient obey the max protocol argument again.Jeremy Allison2007-10-101-1/+1
* r5657: Fix uninitialized variable warningVolker Lendecke2007-10-101-1/+1
* r5578: get 'recurse; dir' working across multiple levels of dfs referralsGerald Carter2007-10-101-15/+18
* r5577: get recurse; dir working across single level dfs referralsGerald Carter2007-10-101-0/+53
* r5560: make sure session setup message is displayed after changes to client.cGerald Carter2007-10-101-2/+2
* r5545: move cli_cm_XXX() connection handling code to clidfs and out of client...Gerald Carter2007-10-101-0/+278