Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 40c0919aaa9c1b14bbaebb95ecce53eb0380fdbb)
|
|
(This used to be commit 84b468b2f8f2dffda89593f816e8bc6a8b6d42ac)
|
|
to a string when we really want an integer.
(This used to be commit 86c62b92e84a6eb1e756a7125777587583a9276e)
|
|
command line arguments for credentials typemap. Neat!
(This used to be commit a3e7d71463053101e743a930f2648269d63ecaca)
|
|
cli_credentials typemap.
(This used to be commit 1c88e71ec645d10648f01e0405d29a4a83bc4036)
|
|
only does anonymous connections.
(This used to be commit b09a4723539235fc924134aa50fc4aed040afb33)
|
|
(This used to be commit 076ec6008e4dbd130044893f34c3fd7212bf667d)
|
|
typemap.
The uint32_t output typemap must return a Python long as an unsigned
uint32_t cannot be fully represented by a Python int.
Likewise for the NTSTATUS typemap.
(This used to be commit 6dba5d6fb43f87bedc380c4f82b1d5f90b70325a)
|
|
(This used to be commit f2a1b237bcc824bd3e84da69f472ffb3c9055d00)
|
|
(This used to be commit dc845154ca1738f4c3959a1799cbbd6ce65b7d02)
|
|
(This used to be commit 922ea35a4b6ea02e888a98aee241f1b9f6fca420)
|
|
(This used to be commit b19dc6cd9c1ac44d970b092f09cf96c737a90fdd)
|
|
Python ints can only hold int32 values.
(This used to be commit 7c5ada63bf5d876a1b67df2cf7bd44942e4b0a98)
|
|
return WERROR values.
Clean up WERROR vs NTSTATUS handling a bit.
(This used to be commit e6756e3ee0af3e7e98f6deaf9dc83af9aac1b586)
|
|
Add winreg.i to list of extensions.
(This used to be commit 6f3f6de058e806f13f48d3d1300db3784d2f470c)
|
|
bindings happening. This commit lets python call dcerpc_pipe_connect()
and open the samr pipe.
(This used to be commit f5852bf3e2064f03aa9b63af4aa1b4f9e39bdb24)
|
|
metze
(This used to be commit f3b1d3bdc74f08ee2a1d22102d57bff94f71f5a5)
|
|
python interface to tdb and a rudimentary build system.
Configure with --with-python and make swig to build and append
$(builddir)/scripting/swig/python to PYTHONPATH.
(This used to be commit bbc15d6f84b6a247ae87b253752a86a38f1d6798)
|