Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r5661: Be a little stricter on syntax regarding arrays. A pointer to an | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r5494: Some more code simplification, some additional comments. | Jelmer Vernooij | 1 | -0/+19 |
2007-10-10 | r5475: Move some existing and new type information functions to typelist.pm | Jelmer Vernooij | 1 | -75/+0 |
2007-10-10 | r5466: Put the type information list in a seperate module | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r5447: Add some utility functions for arrays and use them. | Jelmer Vernooij | 1 | -23/+0 |
2007-10-10 | r5414: - added libcli/wins/, a basic client library for WINS replication | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5376: ORPC is NDR specific, so move it to ndr.pm. | Jelmer Vernooij | 1 | -38/+0 |
2007-10-10 | r5360: Remove a couple of unused functions. | Jelmer Vernooij | 1 | -10/+0 |
2007-10-10 | r5320: Treat structs and unions somewhat more similarly: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r5319: Make some more alignment code generic, move NDR-specific stuff to | Jelmer Vernooij | 1 | -151/+0 |
2007-10-10 | r5286: Some first steps in making the pidl code somewhat more generic for the | Jelmer Vernooij | 1 | -11/+0 |
2007-10-10 | r5155: define ipv4address as a based IDL type, mapped to a "const char *" in | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r5036: changed HYPER_T to the more standard "hyper" | Andrew Tridgell | 1 | -24/+21 |
2007-10-10 | r5034: - added a type mapping function in pidl, so the type names in our IDL | Andrew Tridgell | 1 | -5/+40 |
2007-10-10 | r4858: a better fix for alignment of enumerated types (I'm not even sure why | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r4843: fixed the alignment handling of enumerated types | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r4673: Fix the IDL for the QuerySecret LSA call. | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r4556: neater (and faster) way of doing alignments and scalars | Andrew Tridgell | 1 | -33/+30 |
2007-10-10 | r4540: sync enum and bitmap code | Stefan Metzmacher | 1 | -6/+18 |
2007-10-10 | r4535: add full support for | Stefan Metzmacher | 1 | -9/+74 |
2007-10-10 | r4518: added proper support for "typedef enum" in pidl. We can now use enums ... | Andrew Tridgell | 1 | -0/+20 |
2007-10-10 | r3956: start to decode the repsFrom and repsTo fileds but not ready | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r3869: in the NDR encoded replPropertyMetaData attribute in ADS | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r3516: dcerpc_epm_map_binding now checks the endpoints it nows first | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r3515: Fix RemoteActivation correctly this time (-: | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r3484: - add support for conformant string arrays at the end of a struct | Stefan Metzmacher | 1 | -0/+18 |
2007-10-10 | r3432: Support WERROR's in arguments (not just as return type). Some of | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r3282: some C pre-processors don't like expressions like | Andrew Tridgell | 1 | -0/+10 |
2007-10-10 | r2987: added support for signed 32 bit integers in pidl | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r2958: the warnings from the swig code in pidl were totally swamping valid | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1736: - Pidl updates: | Jelmer Vernooij | 1 | -0/+14 |
2007-10-10 | r873: converted samba4 to use real 64 bit integers instead of | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r363: nicer error handling in pidl | Andrew Tridgell | 1 | -0/+1 |
2003-12-19 | added code to the IDL validator to check for common errors with | Andrew Tridgell | 1 | -2/+11 |
2003-12-16 | don't rely on the ability of perl 5.6.x to remove elements from arrays | Andrew Tridgell | 1 | -1/+4 |
2003-12-15 | make pidl no longer dependent on Data::Dumper, which isn't installed | Andrew Tridgell | 1 | -10/+4 |
2003-12-14 | added auto-generation of the server side boilerplate code for each | Andrew Tridgell | 1 | -2/+2 |
2003-12-08 | commit idl.pm now, as many build farm machines don't have 'yapp' | Andrew Tridgell | 1 | -31/+9 |
2003-12-01 | started adding netlogon IDL and test suite | Andrew Tridgell | 1 | -0/+2 |
2003-11-24 | added tests for the remaining calls on the rpc management interface | Andrew Tridgell | 1 | -0/+3 |
2003-11-21 | * changed the way strings are handled in pidl to a much more general | Andrew Tridgell | 1 | -8/+8 |
2003-11-21 | added support for 'ascstr', a ascii string in MSRPC ! | Andrew Tridgell | 1 | -1/+2 |
2003-11-20 | use a precompiled grammer in pidl. This speeds up pidl by about a | Andrew Tridgell | 1 | -1/+1 |
2003-11-20 | its LoadStructure() in util.pm that doesn't like strict perl - any | Andrew Tridgell | 1 | -11/+9 |
2003-11-20 | damn, "use strict;" in util.pm breaks pidl - but why? | Andrew Tridgell | 1 | -1/+0 |
2003-11-20 | use strict perl package everywhere for error checking | Andrew Tridgell | 1 | -0/+1 |
2003-11-20 | * added a 'lstring' type for spoolss | Andrew Tridgell | 1 | -4/+3 |
2003-11-19 | switched to a new way of handling unions, so that we can handle | Andrew Tridgell | 1 | -2/+2 |
2003-11-19 | slightly more accurate structure alignment code - I need to do proper | Andrew Tridgell | 1 | -1/+1 |
2003-11-17 | auto-generate functions for printing top-level function | Andrew Tridgell | 1 | -0/+4 |