r7782: fixed an ordering problem with smb requests. I found this when I had "sam...
[kai/samba.git] / source4 / rpc_server /
2007-10-10 Andrew Bartlettr7756: Don't segfault by trying to search for the NULL...
2007-10-10 Andrew Tridgellr7755: fixed an uninitialised event_ctx found by abartlet
2007-10-10 Stefan Metzmacherr7644: - remove some dublicate structures SetForm and...
2007-10-10 Stefan Metzmacherr7643: This patch adds a new NTPTR subsystem:
2007-10-10 Stefan Metzmacherr7634: move TestSleep functions so that all of them...
2007-10-10 Andrew Tridgellr7633: this patch started as an attempt to make the...
2007-10-10 Simo Sorcer7582: Better way to have a fast path searching for...
2007-10-10 Stefan Metzmacherr7580: - add GetPrinterDriverDirectory() idl, torture...
2007-10-10 Stefan Metzmacherr7574: - seperate [in] and [out] buffers and buf_sizes
2007-10-10 Stefan Metzmacherr7536: doesn't spam the smbd_log in the build_farm...
2007-10-10 Andrew Tridgellr7507: fixed the problem with users being shown too...
2007-10-10 Stefan Metzmacherr7465: - return empty lists for now
2007-10-10 Stefan Metzmacherr7370: change debug levels
2007-10-10 Stefan Metzmacherr7368: some server side spoolss stuff, w2k3 shows the...
2007-10-10 Jelmer Vernooijr7313: Prefix a few functions with ncacn_ rather then...
2007-10-10 Jelmer Vernooijr7312: Add IDL for ncadg packets.
2007-10-10 Jelmer Vernooijr7195: - Fix echo pipe
2007-10-10 Jelmer Vernooijr7159: Improve the messages from pidl's validator module.
2007-10-10 Stefan Metzmacherr7120: make use of the new 'noopnum' property and get...
2007-10-10 Jelmer Vernooijr6973: Merge new version of pidl into the main SAMBA_4_...
2007-10-10 Tim Potterr6939: Get rid of SUBSYSTEM::NDR since all it did was...
2007-10-10 Volker Lendecker6907: Unixinfo for samba4, not activated by default.
2007-10-10 Jelmer Vernooijr6863: lib-friendlier names + fix some dependencies
2007-10-10 Jelmer Vernooijr6839: Add support for building subsystems as shared...
2007-10-10 Jelmer Vernooijr6795: Make some functions static and remove some unuse...
2007-10-10 Andrew Bartlettr6714: We can only ask GENSEC questions if we are authe...
2007-10-10 Stefan Metzmacherr6705: let the gensec module decide if messages can...
2007-10-10 Stefan Metzmacherr6606: add a DCESRV_FAULT_VOID() marco to use in void...
2007-10-10 Andrew Tridgellr6604: solved a memory hierarchy ordering problem that...
2007-10-10 Andrew Bartlettr6544: Use common structures between SAMR, NETLGON...
2007-10-10 Andrew Bartlettr6526: Rename this RPC fault. Everybody else calls...
2007-10-10 Simo Sorcer6470: Remove ldb_search_free() it is not needed anymore.
2007-10-10 Andrew Bartlettr6457: Simply the RPC server code for the choice of...
2007-10-10 Tim Potterr6325: Rename aliasname -> alias_name in CreateDomAlias...
2007-10-10 Stefan Metzmacherr6193: we don't need to store the handle type here,
2007-10-10 Stefan Metzmacherr6192: remove handle->destroy function pointer, this...
2007-10-10 Simo Sorcer6084: - Introduce the samldb module dependency on...
2007-10-10 Andrew Bartlettr6032: Fix up SetServerPassword2 on NETLOGON for [bigen...
2007-10-10 Andrew Bartlettr5988: Fix the -P option (use machine account credentia...
2007-10-10 Andrew Bartlettr5941: Commit this patch much earlier than I would...
2007-10-10 Jelmer Vernooijr5928: Use cli_credentials in:
2007-10-10 Andrew Bartlettr5902: A rather large change...
2007-10-10 Andrew Bartlettr5879: Rename SAMR_FIELD_WORKSTATION to SAMR_FIELD_WORK...
2007-10-10 Andrew Bartlettr5783: Test renaming of accounts in the RPC-SAMR test...
2007-10-10 Stefan Metzmacherr5742: - add torture test and idl for DsReplicaUpdateRefs()
2007-10-10 Andrew Bartlettr5667: Move schannel state into libcli/auth (as it...
2007-10-10 Simo Sorcer5585: LDB interfaces change:
2007-10-10 Stefan Metzmacherr5540: - some more input checking in OpenPrinerEx()
2007-10-10 Stefan Metzmacherr5503: - add torture test which tests for invalid print...
2007-10-10 Jelmer Vernooijr5490: The big (D)COM commit! :-) Contains most of...
2007-10-10 Stefan Metzmacherr5489: hide handwritten pull/push/print code from the...
2007-10-10 Jelmer Vernooijr5487: - Allow disabling modules
2007-10-10 Jelmer Vernooijr5465: Add support to multiple levels of pointers in...
2007-10-10 Jelmer Vernooijr5452: Add implementation + torture test for echo_Surro...
2007-10-10 Jelmer Vernooijr5437: Allow Samba4 to be compiled by tcc (tinycc.org...
2007-10-10 Tim Potterr5364: Rename string fields called 'domain' and 'name...
2007-10-10 Andrew Tridgellr5309: removed ads.h from includes.h
2007-10-10 Andrew Tridgellr5308: trimmed back a lot of the old macros from smb_ma...
2007-10-10 Andrew Tridgellr5307: removed db_wrap.h from includes.h
2007-10-10 Andrew Tridgellr5304: removed lib/socket/socket.h from includes.h
2007-10-10 Andrew Tridgellr5302: fixed a compilation problem on solaris caused...
2007-10-10 Andrew Tridgellr5300: more uint32 and system/filesys.h build fixes...
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5294: - added a separate NBT-WINS test for WINS operat...
2007-10-10 Andrew Tridgellr5221: replace the str_list_*() code with new code...
2007-10-10 Jelmer Vernooijr5209: Fix the endpoint mapper to work with IPX endpoin...
2007-10-10 Andrew Tridgellr5197: moved events code to lib/events/ (suggestion...
2007-10-10 Andrew Tridgellr5195: most events don't need the time of the event...
2007-10-10 Andrew Tridgellr5185: make all the events data structures private...
2007-10-10 Andrew Tridgellr5102: This is a major simplification of the logic...
2007-10-10 Andrew Bartlettr5090: Fix up the IDL for LogonGetDomainInfo in NETLOGON.
2007-10-10 Andrew Tridgellr5080: patch from ronnie to make our samr IDL a little...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr5034: - added a type mapping function in pidl, so...
2007-10-10 Andrew Tridgellr4945: the te element isn't needed any more
2007-10-10 Andrew Tridgellr4944: every event_add_*() caller was having to call...
2007-10-10 Andrew Tridgellr4943: Smplified the events handling code a lot. The...
2007-10-10 Andrew Tridgellr4758: - added async support to the session request...
2007-10-10 Andrew Tridgellr4745: remove the distinguishedName attribute adds...
2007-10-10 Stefan Metzmacherr4728: split up server_services into:
2007-10-10 Stefan Metzmacherr4715: alwys add the distinguishedName attribute
2007-10-10 Andrew Bartlettr4713: Add initial support for QueryTrustedDomainInfo...
2007-10-10 Andrew Tridgellr4712: slight tidy up in alter_context server
2007-10-10 Stefan Metzmacherr4707: w2k3 don't restict passwords on
2007-10-10 Andrew Bartlettr4703: Add support for EnumTrustDomain, and expand...
2007-10-10 Stefan Metzmacherr4702: implment idl, torture test and server code for...
2007-10-10 Andrew Bartlettr4698: - Initial implementation of trusted domains...
2007-10-10 Andrew Bartlettr4695: Leave less memory handing around on long-term...
2007-10-10 Andrew Bartlettr4694: 'fix' the behaviour for setting only the old...
2007-10-10 Stefan Metzmacherr4690: - add support for async rpc server replies
2007-10-10 Andrew Bartlettr4682: A LDB-based secrets implementation in Samba4.
2007-10-10 Andrew Bartlettr4680: Make more efficient use of memory in SAMR:
2007-10-10 Andrew Tridgellr4663: fixed SPNEGO auth in the rpc server
2007-10-10 Stefan Metzmacherr4650: - make more use of bitmap and enum's
2007-10-10 Stefan Metzmacherr4648: fix netr_ServerPasswordSet() bugs
2007-10-10 Stefan Metzmacherr4647: - use talloc_zero() instead of ZERO_STRUCTP()
2007-10-10 Andrew Tridgellr4642: added support for alter_context in the server...
2007-10-10 Andrew Bartlettr4641: Push a few more details into the schannel ldb...
2007-10-10 Andrew Tridgellr4640: first stage in the server side support for multi...
2007-10-10 Stefan Metzmacherr4639: initialize all struct members!
next