1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

109 Commits

Author SHA1 Message Date
Samba Release Account
4da6236108 preparing for release of 1.9.18alpha8
(This used to be commit 48548526e8bef3cdc6f5d202bb6c7849e7862e48)
1997-10-29 21:20:34 +00:00
Samba Release Account
26f5e4f25c preparing for release of 1.9.18alpha7
(This used to be commit dceace804ea3efa8de6ab31fb44acdc10d46ed73)
1997-10-29 15:38:31 +00:00
Jeremy Allison
db12131fcd Added "printer driver location", "printer driver file" parameters.
Jeremy.
(This used to be commit c739de26c286ad1c6e19896c7e9757bc584c7fc2)
1997-10-28 19:54:49 +00:00
Samba Release Account
e6ee5fc2d9 preparing for release of 1.9.18alpha6
(This used to be commit 28ef0df30efd4011e6a782dc02474b6d4082d6de)
1997-10-27 17:18:51 +00:00
Samba Release Account
326da272da preparing for release of 1.9.18alpha5
(This used to be commit 1b17455066098104b9b0907a58195328c6467d71)
1997-10-25 19:13:07 +00:00
Samba Release Account
1bdf2d8fa5 preparing for release of 1.9.18alpha4
(This used to be commit bf5b060bd9d210efe95b3529dfba98c5c49716e0)
1997-10-24 14:40:37 +00:00
Samba Release Account
78095482be preparing for release of samba-1.9.18alpha4
(This used to be commit e24465890a2fd87fce4f88b97f7ad84a4cc34d7b)
1997-10-24 14:39:28 +00:00
Samba Release Account
59759f0ebb preparing for release of 1.9.18alpha3
(This used to be commit e4f6ec8c0e2c1ea055cdc811b19feccbc808fd0b)
1997-10-21 22:56:28 +00:00
Samba Release Account
cd8d75806c preparing for release of 1.9.18alpha2
(This used to be commit 27dbb81dd3ca44b45238d63f2ff3e8da429f9845)
1997-10-21 21:17:26 +00:00
Jeremy Allison
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 7221e19d5ef4a242ce29d3148957c3e481456934)
1997-10-21 19:55:34 +00:00
Andrew Tridgell
8dba4c607f add a note on how to map usernames with spaces in them
(This used to be commit 708399e23461f2cce869038ab99d5e5bb54e4a62)
1997-10-21 10:30:07 +00:00
Andrew Tridgell
4880c4ae05 added a note about which netbios name is use in server level security
(This used to be commit f02672439554159ee49412731978286865418588)
1997-10-21 09:43:03 +00:00
Jeremy Allison
a6929fadf3 Adding make_smbcodepage.1 man page.
Updated smb.conf with dos filetimes.
Jeremy (jallison@whistle.com)
(This used to be commit c4a4a9016ea5654c5d945a935e60d4f1f3b073e5)
1997-10-20 20:34:55 +00:00
Luke Leighton
246cd60036 added description of parameters:
domain sid
	domain groups
	logon drive
	logon path
(This used to be commit 6d67eddcdffd26b0fa7f97ed3fa08ec002566367)
1997-10-20 16:24:14 +00:00
Andrew Tridgell
95625a9166 updated the "comment =" entry a bit
updated the fake oplocks entry a bit
(This used to be commit 60bb523c8a67065d0ede732e1c153f37a8a865b6)
1997-10-13 00:03:37 +00:00
Jeremy Allison
12f2c006e0 Added definition of oplocks parameter.
Jeremy (jallison@whistle.com)
(This used to be commit f9df5ac008e368af86addee058f75c7e79ca74ce)
1997-10-09 18:48:12 +00:00
Andrew Tridgell
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 44bc9f239aa0b3cdf6cf9ad8d3911e397eba7335)
1997-10-02 03:14:32 +00:00
Jeremy Allison
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 b588615b201fda404c09637b344e9823443ce396)
1997-09-19 17:40:11 +00:00
Jeremy Allison
99517574ca Added documentation for the 'delete veto files' parameter.
Jeremy (jallison@whistle.com)
(This used to be commit c6e736283ec7558f8d5108c141e346cf0cc5742a)
1997-09-17 01:33:33 +00:00
Samba Release Account
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 588039b6dfd1397532ef8969fb5f2bb3aafbddde)
1997-08-26 15:35:43 +00:00
Samba Release Account
d341dde0cf Removed the obsolete comment from the 'strip dot'
option. It isn't :-).

