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
/
pidl
/
lib
/
Parse
/
Pidl
/
Samba3
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-30
pidl: add an include for "ntdomain.h" for s3 server stubs.
Günther Deschner
1
-0
/
+1
2011-03-10
pidl:Samba3/ClientNDR: don't generate stubs for functions with pipe elements
Stefan Metzmacher
1
-0
/
+11
2011-01-26
pidl:Samba3/ServerNDR: correctly initialise ndr_push struct
Stefan Metzmacher
1
-0
/
+6
2010-10-11
pidl: fix minor typo in s3 server generation.
Günther Deschner
1
-1
/
+1
2010-08-26
pidl:Samba3/ClientNDR: remove unused ParseOutputArgument function
Stefan Metzmacher
1
-73
/
+1
2010-08-16
Fix a typo
Volker Lendecke
1
-1
/
+1
2010-08-13
pidl: fix printing of server side ndr request debug messages
Michael Adam
1
-2
/
+2
2010-08-12
pidl:Samba3/ClientNDR: implement rpccli_ stubs on top of dcerpc_ stubs
Stefan Metzmacher
1
-85
/
+37
2010-08-12
pidl:Samba3/ClientNDR: ignore "todo" functions
Stefan Metzmacher
1
-3
/
+4
2010-08-06
pidl: Samba3/ClientNDR - Correctly copy arrays, if r.out.size < r.in.size.
Stefan Metzmacher
1
-9
/
+47
2010-07-28
pidl: Use struct pipes_struct.
Andreas Schneider
1
-2
/
+2
2010-07-19
s3-rpc_server: Added callbacks for init and shutdown of a rpc service.
Andreas Schneider
1
-3
/
+12
2010-07-16
s3-dcerpc: Use DATA_BLOB for pipes_struct input data
Simo Sorce
1
-7
/
+1
2010-07-16
s3-dcerpc: Convert rdata from prs_struct to a simple DATA_BLOB
Simo Sorce
1
-5
/
+2
2010-07-08
s3-rpc: when using rpc_pipe_open_internal, make sure to go through NDR.
Günther Deschner
1
-54
/
+0
2010-07-05
pidl: s3 server stubs: make sure LIBNDR_FLAG_BIGENDIAN is set when negotiated.
Günther Deschner
1
-0
/
+3
2010-06-16
pidl: make sure to fill in cli->pipes_struct->hdr_req.opnum in s3 server disp...
Günther Deschner
1
-0
/
+3
2010-05-18
pidl: Allow new property 'no_srv_register'.
Andrew Bartlett
1
-6
/
+7
2010-05-18
s3: Remove use of iconv_convenience.
Jelmer Vernooij
1
-2
/
+2
2010-05-08
pidl: add NDR_PRINT_DEBUG output to generated s3 server dispatch tables.
Günther Deschner
1
-0
/
+10
2010-05-03
pidl: indent cosmetics for s3 server stubs.
Günther Deschner
1
-1
/
+1
2009-11-27
pidl: fix handling of output arguments in s3 client stubs.
Günther Deschner
1
-1
/
+1
2009-11-26
pidl:Samba3/ClientNDR: $size can be 'foo / 2' so we need to add '(' and ')'
Stefan Metzmacher
1
-2
/
+2
2009-11-08
Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly"
Volker Lendecke
2
-4
/
+4
2009-11-08
Revert "s3: Do not reference the ndr_tables in the server calls directly"
Volker Lendecke
1
-1
/
+1
2009-11-08
Revert "s3: Do not reference ndr_table when calling rpc_srv_register"
Volker Lendecke
1
-1
/
+1
2009-11-08
s3: Do not reference ndr_table when calling rpc_srv_register
Volker Lendecke
1
-1
/
+1
2009-11-08
s3: Do not reference the ndr_tables in the server calls directly
Volker Lendecke
1
-1
/
+1
2009-11-08
s3: Do not reference ndr_table_<pipe> in the cli_ routines directly
Volker Lendecke
2
-4
/
+4
2009-11-07
s3: Do the printing for DEBUGLEVEL>=10 centrally
Volker Lendecke
1
-26
/
+0
2009-07-31
pidl:Samba3/ClientNDR: add support tevent_req based _send/recv() client funct...
Stefan Metzmacher
1
-0
/
+245
2009-07-31
pidl:Samba3/ClientNDR: rename ParseFunction => ParseFunctionSync and add Pars...
Stefan Metzmacher
1
-1
/
+8
2009-07-31
pidl:Samba3/ClientNDR: allow passing optional variable prefixes to ParseOutpu...
Stefan Metzmacher
1
-7
/
+9
2009-07-19
pidl: Print proper errors when arrays don't have a specified size rather than...
Jelmer Vernooij
2
-7
/
+18
2009-02-07
pidl: Fix a const build warning in the samba3 merged build
Tim Prouty
1
-1
/
+5
2009-02-06
pidl: return early when AllocOutVar() in s3 server generator has nothing to do.
Günther Deschner
1
-2
/
+5
2009-01-22
pidl: reduce implicit cast warnings in gen_ndr server code
Michael Adam
1
-1
/
+1
2009-01-21
Allow calling DCE/RPC server implementations directly using
Jelmer Vernooij
2
-42
/
+93
2009-01-09
Pass the full ndr_interface_table into the s3 rpcserver when registering
Volker Lendecke
1
-1
/
+1
2008-12-16
Make some fatal errors non-fatal. This means we generate invalid code in
Jelmer Vernooij
1
-2
/
+6
2008-11-19
pidl: fix generated s3-server in,out,ref qualifiers that are used for buffer ...
Günther Deschner
1
-0
/
+7
2008-11-15
pidl: skip generation of noopnum functions in generated s3 server.
Günther Deschner
1
-1
/
+6
2008-11-15
pidl: do not generate cli_ functions for noopnum flaged functions.
Günther Deschner
1
-1
/
+4
2008-10-12
Share RPC binding string utility functions.
Jelmer Vernooij
1
-1
/
+1
2008-09-23
pidl: fix samba3 server wrt to samba4 ndr_pull_init_blob protype.
Günther Deschner
1
-1
/
+1
2008-09-17
Move pidl to top-level directory.
Jelmer Vernooij
2
-0
/
+511