1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-28 12:23:49 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
Jelmer Vernooij
48e6df5944 r19846: Fix bunch of IDL warnings. 2007-10-10 14:28:24 -05:00
Jelmer Vernooij
347ae96282 r19588: Use include and import statements rather than depends() and helper(). 2007-10-10 14:24:58 -05:00
Jelmer Vernooij
d1364ef0cd r18639: Get rid of the keepref support 2007-10-10 14:18:59 -05:00
Jelmer Vernooij
f67b4d58ac r18523: Allow [out] on arrays as well as pointers, use in unixinfo. 2007-10-10 14:18:42 -05:00
Stefan Metzmacher
fb92643a8b r18391: - match the samba3 protocol for UNIXINFO
- add a test for GidToSid

metze
2007-10-10 14:18:23 -05:00
Stefan Metzmacher
5d2100a6da r18384: this is a ref pointer like in samba3 and for the Gid version
metze
2007-10-10 14:18:22 -05:00
Jelmer Vernooij
bdc6dd3750 r15776: Don't generate ref pointers in Samba4-generated code. There is no point
in having pointers for outgoing data when you can already modify the top-level
element.

This can be overridden (temporarily) by specifying the new "keepref"
attribute. Once we've removed keepref from all IDL files, I'll remove this
attribute as well.
2007-10-10 14:08:18 -05:00
Jelmer Vernooij
fadb9529ec r15653: Remove idl_types.h include where possible. Remove
types from .h file that are now in pidls' aliases list.
2007-10-10 14:08:03 -05:00
Jelmer Vernooij
cc2961427f r15469: Fix unixinfo interface to use pointers for [out] parameters (required
for generating Samba3-style client functions and midl)
2007-10-10 14:05:38 -05:00
Jelmer Vernooij
7596c708ba r11105: Warn if conformant arrays are not at the end of a struct
Support conformant [string] arrays
Eliminate utf8string

This breaks xattr binary compatibility with previous versions - is that a
problem?
2007-10-10 13:44:50 -05:00
Volker Lendecke
81ddffde36 r6907: Unixinfo for samba4, not activated by default.
Volker
2007-10-10 13:16:56 -05:00