r23792: convert Samba4 to GPLv3
[tprouty/samba.git] / source4 / scripting / swig / dcerpc.i
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Simo Sorcer13985: Slowly start swig_ldb
2007-10-10 Simo Sorcer13906: fix swig build
2007-10-10 Tim Potterr6540: Implement a bunch more SAMR functions.
2007-10-10 Tim Potterr6326: Add %array_functions for struct lsa_SidPtr.
2007-10-10 Tim Potterr6213: Add %array_functions for struct samr_String...
2007-10-10 Tim Potterr6208: Add cli_credentials support for swig wrappers...
2007-10-10 Tim Potterr5351: Add wrapper for nt_errstr and array functions...
2007-10-10 Tim Potterr5293: Map an empty policy handle to None when creating...
2007-10-10 Tim Potterr5243: Woohoo - memory leak city! Comment out talloc_f...
2007-10-10 Tim Potterr5224: Add in/out typemaps for resume handles. This...
2007-10-10 Tim Potterr5095: uint32 -> uint32_t
2007-10-10 Tim Potterr5074: Remove dead code.
2007-10-10 Tim Potterr5018: Initialise required subsystems (by hand, generat...
2007-10-10 Tim Potterr4981: Fix swig build.
2007-10-10 Tim Potterr4546: Use talloc_p() instad of talloc()
2007-10-10 Tim Potterr3588: Fix bug in converting SIDs containing large...
2007-10-10 Tim Potterr3505: #include dynconfig.h
2007-10-10 Tim Potterr3474: Add conversion functions for the time_t type.
2007-10-10 Tim Potterr3456: Add appropriate #includes to fix Python extensio...
2007-10-10 Tim Potterr3410: Handle conversion of DATA_BLOBs and pointers...
2007-10-10 Tim Potterr3309: Add wrapper for dcerpc_server_name() function.
2007-10-10 Tim Potterr3001: Expose unmarshalling functions for structures...
2007-10-10 Tim Potterr2994: More cleanups. Move the generation of NTSTATUS...
2007-10-10 Tim Potterr2986: Add correct value to dict when generating wrappe...
2007-10-10 Tim Potterr2975: Try to emulate NT_STATUS_IS_ERR() functionality...
2007-10-10 Tim Potterr2966: Handle conversion of DATA_BLOB fields from Pytho...
2007-10-10 Tim Potterr2964: Add spoolss to list of wrapped client functions.
2007-10-10 Tim Potterr2801: Wrapped functions that return a DOS error code...
2007-10-10 Tim Potterr2795: Split status code constants into a separate...
2007-10-10 Tim Potterr2790: Add code to generate WERROR exceptions. Arrange...
2007-10-10 Tim Potterr2780: Add conversion routines for DATA_BLOB. I'm...
2007-10-10 Tim Potterr2765: Allow functions containing WERROR values to...
2007-10-10 Tim Potterr2559: Python ints can't hold the full range of uint32...
2007-10-10 Tim Potterr2511: Add NT status codes.
2007-10-10 Tim Potterr2490: Some changes to take into account non-error...
2007-10-10 Tim Potterr2486: Use correct type checks when checking 64-bit...
2007-10-10 Tim Potterr2424: Refactor handling of non-OK NTSTATUS returns...
2007-10-10 Tim Potterr2421: Fix test for lookupdomain for a non-existent...
2007-10-10 Tim Potterr2416: More argument checks. Raise an exception instea...
2007-10-10 Tim Potterr2415: Throw a TypeError exception if a scalar value...
2007-10-10 Tim Potterr2408: Tridge suggested that all the structures from...
2007-10-10 Tim Potterr2359: More consistency fixes: pass a talloc context...
2007-10-10 Tim Potterr2358: More renaming of functions to keep things consis...
2007-10-10 Tim Potterr2357: Start coding conversion routines for security...
2007-10-10 Tim Potterr2344: Return PyDict_New() in stub functions instead...
2007-10-10 Tim Potterr2336: Add another conversion function to allow union...
2007-10-10 Tim Potterr2324: Add hand-written versions of functions from...
2007-10-10 Tim Potterr2299: Map a (C) NULL pointer to (Python) None and...
2007-10-10 Tim Potterr2297: Add string conversion functions.
2007-10-10 Tim Potterr2295: Convert simple scalar types and policy handles...
2007-10-10 Tim Potterr2278: Add some more helper functions.
2007-10-10 Tim Potterr2256: Include autogenerated interfaces for lsa and...
2007-10-10 Tim Potterr2253: Add test program, as small example of what's...
2007-10-10 Tim Potterr2235: When creating exception data, use Py_BuildValue...
2007-10-10 Tim Potterr2230: Wrapper for dcerpc_samr_Connect2(). All this...
2007-10-10 Tim Potterr2229: Have dcerpc_pipe_connect() throw an exception...
2007-10-10 Tim Potterr2228: Finally commit bits of old workareas together...