summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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