| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
clientgen.c:
clientutil.c:
clitar.c: Changed usage of receive_smb to new function client_receive_smb
except for one use of receive_smb in client.c. This is the
receive_smb used to discard packets received whilst in a
keyboard wait state.
util.c: Created new function client_receive_smb that ignores session
keepalives just as the old receive_smb used to do. Created
internal function read_smb_length_return_keepalive that is
used internally by the changed receive_smb call.
Changed read_smb_len to not use an internal buffer - it is
never called with a null buffer so such code is redundant.
Jeremy.
|
|
|
|
|
|
|
|
| |
<hoch@hplcgh.hpl.hp.com>
server.c, util.c: Added fix for oplock break requests blocking due to server being
blocked in read call. Bug found by Charles Hoch <hoch@hplcgh.hpl.hp.com>.
Jeremy.
|
|
|
|
|
| |
end up being a curent announce for each new release. Then again maybe we should
start from the one Jeremy and I did for 1.9.17. Just doodling really.
|
| |
|
|
|
|
|
|
| |
util.c: Applied fix from Branko Cibej <branko.cibej@hermes.si> where
StrnCaseCmp tests one character too many.
Jeremy.
|
|
|
|
|
|
|
|
|
|
|
|
| |
I'll be using the cache module to replace the name cache in mangle.c. The
new one should be much faster and should require less memory.
Another feature is that the cache size can be limited by the amount of
memory used in addition to the number of entries allowed. With the
current cache, the default is to allocate 12800 bytes representing 50
entries (256 bytes each). With the same amount of memory, I should be able
to load over around two hundred entries.
Changes to the AVL trees were minor (missing comments).
Chris -)-----
|
|
|
|
|
|
| |
nmbd_nameregister.c: Applied fix found by "Eloy A. Paris" <eparis@ven.ra.rockwell.com>
(don't re-use lists after you have freed them :-).
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
- be a little bit more friendly about grabbing semaphores
|
| |
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
|
| |
docs/smb.conf.5: Removed unused NTDOMAIN params. Added new params.
source/loadparm.c: Put #ifdef NTDOMAIN around unused params.
source/nmbd_become_lmb.c: Removed check for workgroup name in lmb name.
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
| |
Also added code to stop old Samba servers that announce the workgroup
name as master browser name when they are a local master browser.
Jeremy.
|
|
|
|
|
|
|
|
|
|
|
|
| |
they do host announcements to LOCAL_MASTER_BROWSER_NAME<00> rather than
WORKGROUP<1d>.
nmbd_incomingrequests.c: Deal with WINS_PROXY_NAME issues - don't reply
with that name if it's the same broadcast net.
nmbd_serverlistdb.c: Stopped writing "Unknown" for local master browsers
we don't know.
nmbd_winsproxy.c: Deal with WINS_PROXY_NAME issues - don't reply
with that name if it's the same broadcast net.
Jeremy.
|
| |
|
|
|
|
|
|
| |
common bug in MS clients where they try to reuse a file descriptor
from an earlier smb connection. This code increases the chance that
the errant client will get an error rather than causing corruption
|
| |
|
|
|
|
| |
protocol < LANMAN1
|
|
|
|
|
|
|
|
| |
back into the main tree.
For the cvs logs of all the files starting nmbd_*.c, look
in the JRA_NMBD_REWRITE branch. That branch has now been
discontinued.
Jeremy.
|
|
|
|
|
| |
with doing a dir /s into a unix directory ending in a ':'.
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
| |
a better way to handle the node pointer array used in ubi_BinTree. The
change simplified the code a bigbunch. It also forced updates to all of
the binary tree modules. CRH
|
|
|
|
|
| |
for problem with kanji sj_strXXX functions.
Jeremy.
|
| |
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
necessary
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
it can see the SYSV definitions
|
|
|
|
|
|
|
|
|
|
| |
to use lpstat to obtain the printer list on systemV systems.
I've now made this the default on all SYSV systems.
Jeremy, you were a little worried about the security of this patch. I
believe it's OK as the user has no control over the options given to
popen() and the pipe is only open for reading.
|
|
|
|
|
|
|
|
| |
processing part way through the file if a match is found. If a line
starts with ! and a match is made by that line then processing
stops. This allows better wildcard handling.
(patch from Anselm.Kruis@Physik.Uni-Muenchen.DE)
|
|
|
|
| |
spaces
|
|
|
|
|
| |
Used by the new nmbd and just makes more sense :-).
Jeremy.
|
|
|
|
| |
should catch broken timezone files in slackware linux.
|
|
|
|
|
| |
security by changing a setting in local.h or adding it to their
Makefile. See comment in local.h
|
|
|
|
| |
printing to lots of different sorts of remote printers this is useful
|
|
|
|
|
| |
This change allows people to select the SYSLOG_FACILITY in local.h, or
add it to the Makefile if they want to.
|
|
|
|
| |
little better
|
|
|
|
|
| |
already lowercase char when using code pages. Jeremy, can you confirm
that this looks right? It comes from PR#1992
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|