librpc/rpc: add dcerpc_binding_handle_raw_call()
[samba.git] / source4 /
2011-03-13 Stefan Metzmacherlibrpc/rpc: move struct dcerpc_binding to rpc_common.h
2011-03-13 Stefan Metzmacherlibrpc/rpc: move enum dcerpc_transport_t to rpc_common.h
2011-03-13 Stefan Metzmachers4:librpc/rpc: s/dcerpc_security/dcecli_security
2011-03-13 Stefan Metzmachers4:librpc/rpc: remove unused dcerpc_ndr_request* code
2011-03-13 Stefan Metzmachers4:torture/rpc/object_uuid: use dcerpc_binding_handle_c...
2011-03-13 Stefan Metzmachers4:rpc_server/remote: use dcerpc_binding_handle_call_...
2011-03-11 Stefan Metzmacherlibrpc/rpc: move dcerpc_binding_handle stuff to rpc_com...
2011-03-11 Stefan Metzmachers4:librpc/rpc: s/struct dcerpc_connection/struct dcecli...
2011-03-10 Günther Deschnerwaf-selftest: allow to call "make test SUBUNIT_FORMATTE...
2011-03-10 Matthias Dieter... s4:lib/tls/wscript - exclude known broken GNUTLS releases
2011-03-10 Matthias Dieter... s4:extended_dn_store LDB module - use the new request...
2011-03-10 Matthias Dieter... s4:repl_meta_data LDB module - always ask manually...
2011-03-10 Matthias Dieter... s4:partition LDB module - the current partition control...
2011-03-10 Matthias Dieter... s4:partition LDB module - extended operations - make...
2011-03-10 Matthias Dieter... s4:partition LDB module - move the "data" check a bit...
2011-03-10 Matthias Dieter... s4:partition LDB module - "partition_replicate" doesn...
2011-03-10 Matthias Dieter... s4:partition LDB module - "partition_sequence_number...
2011-03-10 Matthias Dieter... s4:simple_ldap_map LDB module - enhance current partiti...
2011-03-10 Matthias Dieter... s4:repl_meta_data LDB module - don't remove the partiti...
2011-03-10 Matthias Dieter... s4:repl_meta_data LDB module - remove the current parti...
2011-03-10 Matthias Dieter... s4:new_partition LDB module - splitting up an "if"...
2011-03-10 Matthias Dieter... s4:instancetype LDB module - perform here only the...
2011-03-10 Matthias Dieter... s4:instancetype LDB module - don't impede control requests
2011-03-10 Matthias Dieter... s4:instancetype LDB module - use "ldb" pointer for...
2011-03-10 Matthias Dieter... s4:partition LDB module - fill in parent requests for...
2011-03-10 Matthias Dieter... ldb:ldb_controls.c - "ldb_save_controls" - allow that...
2011-03-10 Matthias Dieter... ldb:ldb_controls.c - always allocate enough space
2011-03-10 Matthias Dieter... s4:partition LDB module - add some comments
2011-03-10 Matthias Dieter... s4:new_partition LDB module - fix comments
2011-03-10 Matthias Dieter... s4:partition_init LDB module - fix a typo
2011-03-10 Matthias Dieter... s4:partition LDB module - fix typo
2011-03-10 Matthias Dieter... s4:setup/provision - fix an output message
2011-03-09 Stefan Metzmachers4:lib/socket: use sockaddr_in6 in ipv6_tcp_accept()
2011-03-09 Stefan Metzmachers4:samba-tool: improve help messages for samba-tool...
2011-03-04 Matthias Dieter... s4:operational LDB module - fix attribute names to...
2011-03-04 Matthias Dieter... s4:ldap.py - rootdse tests should search for the rootDS...
2011-03-04 Matthias Dieter... s4:ldap.py - add a test in order to show the operationa...
2011-03-04 Matthias Dieter... s4:operational LDB module - fix display of some constru...
2011-03-04 Matthias Dieter... s4:operational LDB module - add "groupToken" as unsigne...
2011-03-04 Matthias Dieter... s4:operational LDB module - readd "structuralObjectClas...
2011-03-04 Matthias Dieter... ldb:ldb_msg.c - use LDB result constants for checking...
2011-03-04 Matthias Dieter... s4:ldap.py - other important RDN check testcases
2011-03-04 Matthias Dieter... s4:ldap.py - remove a debug output
2011-03-04 Matthias Dieter... ldb:rdn_name LDB module - more RDN constraint checks...
2011-03-04 Matthias Dieter... s4/ldb - remove now superflous "ldb_dn_validate" checks
2011-03-04 Matthias Dieter... s4:dsdb - we don't need to check if a DN != NULL if...
2011-03-04 Matthias Dieter... Revert "s4:objectclass LDB module - if we cannot find...
2011-03-04 Matthias Dieter... ldb:ldb_request - handle here the DN checks
2011-03-04 Matthias Dieter... s4:objectclass LDB module - fix a comment
2011-03-04 Matthias Dieter... s4:libnet/libnet_site.c - make use of LDB return constants
2011-03-04 Christian Ambachs4:waf-build fix disable-shared build for smbtorture
2011-03-04 Stefan Metzmachers4:selftest: test using the machine account of the...
2011-03-04 Stefan Metzmachers4:kdc: split the kdc_tcp_proxy() logic from the main...
2011-03-04 Stefan Metzmachers4:kdc: split the kdc_udp_proxy() logic from the main...
2011-03-04 Stefan Metzmachers4:kdc: add a kdc_proxy_unavailable_error() helper...
2011-03-04 Stefan Metzmachers4:kdc: fix calculation of the rodc kvno
2011-03-04 Stefan MetzmacherHEIMDAL:kdc: correctly propagate HDB_ERR_NOT_FOUND_HERE...
2011-03-04 Matthias Dieter... ldb:ldb tools - remove a superflous "return" (usage...
2011-03-04 Matthias Dieter... ldb:ldb tools - return LDB_ERR_INVALID_DN_SYNTAX on...
2011-03-04 Matthias Dieter... ldb:ldb tools - ldbtest - convert other result values...
2011-03-04 Matthias Dieter... s4:LDAP server - remove validation checks of input DNs
2011-03-04 Matthias Dieter... s4:objectclass LDB module - if we cannot find DN's...
2011-03-04 Günther Deschners4-nterr: move auth_nt_status_squash to nt_status_squas...
2011-03-04 Günther Deschners4-nterr: some minor cosmetic edits to further match...
2011-03-04 Günther Deschnernterr: make sure both nt_err_desc structs are the same.
2011-03-04 Günther Deschnernterr: make sure both nt_errs structs are the same.
2011-03-04 Günther Deschners4-nterr: add _N macro handling as in s3-nterr.
2011-03-04 Günther Deschnernterr: remove space indents (use tabs instead), followi...
2011-03-04 Günther Deschnernterr: remove trailing whitespace.
2011-03-02 Matthias Dieter... s4:torture/rap/rap.c - remove unused variable "i"
2011-03-02 Günther Deschners4-smbtorture: add netsessionenum rap torture test.
2011-03-02 Günther Deschners4-smbtorture: add smbcli_rap_netsessionenum().
2011-03-02 Andrew Bartletts4-dsdb: Ensure we permit multi-valued backlinks on...
2011-03-01 Matthias Dieter... s4:drsuapi RPC server - this resembles more "samdb_is_gc"
2011-03-01 Matthias Dieter... s4:netlogon RPC server - "LogonGetDomainInfo" - check...
2011-03-01 Matthias Dieter... s4:drsuapi RPC server - check for the "SPN" attribute...
2011-03-01 Matthias Dieter... s4:dsdb - always handle the attribute "options" as...
2011-03-01 Matthias Dieter... s4:dsdb/common/util.c - remove "samdb_find_or_add_value"
2011-03-01 Matthias Dieter... s4:dsdb/common/util.c - fully remove "samdb_msg_add_string"
2011-03-01 Matthias Dieter... s4:libnet/libnet_samsync_ldb.c - add a "samdb_msg_add_s...
2011-03-01 Matthias Dieter... s4:remove many invocations of "samdb_msg_add_string"
2011-03-01 Andrew Bartlettlib/util: new merged debug system
2011-03-01 Andrew Bartlettlib/util move debug.[ch] out of the way
2011-03-01 Kamen Mazdrashkis4-libnet_vampire: Ignore some attributes when building...
2011-03-01 Kamen Mazdrashkis4-repl/working_schema: Ignore some attributes when...
2011-03-01 Kamen Mazdrashkis4-replicated_objects: Implement a mechanism to relax...
2011-02-28 Jelmer VernooijFix some types
2011-02-28 Jelmer Vernooijntvfs: Add some missing dependencies on tevent/events.
2011-02-28 Jelmer Vernooijtdb: Use <tdb.h> to include tdb so system headers are...
2011-02-28 Jelmer VernooijUse <tdb.h> to include tdb, so the system include file...
2011-02-28 Jelmer VernooijUse <tevent.h> so the system tevent gets included,...
2011-02-26 Kamen Mazdrashkis4/dsdb-util: Use DS_NTDSDSA_OPT_IS_GC flag definition
2011-02-26 Kamen Mazdrashkis4/tests: Include 'replica_sync' test in S4 test suite
2011-02-26 Kamen Mazdrashkis4/drs-test: Remove unused imports
2011-02-26 Kamen Mazdrashkis4/drs-test: remove netReplicateCmd test from 'deleted...
2011-02-26 Kamen Mazdrashkis4/drs-tests: Disable replication during 'deleted objec...
2011-02-26 Kamen Mazdrashkis4/drs-tests: Move enable/disable replication methods...
2011-02-26 Kamen Mazdrashkis4-drepl: Schedule event to trigger replication rather...
2011-02-26 Kamen Mazdrashkis4-drepl: Fix replica sync callback to really store...
2011-02-26 Kamen Mazdrashkis4-drepl: Refactor dreplsrv_run_pull_ops() to
next