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
/
libsmb
/
clientgen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
added a couple more error codes to cli_error()
Andrew Tridgell
1998-10-26
1
-0
/
+6
*
volker was concerned about unique inode numbers and smbsh. This set of
Andrew Tridgell
1998-10-24
1
-8
/
+19
*
- dce/rpc code
Luke Leighton
1998-10-19
1
-2
/
+1
*
improved session reestablishment
Andrew Tridgell
1998-10-19
1
-36
/
+82
*
return the resolved IP on a cli_connect() call so it can be cached
Andrew Tridgell
1998-10-19
1
-0
/
+1
*
- use large buffers for netshareenum
Andrew Tridgell
1998-10-16
1
-19
/
+30
*
trans2.h: Added Thursby MAC extension.
Jeremy Allison
1998-10-16
1
-0
/
+8
*
rpcclient interactive login (with trust account changing if you are root)
Luke Leighton
1998-10-15
1
-4
/
+14
*
dce/rpc
Luke Leighton
1998-10-10
1
-1
/
+1
*
dce/rpc
Luke Leighton
1998-10-09
1
-18
/
+5
*
dce/rpc.
Luke Leighton
1998-10-09
1
-2
/
+3
*
basic client-side ntcreateX function (hard-wired values except filename)
Luke Leighton
1998-10-09
1
-0
/
+44
*
dce/rpc
Luke Leighton
1998-10-08
1
-9
/
+35
*
- don't generate 0 params in torture
Andrew Tridgell
1998-10-08
1
-3
/
+3
*
- fixed a bunch of warnings and minor errors
Andrew Tridgell
1998-10-08
1
-1
/
+1
*
use 1 second resolution calls if possible
Andrew Tridgell
1998-10-08
1
-2
/
+5
*
do an anonymous login if the username/password is rejected.
Andrew Tridgell
1998-10-07
1
-0
/
+1
*
fixed rename error code from NT servers
Andrew Tridgell
1998-10-06
1
-0
/
+1
*
implemented unix semantics for rename in smbwrapper
Andrew Tridgell
1998-10-06
1
-0
/
+6
*
rpcclient srvsvc commands.
Luke Leighton
1998-10-05
1
-1
/
+4
*
got smbwrapper working on IRIX 6.4. Things got a bit tricky,
Andrew Tridgell
1998-10-05
1
-1
/
+1
*
handle ENOTDIR errno in cli_error()
Andrew Tridgell
1998-10-05
1
-0
/
+2
*
- modified resolve_name() to take a name_type
Andrew Tridgell
1998-10-04
1
-1
/
+1
*
support NetServerEnum in smbwrapper. You can now do a ls in /smb/ and
Andrew Tridgell
1998-10-04
1
-1
/
+1
*
use *SMBSERVER convention in smbwrapper to allow us to connect to
Andrew Tridgell
1998-10-04
1
-1
/
+1
*
add support for unlink() on printer shares in smbwrapper. unlink()
Andrew Tridgell
1998-10-04
1
-0
/
+37
*
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
[next]