index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
scripting
/
swig
/
dcerpc.i
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r6213: Add %array_functions for struct samr_String so we can create and
Tim Potter
1
-0
/
+1
2007-10-10
r6208: Add cli_credentials support for swig wrappers. For the moment it
Tim Potter
1
-4
/
+3
2007-10-10
r5351: Add wrapper for nt_errstr and array functions for samr_ConnectInfo.
Tim Potter
1
-0
/
+3
2007-10-10
r5293: Map an empty policy handle to None when creating policy handles, and
Tim Potter
1
-3
/
+20
2007-10-10
r5243: Woohoo - memory leak city! Comment out talloc_free() call until I
Tim Potter
1
-1
/
+1
2007-10-10
r5224: Add in/out typemaps for resume handles. This saves us having to much
Tim Potter
1
-0
/
+39
2007-10-10
r5095: uint32 -> uint32_t
Tim Potter
1
-3
/
+2
2007-10-10
r5074: Remove dead code.
Tim Potter
1
-266
/
+0
2007-10-10
r5018: Initialise required subsystems (by hand, generated by substituting
Tim Potter
1
-8
/
+40
2007-10-10
r4981: Fix swig build.
Tim Potter
1
-3
/
+1
2007-10-10
r4546: Use talloc_p() instad of talloc()
Tim Potter
1
-1
/
+1
2007-10-10
r3588: Fix bug in converting SIDs containing large unsigned integers from Pyt...
Tim Potter
1
-3
/
+3
2007-10-10
r3505: #include dynconfig.h
Tim Potter
1
-0
/
+1
2007-10-10
r3474: Add conversion functions for the time_t type.
Tim Potter
1
-0
/
+23
2007-10-10
r3456: Add appropriate #includes to fix Python extensions build.
Tim Potter
1
-0
/
+8
2007-10-10
r3410: Handle conversion of DATA_BLOBs and pointers to DATA_BLOBs from python.
Tim Potter
1
-0
/
+17
2007-10-10
r3309: Add wrapper for dcerpc_server_name() function.
Tim Potter
1
-0
/
+2
2007-10-10
r3001: Expose unmarshalling functions for structures marked "public" in the
Tim Potter
1
-0
/
+6
2007-10-10
r2994: More cleanups. Move the generation of NTSTATUS and WERROR exceptions
Tim Potter
1
-32
/
+0
2007-10-10
r2986: Add correct value to dict when generating wrapper for functions that
Tim Potter
1
-0
/
+8
2007-10-10
r2975: Try to emulate NT_STATUS_IS_ERR() functionality for WERRORs. Unfortun...
Tim Potter
1
-2
/
+4
2007-10-10
r2966: Handle conversion of DATA_BLOB fields from Python in a slightly nicer
Tim Potter
1
-10
/
+10
2007-10-10
r2964: Add spoolss to list of wrapped client functions.
Tim Potter
1
-0
/
+1
2007-10-10
r2801: Wrapped functions that return a DOS error code can return DCERPC
Tim Potter
1
-0
/
+4
2007-10-10
r2795: Split status code constants into a separate file.
Tim Potter
1
-520
/
+1
2007-10-10
r2790: Add code to generate WERROR exceptions. Arrange inclusion of autogene...
Tim Potter
1
-3
/
+26
2007-10-10
r2780: Add conversion routines for DATA_BLOB. I'm not convinced that DATA_BL...
Tim Potter
1
-0
/
+29
2007-10-10
r2765: Allow functions containing WERROR values to be compiled.
Tim Potter
1
-0
/
+1
2007-10-10
r2559: Python ints can't hold the full range of uint32 values so store them
Tim Potter
1
-22
/
+43
2007-10-10
r2511: Add NT status codes.
Tim Potter
1
-0
/
+520
2007-10-10
r2490: Some changes to take into account non-error NTSTATUS codes being retur...
Tim Potter
1
-1
/
+1
2007-10-10
r2486: Use correct type checks when checking 64-bit quantities (int64, uint64,
Tim Potter
1
-16
/
+16
2007-10-10
r2424: Refactor handling of non-OK NTSTATUS returns to be more swiggish.
Tim Potter
1
-0
/
+10
2007-10-10
r2421: Fix test for lookupdomain for a non-existent domain.
Tim Potter
1
-1
/
+8
2007-10-10
r2416: More argument checks. Raise an exception instead of segfaulting if a
Tim Potter
1
-1
/
+41
2007-10-10
r2415: Throw a TypeError exception if a scalar value doesn't have the correct
Tim Potter
1
-8
/
+48
2007-10-10
r2408: Tridge suggested that all the structures from misc.idl (policy handles,
Tim Potter
1
-132
/
+2
2007-10-10
r2359: More consistency fixes: pass a talloc context to every function that
Tim Potter
1
-22
/
+61
2007-10-10
r2358: More renaming of functions to keep things consistent.
Tim Potter
1
-30
/
+39
2007-10-10
r2357: Start coding conversion routines for security descriptors, acls and sids.
Tim Potter
1
-3
/
+56
2007-10-10
r2344: Return PyDict_New() in stub functions instead of Py_None to avoid
Tim Potter
1
-2
/
+2
2007-10-10
r2336: Add another conversion function to allow union arms that contain struc...
Tim Potter
1
-4
/
+4
2007-10-10
r2324: Add hand-written versions of functions from misc.idl.
Tim Potter
1
-1
/
+26
2007-10-10
r2299: Map a (C) NULL pointer to (Python) None and vice versa.
Tim Potter
1
-0
/
+6
2007-10-10
r2297: Add string conversion functions.
Tim Potter
1
-1
/
+6
2007-10-10
r2295: Convert simple scalar types and policy handles between dcerpc function
Tim Potter
1
-0
/
+40
2007-10-10
r2278: Add some more helper functions.
Tim Potter
1
-10
/
+40
2007-10-10
r2256: Include autogenerated interfaces for lsa and samr pipes. Typemaps are...
Tim Potter
1
-1
/
+3
2007-10-10
r2253: Add test program, as small example of what's going on.
Tim Potter
1
-0
/
+2
2007-10-10
r2235: When creating exception data, use Py_BuildValue instead of doing it
Tim Potter
1
-6
/
+18
[next]