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
/
parser.pm
Age
Commit message (
Expand
)
Author
Files
Lines
2004-01-22
added a little bit of const magic to get rid of the data in librpc/gen_ndr/*.o
Andrew Tridgell
1
-1
/
+1
2003-12-15
make pidl no longer dependent on Data::Dumper, which isn't installed
Andrew Tridgell
1
-1
/
+0
2003-12-15
fixed the handling of zero-length top level arrays in pidl
Andrew Tridgell
1
-3
/
+5
2003-12-14
fix _ptr_ declaration
Andrew Tridgell
1
-2
/
+2
2003-12-12
handle the auto-allocation of [ref] output arrays in pidl. This
Andrew Tridgell
1
-3
/
+9
2003-12-12
* the RPC-ECHO pipe now works in smbd, as long as the data sizes
Andrew Tridgell
1
-0
/
+5
2003-12-10
more portable array of endpoints code from pidl
Andrew Tridgell
1
-4
/
+7
2003-12-02
netr_DatabaseSync() now works fully for databases 0, 1 and 2
Andrew Tridgell
1
-1
/
+1
2003-12-02
* netr_ServerPasswordSet() now works - the test suite changes the
Andrew Tridgell
1
-1
/
+11
2003-12-01
added netr_LogonSamLogon() and test code
Andrew Tridgell
1
-1
/
+1
2003-12-01
added netr_ServerReqChallenge and cleaned up byte array printing
Andrew Tridgell
1
-1
/
+11
2003-11-28
* added a bunch of placeholder IDL files
Andrew Tridgell
1
-1
/
+43
2003-11-28
* support multiple interfaces in one IDL file in pidl
Andrew Tridgell
1
-13
/
+27
2003-11-27
added an rpc scanner. This prints messages like this:
Andrew Tridgell
1
-2
/
+6
2003-11-24
* prepared the dcerpc subsystem for adding the RPC over TCP transport
Andrew Tridgell
1
-3
/
+3
2003-11-24
make sure we don't try to update a constant
Andrew Tridgell
1
-2
/
+8
2003-11-24
added tests for the remaining calls on the rpc management interface
Andrew Tridgell
1
-15
/
+33
2003-11-23
added a tool called 'ndrdump' that allows you to dump NDR data
Andrew Tridgell
1
-2
/
+40
2003-11-23
fixed the handling of value() attributes on scalars in IDL that
Andrew Tridgell
1
-9
/
+5
2003-11-23
ooh, this is fun!
Andrew Tridgell
1
-1
/
+5
2003-11-22
* fixed handling of relative subcontext unions
Andrew Tridgell
1
-2
/
+2
2003-11-22
* enable RPC/NDR validation in all smbtorture code
Andrew Tridgell
1
-2
/
+2
2003-11-22
a fairly major upgrade to the dcerpc system
Andrew Tridgell
1
-54
/
+129
2003-11-21
fixed a bug with pushing non-pointer unions
Andrew Tridgell
1
-1
/
+3
2003-11-21
* changed the way strings are handled in pidl to a much more general
Andrew Tridgell
1
-17
/
+88
2003-11-20
make sure we don't try to use c++ style variable declaration
Andrew Tridgell
1
-1
/
+5
2003-11-20
fixed pushing structures containing pointers inside unions
Andrew Tridgell
1
-1
/
+1
2003-11-20
a bit neater way of emitting code
Andrew Tridgell
1
-208
/
+215
2003-11-20
* cope with pidl not being in $HOME/pidl
Andrew Tridgell
1
-1
/
+7
2003-11-20
avoid compiler warnings for unused variables with [relative] pointers
Andrew Tridgell
1
-1
/
+2
2003-11-20
use strict perl package everywhere for error checking
Andrew Tridgell
1
-1
/
+1
2003-11-20
* added support for empty case elements (including default cases)
Andrew Tridgell
1
-24
/
+36
2003-11-19
switched to a new way of handling unions, so that we can handle
Andrew Tridgell
1
-28
/
+121
2003-11-19
slightly more accurate structure alignment code - I need to do proper
Andrew Tridgell
1
-2
/
+1
2003-11-18
support the 'default' case in IDL unions
Andrew Tridgell
1
-14
/
+54
2003-11-18
auto-generate top-level debug print functions when a flag is set on
Andrew Tridgell
1
-0
/
+3
2003-11-17
auto-generate functions for printing top-level function
Andrew Tridgell
1
-7
/
+44
2003-11-17
* support inline arrays
Andrew Tridgell
1
-17
/
+23
2003-11-17
better [relative] handling, allowing for nested relative structures
Andrew Tridgell
1
-2
/
+21
2003-11-16
* the beginnings of non-constant fixed arrays
Andrew Tridgell
1
-3
/
+13
2003-11-16
added support for "relstr", structure and union properties and public
Andrew Tridgell
1
-8
/
+45
2003-11-16
added the "subcontext" attribute for auto-handling of user-marshalled
Andrew Tridgell
1
-0
/
+12
2003-11-15
added support for varying conformant arrays (needed for samr
Andrew Tridgell
1
-5
/
+23
2003-11-15
fixed alignment of the buffers part structures
Andrew Tridgell
1
-3
/
+4
2003-11-15
support a new value() attribute that allows us to auto-fill certain
Andrew Tridgell
1
-1
/
+3
2003-11-15
Fix bug in generation of function ndr_pull code generation. This patch
Tim Potter
1
-1
/
+3
2003-11-14
it turns out that all MS servers ignore the artifact struct_len fields
Andrew Tridgell
1
-58
/
+1
2003-11-14
* make pidl.pl exit with an error on a parse error
Andrew Tridgell
1
-4
/
+8
2003-11-14
fixed another problem with pointers to arrays in structures
Andrew Tridgell
1
-7
/
+11
2003-11-14
fixed the handling of unions of pointers
Andrew Tridgell
1
-2
/
+6
[next]