Jeremy (jallison@whistle.com)
(This used to be commit bbf76eeb40ec22d4787d1f1206a3c559b36fe636)
1997-08-21 23:14:34 +00:00
Samba Release Account
0b18a0f328 smb.conf.5: Added netbios aliases entry.
Support.txt: One more USA consultant.
Jeremy (jallison@whistle.com)
(This used to be commit df99a780daedf138df82241d4534f103ce9729b1)
1997-07-31 18:51:21 +00:00
Samba Release Account
f2b7e75f0c Made docs more up to date with source. Preparing for 1.9.17alpha5.
Jeremy (jallison@whistle.com)
(This used to be commit 148b7a2ee3f520f31793d25ebe164a147f2afdfe)
1997-07-30 19:25:11 +00:00
Samba Release Account
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 d9c331d79d3addae7b0b4cc3c7fd40dfa8903a9c)
1997-07-24 17:45:16 +00:00
Samba Release Account
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 ed6aaf2667c5cd731f8fce78163162817a18c240)
1997-07-18 20:26:23 +00:00
Samba Release Account
010ed1ccd2 Changed separators for veto & hide files back to /.
Jeremy (jallison@whistle.com)
(This used to be commit ad090829c741ff737af7107a4919812db0f0591f)
1997-07-14 20:02:47 +00:00
Samba Release Account
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 b45fc6388fb08a566f9c241cb89f5dd07a70b28d)
1997-07-07 23:05:16 +00:00
Samba Release Account
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 ede6fe3e76e24dc96d2ff86ac1beffd1375eff79)
1997-07-06 13:47:11 +00:00
Samba Release Account
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 1de9cd456cc3c39d6f14064010f96426f4b63276)
1997-07-06 12:25:23 +00:00
Samba Release Account
e4619d3ead Changed default for max mux to 50 in line with source change.
Jeremy (jallison@whistle.com)
(This used to be commit 3187a362c83056b1957aed75842c57f182c29dff)
1997-07-03 19:25:15 +00:00
Samba Release Account
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 5c17bc2581b50da8e0a072bcfd528d95eab93161)
1997-06-19 00:42:29 +00:00
Samba Release Account
ca164ca9f9 Added "client code page" parameter.
(This used to be commit 6c361b961dae25fd0a30509afc83b08f9ff35f3d)
1997-06-11 01:05:29 +00:00
Samba Release Account
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 ec9eace43d27c2cb19fb6311161bde6994f807b7)
1997-05-26 17:55:54 +00:00
Samba Release Account
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 22243ffaa4f5400936f5cb5159b73abc559d9515)
1997-05-22 18:10:46 +00:00
Samba Release Account
79fcd3dc6a Updated docs for 'local master' parameter.
jallison@whistle.com
(This used to be commit 428ed15462e586295a767ceee5d1aebaa94ca3cb)
1997-05-21 18:15:46 +00:00
Samba Release Account
3576734501 Updated for 1.9.17alpha1.
Jeremy.
(This used to be commit b1886349f7184500c9d540852abfcb790f9f38b4)
1997-05-20 01:46:28 +00:00
Samba Release Account
3377ecb35e mod to directory mask doc
lkcl
(This used to be commit 285769003af6366167f80019c6845bfe3b6a8da4)
1997-05-07 18:42:13 +00:00
Samba Release Account
b9002b2ab9 added auto.home parameters - contributed by simeon@bangor.ac.uk.
lkcl
(This used to be commit 820a1bde7230bd0a125e4b900fbf733352722a39)
1997-05-07 18:17:21 +00:00
Samba Release Account
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 d998795503ce7872073a79a710a41ffdbc535e75)
1997-03-09 18:21:46 +00:00
Samba Release Account
510180fb45 updating documentation on:
profiles; domain master browsing; netlogons; preferred master.

lkcl
(This used to be commit 43c02b4beab9aa19c3ed648fd4251e30b9615ce7)
1997-03-09 16:27:15 +00:00
Samba Release Account
5d6fbd1875 Fixed typos.
jra@cygnus.com
(This used to be commit 29604e0ebfe0de97e669452ad1a8bf948a64777c)
1997-03-07 17:18:37 +00:00
Samba Release Account
bd87bd4ce6 added logon script and logon path parameters.
lkcl
(This used to be commit e722aeed99b3e7413cb7d5fc31cda38711f7dfc6)
1997-03-02 19:50:17 +00:00
Samba Release Account
3fa4f2492e Added documentation for directory mode/directory mask parameter.
jra@cyngus.com
(This used to be commit 41a3919ac4d22923040bf5f30b3ba0a18b853116)
1997-02-23 05:19:51 +00:00
Samba Release Account
3e3fdde97a updated preferred master parameter and added domain master parameter.
entries kindly written by John Barker (johnb@tigerlabs.com).

lkcl
(This used to be commit 67a2cff2b51139e24695fc852e59105424eaa553)
1997-02-09 14:32:28 +00:00
Samba Release Account
f743ffb347 Added patches from Paul Eggert.
(This used to be commit 89526ed50cf6236211723170403899f0efd2d7ae)
1997-01-08 22:49:59 +00:00
Andrew Tridgell
21cdd72c33 - added an entry to the MIRRORS list
- minor fixes in man page
(This used to be commit 733c7186576c752edb07e9768f7902edc1cc5a42)
1996-10-07 01:53:25 +00:00
Andrew Tridgell
c33d98d573 - added docs on the new "fake oplocks" option.
(This used to be commit 1303132113b24a3e84dd76efe1c664e0dffe5013)
1996-10-05 10:26:31 +00:00
Andrew Tridgell
5d39d23f04 update the docs ready for a new release
(This used to be commit 1c62aa14cc5e43d47c9932d5c965ba834729e2f9)
1996-08-21 12:36:31 +00:00
Andrew Tridgell
ac1f8b11dc - remove the date markers from the man pages. I never keep them uptodate
anyway :-)
(This used to be commit 07b0cf29d345d2f880a45d8bcbfec8355f1f83ef)
1996-08-21 08:27:58 +00:00
Andrew Tridgell
39707ed9d9 update "server string" docs
(This used to be commit f496a4131ef0e9aacdd675805da93b4eb9542db7)
1996-08-20 16:12:54 +00:00