summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-15build: fixed cflags for test_headerAndrew Tridgell1-0/+7
2011-03-15waf: build headers in separate 'headers' build groupAndrew Tridgell2-1/+2
2011-03-15build: force _SAMBA_BUILD_==4 to be true in public headersAndrew Tridgell1-0/+3
2011-03-15ldb: only install headers if we are not building as a private libAndrew Tridgell1-1/+4
2011-03-15lib: don't install public headers if a private libraryAndrew Tridgell3-0/+3
2011-03-15waf: always generate public headers in the build treeAndrew Tridgell2-166/+123
2011-03-15build: mark some private includes as OK in public headersAndrew Tridgell1-0/+4
2011-03-15rpc: make ndr/ndr_svcctl.h publicAndrew Tridgell1-2/+2
2011-03-15s4-rpc: make common/proto.h publicAndrew Tridgell1-1/+1
2011-03-15s4-policy: don't make s4 policy.h publicAndrew Tridgell1-1/+0
2011-03-15ldb: use include <> form for public headersAndrew Tridgell2-3/+3
2011-03-15waf: build substituted public headers in build treeAndrew Tridgell2-1/+5
2011-03-15lib: fixed header pathsAndrew Tridgell1-8/+8
2011-03-15talloc: use <talloc.h> not "talloc.h"Andrew Tridgell1-1/+1
2011-03-15tdb: use public_headers to install header filesAndrew Tridgell1-1/+1
2011-03-15tdb: use system include style for system headersAndrew Tridgell1-1/+1
2011-03-15waf: moved header file handling into its own moduleAndrew Tridgell2-196/+201
2011-03-15build: added automated testing of our public headersAndrew Tridgell3-0/+79
2011-03-15build: added include/public to the list of include pathsAndrew Tridgell1-1/+1
2011-03-15tevent: use public_headers for tevent.hAndrew Tridgell1-1/+1
2011-03-15talloc: use public_headers to install talloc.h and pytalloc.hAndrew Tridgell1-2/+2
2011-03-15wafsamba: keep a list of public headersAndrew Tridgell1-1/+3
2011-03-15wafsamba: don't follow symlinks outside the build treeAndrew Tridgell1-1/+3
2011-03-15wafsamba: added global_include optionAndrew Tridgell2-3/+15
2011-03-15build: install public headers in the build treeAndrew Tridgell2-15/+57
2011-03-15ldb: don't install ldb_wrap.h twiceAndrew Tridgell1-1/+0
2011-03-15build: added placeholder files for public header directoriesAndrew Tridgell8-0/+48
2011-03-15s4-rpc: added public APIs for dce_call authenticationAndrew Tridgell2-0/+29
2011-03-15Re-enable base.tcondev test for S3, now we pass it correctly.Jeremy Allison1-1/+0
2011-03-14Fix bug #8005 - smbtorture4 BASE-TCONDEV fails when tested on SambaJeremy Allison1-2/+6
2011-03-14Merge new lorikeet heimdal, revision 85ed7247f515770c73b1f1ced1739f6ce19d75d2Jelmer Vernooij57-2750/+6935
2011-03-14s3: Change tldap_entry_attributes to the "array,count" conventionVolker Lendecke3-5/+7
2011-03-14s3: Fix bug 8009 - net rap session cannot get usernameVolker Lendecke1-1/+1
2011-03-14s3: Fix the talloc hierarchy in shadow_copy2_connectpathVolker Lendecke1-2/+9
2011-03-14s3: This module needs rewriting...Volker Lendecke1-1/+1
2011-03-14Fix public header not to include private (not installed) ones.Simo Sorce2-1/+2
2011-03-13librpc/rpc: move DCERPC_ flags to rpc_common.hStefan Metzmacher3-108/+54
2011-03-13s3:librpc/rpc: add DCERPC_ANON_FALLBACK flagStefan Metzmacher1-0/+2
2011-03-13s4:librpc/rpc: finaly make struct rpc_request and enum rpc_request_state privateStefan Metzmacher2-43/+44
2011-03-13s4:librpc/rpc: remove unused dcerpc_request()Stefan Metzmacher2-28/+0
2011-03-13s4:librpc/rpc: make dcerpc_request_recv() staticStefan Metzmacher1-3/+6
2011-03-13s4:torture/rpc/scanner: use dcerpc_binding_handle_raw_call() instead of dcerp...Stefan Metzmacher1-2/+11
2011-03-13s4:torture/rpc/countcalls: use dcerpc_binding_handle_raw_call() instead of dc...Stefan Metzmacher1-2/+12
2011-03-13s4:torture/rpc/autoidl: use dcerpc_binding_handle_raw_call() instead of dcerp...Stefan Metzmacher1-6/+43
2011-03-13s4:pyrpc: use dcerpc_binding_handle_raw_call() instead of dcerpc_request()Stefan Metzmacher1-3/+11
2011-03-13s4:pyrpc: fix memory leaks in error pathesStefan Metzmacher1-0/+2
2011-03-13librpc/rpc: add dcerpc_binding_handle_raw_call()Stefan Metzmacher2-0/+70
2011-03-13librpc/rpc: move struct dcerpc_binding to rpc_common.hStefan Metzmacher3-30/+14
2011-03-13s3:librpc/rpc: add target_principal to struct dcerpc_bindingStefan Metzmacher2-1/+2
2011-03-13librpc/rpc: move enum dcerpc_transport_t to rpc_common.hStefan Metzmacher3-20/+15