Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r4672: added the "spnego" flag to the binding string docs | Andrew Tridgell | 1 | -10/+15 |
2007-10-10 | r4671: Expand the RPC-LSA test to set secret values twice. | Andrew Bartlett | 1 | -0/+60 |
2007-10-10 | r4670: abartlet was worried about floating point precision with my first | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4669: a timeval_to_nttime() function as requested by abartlet. Andrew, its | Andrew Tridgell | 1 | -0/+10 |
2007-10-10 | r4667: Don't follow a NULL pointer for an idle event handler. | Andrew Bartlett | 2 | -4/+5 |
2007-10-10 | r4664: SPNEGO auth in our rpc server now works, so add it to the battery of | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4663: fixed SPNEGO auth in the rpc server | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r4660: Test what we should return for a secret that does not exist. | Andrew Bartlett | 1 | -0/+9 |
2007-10-10 | r4659: Revert -r 4657 committed by mistake, until I review and test the | Andrew Bartlett | 1 | -9/+51 |
2007-10-10 | r4658: (grr, commited wrong file last time). | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r4657: This really should be made a structure, so we can't get it wrong, but | Andrew Bartlett | 1 | -51/+9 |
2007-10-10 | r4650: - make more use of bitmap and enum's | Stefan Metzmacher | 10 | -59/+67 |
2007-10-10 | r4649: make more use of bitmap and enum's | Stefan Metzmacher | 1 | -41/+53 |
2007-10-10 | r4648: fix netr_ServerPasswordSet() bugs | Stefan Metzmacher | 1 | -22/+18 |
2007-10-10 | r4647: - use talloc_zero() instead of ZERO_STRUCTP() | Stefan Metzmacher | 1 | -23/+20 |
2007-10-10 | r4644: allow DSSETUP on ncacn_ip_tcp | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4643: RPC-ALTERCONTEXT now passes | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r4642: added support for alter_context in the server for adding new interface... | Andrew Tridgell | 2 | -6/+80 |
2007-10-10 | r4641: Push a few more details into the schannel ldb, and into the | Andrew Bartlett | 4 | -49/+46 |
2007-10-10 | r4640: first stage in the server side support for multiple context_ids on one... | Andrew Tridgell | 15 | -253/+214 |
2007-10-10 | r4639: initialize all struct members! | Stefan Metzmacher | 1 | -8/+7 |
2007-10-10 | r4638: expose lsa and drsuapi on ncalrpc | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r4637: log packets when the server code returns an DCERPC_FAULT | Stefan Metzmacher | 2 | -0/+5 |
2007-10-10 | r4636: Per tridge's wish (and probably correct behaviour), don't key off a | Andrew Bartlett | 1 | -1/+3 |
2007-10-10 | r4635: Fix NTLMSSP to return NT_STATUS_OK when it has constructed the auth | Andrew Bartlett | 8 | -234/+146 |
2007-10-10 | r4634: disable sign and seal in ldap_server for now. | Stefan Metzmacher | 1 | -6/+6 |
2007-10-10 | r4632: added spnego testing and no-auth testing in test_w2k3.sh | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4631: don't consider an epmapper insert as a failure for the moment | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r4630: for ncacn_np if we don't have an explicit request for one of the | Andrew Tridgell | 2 | -2/+6 |
2007-10-10 | r4629: we now have a global macro NT_STATUS_HAVE_NO_MEMORY() | Stefan Metzmacher | 2 | -56/+42 |
2007-10-10 | r4628: this function should be static | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4627: - simplified the dcerpc auth code using a common function | Andrew Tridgell | 6 | -118/+93 |
2007-10-10 | r4626: Jelmer, can you look at why this init is failing? It is preventing all... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4625: added a test that demonstrates that once a context_id is established, | Andrew Tridgell | 1 | -0/+28 |
2007-10-10 | r4624: Several crash fixes for DCOM | Jelmer Vernooij | 6 | -12/+64 |
2007-10-10 | r4623: Convert values from UTF8 to UTF16 in gconf registry backend (caught | Jelmer Vernooij | 1 | -3/+4 |
2007-10-10 | r4622: Clarify a comment a bit | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r4621: Add torture tests for epm_Insert and epm_Delete | Jelmer Vernooij | 1 | -0/+71 |
2007-10-10 | r4620: - add interface functions to the auth subsystem so that callers doesn'... | Stefan Metzmacher | 20 | -1637/+1267 |
2007-10-10 | r4619: Remove extern declaration of dcerpc_pipes, which is now static | Jelmer Vernooij | 1 | -3/+0 |
2007-10-10 | r4618: - tidied up the alter_context client code a bit | Andrew Tridgell | 11 | -143/+100 |
2007-10-10 | r4617: basic alter_context requests now work in our client library. The test | Andrew Tridgell | 8 | -22/+217 |
2007-10-10 | r4616: the first phase in the addition of proper support for | Andrew Tridgell | 23 | -584/+627 |
2007-10-10 | r4615: added acl checking on directory search in pvfs | Andrew Tridgell | 5 | -12/+24 |
2007-10-10 | r4614: Fix RPC-SAMLOGON, to use the workstation context (forgot to globally r... | Andrew Bartlett | 2 | -5/+8 |
2007-10-10 | r4613: Fix stuff I broke in the last commit with the /x regexp flag. | Tim Potter | 1 | -44/+45 |
2007-10-10 | r4612: make the output for the w2k3 acl bug a bit clearer | Andrew Tridgell | 1 | -0/+19 |
2007-10-10 | r4611: - renamed add_socket() to smb_add_socket() as that is less confusing | Andrew Tridgell | 1 | -10/+6 |
2007-10-10 | r4610: You can't join as a BDC and test against trusted domains. This test | Andrew Bartlett | 1 | -1/+4 |
2007-10-10 | r4609: add a usefull data_blob_dup_talloc() macro | Stefan Metzmacher | 1 | -0/+1 |