summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-07-31 19:39:54 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-07-31 19:39:54 +0000
commitf04e656b14b8b306bca4901c28dd0e0f0197be98 (patch)
tree7369c2086e721603df272701a756190c856ad85f
parent3b45a6f1671ec7bf8caeea6749403e1e70c6bad4 (diff)
downloadsamba-f04e656b14b8b306bca4901c28dd0e0f0197be98.tar.gz
samba-f04e656b14b8b306bca4901c28dd0e0f0197be98.tar.bz2
samba-f04e656b14b8b306bca4901c28dd0e0f0197be98.zip
Removed for 1.9.17alpha5 release.
Jeremy (jallison@whistle.com) (This used to be commit e144aa4f271c475a7dbbbb3d0eab4b29857be349)
-rw-r--r--ToDo.txt80
1 files changed, 0 insertions, 80 deletions
diff --git a/ToDo.txt b/ToDo.txt
deleted file mode 100644
index 672386e8a0..0000000000
--- a/ToDo.txt
+++ /dev/null
@@ -1,80 +0,0 @@
-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)
- Note that Dave Fenton is restarting work on this as of about 10 Aug 97
- + 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.