summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* r5465: Add support to multiple levels of pointers in pidl.Jelmer Vernooij2007-10-101-0/+9
* r5452: Add implementation + torture test for echo_SurroundingJelmer Vernooij2007-10-101-0/+14
* r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes ...Jelmer Vernooij2007-10-102-5/+5
* r5364: Rename string fields called 'domain' and 'name' to be 'domain_name'.Tim Potter2007-10-101-4/+4
* r5309: removed ads.h from includes.hAndrew Tridgell2007-10-102-0/+2
* r5308: trimmed back a lot of the old macros from smb_macros.hAndrew Tridgell2007-10-101-2/+2
* r5307: removed db_wrap.h from includes.hAndrew Tridgell2007-10-102-0/+2
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2007-10-101-0/+1
* r5302: fixed a compilation problem on solaris caused by the recent includeAndrew Tridgell2007-10-101-1/+1
* r5300: more uint32 and system/filesys.h build fixes when developer mode is en...Andrew Tridgell2007-10-101-1/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-109-9/+12
* r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell2007-10-101-1/+1
* r5221: replace the str_list_*() code with new code based on talloc(). This isAndrew Tridgell2007-10-101-4/+4
* r5209: Fix the endpoint mapper to work with IPX endpoints (whichJelmer Vernooij2007-10-101-7/+10
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-103-3/+3
* r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell2007-10-101-2/+2
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-103-11/+10
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-104-222/+173
* r5090: Fix up the IDL for LogonGetDomainInfo in NETLOGON.Andrew Bartlett2007-10-101-1/+1
* r5080: patch from ronnie to make our samr IDL a little more consistentAndrew Tridgell2007-10-101-12/+12
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-1021-179/+179
* r5034: - added a type mapping function in pidl, so the type names in our IDLAndrew Tridgell2007-10-102-3/+3
* r4945: the te element isn't needed any moreAndrew Tridgell2007-10-101-5/+1
* r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell2007-10-101-2/+1
* r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell2007-10-101-9/+1
* r4758: - added async support to the session request codeAndrew Tridgell2007-10-101-2/+0
* r4745: remove the distinguishedName attribute adds from samr. See theAndrew Tridgell2007-10-101-5/+0
* r4728: split up server_services into:Stefan Metzmacher2007-10-102-80/+55
* r4715: alwys add the distinguishedName attributeStefan Metzmacher2007-10-101-0/+5
* r4713: Add initial support for QueryTrustedDomainInfo on LSA.Andrew Bartlett2007-10-101-6/+47
* r4712: slight tidy up in alter_context serverAndrew Tridgell2007-10-101-2/+1
* r4707: w2k3 don't restict passwords onStefan Metzmacher2007-10-102-10/+21
* r4703: Add support for EnumTrustDomain, and expand the testsuite.Andrew Bartlett2007-10-102-5/+82
* r4702: implment idl, torture test and server code for netr_ServerPasswordSet2()Stefan Metzmacher2007-10-101-5/+108
* r4698: - Initial implementation of trusted domains in LSA.Andrew Bartlett2007-10-102-181/+381
* r4695: Leave less memory handing around on long-term TALLOC_CTX.Andrew Bartlett2007-10-101-19/+29
* r4694: 'fix' the behaviour for setting only the old, but not the new secret.Andrew Bartlett2007-10-101-3/+43
* r4690: - add support for async rpc server repliesStefan Metzmacher2007-10-104-108/+235
* r4682: A LDB-based secrets implementation in Samba4.Andrew Bartlett2007-10-101-17/+466
* r4680: Make more efficient use of memory in SAMR:Andrew Bartlett2007-10-101-2/+2
* r4663: fixed SPNEGO auth in the rpc serverAndrew Tridgell2007-10-101-3/+4
* r4650: - make more use of bitmap and enum'sStefan Metzmacher2007-10-102-2/+3
* r4648: fix netr_ServerPasswordSet() bugsStefan Metzmacher2007-10-101-22/+18
* r4647: - use talloc_zero() instead of ZERO_STRUCTP()Stefan Metzmacher2007-10-101-23/+20
* r4642: added support for alter_context in the server for adding new interface...Andrew Tridgell2007-10-102-6/+80
* r4641: Push a few more details into the schannel ldb, and into theAndrew Bartlett2007-10-102-47/+37
* r4640: first stage in the server side support for multiple context_ids on one...Andrew Tridgell2007-10-1013-251/+211
* r4639: initialize all struct members!Stefan Metzmacher2007-10-101-8/+7
* r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher2007-10-103-52/+44
* r4618: - tidied up the alter_context client code a bitAndrew Tridgell2007-10-101-13/+13