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