| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
| |
This is really an updated version of the original 'MIRRORS' file.
|
| |
|
| |
|
|
|
|
| |
Jeremy (jallison@whistle.com)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
trans2.c: Added OS2 WPS fix - but ifdefed out for now. Will turn on
after 1.9.17 release.
Jeremy (jallison@whistle.com)
|
|
|
|
| |
Jeremy (jallison@whistle.com)
|
|
|
|
|
| |
just one (major:) vendor's idea of domain authentication. Added refs to
pwdump where it talks about the SAM. Dan
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
client.c : Fix crash bug. Add code to use BUFFER_SIZE for NetServerEnum calls.
namepacket.c: Fixed cast.
nmbsync.c : Add code to use BUFFER_SIZE for NetServerEnum calls.
smb.h : Set default client code page to 932 for KANJI.
system.c : Remove vendor specific code that crept in :-).
util.c : Added #define to allow Samba to behave as Win95 when doing
KANJI case insensitivity tests.
Jeremy (jallison@whistle.com)
|
|
|
|
|
|
|
|
|
|
|
|
| |
workgroups (domains are a superset of workgroups: workgroups have no
concept of security at all)
- updated comments about profiles from conversations with john t, and from
samba digest input. this includes the need for encrypted passwords when
supporting NT workstation, and enlisting the assistance of an NT server
to tell workstations that their profile is on a samba server.
lkcl
|
|
|
|
|
|
|
|
| |
authentication. NT SAM is only one case of many kinds of distributed
authorisation database. Domain logons, RAP etc should all work perfectly
from NT workstations to Samba servers no matter what username/passwd
database lies underneath (once the protocols have been implemented, of
course.... :-)
|
|
|
|
| |
Dan
|
|
|
|
|
|
|
| |
describe the nascent new documentation project. Renamed INSTALL.txt to
UNIX_INSTALL.txt.
Dan
|
|
|
|
|
|
| |
samba-bugs@samba.anu.edu.au
tridge
|
|
|
|
| |
samba-bugs@samba.anu.edu.au
|
|
|
|
|
|
| |
option. It isn't :-).
Jeremy (jallison@whistle.com)
|
| |
|
|
|
|
|
| |
Code from Takashi Fujita <fujita@ainix.isac.co.jp>.
Jeremy (jallison@whistle.com)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Takes care of the cases where a Windows program is parsing a pathname
component by component and expects 2 different errors.
ERRbadpath - if a component in the path doesn't exist.
ERRbaddirectory - if a component in the path exists but is not a directory.
Extra error code added to smb.h to support this.
Code based on suggestions from "Christian Groessler" <chris@fast-ag.de>.
Jeremy (jallison@whistle.com)
|
|
|
|
|
|
|
|
| |
dir.c: Cause dptr_create to return -2 when failing on unix error.
reply.c: Use UNIXERROR in more cases.
server.c: Add ENOTDIR mapping to error table.
trans2.c: Correctly determine UNIX error on dptr_create.
Jeremy (jallison@whistle.com)
|
|
|
|
|
| |
smbtar.1: Mentioned it is meant for GNU tar.
Jeremy (jallison@whistle.com)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
includes.h: Changed for HPUX10 tidyup.
ipc.c: Fixed bug where getting local server list from NT browsers would
fail.
nmbsync.c: Fixed bug where getting local server list from NT browsers would
fail.
proto.h: Changed for crash bug on SCO with USE_MMAP.
quotas.c: Added OSF quotas (patch from Bret Giddings <bret@essex.ac.uk>).
Rolled back solaris uid change - I think it was wrong.
reply.c: Changed for crash bug on SCO with USE_MMAP.
server.c: Removed Lukes changes. Changed for crash bug on SCO with USE_MMAP.
smb.h: Changed for crash bug on SCO with USE_MMAP.
smbpasswd.c:Fixed crash bug with Lukes changes.
uid.c: Removed Lukes changes.
util.c: Fixed I18N bug with extended char filenames and widelinks = no.
Jeremy (jallison@whistle.com)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
be treated no differently than any other share (for any security setting:
user, server or share).
this will clear up a bug where, when clients connect to the IPC$ share, this
used to be done under the guest account. the standard_sub_basic() macros
will substitute the _guest_ account for %U, causing the samba server to
look different from when the client then connects to any other share.
lkcl
|
|
|
|
|
|
| |
ipc.c: Finally :-) fixed responses to NetServerEnum2 when SV_TYPE_ALL
given.
Jeremy (jallison@whistle.com)
|
|
|
|
|
|
|
|
| |
loadparm.c: Fixed bug with 'valid chars' param.
nameelect.c:Unregister the 1b name from the WINS server when unbecoming master.
nameservresp.c: Fix nasty browse bug where we were sending the query
to the wrong ip address.
Jeremy (jallison@whistle.com)
|
|
|
|
|
| |
Support.txt: Added new consultant.
Jeremy (jallison@whistle.com)
|
|
|
|
| |
lkcl
|
|
|
|
| |
lkcl
|
|
|
|
| |
lkcl
|
|
|
|
| |
lkcl
|
|
|
|
|
|
| |
exit()). this is a bad idea.
lkcl
|
|
|
|
|
|
|
|
|
|
|
| |
two sets of operation:
as root: specify username password.
as user: specify old password new password
this will allow shell scripts (like adduser) to include smbpasswd.
lkcl
|
|
|
|
|
|
|
| |
loadparm.c: Fixed stupid static warnings with set_default_server_announce_type.
password.c: Fixed char -> uchar cast warnings.
nameservreply.c: Fixed group fade out code.
Jeremy (jallison@whistle.com)
|