summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* - 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)
* 4 more consultants.Samba Release Account1997-08-041-15/+84
| | | | Jeremy (jallison@whistle.com)
* Removed for 1.9.17alpha5 release.Samba Release Account1997-07-311-80/+0
| | | | Jeremy (jallison@whistle.com)
* Updated for 1.9.17alpha5 release.Samba Release Account1997-07-311-17/+28
| | | | Jeremy (jallison@whistle.com)
* smb.conf.5: Added netbios aliases entry.Samba Release Account1997-07-312-1/+40
| | | | | Support.txt: One more USA consultant. Jeremy (jallison@whistle.com)
* loadparm.c: Added new netbios aliases parameter (code from Cisco)Samba Release Account1997-07-318-32/+146
| | | | | | | | | | | | | nameannounce.c: Code to announce aliases as well as our own names. namedbsubnet.c: Code to add the aliases to the server list. nameserv.c: Code to defend our aliases on the namelist. namework.c: Code to check it's one of our aliases. nmbd.c: Code to initialise the aliases. proto.h: Fixup protos. util.c: Code to check it's one of our aliases. All above code based on code for 1.9.16p11 donated by Cisco from Ben Woodard <bwoodard@luthien.cisco.com> Jeremy (jallison@whistle.com)
* Made docs more up to date with source. Preparing for 1.9.17alpha5.Samba Release Account1997-07-301-1/+45
| | | | Jeremy (jallison@whistle.com)
* client.c: Minor change to cast parameters for DEC unix.Samba Release Account1997-07-3010-35/+164
| | | | | | | | | | | | | clientutil.c: Minor change to cast parameters for DEC unix. ipc.c: Fixes to parameterise the stuff John wants. loadparm.c: Fixes to parameterise the stuff John wants. nameannounce.c: Fixes to parameterise the stuff John wants. namedbwork.c: Fixes to parameterise the stuff John wants. nameserv.h: Fixes to parameterise the stuff John wants. proto.h: Fixes to parameterise the stuff John wants. smb.h: Fixes to parameterise the stuff John wants. util.c: tidy. Jeremy (jallison@whistle.com)
* Minor text mods, mostly checking that CVS still worksSamba Release Account1997-07-302-3/+4
| | | | Dan
* Missed removing some redundent code.Samba Release Account1997-07-281-3/+0
| | | | Jeremy (jallison@whistle.com)
* Added one more consultant. Jeremy.Samba Release Account1997-07-281-1/+20
|
* client.c: Added amanda fixes.Samba Release Account1997-07-288-197/+66
| | | | | | | | | | | clitar.c: Added amanda fixes. nameannounce.c: Removed redundent code. nameelect.c: Removed redundent code. nameserv.h: Removed redundent code. nameservresp.c: Removed redundent code. namework.c: Removed redundent code. password.c: Prevented crash if getpwnam fails. Jeremy (jallison@whistle.com)
* JHT ===> Just playin' wif da RPM 'tings. Ok?John Terpstra1997-07-262-87/+149
|
* Re-added shm stuff - keeps getting lost.Samba Release Account1997-07-241-1/+3
| | | | Jeremy (jallison@whistle.com)
* loadparm.c: Changed default create mask to 755 to support MAP_ARCHIVE.Samba Release Account1997-07-242-11/+11
| | | | | server.c: Added check for MAP_ARCHIVE before we set archive bit. Jeremy (jallison@whistle.com)
* nameserv.c: split add_domain_names() into three functions:Samba Release Account1997-07-244-192/+259
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add_domain_logon_names() - adds <1c> names on WINS and broadcast. add_domain_master_wins() - adds <1b> name only with WINS server add_domain_master_bcast() - adds <1b> names only by bcast. : made add_domain_names() add <1c> names, unconditionally, and add <1b> name with the WINS server if using a WINS server, or add <1b> name by broadcast if _not_ using a WINS server, but _not_ both. : removed the direct parameter from remove_name_entry() and add_my_name_entry(). nameelect.c: made become_domain_master(), on successful registration of the <1b> name with the WINS server, go ahead and register the <1b> names by broadcast. if the <1b> name is _not_ successfully registered with the WINS server, the broadcast registration of <1b> names will _not_ proceed. namedbsubnet.c: sorted out calls to add_my_name_entry() and remove_my_name() which no longer has a direct parameter. this is all added because... in order to fix a compatibility bug with 1.9.16p2->p11, jeremy had added a feature that got the <1b> broadcast registered names _directly_ into the nmbd netbios lists, undefended. the aim was to get round the aggressive netbios registration of <1b> names of 1.9.16p2->p11. however, because 1.9.16p2->p11 don't properly _provide_ netlogon services, it is better that an error message appears in 1.9.17 logs, and that administrators are made aware of the problems with 1.9.16p2->p11, and replace 1.9.16p2->p11 servers, rather than attempt to run 1.9.16 alonside 1.9.17. (these warning messages will need to be added...) in _addition_, they shouldn't _be_ getting two samba servers to provide domain logon / domain master services for the same workgroup in the same WINS scope! lkcl