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