summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Advice about firewalls (step 1) and tcp wrappers (step 8). DanSamba Release Account1997-08-261-1/+10
|
* This file has been moved to MIRRORS.txtSamba Release Account1997-08-261-33/+0
|
* Added new MIRRORS.txt file at Dan's requestSamba Release Account1997-08-261-0/+67
| | | | This is really an updated version of the original 'MIRRORS' file.
* Spelling, refs to faqs, version numbersing. Dan.Samba Release Account1997-08-261-1/+8
|
* preparing for release of 1.9.17Samba Release Account1997-08-261-1/+1
|
* Updated for 1.9.17 release.Samba Release Account1997-08-261-44/+44
| | | | Jeremy (jallison@whistle.com)
* Added draft cversions of the new Samba doco. Dan.Samba Release Account1997-08-2613-0/+3667
|
* From Jacco, unchanged. Destined for Samba-Client-FAQ. DanSamba Release Account1997-08-261-0/+61
|
* JHT ===> Documentation header updates only - inserting/mod Updates date.John Terpstra1997-08-263-2/+3
|
* Way out of date. DanSamba Release Account1997-08-263-249/+0
|
* smb.h: Added error code used for OS2 WPS.Samba Release Account1997-08-262-12/+7
| | | | | | trans2.c: Added OS2 WPS fix - but ifdefed out for now. Will turn on after 1.9.17 release. Jeremy (jallison@whistle.com)
* Removed samba team email address - replaced with samba bugs.Samba Release Account1997-08-261-1/+1
| | | | Jeremy (jallison@whistle.com)
* Minor mods to DOMAIN.txt. In DOMAIN_CONTROL.txt made it clear that a PDC isSamba Release Account1997-08-262-0/+24
| | | | | just one (major:) vendor's idea of domain authentication. Added refs to pwdump where it talks about the SAM. Dan
* More mods to DOMAIN.txt, preparing for meta-FAQ itegration. DanSamba Release Account1997-08-251-7/+11
|
* charset.c : Add mapping for code page 932 (KANJI).Samba Release Account1997-08-257-39/+72
| | | | | | | | | | | | 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)
* - clarified dan s's clarifications of the difference between domains andSamba Release Account1997-08-251-43/+90
| | | | | | | | | | | | 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
* Changed DOMAIN.txt to try to explain terms like domain, workgroup,Samba Release Account1997-08-251-6/+35
| | | | | | | | 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.... :-)
* Renamed from INSTALL.txt. Preparing for new docs structure.Samba Release Account1997-08-251-0/+342
| | | | Dan
* Updated Manifest and DOMAIN.txt to refer to <your OS>_INSTALL.txt andSamba Release Account1997-08-253-347/+23
| | | | | | | describe the nascent new documentation project. Renamed INSTALL.txt to UNIX_INSTALL.txt. Dan
* fix some more references to samba-bugs@anu.edu.au which should beSamba Release Account1997-08-224-9/+9
| | | | | | samba-bugs@samba.anu.edu.au tridge
* fix several references to samba-bugs@anu.edu.au which should be ↵Samba Release Account1997-08-224-4/+4
| | | | samba-bugs@samba.anu.edu.au
* Removed the obsolete comment from the 'strip dot'Samba Release Account1997-08-211-4/+6
| | | | | | option. It isn't :-). Jeremy (jallison@whistle.com)
* JHT ===> Added comment about internationaliasation and deleted dates.John Terpstra1997-08-211-3/+2
|
* Kanji fixes for upper/lower case conversion with sjis characters.Samba Release Account1997-08-214-30/+149
| | | | | Code from Takashi Fujita <fujita@ainix.isac.co.jp>. Jeremy (jallison@whistle.com)
* JHT ===> Just to complete Tim Small's add-ins.John Terpstra1997-08-212-0/+7
|
* JHT ===> Added a patch from Tim Small (UK)John Terpstra1997-08-212-1/+15
|
* JHT ===> The title says it all!John Terpstra1997-08-211-0/+31
|
* JHT ===> More documentation for those who can't find the docs directory.John Terpstra1997-08-212-0/+48
|
* Changes to allow Samba to return the same error code as Windows NT.Samba Release Account1997-08-207-63/+297
| | | | | | | | | | | 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)
* Fix suggested by "Christian Groessler" <chris@fast-ag.de>Samba Release Account1997-08-204-4/+13
| | | | | | | | 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)
* Support.txt: Added two more consultants.Samba Release Account1997-08-202-3/+40
| | | | | smbtar.1: Mentioned it is meant for GNU tar. Jeremy (jallison@whistle.com)
* JHT ===> Added instructions for Windows 95 encrypted password change.John Terpstra1997-08-192-4/+75
|
* JHT ===> Tidying up for public consumption.John Terpstra1997-08-191-2/+2
|
* Makefile: Changed for HPUX10 tidyup.Samba Release Account1997-08-1911-48/+115
| | | | | | | | | | | | | | | | | | 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)
* JHT ===> Update only.John Terpstra1997-08-191-0/+15
|
* JHT ===> No longer needed here. Files moved to ~/packaging/redhat.John Terpstra1997-08-1911-743/+0
|
* JHT ===> Just a little bit of rearranging the deck chairs - more growth space.John Terpstra1997-08-191-0/+19
|
* JHT ===> Fixed step numbering.John Terpstra1997-08-191-3/+3
|
* JHT ===> Just making sure any new tests do not announce as the last alpha!John Terpstra1997-08-181-1/+1
|
* connecting to IPC$ goes under the guest account. the IPC$ share shouldSamba Release Account1997-08-172-24/+19
| | | | | | | | | | | | 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
* includes.h: Fixed S_IFLNK for old DEC ultrix.Samba Release Account1997-08-132-2/+12
| | | | | | ipc.c: Finally :-) fixed responses to NetServerEnum2 when SV_TYPE_ALL given. Jeremy (jallison@whistle.com)
* charset.c: Fixed bug with 'valid chars' param.Samba Release Account1997-08-124-6/+46
| | | | | | | | 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)
* Faxing.txt: Updated.Samba Release Account1997-08-122-19/+89
| | | | | Support.txt: Added new consultant. Jeremy (jallison@whistle.com)
* spelling.Samba Release Account1997-08-111-1/+1
| | | | lkcl
* updated to include NT 4.0 Workstation profile setup.Samba Release Account1997-08-101-10/+82
| | | | lkcl
* updating comments.Samba Release Account1997-08-101-13/+11
| | | | lkcl
* bug in num. arguments detection that stopped the -add option workingSamba Release Account1997-08-091-7/+3
| | | | lkcl
* failure to register DOMAIN<1b> netbios name caused nmbd to exit (a call toSamba Release Account1997-08-071-2/+1
| | | | | | exit()). this is a bad idea. lkcl
* updated smbpasswd to take the password on the command-line.Samba Release Account1997-08-061-20/+72
| | | | | | | | | | | 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
* Makefile: Added IRIX 6 target.Samba Release Account1997-08-053-8/+20
| | | | | | | 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)