index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
build
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ooh, this is fun!
Andrew Tridgell
2003-11-23
2
-2
/
+6
*
save about 35% of the time for "make idl" by processing multiple IDL
Andrew Tridgell
2003-11-23
1
-58
/
+72
*
added support for enumerated types in IDL files. This makes unions
Andrew Tridgell
2003-11-22
2
-17
/
+43
*
added support for 'const' in IDL files. This makes it easy to define
Andrew Tridgell
2003-11-22
2
-5
/
+25
*
added the beginnings of an IDL validator, to give clearer errors when
Andrew Tridgell
2003-11-22
2
-0
/
+104
*
* fixed handling of relative subcontext unions
Andrew Tridgell
2003-11-22
1
-2
/
+2
*
* enable RPC/NDR validation in all smbtorture code
Andrew Tridgell
2003-11-22
1
-2
/
+2
*
a fairly major upgrade to the dcerpc system
Andrew Tridgell
2003-11-22
2
-57
/
+132
*
added Parse::RecDescent module into pidl to ensure we all use the same
Andrew Tridgell
2003-11-22
4
-1
/
+3058
*
fixed a bug with pushing non-pointer unions
Andrew Tridgell
2003-11-21
1
-1
/
+3
*
* changed the way strings are handled in pidl to a much more general
Andrew Tridgell
2003-11-21
5
-33
/
+113
*
added support for 'ascstr', a ascii string in MSRPC !
Andrew Tridgell
2003-11-21
2
-5
/
+6
*
ignore generated idl.pm
Andrew Tridgell
2003-11-20
1
-1
/
+2
*
we now use a copy of pidl inside the samba4 source tree at
Andrew Tridgell
2003-11-20
2
-12850
/
+1
*
make sure we don't try to use c++ style variable declaration
Andrew Tridgell
2003-11-20
1
-1
/
+5
*
fixed pushing structures containing pointers inside unions
Andrew Tridgell
2003-11-20
1
-1
/
+1
*
a bit neater way of emitting code
Andrew Tridgell
2003-11-20
3
-210
/
+217
*
* cope with pidl not being in $HOME/pidl
Andrew Tridgell
2003-11-20
2
-3
/
+9
*
use a precompiled grammer in pidl. This speeds up pidl by about a
Andrew Tridgell
2003-11-20
7
-8
/
+12860
*
avoid compiler warnings for unused variables with [relative] pointers
Andrew Tridgell
2003-11-20
1
-1
/
+2
*
its LoadStructure() in util.pm that doesn't like strict perl - any
Andrew Tridgell
2003-11-20
1
-11
/
+9
*
damn, "use strict;" in util.pm breaks pidl - but why?
Andrew Tridgell
2003-11-20
2
-1
/
+1
*
use strict perl package everywhere for error checking
Andrew Tridgell
2003-11-20
5
-2
/
+6
*
* added a 'lstring' type for spoolss
Andrew Tridgell
2003-11-20
3
-4
/
+19
*
* added support for empty case elements (including default cases)
Andrew Tridgell
2003-11-20
3
-30
/
+49
*
switched to a new way of handling unions, so that we can handle
Andrew Tridgell
2003-11-19
2
-30
/
+123
*
slightly more accurate structure alignment code - I need to do proper
Andrew Tridgell
2003-11-19
2
-3
/
+2
*
auto-generate the pipe UUID version and name
Andrew Tridgell
2003-11-18
2
-11
/
+34
*
support the 'default' case in IDL unions
Andrew Tridgell
2003-11-18
2
-16
/
+62
*
auto-generate top-level debug print functions when a flag is set on
Andrew Tridgell
2003-11-18
2
-18
/
+22
*
auto-generate functions for printing top-level function
Andrew Tridgell
2003-11-17
2
-7
/
+48
*
started documenting the extension to IDL that pidl implements
Andrew Tridgell
2003-11-17
3
-9
/
+79
*
* support inline arrays
Andrew Tridgell
2003-11-17
4
-22
/
+27
*
handle non-NTSTATUS return types
Andrew Tridgell
2003-11-17
1
-1
/
+1
*
better [relative] handling, allowing for nested relative structures
Andrew Tridgell
2003-11-17
3
-3
/
+25
*
* the beginnings of non-constant fixed arrays
Andrew Tridgell
2003-11-16
4
-10
/
+38
*
added support for "relstr", structure and union properties and public
Andrew Tridgell
2003-11-16
4
-10
/
+54
*
added the "subcontext" attribute for auto-handling of user-marshalled
Andrew Tridgell
2003-11-16
2
-0
/
+13
*
fixed the handling of much more general C expressions in value()
Andrew Tridgell
2003-11-16
1
-2
/
+7
*
added support for varying conformant arrays (needed for samr
Andrew Tridgell
2003-11-15
2
-5
/
+34
*
fixed alignment of the buffers part structures
Andrew Tridgell
2003-11-15
1
-3
/
+4
*
support a new value() attribute that allows us to auto-fill certain
Andrew Tridgell
2003-11-15
3
-3
/
+17
*
Fix bug in generation of function ndr_pull code generation. This patch
Tim Potter
2003-11-15
1
-1
/
+3
*
it turns out that all MS servers ignore the artifact struct_len fields
Andrew Tridgell
2003-11-14
1
-58
/
+1
*
* make pidl.pl exit with an error on a parse error
Andrew Tridgell
2003-11-14
2
-4
/
+9
*
fixed another problem with pointers to arrays in structures
Andrew Tridgell
2003-11-14
1
-7
/
+11
*
fixed the handling of unions of pointers
Andrew Tridgell
2003-11-14
1
-2
/
+6
*
* differentiate between pointers and non-pointers in switch_is union
Andrew Tridgell
2003-11-14
1
-30
/
+87
*
I think we now handle conformant arrays in structures correctly - the
Andrew Tridgell
2003-11-13
4
-19
/
+155
*
handle constant sized arrays
Andrew Tridgell
2003-11-12
2
-5
/
+29
[prev]
[next]