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
/
Samba3
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r24596: - talloc request structure for the samba3 server bindings
Stefan Metzmacher
1
-24
/
+33
2007-10-10
r24592: pass down the ndr_interface_table in the samba3 client bindings
Stefan Metzmacher
1
-3
/
+4
2007-10-10
r24560: rename some DCERPC_ prefixes into NDR_
Stefan Metzmacher
2
-2
/
+2
2007-10-10
r24524: make use of ElementStars()
Stefan Metzmacher
1
-24
/
+8
2007-10-10
r24523: we don't support multi-dimentional [out] arrays
Stefan Metzmacher
1
-0
/
+8
2007-10-10
r24522: make the "skip pointer to an array" logic a bit easier
Stefan Metzmacher
1
-5
/
+3
2007-10-10
r24511: pass the correct thing to fatal()
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r24463: we have a function to correctly create an $env object
Stefan Metzmacher
1
-4
/
+3
2007-10-10
r24454: when level 0 is a pointer we need to look for an array in level 1...
Stefan Metzmacher
1
-10
/
+14
2007-10-10
r24446: We only need one genric GenerateFunctionInEnv
Stefan Metzmacher
1
-15
/
+2
2007-10-10
r22457: Fix tests for Samba3 client generator.
Jelmer Vernooij
1
-78
/
+79
2007-10-10
r22357: Don't use 'our'
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r21433: Get rid of the COM support code - it's not used and unmaintained. We can
Jelmer Vernooij
2
-3
/
+3
2007-10-10
r21384: Change warning to pidl warning, fix uppercasing.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r21338: Fix handling of top-level arrays for the Samba 3 client code. This do...
Jelmer Vernooij
1
-12
/
+42
2007-10-10
r21075: Generate parameters in structs for the server side Samba 3 code. The ...
Jelmer Vernooij
1
-6
/
+2
2007-10-10
r20836: Use real type name, to fix compilation with -WC++-compat
Jelmer Vernooij
1
-7
/
+46
2007-10-10
r20834: No longer generate extra pointers for top-level [out] unique pointers.
Jelmer Vernooij
1
-9
/
+8
2007-10-10
r20567: Print proper errors with filename and line numbers in ParseExpr()
Jelmer Vernooij
2
-2
/
+2
2007-10-10
r20511: Combine warnings/errors/fatal functions and move them to Parse::Pidl.
Jelmer Vernooij
2
-4
/
+2
2007-10-10
r19790: Check in the PIDL change and the converted unixinfo and winbind pipes...
Volker Lendecke
1
-8
/
+9
2007-10-10
r19219: Fix a memleak in the generated srv_code.
Volker Lendecke
1
-2
/
+10
2007-10-10
r19208: Fix Samba3 pidl generation to remove memory leaks.
Jeremy Allison
1
-1
/
+1
2007-10-10
r19049: Samba 3 client fixes
Gerald Carter
1
-1
/
+18
2007-10-10
r18696: Zero initialize ref ptrs.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r18693: Print debug info when DEBUGLEVEL >= 10 in the Samba3 code.
Jelmer Vernooij
2
-0
/
+14
2007-10-10
r18689: Initialize r.out in the server side code, in case the handler function
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r18524: Pre-allocate out arguments.
Jelmer Vernooij
1
-0
/
+33
2007-10-10
r18523: Allow [out] on arrays as well as pointers, use in unixinfo.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r18522: It's probably not a good idea to use rpc_netdfs_init() as initialization
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r18482: Fix a couple of small issues in the generated server code.
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r18478: Add missing declaration for status.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r18477: Finish server code generator for Samba 3.
Jelmer Vernooij
1
-0
/
+68
2007-10-10
r18475: Start working on server code generator that uses libndr.
Jelmer Vernooij
2
-122
/
+110
2007-10-10
r18471: Remove other Samba3 parser generator support as well - it's no
Jelmer Vernooij
4
-1311
/
+0
2007-10-10
r18470: Remove obsolete client generator code for Samba3 (we're now using the
Jelmer Vernooij
1
-137
/
+0
2007-10-10
r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr...
Gerald Carter
1
-1
/
+1
2007-10-10
r15593: Warn about [out] arguments that are not pointers. These can all be
Jelmer Vernooij
1
-5
/
+0
2007-10-10
r15591: Generate function calls correctly as well.
Jelmer Vernooij
1
-22
/
+1
2007-10-10
r15587: Generate stubs for the SWIG functions
Jelmer Vernooij
1
-36
/
+1
2007-10-10
r15474: Generate proper type declarations, fix headers
Jelmer Vernooij
1
-8
/
+45
2007-10-10
r15470: Write header file with prototypes for Samba3-Client-With-Samba4-NDR c...
Jelmer Vernooij
1
-8
/
+14
2007-10-10
r15437: Add generator that creates Samba3 client code which uses Samba4's NDR
Jelmer Vernooij
1
-0
/
+136
2007-10-10
r14223: Couple of small fixes:
Jelmer Vernooij
3
-11
/
+37
2007-10-10
r14215: Improve warning/error messages.
Jelmer Vernooij
4
-8
/
+14
2007-10-10
r12484: Initial work on supporting non-typedeffed types
Jelmer Vernooij
3
-3
/
+3
2007-10-10
r11077: Fix [string] for Samba3
Jelmer Vernooij
2
-7
/
+12
2007-10-10
r11061: Samba3 parser generator fixes:
Jelmer Vernooij
3
-12
/
+40
2007-10-10
r10880: Missed terminating ';', sorry.
Jeremy Allison
1
-2
/
+2
2007-10-10
r10879: Added the ZERO_STRUCT(q_u), (r_u) entries to the generated
Jeremy Allison
1
-0
/
+3
[next]