| Commit message (Expand) | Author | Age | Files | Lines |
* | r3080: Make the Samba4 SAMR server pass the new, nasty torture test (now that | Andrew Bartlett | 2007-10-10 | 1 | -0/+14 |
* | r3077: Add initial handling of Account Flags in SAMR user info level 21 and 25. | Andrew Bartlett | 2007-10-10 | 1 | -0/+9 |
* | r3076: Fix memory leak. | Andrew Bartlett | 2007-10-10 | 1 | -1/+3 |
* | r3043: Use binding strings for specifying endpoints. The property for | Jelmer Vernooij | 2007-10-10 | 2 | -11/+28 |
* | r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that the | Andrew Tridgell | 2007-10-10 | 2 | -101/+43 |
* | r2992: drsuapi uses WERROR not NTSTATUS | Stefan Metzmacher | 2007-10-10 | 2 | -50/+48 |
* | r2991: add drsuapi_DsGetDomainControllerInfo() idl and torture test | Stefan Metzmacher | 2007-10-10 | 1 | -3/+3 |
* | r2974: fix the build | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
* | r2970: - give somefields names and typdef enums for the possible values | Stefan Metzmacher | 2007-10-10 | 3 | -47/+133 |
* | r2954: add server cracknames code: | Stefan Metzmacher | 2007-10-10 | 1 | -1/+41 |
* | r2953: add NTSTATUS_TALLOC_CHECK(x) | Stefan Metzmacher | 2007-10-10 | 1 | -0/+4 |
* | r2952: add idl and torture test for DsCrackNames | Stefan Metzmacher | 2007-10-10 | 1 | -3/+3 |
* | r2938: Use IDL to dissect the RHS of floors in protocol towers | Jelmer Vernooij | 2007-10-10 | 1 | -10/+7 |
* | r2921: Add a few more protocols and fix the numbers associated with some of | Jelmer Vernooij | 2007-10-10 | 1 | -10/+10 |
* | r2889: add DRSUAPI server | Stefan Metzmacher | 2007-10-10 | 4 | -0/+370 |
* | r2887: fix comment | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
* | r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(), | Andrew Tridgell | 2007-10-10 | 3 | -12/+12 |
* | r2734: the samdb_destructor can be static | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
* | r2710: continue with the new style of providing a parent context whenever | Andrew Tridgell | 2007-10-10 | 1 | -21/+25 |
* | r2696: DCOM updates: | Jelmer Vernooij | 2007-10-10 | 5 | -11/+116 |
* | r2680: switched the libcli/raw/ code over to use talloc_reference(), which si... | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
* | r2675: added a convenience function | Andrew Tridgell | 2007-10-10 | 1 | -47/+11 |
* | r2673: in the rpc server, free up the old call when we decide to extend an | Andrew Tridgell | 2007-10-10 | 1 | -1/+3 |
* | r2671: we're getting too many errors caused by the talloc_realloc() API not | Andrew Tridgell | 2007-10-10 | 2 | -5/+7 |
* | r2670: use a destructor to auto-close the samr ldb when the last user | Andrew Tridgell | 2007-10-10 | 1 | -15/+18 |
* | r2669: convert make_user_info() and associated functions from malloc to talloc | Andrew Tridgell | 2007-10-10 | 1 | -2/+4 |
* | r2663: fix an epmapper server leak - another talloc_realloc(NULL, ) leak | Andrew Tridgell | 2007-10-10 | 1 | -3/+3 |
* | r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count() | Andrew Tridgell | 2007-10-10 | 1 | -4/+0 |
* | r2648: - use a destructor on struct server_connection to simplify the | Andrew Tridgell | 2007-10-10 | 1 | -2/+3 |
* | r2646: - use a talloc destructor to ensure that sockets from the new socket | Andrew Tridgell | 2007-10-10 | 2 | -4/+2 |
* | r2635: mem_ctx cleanups on the lsa and netlogon pipes in the rpc server | Andrew Tridgell | 2007-10-10 | 3 | -50/+19 |
* | r2629: convert gensec to the new talloc model | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
* | r2628: got rid of some warnings and converted a few more places to use hierar... | Andrew Tridgell | 2007-10-10 | 1 | -2/+2 |
* | r2627: use the new talloc capabilities in a bunch more places in the rpc | Andrew Tridgell | 2007-10-10 | 8 | -90/+61 |
* | r2615: fixed a bug in the server side support for CONNECT level security | Andrew Tridgell | 2007-10-10 | 1 | -6/+12 |
* | r2614: support CONNECT level DCE/RPC security in both client and | Andrew Tridgell | 2007-10-10 | 1 | -2/+41 |
* | r2592: this fixes one of the security memory leaks in the server | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
* | r2537: Add static and use strlen_m instead of str_charnum(). | Andrew Bartlett | 2007-10-10 | 1 | -2/+2 |
* | r2519: Registry RPC pipe fixes (use struct registry_key instead of REG_KEY, etc) | Jelmer Vernooij | 2007-10-10 | 1 | -23/+19 |
* | r2515: Fixes from smbtorture - these session keys are not individually encryp... | Andrew Bartlett | 2007-10-10 | 1 | -4/+8 |
* | r2458: Rename policy handle parameters for the SAMR pipe. Parameters now | Tim Potter | 2007-10-10 | 2 | -38/+38 |
* | r2447: let the server code use the new lib/socket/ stuff | Stefan Metzmacher | 2007-10-10 | 2 | -47/+40 |
* | r2435: got rid of another pointless strnequal() | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
* | r2326: remove definition and usage of struct socket_context | Stefan Metzmacher | 2007-10-10 | 1 | -5/+5 |
* | r2301: add a server side warning when we receive more RPC data than we | Andrew Tridgell | 2007-10-10 | 1 | -0/+6 |
* | r2294: this fixes the NTLM2 sign+seal combination. I have now tested: | Andrew Tridgell | 2007-10-10 | 1 | -1/+4 |
* | r2293: fixed older NTLM sign/seal in the server | Andrew Tridgell | 2007-10-10 | 1 | -2/+4 |
* | r2290: Fix 'lsakey' for the server-side, it is static for | Andrew Bartlett | 2007-10-10 | 5 | -13/+45 |
* | r2284: Thanks to some great detective work by tridge, NTLM2 signing now works. | Andrew Bartlett | 2007-10-10 | 1 | -21/+37 |
* | r2282: Remove one more magic constant from the source, replace with sizeof(). | Andrew Bartlett | 2007-10-10 | 1 | -1/+1 |