summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Fix Coverity ID 2282: Uninitialized readVolker Lendecke2011-03-151-1/+1
* s3: Fix Coverity ID 2283: Uninitialized readVolker Lendecke2011-03-151-1/+1
* s3: Fix Coverity ID 2284: Uninitialized readVolker Lendecke2011-03-151-1/+1
* s3: Fix Coverity ID 2285: Uninitialized readVolker Lendecke2011-03-151-1/+1
* s3: Fix Coverity ID 2286: Uninitialized readVolker Lendecke2011-03-151-1/+1
* s3: Fix Coverity ID 2287: Uninitialized readVolker Lendecke2011-03-151-1/+1
* s3: Fix Coverity ID 2288: Uninitialized readVolker Lendecke2011-03-151-1/+1
* s3: Fix Coverity ID 2289: Uninitialized readVolker Lendecke2011-03-151-1/+1
* s3: Fix Coverity ID 2290: Uninitialized readVolker Lendecke2011-03-151-1/+1
* s3: Read uidNumber/gidNumber in pdb_ads_sid_to_idVolker Lendecke2011-03-151-29/+45
* 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
* libcli: protect access_check.h against double inclusionAndrew Tridgell2011-03-151-0/+3
* 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
* s3-waf: enable public_headers_allow_brokenAndrew Tridgell2011-03-151-0/+3
* build: removed mkdir of public headers directoryAndrew Tridgell2011-03-151-7/+0
* build: added public_headers_allow_broken optionAndrew Tridgell2011-03-151-1/+6
* 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
* 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
* 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
* waf: always generate public headers in the build treeAndrew Tridgell2011-03-152-166/+123
* build: mark some private includes as OK in public headersAndrew Tridgell2011-03-151-0/+4
* rpc: make ndr/ndr_svcctl.h publicAndrew Tridgell2011-03-151-2/+2
* s4-rpc: make common/proto.h publicAndrew Tridgell2011-03-151-1/+1
* s4-policy: don't make s4 policy.h publicAndrew Tridgell2011-03-151-1/+0
* 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
* lib: fixed header pathsAndrew Tridgell2011-03-151-8/+8
* talloc: use <talloc.h> not "talloc.h"Andrew Tridgell2011-03-151-1/+1
* 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
* build: added automated testing of our public headersAndrew Tridgell2011-03-153-0/+79
* build: added include/public to the list of include pathsAndrew Tridgell2011-03-151-1/+1
* 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
* wafsamba: keep a list of public headersAndrew Tridgell2011-03-151-1/+3
* wafsamba: don't follow symlinks outside the build treeAndrew Tridgell2011-03-151-1/+3
* wafsamba: added global_include optionAndrew Tridgell2011-03-152-3/+15
* build: install public headers in the build treeAndrew Tridgell2011-03-152-15/+57
* ldb: don't install ldb_wrap.h twiceAndrew Tridgell2011-03-151-1/+0
* build: added placeholder files for public header directoriesAndrew Tridgell2011-03-158-0/+48
* s4-rpc: added public APIs for dce_call authenticationAndrew Tridgell2011-03-152-0/+29