index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
client
/
clitar.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- 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
*
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1998-11-17
1
-3
/
+3
*
fixed setmode in smbclient
Andrew Tridgell
1998-11-14
1
-7
/
+6
*
- handle servers that don't support getattrE (ie. NT)
Andrew Tridgell
1998-11-14
1
-1
/
+1
*
Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...
Jeremy Allison
1998-11-13
1
-1
/
+1
*
Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.
Jeremy Allison
1998-11-09
1
-8
/
+7
*
converted smbclient to use clientgen.c rather than clientutil.c
Andrew Tridgell
1998-11-09
1
-1137
/
+112
*
fixed a cast warning
Andrew Tridgell
1998-10-05
1
-1
/
+1
*
Added E Jay Berkenbilt's fixes
Richard Sharpe
1998-10-04
1
-0
/
+3
*
Fixed extern definition of cnum in clitar.c
Jeremy Allison
1998-09-29
1
-1
/
+1
*
Changes to test in configure if capabilities are enabled on a system.
Jeremy Allison
1998-09-28
1
-1
/
+1
*
Small update to clitar.c to omit warnings about servers not
Richard Sharpe
1998-09-26
1
-4
/
+5
*
Added a minor fix to clitar.c for a bug.
Richard Sharpe
1998-09-24
1
-16
/
+2
*
Fixed data corruption bugs in clitar.c with restores.
Richard Sharpe
1998-09-23
1
-17
/
+58
*
Fixed up warnings in new client code.
Jeremy Allison
1998-09-23
1
-4
/
+4
*
implemented du and tar -n
Alexandre Oliva
1998-09-21
1
-3
/
+43
*
Fixed changes in clitar.c that Jeremey noted. One change was
Richard Sharpe
1998-09-19
1
-1
/
+2
*
Fixed compile errors in new code.
Jeremy Allison
1998-09-18
1
-3
/
+3
*
Adding rewritten restore code ... Old code is still there
Richard Sharpe
1998-09-18
1
-52
/
+234
*
Ok so with this bugfix 64 bit file access actually seems to work :-).
Jeremy Allison
1998-09-11
1
-1
/
+1
*
tridge the destroyer returns!
Andrew Tridgell
1998-09-05
1
-2
/
+4
*
Ok - this is the 64 bit widening check in. It changes the configure
Jeremy Allison
1998-09-03
1
-1
/
+1
*
More abstraction of file system data types, to move to a 64
Jeremy Allison
1998-09-01
1
-3
/
+3
*
bounds check next_token() to prevent possible buffer overflows
Andrew Tridgell
1998-08-31
1
-5
/
+5
*
configure: Changes for extra headers.
Jeremy Allison
1998-08-15
1
-2
/
+2
*
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1998-08-14
1
-8
/
+10
*
Fixing clitar.c so that tar to stdout works correctly.
Richard Sharpe
1998-08-03
1
-9
/
+9
*
clitar.c: Fixed gcc warning with comment in /* */ code.
Jeremy Allison
1998-06-25
1
-1
/
+1
*
Arrrgh, one more fix. Restores of long file names were
Richard Sharpe
1998-06-22
1
-2
/
+7
*
Remove the copyright to Canon Information Systems Australia, as we don't
Richard Sharpe
1998-06-21
1
-7
/
+18
*
clitar.c: Fixed minor gcc -pedantic-error compile warnings.
Jeremy Allison
1998-06-20
1
-5
/
+4
*
Re-submit changes for CLITAR.
Richard Sharpe
1998-06-17
1
-84
/
+291
*
clientgen: Added USE_SSL for client shutdown.
Jeremy Allison
1998-06-16
1
-1
/
+3
*
This is a security audit change of the main source.
Jeremy Allison
1998-05-12
1
-42
/
+42
*
changed to use slprintf() instead of sprintf() just about
Andrew Tridgell
1998-05-11
1
-1
/
+1
*
clitar.c: #ifdef'ed out all the bits that were giving 'defined but not used'
Jeremy Allison
1998-05-08
1
-0
/
+7
*
Se-submitting clitar.c/
Richard Sharpe
1998-05-08
1
-53
/
+433
*
Rolling back again to the equivalent of revision 1.22, as the current
Jeremy Allison
1998-05-06
1
-382
/
+25
*
Real fix for clitar.c problems. Have now made all the right
Richard Sharpe
1998-05-06
1
-25
/
+382
[next]