summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-13s4:librpc/rpc: s/dcerpc_security/dcecli_securityStefan Metzmacher2-4/+4
2011-03-13s3: Enhance error messages in idmap_tdb2_init_hwmVolker Lendecke1-8/+9
2011-03-13s4:librpc/rpc: remove unused dcerpc_ndr_request* codeStefan Metzmacher2-204/+0
2011-03-13s4:torture/rpc/object_uuid: use dcerpc_binding_handle_call() instead of dcerp...Stefan Metzmacher1-2/+4
2011-03-13s4:rpc_server/remote: use dcerpc_binding_handle_call_*() instead of dcerpc_nd...Stefan Metzmacher1-10/+14
2011-03-13Revert "s3: Fix bug 8009"Volker Lendecke1-1/+1
2011-03-12s3: Fix bug 8009Volker Lendecke1-1/+1
2011-03-12samba_abi: Also sort ABI files properly so symbols end up in the right version.Jelmer Vernooij1-2/+6
2011-03-12Sort by release component integer values rather than using standard stringJelmer Vernooij1-1/+2
2011-03-11s3: Fix a typoVolker Lendecke1-1/+1
2011-03-11librpc/rpc: move dcerpc_binding_handle stuff to rpc_common.hStefan Metzmacher4-269/+107
2011-03-11s3:librpc/rpc: remove unused dcerpc_pipe define hackStefan Metzmacher1-10/+0
2011-03-11s4:librpc/rpc: s/struct dcerpc_connection/struct dcecli_connection/gStefan Metzmacher6-98/+98