Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-15 | s3: Fix Coverity ID 2280: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2281: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2282: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2283: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_OpenKey. | |||||
2011-03-15 | s3: Fix Coverity ID 2284: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_DeleteValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2285: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_DeleteValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2286: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2287: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_CreateKey. | |||||
2011-03-15 | s3: Fix Coverity ID 2288: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2289: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_OpenKey. | |||||
2011-03-15 | s3: Fix Coverity ID 2290: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_DeleteKey. | |||||
2011-03-15 | s3: Read uidNumber/gidNumber in pdb_ads_sid_to_id | Volker Lendecke | 1 | -29/+45 | |
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 | |||||
2011-03-15 | s3: Remove some unused code | Volker Lendecke | 2 | -43/+0 | |
2011-03-15 | s3: "hex_encode" does the same as "binary_string" | Volker Lendecke | 1 | -1/+1 | |
2011-03-15 | s4-rpc: added dcesrv_call_account_name() | Andrew Tridgell | 2 | -0/+13 | |
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 | |||||
2011-03-15 | libcli: protect access_check.h against double inclusion | Andrew Tridgell | 1 | -0/+3 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Mar 15 05:07:01 CET 2011 on sn-devel-104 | |||||
2011-03-15 | waf: ensure that MAKEFLAGS is set before parsing it | Andrew Tridgell | 1 | -0/+2 | |
2011-03-15 | build: added simple header handling for our libraries | Andrew Tridgell | 1 | -1/+23 | |
we don't need header munging for tdb/talloc etc | |||||
2011-03-15 | s3-waf: enable public_headers_allow_broken | Andrew Tridgell | 1 | -0/+3 | |
2011-03-15 | build: removed mkdir of public headers directory | Andrew Tridgell | 1 | -7/+0 | |
not needed now that we have public_headers_allow_broken | |||||
2011-03-15 | build: added public_headers_allow_broken option | Andrew Tridgell | 1 | -1/+6 | |
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 | |||||
2011-03-15 | s3-waf: enable public header building in s3 | Andrew Tridgell | 1 | -0/+7 | |
2011-03-15 | waf: auto-create include paths if needed | Andrew Tridgell | 1 | -0/+7 | |
2011-03-15 | waf: make mkdir_p() a bit more robust | Andrew Tridgell | 1 | -1/+6 | |
2011-03-15 | build: fixed cflags for test_header | Andrew Tridgell | 1 | -0/+7 | |
when using system libraries, we need the right cflags | |||||
2011-03-15 | waf: build headers in separate 'headers' build group | Andrew Tridgell | 2 | -1/+2 | |
2011-03-15 | build: force _SAMBA_BUILD_==4 to be true in public headers | Andrew Tridgell | 1 | -0/+3 | |
for s4 public headers, this is always true | |||||
2011-03-15 | ldb: only install headers if we are not building as a private lib | Andrew Tridgell | 1 | -1/+4 | |
2011-03-15 | lib: don't install public headers if a private library | Andrew Tridgell | 3 | -0/+3 | |
for talloc/tevent/tdb, only install headers if we are doing a standalone build | |||||
2011-03-15 | waf: always generate public headers in the build tree | Andrew Tridgell | 2 | -166/+123 | |
this allows us to properly test our public headers before install | |||||
2011-03-15 | build: mark some private includes as OK in public headers | Andrew Tridgell | 1 | -0/+4 | |
these are includes which are protected by #ifdefs which means they don't get exposed to public users | |||||
2011-03-15 | rpc: make ndr/ndr_svcctl.h public | Andrew Tridgell | 1 | -2/+2 | |
this is used by public header gen_ndr/ndr_svcctl.h | |||||
2011-03-15 | s4-rpc: make common/proto.h public | Andrew Tridgell | 1 | -1/+1 | |
this is needed by public header common.h | |||||
2011-03-15 | s4-policy: don't make s4 policy.h public | Andrew Tridgell | 1 | -1/+0 | |
if we are going to make GPO headers public, it should be from libgpo/ | |||||
2011-03-15 | ldb: use include <> form for public headers | Andrew Tridgell | 2 | -3/+3 | |
2011-03-15 | waf: build substituted public headers in build tree | Andrew Tridgell | 2 | -1/+5 | |
the bin/default/include/public directory will contain headers that are ready to install | |||||
2011-03-15 | lib: fixed header paths | Andrew Tridgell | 1 | -8/+8 | |
this is a public header, and needs to use sane paths for the public header creation | |||||
2011-03-15 | talloc: use <talloc.h> not "talloc.h" | Andrew Tridgell | 1 | -1/+1 | |
this ensures we use the right header | |||||
2011-03-15 | tdb: use public_headers to install header files | Andrew Tridgell | 1 | -1/+1 | |
2011-03-15 | tdb: use system include style for system headers | Andrew Tridgell | 1 | -1/+1 | |
2011-03-15 | waf: moved header file handling into its own module | Andrew Tridgell | 2 | -196/+201 | |
It is getting quite complex now, and shouldn't just be mixed in with everything else | |||||
2011-03-15 | build: added automated testing of our public headers | Andrew Tridgell | 3 | -0/+79 | |
we generate test_headers.h, which includes all of our public headers, and check it compiles | |||||
2011-03-15 | build: added include/public to the list of include paths | Andrew Tridgell | 1 | -1/+1 | |
this allows us to use the public name of any header in the source tree | |||||
2011-03-15 | tevent: use public_headers for tevent.h | Andrew Tridgell | 1 | -1/+1 | |
2011-03-15 | talloc: use public_headers to install talloc.h and pytalloc.h | Andrew Tridgell | 1 | -2/+2 | |
this allows them to be included in the test_headers.h generated header | |||||
2011-03-15 | wafsamba: keep a list of public headers | Andrew Tridgell | 1 | -1/+3 | |
this will be used to construct test_headers.h, for testing our public headers | |||||
2011-03-15 | wafsamba: don't follow symlinks outside the build tree | Andrew Tridgell | 1 | -1/+3 | |
when computing stale files, don't follow symlinks that are not within the build tree | |||||
2011-03-15 | wafsamba: added global_include option | Andrew Tridgell | 2 | -3/+15 | |
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 | |||||
2011-03-15 | build: install public headers in the build tree | Andrew Tridgell | 2 | -15/+57 | |
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. | |||||
2011-03-15 | ldb: don't install ldb_wrap.h twice | Andrew Tridgell | 1 | -1/+0 | |