summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-06-17 21:48:02 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-06-18 00:54:17 +0200
commit57c514afec55c390cfe3b548e5f96d199e580e71 (patch)
tree4b0135ff4ae296d3fe8806b18f31054057614d61
parent7d20e8f7f4d3d1a17b3817cea370304f2f437809 (diff)
downloadsamba-57c514afec55c390cfe3b548e5f96d199e580e71.tar.gz
Remove outdated Python status file.
-rw-r--r--source4/TODO4
-rw-r--r--source4/scripting/python/STATUS14
2 files changed, 2 insertions, 16 deletions
diff --git a/source4/TODO b/source4/TODO
index 5efebed1b3f..2d7853f1f56 100644
--- a/source4/TODO
+++ b/source4/TODO
@@ -1,7 +1,7 @@
build/smb_build/TODO
lib/registry/TODO
-lib/tdr/TODO
-pidl/TODO
+../lib/tdr/TODO
+../pidl/TODO
- seperate adminlog mechanism (as opposed to the current DEBUG log,
which is not really aimed at administrators but more at developers)
diff --git a/source4/scripting/python/STATUS b/source4/scripting/python/STATUS
deleted file mode 100644
index ee67b8bc7a2..00000000000
--- a/source4/scripting/python/STATUS
+++ /dev/null
@@ -1,14 +0,0 @@
-dsdb/samdb/ldb_modules/tests/samba3sam.py: Fix remaining failing tests
-lib/ldb/tests/python/ldap.py: Fix remaining 3 FIXME's
-command-line vampire
-provisioning: combine some of the python dictionaries
-finish scripting/bin/smbstatus.py
-
-not important before making Python the default:
-- hierarchy (rename samr -> dcerpc.samr, misc -> samba.misc, etc)
-- scripting/python/samba/upgrade.py
-- install python modules into system
-- SWAT
-- __ndr_pack__/__ndr_unpack__ members for the NDR struct bindings
-- generate docstrings in DCE/RPC bindings
-- eliminate some variables from the python interface because they can be induced