summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r4658: (grr, commited wrong file last time).Andrew Bartlett2007-10-101-1/+1
* r4657: This really should be made a structure, so we can't get it wrong, butAndrew Bartlett2007-10-101-51/+9
* r4650: - make more use of bitmap and enum'sStefan Metzmacher2007-10-1010-59/+67
* r4649: make more use of bitmap and enum'sStefan Metzmacher2007-10-101-41/+53
* r4648: fix netr_ServerPasswordSet() bugsStefan Metzmacher2007-10-101-22/+18
* r4647: - use talloc_zero() instead of ZERO_STRUCTP()Stefan Metzmacher2007-10-101-23/+20
* r4644: allow DSSETUP on ncacn_ip_tcpAndrew Tridgell2007-10-101-1/+1
* r4643: RPC-ALTERCONTEXT now passesAndrew Tridgell2007-10-101-3/+3
* 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-104-49/+46
* r4640: first stage in the server side support for multiple context_ids on one...Andrew Tridgell2007-10-1015-253/+214
* r4639: initialize all struct members!Stefan Metzmacher2007-10-101-8/+7
* r4638: expose lsa and drsuapi on ncalrpcAndrew Tridgell2007-10-102-2/+2
* r4637: log packets when the server code returns an DCERPC_FAULTStefan Metzmacher2007-10-102-0/+5
* r4636: Per tridge's wish (and probably correct behaviour), don't key off aAndrew Bartlett2007-10-101-1/+3
* r4635: Fix NTLMSSP to return NT_STATUS_OK when it has constructed the authAndrew Bartlett2007-10-108-234/+146
* r4634: disable sign and seal in ldap_server for now.Stefan Metzmacher2007-10-101-6/+6
* r4632: added spnego testing and no-auth testing in test_w2k3.shAndrew Tridgell2007-10-101-1/+1
* r4631: don't consider an epmapper insert as a failure for the momentAndrew Tridgell2007-10-101-1/+2
* r4630: for ncacn_np if we don't have an explicit request for one of theAndrew Tridgell2007-10-102-2/+6
* r4629: we now have a global macro NT_STATUS_HAVE_NO_MEMORY()Stefan Metzmacher2007-10-102-56/+42
* r4628: this function should be staticStefan Metzmacher2007-10-101-1/+1
* r4627: - simplified the dcerpc auth code using a common functionAndrew Tridgell2007-10-106-118/+93
* r4626: Jelmer, can you look at why this init is failing? It is preventing all...Andrew Tridgell2007-10-101-1/+1
* r4625: added a test that demonstrates that once a context_id is established,Andrew Tridgell2007-10-101-0/+28
* r4624: Several crash fixes for DCOMJelmer Vernooij2007-10-106-12/+64
* r4623: Convert values from UTF8 to UTF16 in gconf registry backend (caughtJelmer Vernooij2007-10-101-3/+4
* r4622: Clarify a comment a bitVolker Lendecke2007-10-101-1/+2
* r4621: Add torture tests for epm_Insert and epm_DeleteJelmer Vernooij2007-10-101-0/+71
* r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher2007-10-1020-1637/+1267
* r4619: Remove extern declaration of dcerpc_pipes, which is now staticJelmer Vernooij2007-10-101-3/+0
* r4618: - tidied up the alter_context client code a bitAndrew Tridgell2007-10-1011-143/+100
* r4617: basic alter_context requests now work in our client library. The testAndrew Tridgell2007-10-108-22/+217
* r4616: the first phase in the addition of proper support forAndrew Tridgell2007-10-1023-584/+627
* r4615: added acl checking on directory search in pvfsAndrew Tridgell2007-10-105-12/+24
* r4614: Fix RPC-SAMLOGON, to use the workstation context (forgot to globally r...Andrew Bartlett2007-10-102-5/+8
* r4613: Fix stuff I broke in the last commit with the /x regexp flag.Tim Potter2007-10-101-44/+45
* r4612: make the output for the w2k3 acl bug a bit clearerAndrew Tridgell2007-10-101-0/+19
* r4611: - renamed add_socket() to smb_add_socket() as that is less confusingAndrew Tridgell2007-10-101-10/+6
* r4610: You can't join as a BDC and test against trusted domains. This testAndrew Bartlett2007-10-101-1/+4
* r4609: add a usefull data_blob_dup_talloc() macroStefan Metzmacher2007-10-101-0/+1
* r4608: - use better error codesStefan Metzmacher2007-10-101-12/+7
* r4607: add some usefull macros to make the code more readableStefan Metzmacher2007-10-101-0/+36
* r4606: Start adding some more comments and some indentation for the eparserTim Potter2007-10-101-43/+93
* r4605: Fix a confusing comment :-)Volker Lendecke2007-10-101-1/+1
* r4603: Test creating local and global secrets over LSA.Andrew Bartlett2007-10-101-97/+102
* r4600: Remove Data::Dumper import leftover from debugging.Tim Potter2007-10-101-12/+16
* r4599: Remove some duplicated code in pidl.pl.Tim Potter2007-10-103-24/+42
* r4597: Recently I've come across a case where I suspect the GetAnyDCName requ...Volker Lendecke2007-10-101-0/+94
* r4596: added a dynamic inheritance ACLs test. As far as I can tell w2k3 does ...Andrew Tridgell2007-10-101-10/+148