1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00

92 Commits

Author SHA1 Message Date
Herb Lewis
10093ae5fc Commiting tt fix. -
Jeremy Allison
791b9bddee Added link to YODL url.
Jeremy.
-
Jeremy Allison
00241b15fa First versions of the man pages auto-generated from the YODL
source.
Jeremy.
-
Jeremy Allison
9722a98f8f The start of a long and ugly process... :-).
Jeremy.
-
Samba Release Account
8d9c5f3522 preparing for release of 2.0.0 alpha 11 -
Samba Release Account
0a8c03bb98 preparing for release of 2.0.0 alpha 10 -
Andrew Tridgell
c11f1b9293 fixed the docs for "domain controller" parameter. -
Samba Release Account
008697d151 preparing for release of 2.0.0 alpha 6 -
Samba Release Account
1c627b8f39 preparing for release of 2.0.0 alpha 5 -
Samba Release Account
d7e50f0111 preparing for release of 2.0.0 alpha 1 -
Samba Release Account
70b8c9f05e preparing for release of 2.0.0 alpha -
Andrew Tridgell
2af9565017 note that "alternate permissions" is deprecated in man page -
Jeremy Allison
7f118970da Adding the same change as was added to 1.9.18 branch to add the
"name resolve order" parameter.

source/Makefile: Re-ordered link for name resolve order code.
source/clientgen.c:
source/clientutil.c: Added calls to resolve_name().
source/includes.h: Added HPUX zombie fix.
source/loadparm.c: Added new name resolve order parameter.
source/namequery.c: Re-wrote to include parsing of lmhosts file, new resolve_name()
                    function requested by John.
source/nmbd.c: Tell resolve_name not to do WINS lookups if we are the WINS server.
source/nmbd_lmhosts.c: Call lmhosts parsing functions in namequery.c
source/password.c: Call resolve_name() to lookup security=server name.

source/reply.c:
source/time.c:
source/trans2.c: "fake directory create times" fix from Jim Hague - hague@research.canon.com.au.
source/util.c: Removed isalnum() test in Get_Hostname() that seems to cause
               problems on many systems.

Jeremy.
-
Jeremy Allison
d8e7e73f4d Adding mention of %p substitution.
Jeremy.
-
Andrew Tridgell
7bccd2c360 changed the default "keepalive" value to 300 seconds.
This is more important now that oplocks are being used.
-
Jeremy Allison
7ca827b6ea Updated - removed "win95 bug compatibility" and added "dos filetime resolution".
Jeremy.
-
Jeremy Allison
71c70cf090 ENCRYPTION.txt: Fixed typo.
Support.txt: Added consultant.
smb.conf.5: Updated with new parameters.
Jeremy.
-
Andrew Tridgell
a083cef78b fixed typo -
Samba Release Account
c3f725ad88 preparing for release of 1.9.18 -
Samba Release Account
d3a238e7ac preparing for release of 1.9.18alpha14 -
Samba Release Account
90b8675b88 preparing for release of 1.9.18alpha13 -
Jeremy Allison
5136c5ec11 WHATSNEW.txt - updated for 1.9.18alpha13.
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 Allison
847506a755 Added new wins & lm announce options.
Jeremy.
-
Andrew Tridgell
6a83de0ae9 applied a patch from Norm Jacobs to allow "printcap name = lpstat"
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.
-
Andrew Tridgell
af57bc05fe change the "username map" option to allow the user to stop the
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)
-
Andrew Tridgell
7a88bed4a5 make the "printing" option a per share option rather than global. When
printing to lots of different sorts of remote printers this is useful
-
Jeremy Allison
0263f333f2 Documented the 'veto oplock files' parameter.
Jeremy.
-
Samba Release Account
9cac33a13d preparing for release of 1.9.18alpha12 -
John Terpstra
2ee25cd117 Added in mods for new smb.conf "remote browse sync" option as posted to
the samba-1.9.17 tree moments ago.
-
Samba Release Account
cadd772df7 preparing for release of 1.9.18alpha11 -
Luke Leighton
adf3119245 documented "domain hosts allow/deny" parameters -
Samba Release Account
fa251b7eba preparing for release of 1.9.18alpha10 -
Samba Release Account
9212c93bee preparing for release of 1.9.18alpha9 -
Samba Release Account
48548526e8 preparing for release of 1.9.18alpha8 -
Samba Release Account
dceace804e preparing for release of 1.9.18alpha7 -
Jeremy Allison
c739de26c2 Added "printer driver location", "printer driver file" parameters.
Jeremy.
-
Samba Release Account
28ef0df30e preparing for release of 1.9.18alpha6 -
Samba Release Account
1b17455066 preparing for release of 1.9.18alpha5 -
Samba Release Account
bf5b060bd9 preparing for release of 1.9.18alpha4 -
Samba Release Account
e24465890a preparing for release of samba-1.9.18alpha4 -
Samba Release Account
e4f6ec8c0e preparing for release of 1.9.18alpha3 -
Samba Release Account
27dbb81dd3 preparing for release of 1.9.18alpha2 -
Jeremy Allison
7221e19d5e WHATSNEW.txt: Preparing for 1.9.18alpha2 release.
smb.conf.5: Added 'bind interfaces only' parameter.
version.h: Updated to 1.9.18alpha2.
Jeremy (jallison@whistle.com)
-
Andrew Tridgell
708399e234 add a note on how to map usernames with spaces in them -
Andrew Tridgell
f026724395 added a note about which netbios name is use in server level security -
Jeremy Allison
c4a4a9016e Adding make_smbcodepage.1 man page.
Updated smb.conf with dos filetimes.
Jeremy (jallison@whistle.com)
-
Luke Leighton
6d67eddcdf added description of parameters:
domain sid
	domain groups
	logon drive
	logon path
-
Andrew Tridgell
60bb523c8a updated the "comment =" entry a bit
updated the fake oplocks entry a bit
-
Jeremy Allison
f9df5ac008 Added definition of oplocks parameter.
Jeremy (jallison@whistle.com)
-
Andrew Tridgell
44bc9f239a change the semantics of hosts allow/hosts deny so that a global
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?
-