| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lib/interface.c: Don't memcmp -1 length.
printing/nt_printing.c: Use getpwuid not getsmbpwuid.
Canonicalize names.
printing/printing.c: TimP print job fixes.
rpc_parse/parse_misc.c: Zero out unicode strings.
rpc_parse/parse_spoolss.c: #ifdefed comment for pre-release W2K systems.
rpc_server/srv_spoolss_nt.c: Canonicalize names.
smbd/lanman.c: TimP print job fixes.
smbwrapper/smbw.c smbwrapper/smbw.h: Updates for envvars.
tdb/tdbutil.c: varargs passes uint16 as int.
utils/nmblookup.c: Bool values used correctly.
Jeremy.
|
|
|
|
|
|
| |
instead the shared variable area is used.
this fixes problems with /bin/sh under solaris
|
|
|
|
|
|
| |
- added a shared variable area based on a unlinked open file, and
implement a general get/set interface to it
- cache hostname lookups and master ip lookups in shared variable area
|
| |
|
|
|
|
| |
the same manner as smbd. See the README for a full explanation.
|
| |
|
|
|
|
|
|
|
|
|
| |
read/write requests for large reads. up to max_mux requests may be
outstanding. This gives _much_ better throughput and should allow
smbsh to saturate just about any network.
this is an implementation of the "fast SMB" method I described on the
CIFS list a couple of months back.
|
|
|
|
| |
file descriptor allocation order is identical to the kernels.
|
|
|
|
|
|
| |
- cleaned up prototyping. Unfortunately we can't auto-prototype
wrapped.c because it replaces system functions.
- split stat functions into smbw_stat.c
|
|
|
|
|
| |
- fixed a bug in the handling of multiple connections to different
servers
|
| |
|
| |
|
|
|
|
|
|
|
| |
implemented).
this is enough to be able to edit files using emacs on the smbwrapper
filesystem
|
|
|
|
| |
WinNT servers, and correctly lists share names in /smb/SERVER/
|
|
some stage.
|