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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5449: More array handling cleanups. This should make the code more
Jelmer Vernooij
1
-11
/
+24
2007-10-10
r5448: another portability fix for solaris
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5447: Add some utility functions for arrays and use them.
Jelmer Vernooij
2
-38
/
+63
2007-10-10
r5443: Fix HeaderProperties(). Not re-enabling yet because I don't know why it
Jelmer Vernooij
1
-15
/
+22
2007-10-10
r5442: Use argument list generator functions from NdrParser in NdrHeader
Jelmer Vernooij
2
-31
/
+15
2007-10-10
r5441: Put push, pull and print arguments in hash as well
Jelmer Vernooij
1
-64
/
+96
2007-10-10
r5440: Some more generalizations
Jelmer Vernooij
1
-38
/
+16
2007-10-10
r5439: (hopefully) fix build on older perls. Thanks to tridge for pointing th...
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r5426: Warn about embedded ref pointers.
Jelmer Vernooij
2
-1
/
+10
2007-10-10
r5422: Fix ethereal parser generator.
Jelmer Vernooij
2
-87
/
+87
2007-10-10
r5417: Add wrapper function for typedefs hash rather then using the "our" key...
Jelmer Vernooij
3
-23
/
+49
2007-10-10
r5414: - added libcli/wins/, a basic client library for WINS replication
Andrew Tridgell
2
-0
/
+2
2007-10-10
r5410: Automatically determine indenting for the ndr parsers
Jelmer Vernooij
1
-318
/
+460
2007-10-10
r5378: Put ndr size generators and alignment calc functions in hash as well.
Jelmer Vernooij
1
-68
/
+55
2007-10-10
r5377: Put push/pull/print functions for the various types in a hash.
Jelmer Vernooij
1
-127
/
+54
2007-10-10
r5376: ORPC is NDR specific, so move it to ndr.pm.
Jelmer Vernooij
5
-122
/
+63
2007-10-10
r5363: - ndr_%_ptr -> ndr_%_unique_ptr
Jelmer Vernooij
1
-10
/
+14
2007-10-10
r5362: Add pointer_default() support to pidl. pointer_default()
Jelmer Vernooij
2
-13
/
+78
2007-10-10
r5361: Rename some functions, add tests to validator.
Jelmer Vernooij
2
-23
/
+38
2007-10-10
r5360: Remove a couple of unused functions.
Jelmer Vernooij
2
-11
/
+1
2007-10-10
r5345: Some more minor code readability fixes.
Jelmer Vernooij
2
-149
/
+143
2007-10-10
r5338: More efforts to handle types similarly.
Jelmer Vernooij
7
-33
/
+35
2007-10-10
r5320: Treat structs and unions somewhat more similarly:
Jelmer Vernooij
8
-391
/
+276
2007-10-10
r5319: Make some more alignment code generic, move NDR-specific stuff to
Jelmer Vernooij
4
-205
/
+200
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
2
-10
/
+10
2007-10-10
r5288: Make alignment code more generic
Jelmer Vernooij
1
-32
/
+42
2007-10-10
r5286: Some first steps in making the pidl code somewhat more generic for the
Jelmer Vernooij
3
-66
/
+29
2007-10-10
r5245: Remove dead code.
Tim Potter
1
-671
/
+1
2007-10-10
r5241: Generate swig wrappers for unions as well as structures.
Tim Potter
1
-2
/
+2
2007-10-10
r5223: Rename dom_sid2 to dom_sid as we don't care about the difference
Tim Potter
1
-1
/
+5
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
r5133: fix type mapping to internal types
Stefan Metzmacher
1
-5
/
+7
2007-10-10
r5073: Call new autogenerator function for swig stuff instead of old one.
Tim Potter
1
-6
/
+6
2007-10-10
r5072: oDecrease the amount of autogenerated code (sorry tridge) and use swig's
Tim Potter
1
-63
/
+62
2007-10-10
r5051: initialise all elements of an array (thanks to Mike Allan for pointing
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5044: fix pidl--swig
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r5039: fixed eparser not to generate talloc_p()
Andrew Tridgell
1
-2
/
+2
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
4
-12
/
+43
2007-10-10
r5032: get rid of the init fns in eparser
Andrew Tridgell
1
-0
/
+3
2007-10-10
r5024: Fix build.
Tim Potter
1
-7
/
+1
2007-10-10
r5019: Some tweaks to building the swig .i files.
Tim Potter
1
-7
/
+12
2007-10-10
r5010: Handle weird-ass NTTIME_1sec and NTTIME_hyper types.
Tim Potter
1
-1
/
+2
2007-10-10
r5009: Put bitmaps in their own subtree.
Tim Potter
1
-1
/
+6
2007-10-10
r5008: 32-bits is the default bitmap size.
Tim Potter
1
-2
/
+1
2007-10-10
r5007: Fix bug in regexp where we were eating the strings "in" or "out" from
Tim Potter
1
-3
/
+3
2007-10-10
r5006: Implement parsing of pidl bitmaps in ethereal parsers. This works
Tim Potter
1
-5
/
+34
2007-10-10
r4993: Generate nicer name for enum hf.
Tim Potter
1
-2
/
+15
2007-10-10
r4991: Remove debugging statement.
Tim Potter
1
-1
/
+0
2007-10-10
r4990: Generate value strings for pidl enumerations.
Tim Potter
1
-13
/
+57
[next]