r2817: Get winreg_GetKeySecurity() working but use data blob instead of
[samba.git] / source / build /
2007-10-10 Tim Potterr2806: Add winreg.i to dependencies for dcerpc.i
2007-10-10 Tim Potterr2805: Handle NULL pointers when converting structures...
2007-10-10 Tim Potterr2777: Correctly abort if an idl file fails to parse...
2007-10-10 Tim Potterr2767: Get rid of some unnecessary %s formatting.
2007-10-10 Tim Potterr2764: Use hand-written function for all occurrences...
2007-10-10 Jelmer Vernooijr2735: More DCOM updates:
2007-10-10 Jelmer Vernooijr2704: Complain about 'object interfaces' that don...
2007-10-10 Jelmer Vernooijr2683: Fix a couple of compile warnings, depend on...
2007-10-10 Andrew Tridgellr2656: moved the seteuid configure tests into the posix...
2007-10-10 Tim Potterr2582: Merge checks for xattr and acl libraries from...
2007-10-10 Tim Potterr2560: Don't require structure fields that have the...
2007-10-10 Tim Potterr2496: Check that reference parameters are not None.
2007-10-10 Tim Potterr2491: Handle pointers to scalars when converting to...
2007-10-10 Tim Potterr2490: Some changes to take into account non-error...
2007-10-10 Tim Potterr2428: Handle unions as [out] parameters by passing...
2007-10-10 Tim Potterr2426: Handle pointer to scalars converting C to Python.
2007-10-10 Tim Potterr2425: Found another place for a type check. When...
2007-10-10 Tim Potterr2424: Refactor handling of non-OK NTSTATUS returns...
2007-10-10 Tim Potterr2422: Convert PyDict_{Get,Set}Item() calls to PyDict_...
2007-10-10 Tim Potterr2418: Handle a pointer to a scalar when converting...
2007-10-10 Tim Potterr2417: Add comments to the interface generator as well...
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 Potterr2411: The other half of getting autogenerated code...
2007-10-10 Tim Potterr2409: Convert NULL pointers to Py_None, and vice versa.
2007-10-10 Tim Potterr2408: Tridge suggested that all the structures from...
2007-10-10 Andrew Tridgellr2406: fixed a couple of typos
2007-10-10 Tim Potterr2398: Import Data::Dumper module safely so it doesn...
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 Potterr2336: Add another conversion function to allow union...
2007-10-10 Tim Potterr2335: Zero function parameter struct so we can do...
2007-10-10 Tim Potterr2325: Generate conversion stubs for IDL unions.
2007-10-10 Tim Potterr2323: More tweaks to get things building again.
2007-10-10 Tim Potterr2322: More renames of autogenerated functions so they...
2007-10-10 Tim Potterr2298: Convert to and from string parameters.
2007-10-10 Tim Potterr2295: Convert simple scalar types and policy handles...
2007-10-10 Tim Potterr2289: Autogenerate some more attractive looking stubs...
2007-10-10 Tim Potterr2277: Generate stubs for input and output typemaps.
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 Potterr2228: Finally commit bits of old workareas together...
2007-10-10 Tim Potterr2226: A bunch of fixes to get python tdb module buildi...
2007-10-10 Tim Potterr2223: Include autogenerated header file for idl file...
2007-10-10 Tim Potterr2222: Generate correct function prototypes for unions...
2007-10-10 Tim Potterr2221: Experiment with extra properties for telling...
2007-10-10 Tim Potterr2183: Tidy up naming of ethereal fields. The field...
2007-10-10 Tim Potterr2168: Move these files into a separate ethereal-pidl...
2007-10-10 Tim Potterr2167: Implement some stubbed out functions.
2007-10-10 Andrew Tridgellr2100: rework the dcerpc client side library so that...
2007-10-10 Andrew Bartlettr2055: Add PRINTF_ATTRIBUTE to many more parts of the...
2007-10-10 Andrew Bartlettr2047: Warn on 'declaration after statement' (breaks...
2007-10-10 Stefan Metzmacherr2012: --enable-developer also sets debug=yes now
2007-10-10 Stefan Metzmacherr2011: remove this broken and never reached test
2007-10-10 Stefan Metzmacherr2010: trigger the config.smb_build.dump output by...
2007-10-10 Andrew Tridgellr2003: got rid of next_token_nr(), which involved some...
2007-10-10 Paul Greenr1988: Let Samba use all POSIX features available on...
2007-10-10 Andrew Tridgellr1973: for systems that don't have strtoull() try strto...
2007-10-10 Stefan Metzmacherr1943: don't use the with --enable-*developer selected...
2007-10-10 Stefan Metzmacherr1909: nicer format
2007-10-10 Stefan Metzmacherr1905: add -Werror-implicit-function-declaration with...
2007-10-10 Volker Lendecker1894: Convert // to /* */
2007-10-10 Stefan Metzmacherr1872: revert -r 1845 because the caling function shoul...
2007-10-10 Jelmer Vernooijr1867: Add README file in build/pidl/
2007-10-10 Stefan Metzmacherr1845: map DCERPC_FAULT_LOGON_FAILURE to NT_STATUS_LOGO...
2007-10-10 Jelmer Vernooijr1838: Updates from the airplane:
2007-10-10 Tim Potterr1826: Implement some stub functions: ndr_pull_{save...
2007-10-10 Tim Potterr1815: Update parser for recent changes to perl parser.
2007-10-10 Jelmer Vernooijr1786: Add support for the 'helpstring' attribute on...
2007-10-10 Tim Potterr1767: Checkin of workarea. Sorry Jelmer but this...
2007-10-10 Andrew Tridgellr1757: much simpler (and smaller, faster etc) way of...
2007-10-10 Jelmer Vernooijr1736: - Pidl updates:
2007-10-10 Jelmer Vernooijr1714: Initial docs on DCOM stuff and build utilities
2007-10-10 Jelmer Vernooijr1703: - Lots of RPC updates, adding new pipes and...
2007-10-10 Jelmer Vernooijr1701: Bugfixes to Tim's ethereal parser generator
2007-10-10 Jelmer Vernooijr1700: make version default to 0.0 (same as midl)
2007-10-10 Andrew Tridgellr1671: make [relative] pointers in idl much more generi...
2007-10-10 Tim Potterr1611: Put a brace on a new line.
2007-10-10 Tim Potterr1595: Always use a loop variable named $e when iterati...
2007-10-10 Tim Potterr1594: Remove some array checks that we can't do becaus...
2007-10-10 Tim Potterr1593: Fix bug in get_subtree() where we were always...
2007-10-10 Tim Potterr1592: Fix up subtrees for non-scalar types instead...
2007-10-10 Tim Potterr1586: Finally, a technique for putting buffers in...
2007-10-10 Tim Potterr1540: - Remove return statements when a parse error...
2007-10-10 Tim Potterr1535: Create a subtree for each array element.
2007-10-10 Tim Potterr1534: Alternate method of grouping togethers buffers...
2007-10-10 Stefan Metzmacherr1483: build dynconfig.c also with PICFLAGS
2007-10-10 Andrew Tridgellr1464: the recent build changes completely lost the...
2007-10-10 Andrew Bartlettr1458: Add a new configure option, to make it possible...
2007-10-10 Stefan Metzmacherr1377: add examples for config.mk sections
2007-10-10 Stefan Metzmacherr1323: allow '-' in IDENTIFIERS
2007-10-10 Stefan Metzmacherr1321: find the '::=' directly by th lexer
2007-10-10 Stefan Metzmacherr1310: one more #line statement
2007-10-10 Stefan Metzmacherr1309: use #line 1 "filename.pl"
2007-10-10 Stefan Metzmacherr1308: move smb_panic() to lib/fault.c
2007-10-10 Stefan Metzmacherr1307: remove unused stuff from pasn1
2007-10-10 Stefan Metzmacherr1306: commit the first steps of my ASN.1 compiler
2007-10-10 Tim Potterr1268: varient -> variant
2007-10-10 Tim Potterr1174: Remove $var_prefix parameter for all functions...
2007-10-10 Tim Potterr1167: Misc cleanups:
next