1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-07 09:49:30 +03:00
Commit Graph

77 Commits

Author SHA1 Message Date
8e873b415b preparing for release of 1.9.18alpha10
(This used to be commit fa251b7eba)
1997-11-01 19:36:04 +00:00
6f3623285e preparing for release of 1.9.18alpha9
(This used to be commit 9212c93bee)
1997-10-30 01:13:34 +00:00
4da6236108 preparing for release of 1.9.18alpha8
(This used to be commit 48548526e8)
1997-10-29 21:20:34 +00:00
26f5e4f25c preparing for release of 1.9.18alpha7
(This used to be commit dceace804e)
1997-10-29 15:38:31 +00:00
db12131fcd Added "printer driver location", "printer driver file" parameters.
Jeremy.
(This used to be commit c739de26c2)
1997-10-28 19:54:49 +00:00
e6ee5fc2d9 preparing for release of 1.9.18alpha6
(This used to be commit 28ef0df30e)
1997-10-27 17:18:51 +00:00
326da272da preparing for release of 1.9.18alpha5
(This used to be commit 1b17455066)
1997-10-25 19:13:07 +00:00
1bdf2d8fa5 preparing for release of 1.9.18alpha4
(This used to be commit bf5b060bd9)
1997-10-24 14:40:37 +00:00
78095482be preparing for release of samba-1.9.18alpha4
(This used to be commit e24465890a)
1997-10-24 14:39:28 +00:00
59759f0ebb preparing for release of 1.9.18alpha3
(This used to be commit e4f6ec8c0e)
1997-10-21 22:56:28 +00:00
cd8d75806c preparing for release of 1.9.18alpha2
(This used to be commit 27dbb81dd3)
1997-10-21 21:17:26 +00:00
7985bcfe0c 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)
(This used to be commit 7221e19d5e)
1997-10-21 19:55:34 +00:00
8dba4c607f add a note on how to map usernames with spaces in them
(This used to be commit 708399e234)
1997-10-21 10:30:07 +00:00
4880c4ae05 added a note about which netbios name is use in server level security
(This used to be commit f026724395)
1997-10-21 09:43:03 +00:00
a6929fadf3 Adding make_smbcodepage.1 man page.
Updated smb.conf with dos filetimes.
Jeremy (jallison@whistle.com)
(This used to be commit c4a4a9016e)
1997-10-20 20:34:55 +00:00
246cd60036 added description of parameters:
domain sid
	domain groups
	logon drive
	logon path
(This used to be commit 6d67eddcdf)
1997-10-20 16:24:14 +00:00
d2dc77736d document -a "append log" option
(This used to be commit 51182b9152)
1997-10-17 01:47:10 +00:00
95625a9166 updated the "comment =" entry a bit
updated the fake oplocks entry a bit
(This used to be commit 60bb523c8a)
1997-10-13 00:03:37 +00:00
12f2c006e0 Added definition of oplocks parameter.
Jeremy (jallison@whistle.com)
(This used to be commit f9df5ac008)
1997-10-09 18:48:12 +00:00
1b83986c8b Removed samba.faq from the docs directory, it was out of date. All FAQs in
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 d808df8191)
1997-10-07 04:47:23 +00:00
85097a7c17 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?
(This used to be commit 44bc9f239a)
1997-10-02 03:14:32 +00:00
7885239b62 smbclient.1: Added documentation of the username%password environment code.
smb.conf.5: Added 'username level' docs.
Jeremy (jallison@whistle.com)
(This used to be commit b588615b20)
1997-09-19 17:40:11 +00:00
99517574ca Added documentation for the 'delete veto files' parameter.
Jeremy (jallison@whistle.com)
(This used to be commit c6e736283e)
1997-09-17 01:33:33 +00:00
9e30eeabfb updated bit on kill -HUP to make it clear what effect this has, and its
limitations.
(This used to be commit 50a990b9d6)
1997-09-09 13:06:55 +00:00
ef0b39006e 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
(This used to be commit 588039b6df)
1997-08-26 15:35:43 +00:00
1fdeed2583 fix several references to samba-bugs@anu.edu.au which should be samba-bugs@samba.anu.edu.au
(This used to be commit 19bae63e28)
1997-08-22 04:38:02 +00:00
d341dde0cf Removed the obsolete comment from the 'strip dot'
option. It isn't :-).

