JHT ==> Added copyright notations for my works. This is regretably needed!
authorJohn Terpstra <jht@samba.org>
Wed, 9 Jul 1997 11:04:45 +0000 (11:04 +0000)
committerJohn Terpstra <jht@samba.org>
Wed, 9 Jul 1997 11:04:45 +0000 (11:04 +0000)
(This used to be commit c80111cdf54218f23b230dc91bd6d814e6a4afcc)

ToDo.txt [new file with mode: 0644]
docs/textdocs/Application_Serving.txt
docs/textdocs/DOMAIN_CONTROL.txt
docs/textdocs/WinNT.txt
source3/include/smb.h
source3/nameannounce.c
source3/smbd/ipc.c

diff --git a/ToDo.txt b/ToDo.txt
new file mode 100644 (file)
index 0000000..d623e67
--- /dev/null
+++ b/ToDo.txt
@@ -0,0 +1,79 @@
+Author:       John H Terpstra <samba-bugs@samba.anu.edu.au>
+             Copyright (C) Jeremy Allison & John H Terpstra - 1997
+Date:         June 27, 1997
+Status:       Current
+
+Subject:      Outstanding Issues, Development Goals
+===============================================================================
+
+1) Samba-1.9.17 Release commitments:
+
+- Document HOWTO for RedHat Linux (JHT)
+  + Password Caching
+  + Roving Profiles
+  + WinNT Registry changes to restore plain text passwords to NT 4.0 SP3
+- Define build options for RedHat Linux RPMs (JHT)
+- Change smb.conf file and bring into line with current RedHat Linux smb.conf
+  file but preserving original standard file locations in /usr/local tree
+       ++++ DONE ++++
+- Describe dependencies data for use by RedHat in preparation of their
+  web based and X based management tools
+  + Depends on Samba_Config system using dialog package (JRA / JHT)
+- Improved printing capabilities (print queue and print processor for MS
+  Windows related stuff)
+- Clean up smbprint (JHT)
+- Document desired capabilities flags and effects (JHT)
+- Add new parameters to [globals] section to define Samba capabilities (JRA)
+  + The following SV_TYPEs to be fixed in Samba:
+     WORKSTATION
+     SERVER
+     SERVER_UNIX
+     PRINTQ_SERVER, default = False, if printers defined set to True (Auto)
+  + The following parameterized:
+     TIME_SOURCE, default = False
+     DOMAIN_MEMBER, default = False if "domain logons = False"
+                    default = True if "domain logons = True"
+     NT, default = False
+         default = True if "domain logons = True"
+     SERVER_NT, default = False
+                default = True if "domain logons = True"
+     WFW, default = True if "security = share"
+          default = False if "security = user or server" ??????????
+     POTENTIAL_BROWSER, default = False
+     WIN95_PLUS, default = False if OS_MAJOR < 4, otherwise True
+     ALTERNATE_XPORT, default = False
+     LOCAL_LIST_ONLY, default = False
+- Add new parameters to [globals] section to define Samba Major and Minor
+  version settings (JRA)
+    + Add the following:
+     OS_MAJOR, default = 0x04
+     OS_MINOR, default = 0x02
+     BROWSE_ELECTION_VERSION, default = 0x010F
+     BROWSE_CONSTANT, default = 0xAA55
+
+
+2) Post release Samba-1.9.17
+
+- Develop Web based configuration tools for Samba (Portable)
+  + Contact Dave Fenton and liaise (JHT)
+  + find willing workers (JHT)
+- Revise documentation and produce SGML format files and Makefile to produce
+  text as well as HTML output files for placement on samba web server
+
+
+3) Samba-2.0 Project
+
+- Introduce directory structure to replace smb.conf file, or produce new
+  hashing method to improve speed of parsing settings in large smb.conf
+  file sites
+- Identify performance issues (c.f. Samba-1.9.16p2)
+- Password encryption capabilities - should be added to samba?
+- Packet signing?
+- Include DFS support to allow resharing and indirection
+- Implement real OpLock support
+- Win95 and WinNT authentication services (Luke)
+- Win95 / WinNT password synchronisation (JRA)
+  + PAM support?
+- User and Group Info --> Win95 / WinNT ACLs
+- Samba WINS replication?
+- SCRAP (Simple CIFS Remote Administration Protocol) support.
index caed027893a9302c51b78c9f1280ee929942d5ff..5a17b64b03091fab0b86da85355ab4d57aaaad12 100644 (file)
@@ -1,6 +1,7 @@
 January 7, 1997
 Updated:       June 27, 1997
 Contributor:   John H Terpstra <samba-bugs@samba.anu.edu.au>
+               Copyright (C) 1997 - John H Terpstra
 Status:                Current
 
 Subject: Using a Samba share as an administrative share for MS Office, etc.
index 19d702040c79a7135ad116847aeb238b8246cbed..29cd1ebb31bca4108bd28e827da3d51bf0bff278 100644 (file)
@@ -1,5 +1,6 @@
 Initial Release:       August 22, 1996
 Contributor:           John H Terpstra <samba-bugs@samba.anu.edu.au>
+                       Copyright (C) 1996-1997 - John H Terpstra
 Updated:               June 27, 1997
 Status:                        Current - New Content
 
index 772ef74a4c0de5e949e9ad2f950d3277f18601f8..72c59599de39685984f16c5b81fcd6a34f930a11 100644 (file)
@@ -1,4 +1,6 @@
-Contributor:   Various
+Contributors:  Various
+               Password Section - Copyright (C) 1997 - John H Terpstra
+               Printing Section - Copyright (C) 1997 - Matthew Harrell
 Updated:       June 27, 1997
 Status:                Current
 
index 463dcb137300c96a4f0de8502fed909843db48fe..1d53942fa7294532e8497d2b6ca9cca541c53229 100644 (file)
@@ -3,6 +3,7 @@
    Version 1.9.
    SMB parameters and setup
    Copyright (C) Andrew Tridgell 1992-1997
+   Copyright (C) John H Terpstra 1996-1997
    
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 6e7e445e4b194d63063f2b9c3c1972ac441f5985..6d87cb34162e9243b0d92dff7c4ba46e2c055c35 100644 (file)
@@ -3,6 +3,9 @@
    Version 1.9.
    NBT netbios routines and daemon - version 2
    Copyright (C) Andrew Tridgell 1994-1997
+
+   SMB Version handling
+   Copyright (C) John H Terpstra 1995-1997
    
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 7922e41623637586a26baeb0692c555f9d63c70c..17bdd3ca661fb1bc7e068d927d3729d8d0ec13e9 100644 (file)
@@ -1,9 +1,11 @@
-
 /* 
    Unix SMB/Netbios implementation.
    Version 1.9.
    Inter-process communication and named pipe handling
    Copyright (C) Andrew Tridgell 1992-1997
+
+   SMB Version handling
+   Copyright (C) John H Terpstra 1995-1997
    
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by