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
/
pidl
/
lib
/
Parse
/
Pidl
/
Samba4
/
NDR
/
Parser.pm
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-15
Avoid writing structs for inherited functions.
Jelmer Vernooij
1
-11
/
+18
2008-09-15
Fix imports.
Jelmer Vernooij
1
-3
/
+3
2008-08-20
pidl/NDR::Parser: pass typedefs through the ParseElement*Level() functions
Stefan Metzmacher
1
-2
/
+14
2008-08-20
pidl/NDR::Parser: pass $ndr to ->start_flags() and ->end_flags()
Stefan Metzmacher
1
-35
/
+35
2008-08-20
pidl/NDR::Parser: pass $ndr to ParseMemCtxPull*()
Stefan Metzmacher
1
-11
/
+11
2008-08-20
pidl/NDR::Parser: pass $ndr to ParsePtrPush()
Stefan Metzmacher
1
-7
/
+7
2008-08-20
pidl/NDR::Parser: use my $ndr = "ndr" in the remaining top functions
Stefan Metzmacher
1
-26
/
+29
2008-08-20
pidl/NDR::Parser: pass down $ndr from the top functions
Stefan Metzmacher
1
-27
/
+32
2008-08-20
pidl/NDR::Parser: pass $ndr to ->PRINT_FN_BLOB()
Stefan Metzmacher
1
-43
/
+43
2008-08-20
pidl/NDR::Parser: pass $ndr to ->PUSH_FN_BLOB()
Stefan Metzmacher
1
-43
/
+43
2008-08-20
pidl/NDR::Parser: pass $ndr to ->PULL_FN_BODY()
Stefan Metzmacher
1
-42
/
+42
2008-08-20
pidl/NDR::Parser: use $ndr instead of "ndr"
Stefan Metzmacher
1
-14
/
+14
2008-07-21
Properly cast array length in print functions.
Jelmer Vernooij
1
-1
/
+1
2008-04-06
Add test for authservice struct.
Jelmer Vernooij
1
-15
/
+22
2008-04-06
Fix authservice count.
Jelmer Vernooij
1
-1
/
+1
2008-02-23
Respect the return value of asprintf
Volker Lendecke
1
-2
/
+1
2008-02-13
pidl: $size can be 'foo / 2' so we need to add '(' and ')'
Stefan Metzmacher
1
-2
/
+2
2008-02-09
pidl: Allow fixed size arrays inside unions.
Julien Kerihuel
1
-2
/
+2
2008-02-07
pidl/Samba4::NDR::Parser: fix support for embedded "ref" pointers
Stefan Metzmacher
1
-7
/
+7
2008-02-02
pidl/Samba4::NDR::Parser: correctly get the name of an array element
Stefan Metzmacher
1
-4
/
+4
2008-02-02
pidl/Samba4::NDR::Parser: fix $var_name for arrays of scalar reference types
Stefan Metzmacher
1
-3
/
+14
2008-02-02
pidl/Samba4::NDR::Parser: move logic for extra get_pointer_of() into a function
Stefan Metzmacher
1
-25
/
+34
2008-02-02
pidl: revert changes it didn't want to push...sorry!
Stefan Metzmacher
1
-58
/
+38
2008-02-01
Works!!!...pidl/Samba4::NDR::Parser: fix support for embedded "ref" pointers
Stefan Metzmacher
1
-7
/
+7
2008-02-01
CHECKED... pidl/Samba4::NDR::Parser: correctly get the name of an array element
Stefan Metzmacher
1
-4
/
+4
2008-02-01
CHECKED... TODO:MSG pidl/Samba4::NDR::Parser: fix ...
Stefan Metzmacher
1
-3
/
+14
2008-02-01
CHECKED... pidl/Samba4::NDR::Parser: move logic for extra get_pointer_of() in...
Stefan Metzmacher
1
-25
/
+34
2008-02-01
pidl/IDL: don't strip ',' from the properties content
Stefan Metzmacher
1
-6
/
+6
2008-02-01
pidl/Samba4::NDR::Parse: move the calculation of NDR_PULL_SET_MEM_CTX() flags...
Stefan Metzmacher
1
-43
/
+27
2008-01-31
pidl/Samba4::NDR::Parser: pass down the correct $var_name to AllocateArrayLev...
Stefan Metzmacher
1
-4
/
+2
2008-01-14
pidl/python: Fix parsing arguments, fix more pointer issues.
Jelmer Vernooij
1
-14
/
+1
2008-01-14
pidl: Move Generate*Env functions to Parse::Pidl::Samba4::Header because they...
Jelmer Vernooij
1
-63
/
+2
2008-01-13
pidl: Avoid accidently filling in empty body for types without body.
Jelmer Vernooij
1
-0
/
+1
2008-01-12
pidl/ejs: Fix bug that filled in the body for types without body.
Jelmer Vernooij
1
-1
/
+2
2008-01-12
pidl: Add function for determining whether a type has a body.
Jelmer Vernooij
1
-1
/
+2
2008-01-12
pidl: Remove support for the declare keyword in other parts of the pidl code.
Jelmer Vernooij
1
-1
/
+1
2008-01-11
pidl: Remove multiple copies of get_pointer_of and get_value_of.
Jelmer Vernooij
1
-23
/
+1
2007-12-21
r26049: pidl: don't use ndr_pull_save anymore
Stefan Metzmacher
1
-3
/
+3
2007-12-21
r25915: ndr/pidl: change NTSTAUS into enum ndr_err_code (pidl code)
Stefan Metzmacher
1
-8
/
+8
2007-12-21
r25806: let libndr.h include needed stuff and remove pidl magic
Stefan Metzmacher
1
-6
/
+0
2007-12-21
r25805: pidl: include libndr.h as first header in ndr_foo.h
Stefan Metzmacher
1
-2
/
+1
2007-12-21
r25804: move including ndr_compression.h into HeaderInterface()
Stefan Metzmacher
1
-7
/
+7
2007-12-21
r25745: [pidl] ndr_pull/push_error(ndr, NDR_ERR_INVALID_POINTER,..)
Stefan Metzmacher
1
-9
/
+24
2007-10-10
r25301: Merge my includes.h cleanups.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r24721: Avoid True and False because they are only available within Samba.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r24563: remove unused DCERPC specific stuff from the generated NDR code
Stefan Metzmacher
1
-3
/
+0
2007-10-10
r24560: rename some DCERPC_ prefixes into NDR_
Stefan Metzmacher
1
-10
/
+10
2007-10-10
r24557: rename 'dcerpc_table_' -> 'ndr_table_'
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r24551: rename dcerpc_interface_table -> ndr_interface_table
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r24540: rename struct dcerpc_endpoint_list/struct dcerpc_authservice_list
Stefan Metzmacher
1
-2
/
+2
[next]