1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

467 Commits

Author SHA1 Message Date
Samba Release Account
9212c93bee preparing for release of 1.9.18alpha9 -
Luke Leighton
be649198e6 updated documentation as chmodding files /tmp/lsarpc and /tmp/netlogon
is not needed any more.
-
Luke Leighton
9dd2fcae78 update -
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.
-
Jeremy Allison
02fc5e756d Adding PRINTER_DRIVER.txt docs. -
Jeremy Allison
fb81a77a63 Adding printer drivers patch from Jean-Francois Micouleau
<Jean-Francois.Micouleau@utc.fr>. We can expand on this after
we have tested it out.
Jeremy.
-
Samba Release Account
28ef0df30e preparing for release of 1.9.18alpha6 -
Luke Leighton
69777caec1 updated to indicate reported success with NT 3.51 as well as NT 4.0 -
Luke Leighton
f5c24c8d9c documented LSA Open Policy Query. -
Samba Release Account
1b17455066 preparing for release of 1.9.18alpha5 -
Luke Leighton
48c4eec98d latest version -
Samba Release Account
bf5b060bd9 preparing for release of 1.9.18alpha4 -
Samba Release Account
e24465890a preparing for release of samba-1.9.18alpha4 -
Luke Leighton
c100b39be9 missed one of the files (lsarpc) in the touch and chmod instructions. -
Luke Leighton
da4b2bf466 updated tel no and email address for my entry. -
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)
-
Samba Release Account
1b056ddd9a Updating an entry.Paul -
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
-
Luke Leighton
38287a59ae added copyright to headers. -
Luke Leighton
8964b0ad56 NTDOMAIN.txt:
describes how to set up samba as an NT PDC.  it includes debugging
	assisting info.  it is expected that this document turn into a
	user's document, rather than a debugger's document.

cifsntdomain.txt :

	this is the "NT Domain Authentication (draft)" white paper, current
	version.  if anyone think it's a bad idea to put a copy of this in
	here, i'm quite happy to remove it.
-
Luke Leighton
9dc6fa1869 updated briefly to mention NT domain support as working, but experimental. -
John Terpstra
53a8a6ced5 Fixed Upper/Lower case typos. -
John Terpstra
7d8c0b60f1 Added comment submitted by Frank Varnavas. -
Andrew Tridgell
51182b9152 document -a "append log" option -
John Terpstra
1f9eb49202 docs/DIAGNOSIS.txt:
Added comment right up front about "your server is being unfriendly"
	type error messages.

source/Makefile:
	Added compile options for RedHat Linux 5.0 series.
-
Andrew Tridgell
60bb523c8a updated the "comment =" entry a bit
updated the fake oplocks entry a bit
-
Samba Release Account
b1ba290f2e Added Finland ftp mirror (PR#175) (Paul) -
John Terpstra
1e2fe7c0db JHT ==> Luke, your forgot to change the modified date! -
Samba Release Account
15a987b9b8 updated Sunsite UK. (Paul) -
Samba Release Account
453a543f2a Updated mirrors, combined Sources and Sources&Binaries as our binaries
are now with our sources.
Have requested that mirror sites remove the old 'binaries' tree.
Paul.
-
Luke Leighton
37a8a5c4c6 corrected paragraph giving the impression that samba can be a domain master
for multiple workgroups.
-
Jeremy Allison
229b6c4092 Added in oplock info.
Jeremy (jallison@whistle.com)
-
Jeremy Allison
f9df5ac008 Added definition of oplocks parameter.
Jeremy (jallison@whistle.com)
-
Samba Release Account
9a81cb171c Oops forgot to run the sgml converters that one last time.
All done.
Paul.
-
Samba Release Account
d808df8191 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.
-
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
6dbe5ad80f Changed consultant list.
Jeremy (jallison@whistle.com)
-
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
eeb0e88353 Another South American consultant. -
Jeremy Allison
c6e736283e Added documentation for the 'delete veto files' parameter.
Jeremy (jallison@whistle.com)
-
Andrew Tridgell
82cfa6bb7c change the encryption instructions to reflect the fact that the code
is now built in
-
Jeremy Allison
e9f460ef0d 2 more consultants. -
Jeremy Allison
594720c7f3 Added one more consultant. -