summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Re-enable base.tcondev test for S3, now we pass it correctly.Jeremy Allison2011-03-151-1/+0
* Fix bug #8005 - smbtorture4 BASE-TCONDEV fails when tested on SambaJeremy Allison2011-03-141-2/+6
* Merge new lorikeet heimdal, revision 85ed7247f515770c73b1f1ced1739f6ce19d75d2Jelmer Vernooij2011-03-1457-2750/+6935
* s3: Change tldap_entry_attributes to the "array,count" conventionVolker Lendecke2011-03-143-5/+7
* s3: Fix bug 8009 - net rap session cannot get usernameVolker Lendecke2011-03-141-1/+1
* s3: Fix the talloc hierarchy in shadow_copy2_connectpathVolker Lendecke2011-03-141-2/+9
* s3: This module needs rewriting...Volker Lendecke2011-03-141-1/+1
* Fix public header not to include private (not installed) ones.Simo Sorce2011-03-142-1/+2
* librpc/rpc: move DCERPC_ flags to rpc_common.hStefan Metzmacher2011-03-133-108/+54
* s3:librpc/rpc: add DCERPC_ANON_FALLBACK flagStefan Metzmacher2011-03-131-0/+2
* s4:librpc/rpc: finaly make struct rpc_request and enum rpc_request_state privateStefan Metzmacher2011-03-132-43/+44
* s4:librpc/rpc: remove unused dcerpc_request()Stefan Metzmacher2011-03-132-28/+0
* s4:librpc/rpc: make dcerpc_request_recv() staticStefan Metzmacher2011-03-131-3/+6
* s4:torture/rpc/scanner: use dcerpc_binding_handle_raw_call() instead of dcerp...Stefan Metzmacher2011-03-131-2/+11