Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r4694: 'fix' the behaviour for setting only the old, but not the new secret. | Andrew Bartlett | 2 | -6/+52 |
2007-10-10 | r4693: Add another test (RPC-MULTIBIND) that should always pass. | Andrew Bartlett | 2 | -5/+5 |
2007-10-10 | r4692: Make the client SPNEGO code bail out in a couple more cases. | Andrew Bartlett | 1 | -1/+4 |
2007-10-10 | r4691: Make the DCE-RPC bind code compleatly generic to the number of passes | Andrew Bartlett | 1 | -6/+14 |
2007-10-10 | r4690: - add support for async rpc server replies | Stefan Metzmacher | 8 | -186/+410 |
2007-10-10 | r4689: - make talloc_report_depth() public | Stefan Metzmacher | 2 | -1/+9 |
2007-10-10 | r4688: don't run male proto for lib/talloc/ | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r4687: use struct type and location for easier finding | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4686: cerate a function to create a socket by specifying an socket_ops struct | Stefan Metzmacher | 1 | -8/+16 |
2007-10-10 | r4685: only remove events when we have them | Stefan Metzmacher | 1 | -4/+8 |
2007-10-10 | r4684: the smbsrv code should not know about rpc stuff | Stefan Metzmacher | 3 | -13/+12 |
2007-10-10 | r4683: fix the build | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4682: A LDB-based secrets implementation in Samba4. | Andrew Bartlett | 10 | -65/+642 |
2007-10-10 | r4681: Another entry for structs.h | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r4680: Make more efficient use of memory in SAMR: | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r4679: Remove the void* from samdb. We now use structures without full | Andrew Bartlett | 1 | -74/+63 |
2007-10-10 | r4678: Add some const to LDB. | Andrew Bartlett | 2 | -2/+2 |
2007-10-10 | r4677: stub.pm must be synced with server.pm | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r4676: NTTIME_1sec is a standard NTTIME for the calling code | Stefan Metzmacher | 1 | -1/+4 |
2007-10-10 | r4675: Prevent global warming, and save tridge's sainity by short-cutting the | Andrew Bartlett | 1 | -4/+8 |
2007-10-10 | r4674: Test SetSecret behaviour for local and global secrets, when setting | Andrew Bartlett | 1 | -15/+103 |
2007-10-10 | r4673: Fix the IDL for the QuerySecret LSA call. | Andrew Bartlett | 6 | -50/+161 |
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 |