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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5242: Check that argument is an integer or a long for uint32_t input
Tim Potter
1
-3
/
+16
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
r5094: Use builtin swig types for converting between fixed width integer types.
Tim Potter
1
-11
/
+8
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
r5017: Fix bug in output typemap for uint32 (!)
Tim Potter
1
-1
/
+1
2007-10-10
r5016: Use LIBRARY instead of BINARY for inserting the swig stuff into the
Tim Potter
2
-13
/
+8
2007-10-10
r4982: Start to move swig dependencies into new build system. Unfortunately
Tim Potter
2
-0
/
+16
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
r3870: Delete wrappers for tdb_lockkeys() and tdb_unlockkeys().
Tim Potter
1
-2
/
+0
2007-10-10
r3607: EnumDomainAlises doesn't take a max_size parameter.
Tim Potter
1
-1
/
+0
2007-10-10
r3590: Add some more commands to rpcclient from a patch by jbm. Add
Tim Potter
2
-6
/
+186
2007-10-10
r3589: Add some extra status codes.
Tim Potter
1
-0
/
+2
2007-10-10
r3588: Fix bug in converting SIDs containing large unsigned integers from Pyt...
Tim Potter
2
-3
/
+15
2007-10-10
r3521: Collect printer driver names in EnumPrinterDrivers.
Tim Potter
1
-4
/
+5
2007-10-10
r3506: Test EnumPorts function.
Tim Potter
1
-6
/
+14
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
r3459: Fix cut&paste error in copyright header.
Tim Potter
1
-2
/
+2
2007-10-10
r3456: Add appropriate #includes to fix Python extensions build.
Tim Potter
1
-0
/
+8
2007-10-10
r3430: Add tests for EnumPrinterDataEx, SetPrinterDataEx (doesn't work),
Tim Potter
1
-10
/
+65
2007-10-10
r3411: Ignore some autogenerated files.
Tim Potter
1
-0
/
+3
2007-10-10
r3410: Handle conversion of DATA_BLOBs and pointers to DATA_BLOBs from python.
Tim Potter
2
-1
/
+43
2007-10-10
r3405: Test EnumPrinterData and GetPrinterData.
Tim Potter
1
-1
/
+48
2007-10-10
r3403: Add test for operations on print server handle.
Tim Potter
1
-15
/
+72
2007-10-10
r3401: Fix IDL for SetForm RPC.
Tim Potter
1
-10
/
+29
2007-10-10
r3396: Rename form_name -> formname. This time, check smbtorture builds before
Tim Potter
1
-1
/
+4
2007-10-10
r3311: Consistency updates for form name members.
Tim Potter
1
-33
/
+94
2007-10-10
r3309: Add wrapper for dcerpc_server_name() function.
Tim Potter
1
-0
/
+2
2007-10-10
r3308: Handle servers that don't have samr_Connect5.
Tim Potter
1
-4
/
+11
2007-10-10
r3302: The security descriptors in spoolss_PrinterInfo2 and spoolss_PrinterInfo3
Tim Potter
1
-6
/
+53
2007-10-10
r3217: Start of a spoolss_GetPrinter test.
Tim Potter
1
-0
/
+26
2007-10-10
r3216: Add tests for OpenPrinterEx and ClosePrinter.
Tim Potter
1
-8
/
+63
2007-10-10
r3204: Got unpacking of an array of PrinterInfo union elements working. Phew.
Tim Potter
1
-1
/
+1
2007-10-10
r3010: Do some more PyInt vs PyLong checks.
Tim Potter
1
-3
/
+2
2007-10-10
r3009: Fix up unmarshall functions to return Python dict instead of a NTSTATUS.
Tim Potter
1
-2
/
+8
2007-10-10
r3007: uint32 values need to be stored in Python longs, as on 32-bit machines
Tim Potter
1
-1
/
+5
2007-10-10
r3001: Expose unmarshalling functions for structures marked "public" in the
Tim Potter
2
-1
/
+7
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
2
-4
/
+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
r2965: Ignore *.pyc files in torture directory.
Tim Potter
2
-3
/
+41
2007-10-10
r2964: Add spoolss to list of wrapped client functions.
Tim Potter
1
-0
/
+1
2007-10-10
r2817: Get winreg_GetKeySecurity() working but use data blob instead of
Tim Potter
1
-32
/
+77
2007-10-10
r2807: OK I think winreg_EnumValue() finally works. The previous version
Tim Potter
1
-35
/
+25
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
2
-520
/
+553
[next]