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
r8243: fixed indentation of generated ejs interface code
Andrew Tridgell
1
-92
/
+167
2007-10-10
r8242: support bitmap constants from ejs calls
Andrew Tridgell
1
-4
/
+13
2007-10-10
r8238: - fixed handling of NULL pointers from ejs
Andrew Tridgell
1
-0
/
+23
2007-10-10
r8233: - added support for more base types in pidl ejs
Andrew Tridgell
4
-18
/
+149
2007-10-10
r8220: added auto-generation of ENUM constants in ejs wrapper. So we can now ...
Andrew Tridgell
1
-1
/
+29
2007-10-10
r8216: - handle union pull in ejs pidl generation
Andrew Tridgell
1
-2
/
+19
2007-10-10
r8215: switched the pull side of the ejs generator over to the recursive LEVE...
Andrew Tridgell
1
-31
/
+57
2007-10-10
r8213: I've started to understand the LEVELS stuff in pidl much better now,
Andrew Tridgell
1
-53
/
+93
2007-10-10
r8203: fix the build temporary,
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r8200: - added stub functions for union pull/push
Andrew Tridgell
1
-6
/
+31
2007-10-10
r8198: - handled push/pull of simple strings in ejs
Andrew Tridgell
1
-20
/
+56
2007-10-10
r8191: updated the ejs code generator in pidl to generate enough code for
Andrew Tridgell
2
-20
/
+340
2007-10-10
r8167: - use the same algorithm than w2k3 for 'unique' pointer values
Stefan Metzmacher
3
-6
/
+15
2007-10-10
r8162: Revert my pad8 hack.
Andrew Bartlett
3
-9
/
+1
2007-10-10
r8110: More PAC work. I still can't get WinXP to accept the PAC, but we are
Andrew Bartlett
3
-1
/
+9
2007-10-10
r8101: Fix some indentation.
Tim Potter
1
-8
/
+8
2007-10-10
r7923: removed dependence on Data::Dumper
Andrew Tridgell
2
-5
/
+0
2007-10-10
r7865: changed pidl to take a "const void *" instead of a "void *" for the
Andrew Tridgell
4
-14
/
+12
2007-10-10
r7729: Small fixes to the charset stuff.
Jelmer Vernooij
3
-12
/
+25
2007-10-10
r7706: Move ParseExpr() to util.
Jelmer Vernooij
3
-83
/
+48
2007-10-10
r7702: Implement [charset()] attribute.
Jelmer Vernooij
3
-13
/
+27
2007-10-10
r7695: Add support for the [string] attribute that works in the traditional s...
Jelmer Vernooij
4
-57
/
+77
2007-10-10
r7605: Display properties in header files again.
Jelmer Vernooij
1
-15
/
+16
2007-10-10
r7604: Bunch of small pidl updates. Mostly removing unused functions,
Jelmer Vernooij
7
-313
/
+142
2007-10-10
r7590: Cleanups, add more notes on new string code.
Jelmer Vernooij
4
-61
/
+35
2007-10-10
r7552: Use ParseExpr() for [value] attributes; allows
Jelmer Vernooij
3
-6
/
+7
2007-10-10
r7424: add --uint-enums option to pidl to generate
Stefan Metzmacher
3
-14
/
+59
2007-10-10
r7377: Integrate browse service stuff more nicely
Jelmer Vernooij
1
-0
/
+27
2007-10-10
r7330: use ParseExpr() also for subcontext_size()
Stefan Metzmacher
1
-7
/
+11
2007-10-10
r7274: Move m4 files to seperate dir
Jelmer Vernooij
2
-0
/
+18
2007-10-10
r7195: - Fix echo pipe
Jelmer Vernooij
1
-12
/
+32
2007-10-10
r7187: fix alignment of unions
Stefan Metzmacher
2
-17
/
+14
2007-10-10
r7186: add [relative_base] property, which is allowed on typedef's
Stefan Metzmacher
2
-6
/
+66
2007-10-10
r7185: fix formatting
Stefan Metzmacher
1
-35
/
+35
2007-10-10
r7184: remove unused ndr_pull/push_struct_start/end() functions
Stefan Metzmacher
1
-14
/
+2
2007-10-10
r7167: fix the build
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r7165: Fix pidl tests
Jelmer Vernooij
7
-7
/
+6
2007-10-10
r7161: - Add support for "aliases" for pidls scalar types and add a few aliases.
Jelmer Vernooij
3
-7
/
+24
2007-10-10
r7160: Initial work on an esp function wrapper generator
Jelmer Vernooij
2
-5
/
+91
2007-10-10
r7159: Improve the messages from pidl's validator module.
Jelmer Vernooij
2
-15
/
+42
2007-10-10
r7122: Some cleanups, simplification of the code.
Jelmer Vernooij
4
-223
/
+93
2007-10-10
r7121: More subcontext fixes. A subcontext does not always imply internally d...
Jelmer Vernooij
2
-6
/
+1
2007-10-10
r7119: the content of a subcontext can contain deferred data,
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r7118: allways pull scalars and buffers when pulling the subcontext context
Stefan Metzmacher
1
-5
/
+5
2007-10-10
r7117: Move more manpages to the source repository
Jelmer Vernooij
1
-0
/
+518
2007-10-10
r7115: specify what properties can be used on what objects...
Stefan Metzmacher
1
-57
/
+114
2007-10-10
r7111: Patch from Alan DeKok for correct use of the needed variables in Decl*
Jelmer Vernooij
1
-6
/
+8
2007-10-10
r7109: Change noid() to noopnum() so it isn't confusing to people familiar wi...
Jelmer Vernooij
2
-11
/
+2
2007-10-10
r7102: fix subcontext(0)
Stefan Metzmacher
1
-2
/
+3
2007-10-10
r7098: - make use of the NDR table instead of the IDL table in the client and...
Stefan Metzmacher
7
-102
/
+153
[next]