summaryrefslogtreecommitdiff
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
* add a mask of invalid security bitsAndrew Tridgell2008-05-271-0/+3
* Remove evil hack which breaks Python bindings.Jelmer Vernooij2008-05-261-12/+6
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpcJelmer Vernooij2008-05-261-1/+2
|\
| * allow larger streams using the TDB backendAndrew Tridgell2008-05-261-1/+2
* | Allow using IRPC functions on the messaging bus from Python.Jelmer Vernooij2008-05-262-0/+19
* | Implement IRPC calls over the internal messaging bus.Jelmer Vernooij2008-05-262-3/+3
* | Remove some unused cruft.Jelmer Vernooij2008-05-262-56/+18
* | Fix compilation errors.Jelmer Vernooij2008-05-252-1/+7
* | Trim the size of the Python bindings a bit.Jelmer Vernooij2008-05-253-1/+117
|/
* Expose transfer and abstract syntax.Jelmer Vernooij2008-05-251-2/+34
* Expose request timeout variable in Python.Jelmer Vernooij2008-05-251-1/+10
* Add support for secondary contexts from Python.Jelmer Vernooij2008-05-251-40/+96
* Check for fault codes when connecting.Jelmer Vernooij2008-05-251-2/+4
* Add helper function to return DCE/RPC fault codes.Jelmer Vernooij2008-05-242-2/+16
* Add convenience function for creating objects with NDR error codes.Jelmer Vernooij2008-05-241-0/+6
* Fix memory initialization in raw calls.Jelmer Vernooij2008-05-241-1/+1
* Support optional object argument when sending DCE/RPC requests.Jelmer Vernooij2008-05-241-15/+20
* Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.Jelmer Vernooij2008-05-241-1/+63
* Add convenience functions for setting Python objects from errors.Jelmer Vernooij2008-05-242-1/+2
* Export functions for setting NTSTATUS and WERRORs in python.Jelmer Vernooij2008-05-241-3/+3
* Allow request() call to do custom calls on DCE/RPC interfaces.Jelmer Vernooij2008-05-241-5/+21
* Use manually written Python bindings for DCE/RPC rather than SWIG based.Jelmer Vernooij2008-05-247-3605/+203
* Share struct used for interfaces in Python code.Jelmer Vernooij2008-05-241-0/+44
* Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings.Jelmer Vernooij2008-05-241-1/+1
* Add docstrings to a couple more python modules.Jelmer Vernooij2008-05-242-1/+9
* Disable building of EJS DCE/RPC support.Jelmer Vernooij2008-05-232-115/+1
* Work around bug adding extra imports in generated file.Jelmer Vernooij2008-05-231-2/+0
* Regenerate with SWIG 1.3.35.Jelmer Vernooij2008-05-231-0/+2
* Move DCE/RPC python bindings into samba package.Jelmer Vernooij2008-05-221-17/+17
* Fix dependencies and imports.Jelmer Vernooij2008-05-223-1150/+24
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-213-37/+1203
* Move some python files into the samba package.Jelmer Vernooij2008-05-211-1/+1
* Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij2008-05-211-0/+2
* Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij2008-05-211-0/+2
* Manually handle the NETLOGON_SAM_LOGON_REQUEST too.Andrew Bartlett2008-05-212-6/+11
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-211-8/+8
|\
| * Merge commit 'origin/v4-0-test' into vfs_smb2Andrew Tridgell2008-05-202-190/+138
| |\
| * \ Merge commit 'origin/v4-0-test' into vfs_smb2Andrew Tridgell2008-05-194-172/+234
| |\ \
| * | | private -> private_data for struct smb2_requestAndrew Tridgell2008-05-161-8/+8
* | | | Re-add alignment removed by metze in 0e2f6d481b3e35ed392b2b3340b244c77593819cAndrew Bartlett2008-05-211-1/+4
| |_|/ |/| |
* | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-203-172/+233
|\ \ \ | | |/ | |/|
| * | Move IDL build script to rpc directory, make various bits and pieces easier t...Jelmer Vernooij2008-05-193-12/+64
| * | Fix a bunch of dependencies.Jelmer Vernooij2008-05-181-4/+4
| * | Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-5/+5
| * | Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-181-5/+10
| * | Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-181-156/+160
* | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-171-0/+1
|\ \ \ | |/ /
| * | This patch adds remaining padding bytes to the dcerpc_fault IDL structure and...Julien Kerihuel2008-05-161-0/+1
| |/
* | Explain that the sid must be absent on the NTLOGON mailslot.Andrew Bartlett2008-05-171-0/+1
* | Rework the CLDAP and NBT netlogon requests and responses.Andrew Bartlett2008-05-162-190/+137
|/