summaryrefslogtreecommitdiffstats
path: root/source4/scripting/swig
Commit message (Expand)AuthorAgeFilesLines
* r6326: Add %array_functions for struct lsa_SidPtr.Tim Potter2007-10-101-0/+3
* r6324: Pass server name instead of binding string on command line (always useTim Potter2007-10-101-22/+19
* r6215: Add test for LookupNames. Fix CreateUser2 test.Tim Potter2007-10-101-32/+9
* r6214: Fix typo in DomainHandle.OpenUser() function.Tim Potter2007-10-101-3/+22
* r6213: Add %array_functions for struct samr_String so we can create andTim Potter2007-10-101-0/+1
* r6212: Treat uint8 and int8's as integers instead of chars. Swig maps a charTim Potter2007-10-101-2/+2
* r6211: Use cli_credentials_set_{domain,username,password}() to fill inTim Potter2007-10-101-1/+18
* r6210: Call cli_credentials_set_conf() when initialising credentials inTim Potter2007-10-101-1/+1
* r6208: Add cli_credentials support for swig wrappers. For the moment itTim Potter2007-10-104-8/+12
* r5778: Remove tdb_set_lock_alarm() function from wrappers at tridge's request.Tim Potter2007-10-101-8/+0
* r5777: At some stage SIG_ATOMIC_T was renamed to sig_atomic_t. This shouldTim Potter2007-10-101-7/+4
* r5369: Rename torture modules so they don't conflict with files in scripting/...Tim Potter2007-10-102-198/+41
* r5368: Fix ups for domain_name field name change.Tim Potter2007-10-101-8/+50
* r5353: Throw a NTSTATUS exception if a NT error code is returned.Tim Potter2007-10-101-22/+32
* r5351: Add wrapper for nt_errstr and array functions for samr_ConnectInfo.Tim Potter2007-10-101-0/+3
* r5350: Implement an input typemap for NTSTATUS.Tim Potter2007-10-101-0/+11
* r5348: Implement the remaining samr connect functions and fix up setsecurity.Tim Potter2007-10-101-6/+53
* r5335: Add a Close() method to SamrHandle object.Tim Potter2007-10-101-1/+148
* r5293: Map an empty policy handle to None when creating policy handles, andTim Potter2007-10-101-3/+20
* r5247: Fix rpcclient to work with new swig interface.Tim Potter2007-10-101-18/+34
* r5244: Convert this module to use the new structure mapping SWIG stuff instea...Tim Potter2007-10-101-72/+103
* r5243: Woohoo - memory leak city! Comment out talloc_free() call until ITim Potter2007-10-101-1/+1
* r5242: Check that argument is an integer or a long for uint32_t inputTim Potter2007-10-101-3/+16
* r5224: Add in/out typemaps for resume handles. This saves us having to muchTim Potter2007-10-101-0/+39
* r5095: uint32 -> uint32_tTim Potter2007-10-101-3/+2
* r5094: Use builtin swig types for converting between fixed width integer types.Tim Potter2007-10-101-11/+8
* r5074: Remove dead code.Tim Potter2007-10-101-266/+0
* r5018: Initialise required subsystems (by hand, generated by substitutingTim Potter2007-10-101-8/+40
* r5017: Fix bug in output typemap for uint32 (!)Tim Potter2007-10-101-1/+1
* r5016: Use LIBRARY instead of BINARY for inserting the swig stuff into theTim Potter2007-10-102-13/+8
* r4982: Start to move swig dependencies into new build system. UnfortunatelyTim Potter2007-10-102-0/+16
* r4981: Fix swig build.Tim Potter2007-10-101-3/+1
* r4546: Use talloc_p() instad of talloc()Tim Potter2007-10-101-1/+1
* r3870: Delete wrappers for tdb_lockkeys() and tdb_unlockkeys().Tim Potter2007-10-101-2/+0
* r3607: EnumDomainAlises doesn't take a max_size parameter.Tim Potter2007-10-101-1/+0
* r3590: Add some more commands to rpcclient from a patch by jbm. AddTim Potter2007-10-102-6/+186
* r3589: Add some extra status codes.Tim Potter2007-10-101-0/+2
* r3588: Fix bug in converting SIDs containing large unsigned integers from Pyt...Tim Potter2007-10-102-3/+15
* r3521: Collect printer driver names in EnumPrinterDrivers.Tim Potter2007-10-101-4/+5
* r3506: Test EnumPorts function.Tim Potter2007-10-101-6/+14
* r3505: #include dynconfig.hTim Potter2007-10-101-0/+1
* r3474: Add conversion functions for the time_t type.Tim Potter2007-10-101-0/+23
* r3459: Fix cut&paste error in copyright header.Tim Potter2007-10-101-2/+2
* r3456: Add appropriate #includes to fix Python extensions build.Tim Potter2007-10-101-0/+8
* r3430: Add tests for EnumPrinterDataEx, SetPrinterDataEx (doesn't work),Tim Potter2007-10-101-10/+65
* r3411: Ignore some autogenerated files.Tim Potter2007-10-101-0/+3
* r3410: Handle conversion of DATA_BLOBs and pointers to DATA_BLOBs from python.Tim Potter2007-10-102-1/+43
* r3405: Test EnumPrinterData and GetPrinterData.Tim Potter2007-10-101-1/+48
* r3403: Add test for operations on print server handle.Tim Potter2007-10-101-15/+72
* r3401: Fix IDL for SetForm RPC.Tim Potter2007-10-101-10/+29