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
/
source
/
client
/
client.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
use double instead of SMB_BIG_UINT for dir_total and ttarf
Alexandre Oliva
1999-03-30
1
-3
/
+3
*
SMB_BIG_INT dir_total incompatible with %d: must use %llu (line 446)
Luke Leighton
1999-03-25
1
-1
/
+1
*
* client/client.c (dir_total): use SMB_BIG_UINT
Alexandre Oliva
1999-03-25
1
-2
/
+2
*
set_port warning / unused / global/local variable overlap issues
Luke Leighton
1999-01-27
1
-9
/
+9
*
Putting back the -p flag in smbclient.
Richard Sharpe
1999-01-25
1
-2
/
+6
*
Makefile.in: Added maintainer mode fixes.
Jeremy Allison
1998-11-25
1
-3
/
+3
*
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1998-11-17
1
-4
/
+4
*
Fixed missing NULL check in tar op.
Jeremy Allison
1998-11-17
1
-2
/
+4
*
automatically uppercase server and share names (win95 won't handle
Andrew Tridgell
1998-11-14
1
-6
/
+0
*
- handle servers that don't support getattrE (ie. NT)
Andrew Tridgell
1998-11-14
1
-3
/
+5
*
Fixed problem with smbclient issuing '*.*' to NT server when an
Jeremy Allison
1998-11-14
1
-5
/
+5
*
prompt for password on smbclient -L
Andrew Tridgell
1998-11-14
1
-1
/
+0
*
fixes for OSF1 compilation
Andrew Tridgell
1998-11-13
1
-1
/
+1
*
please remember to check that code compiles before checkin!
Andrew Tridgell
1998-11-12
1
-2
/
+2
*
.cvsignore: Removed old entries.
Herb Lewis
1998-11-12
1
-1
/
+13
*
Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.
Jeremy Allison
1998-11-09
1
-21
/
+7
*
converted smbclient to use clientgen.c rather than clientutil.c
Andrew Tridgell
1998-11-09
1
-3454
/
+1437
*
client/client.c: Patch to tidy up file size output.
Jeremy Allison
1998-11-02
1
-1
/
+1
*
Tidied up option processing in smbclient - usage message now actually
Jeremy Allison
1998-10-29
1
-123
/
+132
*
fix for John.
Andrew Tridgell
1998-10-24
1
-8
/
+8
*
Unlink zero length files that did NOT exist at the point of origin on a do_ge...
John Terpstra
1998-10-24
1
-1
/
+4
*
use the username GUEST if no other username is available
Andrew Tridgell
1998-10-16
1
-0
/
+5
*
fixed a bug in the readline support
Andrew Tridgell
1998-10-08
1
-3
/
+4
*
somehow "in_client" got included twice in two places.
Andrew Tridgell
1998-10-07
1
-1
/
+0
*
Added capability for smbclient to use the local WINS server on the same
Richard Sharpe
1998-10-06
1
-1
/
+2
*
support using #xx at end of netbios name to connect to the specified name type
Andrew Tridgell
1998-10-04
1
-0
/
+6
*
Added E Jay Berkenbilt's fixes
Richard Sharpe
1998-10-04
1
-2
/
+2
*
Got very strict about the differences and uses of
Jeremy Allison
1998-09-29
1
-31
/
+30
*
Now have a better solution to the need to have smblcient find
Richard Sharpe
1998-09-29
1
-0
/
+3
*
Fixed stupid bug with "cd /" appending a "/" character to the path forever....
Jeremy Allison
1998-09-29
1
-0
/
+2
*
Changes to test in configure if capabilities are enabled on a system.
Jeremy Allison
1998-09-28
1
-13
/
+12
*
wait_keyboard must still be defined if readline is not available
Alexandre Oliva
1998-09-27
1
-3
/
+3
*
Fixed up more possibly uninitialized variables.
Richard Sharpe
1998-09-27
1
-3
/
+3
*
Fixed up warnings in new client code.
Jeremy Allison
1998-09-23
1
-43
/
+43
*
implemented du and tar -n
Alexandre Oliva
1998-09-21
1
-2
/
+98
*
Adding rewritten restore code ... Old code is still there
Richard Sharpe
1998-09-18
1
-17
/
+237
*
Ok so with this bugfix 64 bit file access actually seems to work :-).
Jeremy Allison
1998-09-11
1
-1
/
+1
*
ahh, the joy of deleting large chunks of code that someone else has
Andrew Tridgell
1998-09-05
1
-25
/
+0
*
tridge the destroyer returns!
Andrew Tridgell
1998-09-05
1
-6
/
+14
*
Ok - this is the 64 bit widening check in. It changes the configure
Jeremy Allison
1998-09-03
1
-0
/
+23
*
More abstraction of file system data types, to move to a 64
Jeremy Allison
1998-09-01
1
-7
/
+7
*
bounds check next_token() to prevent possible buffer overflows
Andrew Tridgell
1998-08-31
1
-24
/
+25
*
This checking fixes the statcache bug that stopped NetBench from running
Jeremy Allison
1998-08-28
1
-1
/
+1
*
remove an unused variable
Andrew Tridgell
1998-08-14
1
-1
/
+0
*
I've added a dbgflush() function to debug.c. Calling this will cause the
Christopher R. Hertel
1998-08-12
1
-1
/
+1
*
Makefile.in: Added CHECK target back in (at Herb's request). Added
Jeremy Allison
1998-08-11
1
-11
/
+28
*
As per a Andrew's message, I went through and removed the timestring()
Christopher R. Hertel
1998-07-31
1
-1
/
+1
*
merge from the autoconf2 branch to the main branch
Andrew Tridgell
1998-07-29
1
-68
/
+2
*
Added SSL support from Christian Starkjohann <cs@obdev.at>
Jeremy Allison
1998-06-16
1
-0
/
+4
*
client.c: Made -L do a null-session share unless -U user is specified.
Jeremy Allison
1998-06-15
1
-36
/
+30
[next]