Jeremy (jallison@whistle.com)
(This used to be commit bbf76eeb40)
1997-08-21 23:14:34 +00:00
5c3357953c Support.txt: Added two more consultants.
smbtar.1:	Mentioned it is meant for GNU tar.
Jeremy (jallison@whistle.com)
(This used to be commit 9d7e75bdf5)
1997-08-20 01:09:57 +00:00
0b18a0f328 smb.conf.5: Added netbios aliases entry.
Support.txt: One more USA consultant.
Jeremy (jallison@whistle.com)
(This used to be commit df99a780da)
1997-07-31 18:51:21 +00:00
f2b7e75f0c Made docs more up to date with source. Preparing for 1.9.17alpha5.
Jeremy (jallison@whistle.com)
(This used to be commit 148b7a2ee3)
1997-07-30 19:25:11 +00:00
fad8b9e4ae Changed default create mask parameter to 0744 as per John's request.
Tidied up mask descriptions.
Jeremy (jallison@whistle.com)
(This used to be commit d9c331d79d)
1997-07-24 17:45:16 +00:00
ce7ac138aa Support.txt: Modified a consultant's entry (Italy)
smb.conf.5: Documented follow symlinks parameter.
Jeremy (jallison@whistle.com)
(This used to be commit ed6aaf2667)
1997-07-18 20:26:23 +00:00
010ed1ccd2 Changed separators for veto & hide files back to /.
Jeremy (jallison@whistle.com)
(This used to be commit ad090829c7)
1997-07-14 20:02:47 +00:00
cdb347c210 Wrote man page for smbpasswd program as part of documentation
effort. Finally added -a option (for Andrew :-).
Jeremy (jallison@whistle.com)
(This used to be commit e20a5859bc)
1997-07-10 20:13:24 +00:00
a67a697b36 Added explicit examples for veto files.
Jeremy (jallison@whistle.comAdded explicit examples for veto files.
Jeremy (jallison@whistle.com))
(This used to be commit b45fc6388f)
1997-07-07 23:05:16 +00:00
ee0acbe94c added man page entry for "hide files". updated "veto files" entry.
both these options will do * and ? matching

lkcl
(This used to be commit ede6fe3e76)
1997-07-06 13:47:11 +00:00
73ca9fb309 added description of new "dns proxy" option, which defaults to yes.
added warning of consequences of using dns proxying.

lkcl
(This used to be commit 1de9cd456c)
1997-07-06 12:25:23 +00:00
e4619d3ead Changed default for max mux to 50 in line with source change.
Jeremy (jallison@whistle.com)
(This used to be commit 3187a362c8)
1997-07-03 19:25:15 +00:00
2654fd1472 smb.conf.5: Updated definitions of mode setting options. Added force
mode options.
Support.txt:	More consultants....
Jeremy (jallison@whistle.com)
(This used to be commit 5c17bc2581)
1997-06-19 00:42:29 +00:00
ca164ca9f9 Added "client code page" parameter.
(This used to be commit 6c361b961d)
1997-06-11 01:05:29 +00:00
36693ec110 added veto files entry. example lists files that DAVE (mac client)
shouldn't show up.  not tested, but hey, what are alphas for? :-)

luke
(This used to be commit ec9eace43d)
1997-05-26 17:55:54 +00:00
73cf65bcdd samba.faq: Updated with info on 'Dave'.
smb.conf.5: Removed reference to 'domain controller' being the browse
            list collator to match the change I just added to
            nameannounce.c.
jallison@whistle.com
(This used to be commit 22243ffaa4)
1997-05-22 18:10:46 +00:00
79fcd3dc6a Updated docs for 'local master' parameter.
jallison@whistle.com
(This used to be commit 428ed15462)
1997-05-21 18:15:46 +00:00
3576734501 Updated for 1.9.17alpha1.
Jeremy.
(This used to be commit b1886349f7)
1997-05-20 01:46:28 +00:00
b54b581b85 Documented -b for brief option.
(This used to be commit 5aa4f81477)
1997-05-08 20:11:32 +00:00
2e3dda7626 Fixes for manpage from Bill Hawes <whawes@star.net>.
(This used to be commit d4b64f5d50)
1997-05-08 20:04:51 +00:00
3377ecb35e mod to directory mask doc
lkcl
(This used to be commit 285769003a)
1997-05-07 18:42:13 +00:00
b9002b2ab9 added auto.home parameters - contributed by simeon@bangor.ac.uk.
lkcl
(This used to be commit 820a1bde72)
1997-05-07 18:17:21 +00:00
35de5ef343 missed some bits. added some more on profiles - e.g windows 95 description
of what needs to be done.

lkcl
(This used to be commit d998795503)
1997-03-09 18:21:46 +00:00
510180fb45 updating documentation on:
profiles; domain master browsing; netlogons; preferred master.

lkcl
(This used to be commit 43c02b4bea)
1997-03-09 16:27:15 +00:00