| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
We passed the structure including the uninitialized elements to
dcerpc_winreg_OpenKey.
|
|
|
|
|
| |
We passed the structure including the uninitialized elements to
dcerpc_winreg_DeleteKey.
|
|
|
|
|
|
|
| |
Question: How shall we allocate those? Something like the rid allocator?
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Tue Mar 15 09:59:55 CET 2011 on sn-devel-104
|
| |
|
| |
|
|
|
|
|
|
|
| |
this will be used by openchange
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Tue Mar 15 06:14:00 CET 2011 on sn-devel-104
|
|
|
|
|
| |
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Tue Mar 15 05:07:01 CET 2011 on sn-devel-104
|
| |
|
|
|
|
| |
we don't need header munging for tdb/talloc etc
|
| |
|
|
|
|
| |
not needed now that we have public_headers_allow_broken
|
|
|
|
|
|
|
| |
the s3 waf build will use this to say that we should allow public
headers that contain references to non-public headers. In the s4 build
that is not allowed, but the s3 build does not yet have clean public
headers
|
| |
|
| |
|
| |
|
|
|
|
| |
when using system libraries, we need the right cflags
|
| |
|
|
|
|
| |
for s4 public headers, this is always true
|
| |
|
|
|
|
|
| |
for talloc/tevent/tdb, only install headers if we are doing a
standalone build
|
|
|
|
| |
this allows us to properly test our public headers before install
|
|
|
|
|
| |
these are includes which are protected by #ifdefs which means they
don't get exposed to public users
|
|
|
|
| |
this is used by public header gen_ndr/ndr_svcctl.h
|
|
|
|
| |
this is needed by public header common.h
|
|
|
|
| |
if we are going to make GPO headers public, it should be from libgpo/
|
| |
|
|
|
|
|
| |
the bin/default/include/public directory will contain headers that are
ready to install
|
|
|
|
|
| |
this is a public header, and needs to use sane paths for the public
header creation
|
|
|
|
| |
this ensures we use the right header
|
| |
|
| |
|
|
|
|
|
| |
It is getting quite complex now, and shouldn't just be mixed in with
everything else
|
|
|
|
|
| |
we generate test_headers.h, which includes all of our public headers,
and check it compiles
|
|
|
|
| |
this allows us to use the public name of any header in the source tree
|
| |
|
|
|
|
| |
this allows them to be included in the test_headers.h generated header
|
|
|
|
|
| |
this will be used to construct test_headers.h, for testing our public
headers
|
|
|
|
|
| |
when computing stale files, don't follow symlinks that are not within
the build tree
|
|
|
|
|
|
| |
this allows you to disable the global include additions. We will use
this for testing our public headers without including any of the
source tree directories
|
|
|
|
|
|
| |
this symlinks our public headers into the build tree, which will allow
us to refer to the public headers by their public name inside the
source tree.
|
| |
|
|
|
|
|
|
|
| |
this will allow us to 'install' public headers into include/public in
the build. That means we can use the same include paths for our public
headers inside Samba as external applications. This should make it
less likely that we will break our public includes
|
|
|
|
| |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
|
|
|
|
|
| |
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Tue Mar 15 00:59:37 CET 2011 on sn-devel-104
|
|
|
|
|
|
|
|
|
|
|
| |
When pulling non-aligned ucs2 strings, we neglected to add in the
pad byte to the buffer length we've eaten. This caused the device
string in TCONX (which seems to be one of the few places that uses
non-aligned ucs2 strings) to be incorrectly read.
Volker please check.
Jeremy.
|
|
|
|
|
| |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Mon Mar 14 23:53:46 CET 2011 on sn-devel-104
|
|
|
|
|
| |
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Mon Mar 14 22:02:35 CET 2011 on sn-devel-104
|
|
|
|
|
|
|
|
|
| |
Looking in [MS-RAP].pdf - these strings are always 4 bytes as an
offset in the rparam area, the string length is the size in the rdata area.
Se we must always return we have consumed 4 param bytes.
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Mon Mar 14 20:09:09 CET 2011 on sn-devel-104
|
|
|
|
|
|
|
|
| |
We have to return on talloc_tos() because we don't have a mem_ctx given to us.
So we have to create a separate temporary talloc context.
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Mon Mar 14 19:21:11 CET 2011 on sn-devel-104
|
|
|
|
|
| |
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Mon Mar 14 17:47:32 CET 2011 on sn-devel-104
|