summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* r6795: Make some functions static and remove some unused ones.Jelmer Vernooij2007-10-101-3/+3
* r6714: We can only ask GENSEC questions if we are authenticated.Andrew Bartlett2007-10-101-1/+3
* r6705: let the gensec module decide if messages can be signed and sealed in a...Stefan Metzmacher2007-10-101-0/+4
* r6606: add a DCESRV_FAULT_VOID() marco to use in void functionsStefan Metzmacher2007-10-101-0/+6
* r6604: solved a memory hierarchy ordering problem that led to crashes onAndrew Tridgell2007-10-101-5/+5
* r6544: Use common structures between SAMR, NETLGON and the Krb5 PAC.Andrew Bartlett2007-10-102-15/+35
* r6526: Rename this RPC fault. Everybody else calls this ACCESS_DENIED, andAndrew Bartlett2007-10-101-1/+1
* r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce2007-10-101-2/+2
* r6457: Simply the RPC server code for the choice of GENSEC mech - it's justAndrew Bartlett2007-10-101-46/+14
* r6325: Rename aliasname -> alias_name in CreateDomAlias function.Tim Potter2007-10-101-11/+11
* r6193: we don't need to store the handle type here,Stefan Metzmacher2007-10-102-3/+1
* r6192: remove handle->destroy function pointer, this should be done by talloc...Stefan Metzmacher2007-10-102-5/+0
* r6084: - Introduce the samldb module dependency on samba4Simo Sorce2007-10-101-122/+82
* r6032: Fix up SetServerPassword2 on NETLOGON for [bigendian]. Clearly nobodyAndrew Bartlett2007-10-101-3/+7
* r5988: Fix the -P option (use machine account credentials) to use the Samba4Andrew Bartlett2007-10-108-118/+58
* r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett2007-10-101-7/+14
* r5928: Use cli_credentials in:Jelmer Vernooij2007-10-101-5/+7
* r5902: A rather large change...Andrew Bartlett2007-10-106-20/+24
* r5879: Rename SAMR_FIELD_WORKSTATION to SAMR_FIELD_WORKSTATIONS - it is a list.Andrew Bartlett2007-10-101-3/+3
* r5783: Test renaming of accounts in the RPC-SAMR test, and add support intoAndrew Bartlett2007-10-101-3/+13
* r5742: - add torture test and idl for DsReplicaUpdateRefs()Stefan Metzmacher2007-10-101-9/+9
* r5667: Move schannel state into libcli/auth (as it belongs with schannel,Andrew Bartlett2007-10-103-231/+3
* r5585: LDB interfaces change:Simo Sorce2007-10-102-74/+74
* r5540: - some more input checking in OpenPrinerEx()Stefan Metzmacher2007-10-101-12/+93
* r5503: - add torture test which tests for invalid printernamesStefan Metzmacher2007-10-102-41/+84
* r5490: The big (D)COM commit! :-) Contains most of the changes described in theJelmer Vernooij2007-10-102-2/+2
* r5489: hide handwritten pull/push/print code from the callerStefan Metzmacher2007-10-101-128/+86
* r5487: - Allow disabling modulesJelmer Vernooij2007-10-101-0/+1
* 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