1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-28 17:47:29 +03:00

77 Commits

Author SHA1 Message Date
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?
-
Jeremy Allison
b588615b20 smbclient.1: Added documentation of the username%password environment code.
smb.conf.5: Added 'username level' docs.
Jeremy (jallison@whistle.com)
-
Jeremy Allison
c6e736283e Added documentation for the 'delete veto files' parameter.
Jeremy (jallison@whistle.com)
-
Samba Release Account
588039b6df added info about _not_ using \\SAMBA_SERVER\HOMES\profile - must use
\\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
-
Samba Release Account
bbf76eeb40 Removed the obsolete comment from the 'strip dot'
option. It isn't :-).

Jeremy (jallison@whistle.com)
-
Samba Release Account
df99a780da smb.conf.5: Added netbios aliases entry.
Support.txt: One more USA consultant.
Jeremy (jallison@whistle.com)
-
Samba Release Account
148b7a2ee3 Made docs more up to date with source. Preparing for 1.9.17alpha5.
Jeremy (jallison@whistle.com)
-
Samba Release Account
d9c331d79d Changed default create mask parameter to 0744 as per John's request.
Tidied up mask descriptions.
Jeremy (jallison@whistle.com)
-
Samba Release Account
ed6aaf2667 Support.txt: Modified a consultant's entry (Italy)
smb.conf.5: Documented follow symlinks parameter.
Jeremy (jallison@whistle.com)
-
Samba Release Account
ad090829c7 Changed separators for veto & hide files back to /.
Jeremy (jallison@whistle.com)
-
Samba Release Account
b45fc6388f Added explicit examples for veto files.
Jeremy (jallison@whistle.comAdded explicit examples for veto files.
Jeremy (jallison@whistle.com))
-
Samba Release Account
ede6fe3e76 added man page entry for "hide files". updated "veto files" entry.
both these options will do * and ? matching

lkcl
-
Samba Release Account
1de9cd456c added description of new "dns proxy" option, which defaults to yes.
added warning of consequences of using dns proxying.

lkcl
-
Samba Release Account
3187a362c8 Changed default for max mux to 50 in line with source change.
Jeremy (jallison@whistle.com)
-
Samba Release Account
5c17bc2581 smb.conf.5: Updated definitions of mode setting options. Added force
mode options.
Support.txt:	More consultants....
Jeremy (jallison@whistle.com)
-
Samba Release Account
6c361b961d Added "client code page" parameter. -