| Commit message (Expand) | Author | Age | Files | Lines |
| * | r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid of | Tim Potter | 2007-10-10 | 1 | -1/+1 |
| * | r2361: Fix the appalling toktocliplist() fn. Bug found by Luis Benvenutto. | Jeremy Allison | 2007-10-10 | 1 | -3/+5 |
| * | r1320: Return an error when the last command read from stdin fails in smbclie... | Jelmer Vernooij | 2007-10-10 | 1 | -3/+3 |
| * | Merge from HEAD for Amanda group. | Jeremy Allison | 2004-03-18 | 1 | -2/+2 |
| * | Fix from Craig Barratt <cbarratt@users.sourceforge.net> to fix restore | Jeremy Allison | 2003-09-12 | 1 | -2/+4 |
| * | Proposed patch for #308. Needs testing. | Jeremy Allison | 2003-09-02 | 1 | -7/+10 |
| * | Print an error instead of crashing if no argument is specified for | Tim Potter | 2003-08-27 | 1 | -0/+4 |
| * | Apply a little const | Volker Lendecke | 2003-08-12 | 1 | -1/+1 |
| * | Reversed replacement. Oops. | Jeremy Allison | 2003-08-06 | 1 | -2/+2 |
| * | Get rid of MAXPATHLEN, move to standard PATH_MAX. | Jeremy Allison | 2003-08-06 | 1 | -2/+2 |
| * | Fix the option processing for smbtar. Does no one check this ! | Jeremy Allison | 2003-08-01 | 1 | -2/+15 |
| * | Finish reformatting. | Jeremy Allison | 2003-08-01 | 1 | -516/+467 |
| * | Reformat lots of clitar code as I hate the style so much :-). | Jeremy Allison | 2003-08-01 | 1 | -563/+540 |
| * | Reformat clitar option processing - getting ready to fix it for popt... | Jeremy Allison | 2003-08-01 | 1 | -183/+176 |
| * | Fix from Dragan Krnic for handling files in tar archives > 8GB. | Tim Potter | 2003-07-16 | 1 | -0/+10 |
| * | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 2003-07-03 | 1 | -1/+1 |
| * | Merge: | Tim Potter | 2003-04-14 | 1 | -1/+1 |
| * | Jeremy merged across my string parinoia fixes, but forgot to enable them! :-) | Andrew Bartlett | 2003-03-18 | 1 | -24/+24 |
| * | More janitorial duties, fixing the BIG_UINT changes for large offsets. | Richard Sharpe | 2003-03-03 | 1 | -5/+6 |
| * | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 2003-01-03 | 1 | -6/+6 |
| * | merge from 2.2 fix for smbclient large files | Herb Lewis | 2002-12-19 | 1 | -18/+18 |
| * | merge smbtar fix from 2.2 | Herb Lewis | 2002-12-16 | 1 | -6/+8 |
| * | sync 3.0 branch with head | Jelmer Vernooij | 2002-08-17 | 1 | -1/+1 |
| * | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 2002-07-15 | 1 | -13/+12 |
| * | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| * | first step in converting the head branch to use lang_tdb.c instead | Andrew Tridgell | 2001-10-11 | 1 | -1/+1 |
| * | initial support to error report in smbclient, useful when using smbclient -c ... | Simo Sorce | 2001-10-09 | 1 | -10/+17 |
| * | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 2001-10-02 | 1 | -1/+0 |
| * | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 1 | -12/+10 |
| * | declare dbf in one spot | Andrew Tridgell | 2001-09-10 | 1 | -1/+0 |
| * | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 2001-09-10 | 1 | -6/+6 |
| * | a bunch of fixes from the sflight to seattle | Andrew Tridgell | 2001-08-20 | 1 | -1/+0 |
| * | this is a big global fix for the ptr = Realloc(ptr, size) bug. | Simo Sorce | 2001-08-12 | 1 | -2/+4 |
| * | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 2001-07-04 | 1 | -6/+6 |
| * | The big character set handling changeover! | Andrew Tridgell | 2001-07-04 | 1 | -62/+25 |
| * | next_token() was supposed to be a reentrant replacement for strtok(), | Andrew Tridgell | 2001-06-21 | 1 | -5/+5 |
| * | Fix for smbtar race condition from Glenn Burkhardt <glenn@aoi.ultranet.com>. | Jeremy Allison | 2001-03-26 | 1 | -1/+11 |
| * | Tar fixes from Craig Barratt craig@arraycomm.com. | Jeremy Allison | 2000-11-22 | 1 | -2/+2 |
| * | - removed all our old wildcard matching code and replaced it with a | Andrew Tridgell | 2000-04-30 | 1 | -2/+2 |
| * | Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>. | Jeremy Allison | 2000-01-26 | 1 | -4/+4 |
| * | cli_open() wasn't handling DENY_FCB or O_WRONLY correctly. | Andrew Tridgell | 2000-01-08 | 1 | -1/+1 |
| * | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1999-12-13 | 1 | -32/+60 |
| * | declare ttarf as double, as in client.c | Alexandre Oliva | 1999-03-30 | 1 | -1/+1 |
| * | use double instead of SMB_BIG_UINT for dir_total and ttarf | Alexandre Oliva | 1999-03-30 | 1 | -1/+1 |
| * | * client/client.c (dir_total): use SMB_BIG_UINT | Alexandre Oliva | 1999-03-25 | 1 | -2/+3 |
| * | %s not $s | Luke Leighton | 1999-02-03 | 1 | -1/+1 |
| * | A small change to clitar.c (really, I promise :-) | Richard Sharpe | 1999-01-17 | 1 | -0/+7 |
| * | Fixed problems in debug code because I did not compile | Richard Sharpe | 1998-12-19 | 1 | -4/+4 |
| * | Added some debugging to clitar ... | Richard Sharpe | 1998-12-19 | 1 | -0/+4 |
| * | Fixed tar recurse bug. | Jeremy Allison | 1998-12-17 | 1 | -1/+1 |