Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r2614: support CONNECT level DCE/RPC security in both client and | Andrew Tridgell | 1 | -2/+41 |
2007-10-10 | r2592: this fixes one of the security memory leaks in the server | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2537: Add static and use strlen_m instead of str_charnum(). | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r2519: Registry RPC pipe fixes (use struct registry_key instead of REG_KEY, etc) | Jelmer Vernooij | 1 | -23/+19 |
2007-10-10 | r2515: Fixes from smbtorture - these session keys are not individually encryp... | Andrew Bartlett | 1 | -4/+8 |
2007-10-10 | r2458: Rename policy handle parameters for the SAMR pipe. Parameters now | Tim Potter | 2 | -38/+38 |
2007-10-10 | r2447: let the server code use the new lib/socket/ stuff | Stefan Metzmacher | 2 | -47/+40 |
2007-10-10 | r2435: got rid of another pointless strnequal() | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2326: remove definition and usage of struct socket_context | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r2301: add a server side warning when we receive more RPC data than we | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r2294: this fixes the NTLM2 sign+seal combination. I have now tested: | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r2293: fixed older NTLM sign/seal in the server | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r2290: Fix 'lsakey' for the server-side, it is static for | Andrew Bartlett | 5 | -13/+45 |
2007-10-10 | r2284: Thanks to some great detective work by tridge, NTLM2 signing now works. | Andrew Bartlett | 1 | -21/+37 |
2007-10-10 | r2282: Remove one more magic constant from the source, replace with sizeof(). | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r2281: Add a few comments. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r2280: fixed the session key choice for ncacn_np and ncacn_ip_tcp in the rpc ... | Andrew Tridgell | 4 | -15/+12 |
2007-10-10 | r2247: talloc_destroy -> talloc_free | Tim Potter | 3 | -15/+15 |
2007-10-10 | r2105: added a TestSleep() operation to the echo pipe and extended the | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r2059: abartlet: is there a better way to fix this compiler warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a new | Andrew Bartlett | 3 | -4/+4 |
2007-10-10 | r2051: switched the samdb over to using the new destructor and reference | Andrew Tridgell | 6 | -182/+79 |
2007-10-10 | r2050: fixed a case where code assumed you could Realloc the result of a data... | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server. | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r2038: get rid of the optimisation in the dcerpc server that tries to avoid a | Andrew Tridgell | 1 | -26/+0 |
2007-10-10 | r1993: Allow WinXP domain logon to progress a bit further (it seems broken fo... | Andrew Bartlett | 2 | -9/+12 |
2007-10-10 | r1983: a completely new implementation of talloc | Andrew Tridgell | 4 | -12/+11 |
2007-10-10 | r1843: return DCERPC_FAULT_LOGON_FAILURE when the auth fails | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r1818: _really_ fixed epmapper this time, it was using more than one old rpc ... | Andrew Tridgell | 1 | -32/+28 |
2007-10-10 | r1817: fixed fault code generation for unimplemented functions in epmapper | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r1814: Fix the build. | Volker Lendecke | 2 | -63/+197 |
2007-10-10 | r1757: much simpler (and smaller, faster etc) way of doing relative pointers | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r1703: - Lots of RPC updates, adding new pipes and protocols. | Jelmer Vernooij | 1 | -10/+10 |
2007-10-10 | r1546: fix the build the function name has changed to srvsvc_NetRemoteTOD | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r1519: show the ldb_errstring() value in the log for failed ldb calls | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r1514: close stuff from the server_connection not in the | Stefan Metzmacher | 1 | -4/+0 |
2007-10-10 | r1513: change DEBUG level to 1 | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r1498: (merge from 3.0) | Andrew Bartlett | 1 | -2/+1 |
2007-10-10 | r1486: commit the start of the generic server infastructure | Stefan Metzmacher | 3 | -217/+242 |
2007-10-10 | r1335: NT_STATUS_INTERNAL_DB_CORRUPTION | Stefan Metzmacher | 3 | -18/+18 |
2007-10-10 | r1313: Split up OpenPrinterEx into functions to handle opening printers and p... | Tim Potter | 1 | -12/+44 |
2007-10-10 | r1294: A nice, large, commit... | Andrew Bartlett | 10 | -633/+132 |
2007-10-10 | r1276: Return data for enumprinters level 2 and 5. | Tim Potter | 1 | -1/+77 |
2007-10-10 | r1271: Return spoolss enumprinters info level1 from spoolss.ldb - woot! | Tim Potter | 3 | -21/+49 |
2007-10-10 | r1270: Start to break samdb into general bits so we can share code with other | Tim Potter | 2 | -39/+67 |
2007-10-10 | r1268: varient -> variant | Tim Potter | 1 | -2/+2 |
2007-10-10 | r1266: Start to split out EnumPrinters into a separate fn for each info level. | Tim Potter | 1 | -20/+44 |
2007-10-10 | r1235: as the pidl code init all output data. | Stefan Metzmacher | 2 | -3/+3 |
2007-10-10 | r1234: valgrind found this uninitialised var... | Stefan Metzmacher | 1 | -1/+8 |
2007-10-10 | r1226: Return dummy information for two printers. Note that ndr_push_array() | Tim Potter | 1 | -7/+14 |