summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s4:rpc_server/remote: use dcerpc_binding_handle_call_*() instead of ↵Stefan Metzmacher2011-03-131-10/+14
| | | | | | dcerpc_ndr_request_*() metze
* Revert "s3: Fix bug 8009"Volker Lendecke2011-03-131-1/+1
| | | | | | | This reverts commit 1829891391d978e8dd322cdbd3320e30e5c78b72. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Mar 13 10:33:25 CET 2011 on sn-devel-104
* s3: Fix bug 8009Volker Lendecke2011-03-121-1/+1
| | | | | | | Jeremy, please check! Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Mar 12 11:39:41 CET 2011 on sn-devel-104
* samba_abi: Also sort ABI files properly so symbols end up in the right version.Jelmer Vernooij2011-03-121-2/+6
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Mar 12 02:45:20 CET 2011 on sn-devel-104
* Sort by release component integer values rather than using standard stringJelmer Vernooij2011-03-121-1/+2
| | | | | | sort. This makes sure tevent 0.9.9 is considered to be older than 0.9.10 and 0.9.11
* s3: Fix a typoVolker Lendecke2011-03-111-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Mar 11 13:15:00 CET 2011 on sn-devel-104
* librpc/rpc: move dcerpc_binding_handle stuff to rpc_common.hStefan Metzmacher2011-03-114-269/+107
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Mar 11 12:28:08 CET 2011 on sn-devel-104
* s3:librpc/rpc: remove unused dcerpc_pipe define hackStefan Metzmacher2011-03-111-10/+0
| | | | metze
* s4:librpc/rpc: s/struct dcerpc_connection/struct dcecli_connection/gStefan Metzmacher2011-03-116-98/+98
| | | | | | | The name 'struct dcerpc_connection' will be used in the new generic dcerpc code. It will be used for client and server. metze
* pidl:Samba4/NDR/Client: fix arguments to warning()Stefan Metzmacher2011-03-111-1/+1
| | | | | | We want the file:line: information displayed. metze
* pidl:Samba4/NDR/Parser: fix compiler warnings in 'pipe' related codeStefan Metzmacher2011-03-111-3/+3
| | | | metze
* s3:idmap_ldap: fix a few typos in a commentMichael Adam2011-03-111-3/+4
| | | | | | | and use the chance to reformat the comment properly... Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Mar 11 01:29:09 CET 2011 on sn-devel-104
* s3-selftest: add another flaky s3-torture test to knownfail, this time OPLOCK4.Günther Deschner2011-03-111-0/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Mar 11 00:42:27 CET 2011 on sn-devel-104
* s3-build: remove -I../lib/addns.Günther Deschner2011-03-104-5/+3
| | | | Guenther
* waf-selftest: allow to call "make test SUBUNIT_FORMATTER=cat".Günther Deschner2011-03-102-2/+6
| | | | Guenther
* s3-waf: fix typo.Günther Deschner2011-03-101-1/+1
| | | | Guenther
* s3-selftest: run a couple of dgram NBT tests against s3.Günther Deschner2011-03-102-1/+4
| | | | Guenther
* s3: sid->domain_sid in winbindd_samr sam_rids_to_namesVolker Lendecke2011-03-101-8/+8
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Mar 10 19:33:47 CET 2011 on sn-devel-104
* Quite some callers of sid_split_rid do not care about the ridVolker Lendecke2011-03-109-22/+14
|
* s3: Fix paranoia check in sam_rids_to_namesVolker Lendecke2011-03-101-4/+2
|
* frstrans.idl: add idl for RawGetFileDataAsync() and RdcGetFileDataAsync()Stefan Metzmacher2011-03-101-2/+10
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Mar 10 15:18:22 CET 2011 on sn-devel-104
* pidl: add support for 'pipe' at the NDR layerStefan Metzmacher2011-03-105-18/+380
| | | | metze
* pidl/idl.yp: fill 'pipe' elements with array and countStefan Metzmacher2011-03-102-32/+80
| | | | metze
* pidl:NDR/Client: skip all functions if pipe elements are usedStefan Metzmacher2011-03-101-0/+18
| | | | | | We don't support pipe at the dcerpc level yet. metze
* pidl:NDR/Client: skip sync functions if pipe elements are usedStefan Metzmacher2011-03-101-0/+34
| | | | metze
* pidl:Python: don't generate functions with pipe elementsStefan Metzmacher2011-03-101-1/+10
| | | | metze
* pidl:Samba3/ClientNDR: don't generate stubs for functions with pipe elementsStefan Metzmacher2011-03-101-0/+11
| | | | metze
* pidl/NDR: add ContainsPipe() functionStefan Metzmacher2011-03-101-1/+15
| | | | metze
* librpc/tools/ndrdump: add support for dcerpc 'pipe' elements in functionsStefan Metzmacher2011-03-101-5/+73
| | | | metze
* librpc/ndr: add ndr_push_pipe_chunk_trailer() and ndr_check_pipe_chunk_trailer()Stefan Metzmacher2011-03-102-0/+36
| | | | metze
* librpc/ndr: add ndr_interface_call_pipeStefan Metzmacher2011-03-101-0/+16
| | | | metze
* pidl/Typelist: add is_fixed_size_scalar()Stefan Metzmacher2011-03-101-2/+16
| | | | metze
* pidl/Typelist: dnsp_name and dnsp_string are scalar referencesStefan Metzmacher2011-03-101-1/+2
| | | | metze
* s4:lib/tls/wscript - exclude known broken GNUTLS releasesMatthias Dieter Wallnöfer2011-03-101-2/+2
| | | | | | | This definitely fixes bug #7218. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Mar 10 11:58:27 CET 2011 on sn-devel-104
* lib/util/fault.c - "call_backtrace" - no need to have "backtrace_size" as size_tMatthias Dieter Wallnöfer2011-03-101-1/+1
| | | | The function "backtrace" returns an "int".
* s4:extended_dn_store LDB module - use the new request as generic memory contextsMatthias Dieter Wallnöfer2011-03-101-2/+2
| | | | To prevent memory leaks under valgrind.
* s4:repl_meta_data LDB module - always ask manually for the current partition ↵Matthias Dieter Wallnöfer2011-03-101-0/+46
| | | | | | control Otherwise the "partition" LDB module doesn't give it back anymore.
* s4:partition LDB module - the current partition control should only be added ↵Matthias Dieter Wallnöfer2011-03-101-6/+18
| | | | | | | if requested That means if the informations before a request are unknown ("repl_meta_data" LDB module) then an empty control (no data) has to be sent.
* s4:partition LDB module - extended operations - make the initialisation ↵Matthias Dieter Wallnöfer2011-03-101-2/+4
| | | | | | check consistent To the other operations.
* s4:partition LDB module - move the "data" check a bit higherMatthias Dieter Wallnöfer2011-03-101-4/+5
| | | | It can be performed a bit earlier.
* s4:partition LDB module - "partition_replicate" doesn't handle the search ↵Matthias Dieter Wallnöfer2011-03-101-1/+1
| | | | | | requests That is done by "partition_search".
* s4:partition LDB module - "partition_sequence_number" - remove meaningless "if"sMatthias Dieter Wallnöfer2011-03-101-16/+12
| | | | These current partition controls are always added for the two EXOP operations.
* s4:simple_ldap_map LDB module - enhance current partition control checksMatthias Dieter Wallnöfer2011-03-101-3/+7
| | | | | | | Don't stop the server if it hasn't been filled in correctly. An LDB error should be enough. Modified by request of tridge: errorcodes changed to ERR_PROTOCOL_ERROR
* s4:repl_meta_data LDB module - don't remove the partition control twiceMatthias Dieter Wallnöfer2011-03-101-2/+1
| | | | | "controls" is already the controls list which has the partition control removed. It is generated by "ldb_controls_except_specified" in line 378.
* s4:repl_meta_data LDB module - remove the current partition control unless ↵Matthias Dieter Wallnöfer2011-03-101-2/+10
| | | | it was requested
* s4:new_partition LDB module - splitting up an "if" operationMatthias Dieter Wallnöfer2011-03-101-3/+3
| | | | | | | | - let the first "if" in place - uninstantiated partitions are handled by the second "if" (previously they have been handled twice) Has been corrected by request of tridge.
* s4:instancetype LDB module - perform here only the "instanceType" constraint ↵Matthias Dieter Wallnöfer2011-03-101-78/+16
| | | | | | | | checks The boilerplate entries (when this support has been implemented) should be provided by the "new_partition" LDB module. These are for example the deleted object and lost and found container.
* s4:instancetype LDB module - don't impede control requestsMatthias Dieter Wallnöfer2011-03-101-0/+7
|
* s4:instancetype LDB module - use "ldb" pointer for referencing the LDB contextMatthias Dieter Wallnöfer2011-03-101-1/+1
|
* s4:partition LDB module - fill in parent requests for inheriting the flagsMatthias Dieter Wallnöfer2011-03-101-3/+3
| | | | Probably it doesn't matter in this cases but just for consistency.