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
/
build
/
pidl
/
util.pm
Age
Commit message (
Expand
)
Author
Files
Lines
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
2003-11-17
* support inline arrays
Andrew Tridgell
1
-4
/
+2
2003-11-17
better [relative] handling, allowing for nested relative structures
Andrew Tridgell
1
-0
/
+2
2003-11-16
* the beginnings of non-constant fixed arrays
Andrew Tridgell
1
-1
/
+12
2003-11-16
added support for "relstr", structure and union properties and public
Andrew Tridgell
1
-0
/
+3
2003-11-15
added support for varying conformant arrays (needed for samr
Andrew Tridgell
1
-0
/
+11
2003-11-15
support a new value() attribute that allows us to auto-fill certain
Andrew Tridgell
1
-0
/
+5
2003-11-12
handle constant sized arrays
Andrew Tridgell
1
-0
/
+10
2003-11-11
added support for 8 byte aligned HYPER_T
Andrew Tridgell
1
-2
/
+2
2003-11-11
fixed the NDR structure alignment rules
Andrew Tridgell
1
-0
/
+24
2003-11-11
fixed handling on pointers to arrays of structures in unions
Andrew Tridgell
1
-1
/
+3
2003-11-11
automatic printing of unions
Andrew Tridgell
1
-0
/
+10
2003-11-11
- added support for the pull side of unions
Andrew Tridgell
1
-0
/
+1
2003-11-10
much cleaner handling of the different types of variables
Andrew Tridgell
1
-0
/
+105
[next]