Fix all warnings in source3 with gcc4.3.
[ira/wip.git] / source3 / client / clitar.c
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...
2003-09-15 Tim PotterMerge from Samba 3.0:
2003-09-12 Jeremy AllisonFix from Craig Barratt <cbarratt@users.sourceforge...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-02 Jeremy AllisonProposed patch for #308. Needs testing.
2003-08-27 Tim PotterPrint an error instead of crashing if no argument is...
2003-08-12 Volker LendeckeApply a little const
2003-08-06 Jeremy AllisonReversed replacement. Oops.
2003-08-06 Jeremy AllisonGet rid of MAXPATHLEN, move to standard PATH_MAX.
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-08-01 Jeremy AllisonFix the option processing for smbtar. Does no one check...
2003-08-01 Jeremy AllisonFinish reformatting.
2003-08-01 Jeremy AllisonReformat lots of clitar code as I hate the style so...
2003-08-01 Jeremy AllisonReformat clitar option processing - getting ready to...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-16 Tim PotterFix from Dragan Krnic for handling files in tar archive...
2003-07-03 Jeremy AllisonRemoved strupper/strlower macros that automatically...
2003-04-14 Tim PotterMerge:
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-07 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-29 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-27 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-18 Andrew BartlettJeremy merged across my string parinoia fixes, but...
2003-03-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-06 Andrew BartlettMore safe_strcpy() off-by-one bug fixes. (mostly moves...
2003-03-03 Richard SharpeMore janitorial duties, fixing the BIG_UINT changes...
2003-03-03 Richard SharpeDo my janitorial duties to encourage others to do so.
2003-01-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-12-19 Herb Lewismerge from 2.2 fix for smbclient large files
2002-12-19 Herb Lewismerge from 2.2 fix for smbclient large files
2002-12-16 Herb Lewismerge smbtar fix from 2.2
2002-12-16 Herb Lewismerge smbtar fixes from 2.2
2002-08-17 Jelmer Vernooijsync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-28 Andrew Tridgellfix for smbtar filename matching
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-13 Andrew Tridgell- fixed a crash bug for 'print -'
2002-07-01 Andrew Tridgellused findstatic.pl to make some variables static and...
2002-06-25 Andrew BartlettBreak up samba's object dependencies, and its prototype...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
next