index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
clientgen.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
added support for printing via smbwrapper
Andrew Tridgell
1998-10-04
1
-0
/
+100
*
use CLI_BUFFER_SIZE instead of BUFFER_SIZE
Andrew Tridgell
1998-10-04
1
-10
/
+12
*
fix an error code in cli_error()
Andrew Tridgell
1998-10-04
1
-1
/
+1
*
modified cli_read() and cli_write() to issue multiple outstanding
Andrew Tridgell
1998-10-04
1
-55
/
+133
*
use const char
Andrew Tridgell
1998-10-04
1
-2
/
+2
*
fixed a authentication problem with non-encrypting servers
Andrew Tridgell
1998-10-03
1
-2
/
+3
*
fixed vi on smbwrappper (it was a problem in cli_read())
Andrew Tridgell
1998-10-03
1
-2
/
+2
*
added simple device/inode number support based on a checksum of the
Andrew Tridgell
1998-10-03
1
-1
/
+1
*
- always open for reading (otherwise getattrE won't work).
Andrew Tridgell
1998-10-03
1
-4
/
+11
*
added unlink() and rename() support to smbwrapper
Andrew Tridgell
1998-10-03
1
-5
/
+9
*
- ignore *.p files
Andrew Tridgell
1998-10-03
1
-87
/
+221
*
Makefile.in :
Luke Leighton
1998-10-02
1
-58
/
+104
*
several clientgen mods to support smbwrapper. In particular added
Andrew Tridgell
1998-10-02
1
-3
/
+272
*
libsmb/clientgen.c: Fixed signed/unsigned compile warnings spotted by Herb.
Jeremy Allison
1998-09-30
1
-2
/
+2
*
Got very strict about the differences and uses of
Jeremy Allison
1998-09-29
1
-27
/
+49
*
uchar / char typecast issues
Luke Leighton
1998-09-29
1
-2
/
+2
*
Changes to test in configure if capabilities are enabled on a system.
Jeremy Allison
1998-09-28
1
-1
/
+1
*
added rpcclient program
Luke Leighton
1998-09-25
1
-12
/
+161
*
tridge the destroyer returns!
Andrew Tridgell
1998-09-05
1
-1
/
+5
*
if an address is ipzero in cli_connect() then do a name query
Andrew Tridgell
1998-08-31
1
-1
/
+2
*
some smbtorture hacks (random IPC calls)
Andrew Tridgell
1998-08-25
1
-5
/
+5
*
merge from the autoconf2 branch to the main branch
Andrew Tridgell
1998-07-29
1
-9
/
+7
*
clientgen: Added USE_SSL for client shutdown.
Jeremy Allison
1998-06-16
1
-0
/
+3
*
Added SSL support from Christian Starkjohann <cs@obdev.at>
Jeremy Allison
1998-06-16
1
-0
/
+13
*
This is a security audit change of the main source.
Jeremy Allison
1998-05-12
1
-29
/
+29
*
changed to use slprintf() instead of sprintf() just about
Andrew Tridgell
1998-05-11
1
-3
/
+4
*
clientgen.c: Fixed null session setup bug.
Jeremy Allison
1998-04-29
1
-6
/
+11
*
Fixed checked in code that didn't compile.
Jeremy Allison
1998-04-28
1
-9
/
+5
*
added NetShareEnum from Bartlomej Czardybon <czar@silesia.pik-net.pl>
Luke Leighton
1998-04-28
1
-0
/
+59
*
Makefile: Added nterr.c into the mix.
Jeremy Allison
1998-04-23
1
-17
/
+36
*
clientgen.c: Added rap error codes to cli_error, moved from smbpasswd.c
Jeremy Allison
1998-04-23
1
-8
/
+63
*
clientgen.c: Added cli_ulogoff() call.
Jeremy Allison
1998-04-21
1
-0
/
+19
*
Makefile: Added genrand.o
Jeremy Allison
1998-04-20
1
-1
/
+6
*
clientgen.c: Changes 'cli_xxx_' calls to use the following
Jeremy Allison
1998-04-17
1
-53
/
+99
*
support O_SYNC in opens for smbtorture
Andrew Tridgell
1998-04-12
1
-0
/
+4
*
clientgen.c ipc.c smbpasswd.c: Fixes for warnings (from Herb).
Jeremy Allison
1998-03-24
1
-1
/
+1
*
Adding the same changes to HEAD as were added to BRANCH_1_9_18.
Jeremy Allison
1998-03-19
1
-1
/
+99
*
Adding the same change as was added to 1.9.18 branch to add the
Jeremy Allison
1998-03-16
1
-7
/
+3
*
This is *not* a big change (although it looks like one).
Jeremy Allison
1998-01-22
1
-1
/
+1
*
client.c:
Jeremy Allison
1997-12-20
1
-20
/
+20
*
add the null string to SMBsetatr calls
Andrew Tridgell
1997-12-02
1
-1
/
+3
*
clientgen.c: Added cli_mv() (used in a recent torture test).
Jeremy Allison
1997-11-30
1
-0
/
+37
*
added cli_rmdir and cli_mkdir
Andrew Tridgell
1997-11-24
1
-1
/
+65
*
added a SMB_QUERY_FILE_ALL_INFO test into smbtorture
Andrew Tridgell
1997-11-23
1
-0
/
+56
*
added some QPATHINFO and QFILEINFO tests into smbtorture.
Andrew Tridgell
1997-11-23
1
-5
/
+111
*
test SMBsetatr as well
Andrew Tridgell
1997-11-23
1
-6
/
+51
*
added a test for the NT SMBgetatr bug in smbtorture
Andrew Tridgell
1997-11-23
1
-19
/
+59
*
fixed a bug which caused nmbd to core dump. The problem was incorrect
Andrew Tridgell
1997-11-11
1
-2
/
+2
*
Rolled back tree state to 11:59pm 8th November 1997 EST to
Jeremy Allison
1997-11-10
1
-82
/
+64
*
attempting to mark up 32 bit error codes, needed for NT domains.
Luke Leighton
1997-11-09
1
-64
/
+82
[prev]
[next]