summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/ndr.py
Commit message (Collapse)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-50/+0
| | | | | | | Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sat Mar 2 03:57:34 CET 2013 on sn-devel-104
* s4:python/samba/ndr.py: add an optional 'allow_remaining' to ndr_unpack()Stefan Metzmacher2012-01-091-2/+3
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 9 10:28:30 CET 2012 on sn-devel-104
* s4-python: Fix some formatting issues.Jelmer Vernooij2011-09-131-1/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Sep 13 03:51:13 CEST 2011 on sn-devel-104
* s4-python: Some reformatting for the purpose of pydoctor.Jelmer Vernooij2010-11-281-5/+23
|
* s4-python: added ndr_print() method in ndrAndrew Tridgell2010-08-231-0/+3
|
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-241-1/+1
| | | | | | | | Using "#!/usr/bin/env python" is more portable. It still isn't ideal though, as we should really use the python path found at configure time. We do that in many places already, but some don't. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings.Jelmer Vernooij2008-05-241-0/+1
| | | | (This used to be commit 468d35827fd055c82c6d43d6ce6d3d561abed54d)
* Add convenience functions for packing/unpacking structs in python.Jelmer Vernooij2008-05-241-0/+27
(This used to be commit c5d7d48b32bcebf8a0495cbd4556e30587fa589f)