| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
mangle.c smb.h util.c:
Big merge to allow KANJI support to be in the main
binary without explicitly compiling with it.
locking.c: Fix for smbstatus not being able to read files.
namepacket.c: Removed unneccesary debug statement.
trans2.c: Added Luke's proposed fix (ifdefed out until further testing).
nmblookup.c: Fixed bug where query fails and status is done on bogus IP.
Jeremy (jallison@whistle.com)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
functions for wsmbconf. In particular added some more support routines
(like lp_rename_service()) and make the dump routines take a FILE
pointer rather than assuming stdout
|
|
|
|
|
|
|
|
| |
wsmbconf.c is a rudimentary web based smb.conf editor. Its really
there just to demonstrate how such an editor can hook into loadparm.c,
I don't expect anyone to actually use it as is.
wsmbstatus.c is a simple web based smbstatus. Its probably broken.
|
| |
|
|
|
|
| |
limitations.
|
|
|
|
| |
added check for "preferred master" to ensure not forcing an election.
|
| |
|
|
|
|
|
|
|
| |
status.c: Made sure myhostname was initialised before substitutions.
server.c
trans2.c: Moved OS/2 WPS fix.
Jeremy (jallison@whistle.com)
|
| |
|
|
|
|
| |
lp_file_list_changed().
|
| |
|
|
|
|
|
|
|
|
|
| |
We cannot use the same name as the client to
the NT password server, as NT will drop client
connections if the same client name connects
twice. Instead, synthesize a name from our pid.
and the remote machine name.
Jeremy (jallison@whistle.com)
|
|
|
|
|
|
| |
capabilities bits in session_setup_and_X to decide. Made remote_arch
an enum as well as a string, for easier use.
Jeremy (jallison@whistle.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
nameresp.c
nameserv.c
nameservreply.c
proto.h : Removed broadcast and recurse parameters in the
queue_netbios_pkt_wins() call - they are not needed as they
should always be 'false' and 'true' respectively.
Also fixed a bug with secure name registration (WINS
server code).
server.c: Finally fixed problem with error 267 being
returned to Win95. It is needed by NT. This is a horrid
fix and I would appreciate a better one :-).
Jeremy (jallison@whistle.com)
|
| |
|
|
|
|
|
|
| |
server.c: Fix for old DOS clients not understanding ERRbaddirectory - map to ERRbadpath.
util.c: Fix for systems with no LOG_DAEMON facility.
Jeremy (jallison@whistle.com)
|
| |
|
|
|
|
|
| |
only thing i couldn't do was get the chaining word count to point to
the end of the smb reply, for the next and_X (not that there is one).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the print_ functions in reply.c, with the effect that you couldn't
cancel print jobs from smbclient or from older dos clients.
we now use a couple of utility functions printjob_encode() and
printjob_decode() rather than sticking the bitops inline in each
place.
also fixed a bunch of places that used foo%0xFF rather than foo&0xFF
Note that this isn't really me doing the commit, it can't be as I'm
working on my thesis ...
|
|
|
|
|
|
|
| |
charset.c: Dynamic codepage loading code.
charset.h: Defines for file format.
proto.h: Updated.
Jeremy (jallison@whistle.com)
|
|
|
|
|
|
| |
Adding install/uninstall scripts for compiled codepage files.
Preparing for dynamic codepage loading.
Jeremy (jallison@whistle.com)
|
|
|
|
| |
found this one. Jeremy (jallison@whistle.com)
|
|
|
|
|
|
|
| |
nmbsync.c: Make sure REPLACE_GETPASS is defined before including includes.h
clientutil.c: Catch null passwords.
Fixes for a nmbd crash bug found by Herb Lewis @ SGI.
Jermey(jallison@whistle.com)
|
|
|
|
|
|
|
|
| |
server.c: Changed comparison from dname to name2 - seems correct - don't know why
I changed it originally. hmmmmm.
trans2.c: Made lanman2 code more similar to scan_directory(). I should
make the trans2 code call scan_dir as they are so similar.
Jeremy(jallison@whistle.com).
|
|
|
|
|
| |
in general if you add a new type that is returned by a non-static
function then just add it to the list of known types in mkproto.awk
|
|
|
|
|
|
|
| |
Leos Bitto <bitto@altec.cz>.
clitar.c:
proto.h: Fixed proto mismatch for strslashcmp().
Jermey (jallison@netcom.com)
|
|
|
|
| |
Jeremy (jallison@whistle.com)
|
|
|
|
|
|
| |
and standard_sub_basic. again.
lkcl
|
|
|
|
|
|
| |
being used.
lkcl
|
|
|
|
|
|
|
|
| |
\\SAMBA_SERVER\%U\profile for the profile path. documented default
profile path changing to \\%L\%U\profile, so that w95 and NT can use
the same profile directory: you cannot use \\%L\%U for NT profiles.
lkcl
|
|
|
|
|
|
| |
FAQ info and should be scrapped.)
Changed "qaility control" in the Roadmap :-)
|
| |
|
| |
|
| |
|
|
|
|
| |
This is really an updated version of the original 'MIRRORS' file.
|
| |
|
| |
|
|
|
|
| |
Jeremy (jallison@whistle.com)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
trans2.c: Added OS2 WPS fix - but ifdefed out for now. Will turn on
after 1.9.17 release.
Jeremy (jallison@whistle.com)
|
|
|
|
| |
Jeremy (jallison@whistle.com)
|
|
|
|
|
| |
just one (major:) vendor's idea of domain authentication. Added refs to
pwdump where it talks about the SAM. Dan
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
client.c : Fix crash bug. Add code to use BUFFER_SIZE for NetServerEnum calls.
namepacket.c: Fixed cast.
nmbsync.c : Add code to use BUFFER_SIZE for NetServerEnum calls.
smb.h : Set default client code page to 932 for KANJI.
system.c : Remove vendor specific code that crept in :-).
util.c : Added #define to allow Samba to behave as Win95 when doing
KANJI case insensitivity tests.
Jeremy (jallison@whistle.com)
|