Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit c3f725ad889650147cf5b931ca9f34836daaf942)
|
|
Removed obsolete options from smbmount help message.
Volker
(This used to be commit 2d550d28cd9d3cdb6f72e1f387d9c65dbc1404ad)
|
|
(This used to be commit d3a238e7ac452690bd35f399357b8795100f60a3)
|
|
Jeremy.
(This used to be commit 24fb57e7507338845c2075dbd6d86922b3f028ed)
|
|
(This used to be commit 90b8675b88aa01ae912b5c8849ffb406ad976b95)
|
|
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.
(This used to be commit 5136c5ec119968b39e2cf9d7f3e6836d9286a51f)
|
|
Jeremy.
(This used to be commit 847506a755fac3f97274a19c8a02a2a22f82ca13)
|
|
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.
(This used to be commit 6a83de0ae954bb18d3f15382f2b0b3259fedff09)
|
|
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)
(This used to be commit af57bc05fe0f248aaef329358c583abcffe1657c)
|
|
printing to lots of different sorts of remote printers this is useful
(This used to be commit 7a88bed4a5ca8afe1f2836f7f9a019db01bf998e)
|
|
Jeremy.
(This used to be commit 0263f333f22d2f7f90a155ff19915ff58929bba0)
|
|
(This used to be commit 9cac33a13dc7c4890628436b80f6cbd8361deab2)
|
|
the samba-1.9.17 tree moments ago.
(This used to be commit 2ee25cd117a116d0304960780d6c197f39d25a3d)
|
|
(This used to be commit cadd772df72aa13018ea6e909ed0d7e294f24b5e)
|
|
(This used to be commit adf3119245148d517913efb549e8b88d5ba66b39)
|
|
(This used to be commit fa251b7eba48c9ef2d8d3d798ce5b99c8508c243)
|
|
(This used to be commit 9212c93beefa83be349b250fe98b65e07d842038)
|
|
(This used to be commit 48548526e8bef3cdc6f5d202bb6c7849e7862e48)
|
|
(This used to be commit dceace804ea3efa8de6ab31fb44acdc10d46ed73)
|
|
Jeremy.
(This used to be commit c739de26c286ad1c6e19896c7e9757bc584c7fc2)
|
|
(This used to be commit 28ef0df30efd4011e6a782dc02474b6d4082d6de)
|
|
(This used to be commit 1b17455066098104b9b0907a58195328c6467d71)
|
|
(This used to be commit bf5b060bd9d210efe95b3529dfba98c5c49716e0)
|
|
(This used to be commit e24465890a2fd87fce4f88b97f7ad84a4cc34d7b)
|
|
(This used to be commit e4f6ec8c0e2c1ea055cdc811b19feccbc808fd0b)
|
|
(This used to be commit 27dbb81dd3ca44b45238d63f2ff3e8da429f9845)
|
|
smb.conf.5: Added 'bind interfaces only' parameter.
version.h: Updated to 1.9.18alpha2.
Jeremy (jallison@whistle.com)
(This used to be commit 7221e19d5ef4a242ce29d3148957c3e481456934)
|
|
(This used to be commit 708399e23461f2cce869038ab99d5e5bb54e4a62)
|
|
(This used to be commit f02672439554159ee49412731978286865418588)
|
|
Updated smb.conf with dos filetimes.
Jeremy (jallison@whistle.com)
(This used to be commit c4a4a9016ea5654c5d945a935e60d4f1f3b073e5)
|
|
domain sid
domain groups
logon drive
logon path
(This used to be commit 6d67eddcdffd26b0fa7f97ed3fa08ec002566367)
|
|
(This used to be commit 51182b915268ed1af516090a6230fb8eee252691)
|
|
updated the fake oplocks entry a bit
(This used to be commit 60bb523c8a67065d0ede732e1c153f37a8a865b6)
|
|
Jeremy (jallison@whistle.com)
(This used to be commit f9df5ac008e368af86addee058f75c7e79ca74ce)
|
|
docs/faq.
Replaced all reference to samba.canberra.edu.au/pub/samba/samba.html
with samba.anu.edu.au/samba/
Replaced references to ictinus@lake.canberra.edu.au
with ictinus@samba.anu.edu.au
Added 3 new mirrors, Greece, Poland, Romania
Paul.
(This used to be commit d808df8191cdf21b011e773e6e99b0c65524253c)
|
|
setting applies to all shares regardless of any settings on other
shares. This allows us to immediately drop a connection if it does not
come from a allowed host, without even parsing the first SMB
packet. The next time we get a nasty security hole we can offer people
the option of just setting their hosts allow line.
If we drop a connection in this way we generate a "Not listening for
calling name" response and then exit.
add a per share "oplocks" option in smb.conf. I think its important to
be able to disable oplocks on a per-share basis as there are occasions
then they are definately not wanted, for example when sharing data
between a windows box and a unix application. This also allows us to
tell people "try disabling oplocks" when diagnosing problems.
fix a bug in process_smb(). It was taking the length of the packet
from outbuf, not inbuf (this bug was introduced with the oplocks
code). Jeremy, I assume this wasn't deliberate?
(This used to be commit 44bc9f239aa0b3cdf6cf9ad8d3911e397eba7335)
|
|
smb.conf.5: Added 'username level' docs.
Jeremy (jallison@whistle.com)
(This used to be commit b588615b201fda404c09637b344e9823443ce396)
|
|
Jeremy (jallison@whistle.com)
(This used to be commit c6e736283ec7558f8d5108c141e346cf0cc5742a)
|
|
limitations.
(This used to be commit 50a990b9d6d9e3de46298c5fbf2a81709760f85e)
|
|
\\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
(This used to be commit 588039b6dfd1397532ef8969fb5f2bb3aafbddde)
|
|
samba-bugs@samba.anu.edu.au
(This used to be commit 19bae63e28bddcb605c95035ae15e1ff5d8f57db)
|
|
option. It isn't :-).
Jeremy (jallison@whistle.com)
(This used to be commit bbf76eeb40ec22d4787d1f1206a3c559b36fe636)
|
|
smbtar.1: Mentioned it is meant for GNU tar.
Jeremy (jallison@whistle.com)
(This used to be commit 9d7e75bdf568239af53d7162c2b207ea06ed4070)
|
|
Support.txt: One more USA consultant.
Jeremy (jallison@whistle.com)
(This used to be commit df99a780daedf138df82241d4534f103ce9729b1)
|
|
Jeremy (jallison@whistle.com)
(This used to be commit 148b7a2ee3f520f31793d25ebe164a147f2afdfe)
|
|
Tidied up mask descriptions.
Jeremy (jallison@whistle.com)
(This used to be commit d9c331d79d3addae7b0b4cc3c7fd40dfa8903a9c)
|
|
smb.conf.5: Documented follow symlinks parameter.
Jeremy (jallison@whistle.com)
(This used to be commit ed6aaf2667c5cd731f8fce78163162817a18c240)
|
|
Jeremy (jallison@whistle.com)
(This used to be commit ad090829c741ff737af7107a4919812db0f0591f)
|
|
effort. Finally added -a option (for Andrew :-).
Jeremy (jallison@whistle.com)
(This used to be commit e20a5859bc3a06090777a9197163e2ec39be7b3b)
|
|
Jeremy (jallison@whistle.comAdded explicit examples for veto files.
Jeremy (jallison@whistle.com))
(This used to be commit b45fc6388fb08a566f9c241cb89f5dd07a70b28d)
|