summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-01-15 01:08:30 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-01-15 01:08:30 +0100
commit0c7f4c23b7c98b41dce1919aca78bc7b760659fe (patch)
tree2255aabc4721ab38006f7c63536ec6966ac08770 /source4/scripting
parent939edd0eb7c3952859afb802c8e542449a2c4031 (diff)
downloadsamba-0c7f4c23b7c98b41dce1919aca78bc7b760659fe.tar.gz
samba-0c7f4c23b7c98b41dce1919aca78bc7b760659fe.tar.bz2
samba-0c7f4c23b7c98b41dce1919aca78bc7b760659fe.zip
python: Update status.
(This used to be commit b4b12f00a7eb952024795ddc5ab3481fd4ba03fc)
Diffstat (limited to 'source4/scripting')
-rw-r--r--source4/scripting/python/STATUS12
1 files changed, 5 insertions, 7 deletions
diff --git a/source4/scripting/python/STATUS b/source4/scripting/python/STATUS
index 0e88b4041c..6e6475bfde 100644
--- a/source4/scripting/python/STATUS
+++ b/source4/scripting/python/STATUS
@@ -3,15 +3,13 @@ lib/ldb/tests/python/ldap.py: Fix remaining 3 FIXME's
provisioning in LDAP mode(TEST_LDAP=yes PROVISION_PYTHON=yes make test)
command-line vampire
provisioning: combine some of the python dictionaries
-hierarchy
-DCE/RPC bindings
- - pidl:
- Parse::Pidl::Samba::Python
- - wrap struct/bitmap/enum/union types
- - __ndr_pack__/__ndr_unpack__ members
- - scripting/bin/smbstatus.py
+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