s3:smbclient: add a "tcon" command to do a tree connect (connect to a share)
[kai/samba.git] / source3 / client / clitar.c
2011-07-20 Björn Baumbachs3-libsmb: replace cli_read() with cli_read_old()
2011-07-19 Jeremy AllisonFirst part of fix for bug 8310 - toupper_ascii() is...
2011-07-08 Stefan Metzmachers3:clitar: avoid usage of cli_errstr()
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-05-18 Björn Baumbachs3-client/clitar.c: Fix cli_errstr() usage (part of...
2011-05-06 Günther Deschners3-libsmb: move protos to libsmb/proto.h
2011-05-05 Jeremy AllisonMore const fixes... getting near the end now.
2011-05-05 Jeremy AllisonMore simple const fixups.
2011-05-04 Jeremy AllisonTidy up some missing checks for NULL in strlcpy.
2011-05-04 Jeremy AllisonConvert safe_strXX to strlXXX. Clean up off-by-ones.
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY
2011-04-26 Volker Lendeckes3: Use cli_writeall instead of cli_write
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-27 Volker Lendeckes3: Fix Coverity ID 83: RESOURCE_LEAK
2010-11-02 Andrew Bartletts3-debug Impove setup_logging() to specify logging...
2010-10-29 Jeremy AllisonFix bug #7700 - Improvement of return code of smbclient
2010-08-31 Björn Jackes3: use monotonic clock for time deltas in smbtar
2010-07-30 Volker Lendeckes3: Remove "cli" from "struct finfo"
2010-07-27 Volker Lendeckes3: Remove a typedef (struct file_info)
2010-06-29 Andreas Schneiders3-client: Make sure we only write to an opened file.
2009-11-29 Volker Lendeckes3: "tar_parseargs" only looks at the mtime
2009-11-29 Volker Lendeckes3: "dotareof" only looks at the file type
2009-11-29 Volker Lendeckes3: Pass the "fake dir create times" parameter to sys_...
2009-11-23 Volker LendeckeRevert "s3: Make the implicit reference to Protocol...
2009-11-23 Volker LendeckeRevert "s3: Move the global variable Protocol to struct...
2009-11-21 Volker Lendeckes3: Move the global variable Protocol to struct smbd_se...
2009-11-21 Volker Lendeckes3: Make the implicit reference to Protocol in mask_mat...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-05-06 Jeremy AllisonMake cli_setatr async.
2009-05-06 Jeremy AllisonMake cli_getatr() async.
2009-05-03 Volker LendeckeFix some warnings due to uint16_t!=-1 always being...
2009-04-30 Jeremy AllisonCause cli_close to return an NTSTATUS.
2009-04-30 Jeremy AllisonGet medieval on our ass about SMB1 file descriptors...
2009-04-23 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-22 Jeremy AllisonMake cli_chkpath async.
2009-04-21 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-21 Jeremy AllisonMake cli_mkdir async. Change it to return NTSTATUS.
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-08 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-06 Jeremy AllisonFix bug #6161 - smbclient corrupts source path in tar...
2009-01-01 Jeremy AllisonFix all warnings in source3 with gcc4.3.
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-14 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-13 Jelmer VernooijUse {u,}int64_t instead of SMB_BIG_{U,}INT.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-06-17 Volker LendeckeFix a brown paper bag segfault in clitar
2008-03-15 Volker LendeckeFix Coverity ID 564
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-29 Alexander BokovoyMerge branch 'ctdb-merge' into dmapi-integration
2008-01-24 Volker LendeckeFix Coverity ID 463
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Derrell LipmanMerge branch 'setxattr-dos-mode' into v3-2-test
2008-01-23 Volker Lendeckestrtok -> strtok_r
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-21 Volker LendeckeRemove next_token_nr_talloc and its associated global
2007-12-09 Volker LendeckeC++ warning
2007-12-07 Jeremy AllisonRemove pstring from clitar.c
2007-12-07 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-07 Jeremy AllisonAdd popt to binaries in makefile. Hack clitar to compil...
2007-11-17 Jeremy AllisonFix bug #4393 smbclient does not store files with zero...
2007-11-15 Jeremy AllisonMore pstring removal. This one was tricky. I had to add
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Jeremy Allisonr21768: Fix the client dfs code such that smbclient can
2007-10-10 Jeremy Allisonr21714: Change the VFS interface to use struct timespec
2007-10-10 Volker Lendecker18047: More C++ stuff
2007-10-10 Volker Lendecker17850: Another dummy checkin for the build farm to...
2007-10-10 Jeremy Allisonr17800: Start using struct timespec internally for...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16230: Fix Klocwork #861 and others. localtime and...
2007-10-10 Jeremy Allisonr15141: Fix for #3592 inspired by Justin Best <justinb...
2007-10-10 Volker Lendecker14248: Fix Coverity bug # 84
2007-10-10 Volker Lendecker14246: Fix Coverity bug # 85
2007-10-10 Volker Lendecker14242: Fix Coverity bug # 82
2007-10-10 Steve Frenchr14128: Remove warning generated by coverity scan tool...
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Jeremy Allisonr13535: Fix #2353 based on a patch by William Jojo.
2007-10-10 Jeremy Allisonr12522: Try and fix bug #2926 by removing setlocale...
2007-10-10 Jeremy Allisonr12045: More warning fixes... Just a few more to go.
2007-10-10 Jeremy Allisonr11511: A classic "friday night check-in" :-). This...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Gerald Carterr5968: derrell's large file fix for libsmbclient (BUG...
2007-10-10 Jeremy Allisonr5687: Fix for bug #2398 from Kevin Dalley <kevin@kelph...
2007-10-10 Gerald Carterr5295: fix compile issue with MIT 1.4 due to broken...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Tim Potterr2835: Since we always have -I. and -I$(srcdir) in...
2007-10-10 Jeremy Allisonr2361: Fix the appalling toktocliplist() fn. Bug found...
2007-10-10 Jelmer Vernooijr1320: Return an error when the last command read from...
2004-03-18 Jeremy AllisonMerge from HEAD for Amanda group.
2004-03-18 Richard SharpeApply Craig Barratt's fixes to allow multiple exlusion...
next