index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
client
/
clitar.c
Age
Commit message (
Expand
)
Author
Files
Lines
2002-07-13
- fixed a crash bug for 'print -'
Andrew Tridgell
1
-2
/
+0
2002-07-01
used findstatic.pl to make some variables static and remove some dead
Andrew Tridgell
1
-12
/
+12
2002-06-25
Break up samba's object dependencies, and its prototype includes.
Andrew Bartlett
1
-0
/
+1
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-10-11
first step in converting the head branch to use lang_tdb.c instead
Andrew Tridgell
1
-1
/
+1
2001-10-09
initial support to error report in smbclient, useful when using smbclient -c ...
Simo Sorce
1
-10
/
+17
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-1
/
+0
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-12
/
+10
2001-09-10
declare dbf in one spot
Andrew Tridgell
1
-1
/
+0
2001-09-10
replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down
Andrew Tridgell
1
-6
/
+6
2001-08-20
a bunch of fixes from the sflight to seattle
Andrew Tridgell
1
-1
/
+0
2001-08-12
this is a big global fix for the ptr = Realloc(ptr, size) bug.
Simo Sorce
1
-2
/
+4
2001-07-04
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
1
-6
/
+6
2001-07-04
The big character set handling changeover!
Andrew Tridgell
1
-62
/
+25
2001-06-21
next_token() was supposed to be a reentrant replacement for strtok(),
Andrew Tridgell
1
-5
/
+5
2001-03-26
Fix for smbtar race condition from Glenn Burkhardt <glenn@aoi.ultranet.com>.
Jeremy Allison
1
-1
/
+11
2000-11-22
Tar fixes from Craig Barratt craig@arraycomm.com.
Jeremy Allison
1
-2
/
+2
2000-04-30
- removed all our old wildcard matching code and replaced it with a
Andrew Tridgell
1
-2
/
+2
2000-01-26
Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.
Jeremy Allison
1
-4
/
+4
2000-01-08
cli_open() wasn't handling DENY_FCB or O_WRONLY correctly.
Andrew Tridgell
1
-1
/
+1
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-32
/
+60
1999-03-30
declare ttarf as double, as in client.c
Alexandre Oliva
1
-1
/
+1
1999-03-30
use double instead of SMB_BIG_UINT for dir_total and ttarf
Alexandre Oliva
1
-1
/
+1
1999-03-25
* client/client.c (dir_total): use SMB_BIG_UINT
Alexandre Oliva
1
-2
/
+3
1999-02-03
%s not $s
Luke Leighton
1
-1
/
+1
1999-01-17
A small change to clitar.c (really, I promise :-)
Richard Sharpe
1
-0
/
+7
1998-12-19
Fixed problems in debug code because I did not compile
Richard Sharpe
1
-4
/
+4
1998-12-19
Added some debugging to clitar ...
Richard Sharpe
1
-0
/
+4
1998-12-17
Fixed tar recurse bug.
Jeremy Allison
1
-1
/
+1
1998-11-17
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1
-3
/
+3
1998-11-14
fixed setmode in smbclient
Andrew Tridgell
1
-7
/
+6
1998-11-14
- handle servers that don't support getattrE (ie. NT)
Andrew Tridgell
1
-1
/
+1
1998-11-13
Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...
Jeremy Allison
1
-1
/
+1
1998-11-09
Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.
Jeremy Allison
1
-8
/
+7
1998-11-09
converted smbclient to use clientgen.c rather than clientutil.c
Andrew Tridgell
1
-1137
/
+112
1998-10-05
fixed a cast warning
Andrew Tridgell
1
-1
/
+1
1998-10-04
Added E Jay Berkenbilt's fixes
Richard Sharpe
1
-0
/
+3
1998-09-29
Fixed extern definition of cnum in clitar.c
Jeremy Allison
1
-1
/
+1
1998-09-28
Changes to test in configure if capabilities are enabled on a system.
Jeremy Allison
1
-1
/
+1
1998-09-26
Small update to clitar.c to omit warnings about servers not
Richard Sharpe
1
-4
/
+5
1998-09-24
Added a minor fix to clitar.c for a bug.
Richard Sharpe
1
-16
/
+2
1998-09-23
Fixed data corruption bugs in clitar.c with restores.
Richard Sharpe
1
-17
/
+58
1998-09-23
Fixed up warnings in new client code.
Jeremy Allison
1
-4
/
+4
1998-09-21
implemented du and tar -n
Alexandre Oliva
1
-3
/
+43
1998-09-19
Fixed changes in clitar.c that Jeremey noted. One change was
Richard Sharpe
1
-1
/
+2
1998-09-18
Fixed compile errors in new code.
Jeremy Allison
1
-3
/
+3
1998-09-18
Adding rewritten restore code ... Old code is still there
Richard Sharpe
1
-52
/
+234
1998-09-11
Ok so with this bugfix 64 bit file access actually seems to work :-).
Jeremy Allison
1
-1
/
+1
1998-09-05
tridge the destroyer returns!
Andrew Tridgell
1
-2
/
+4
1998-09-03
Ok - this is the 64 bit widening check in. It changes the configure
Jeremy Allison
1
-1
/
+1
[next]