Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r2158: removed a misleading comment (the extra uint16 is just padding) | Andrew Tridgell | 1 | -4/+0 |
2007-10-10 | r2128: netlogon DELTA_POLICY fix from rrenard | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2127: more lsa IDL updates from Richard Renard | Andrew Tridgell | 1 | -3/+23 |
2007-10-10 | r2126: two more lsa functions worked out by richard renard | Andrew Tridgell | 1 | -3/+16 |
2007-10-10 | r2121: fix compiler warning | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r2118: fixed the receipt of bigendian rpc packets with the new async code. | Andrew Tridgell | 1 | -3/+10 |
2007-10-10 | r2105: added a TestSleep() operation to the echo pipe and extended the | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r2103: in the conversion to async rpc I simplified the smb backend to only | Andrew Tridgell | 4 | -46/+153 |
2007-10-10 | r2100: rework the dcerpc client side library so that it is async. We now | Andrew Tridgell | 9 | -430/+748 |
2007-10-10 | r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a new | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server. | Andrew Bartlett | 5 | -26/+32 |
2007-10-10 | r2029: changed our client side dcerpc padding to match what w2k3 does - a 16 | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r1995: a ndrdump file from abartlet make it clear that this isn't a pointer | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r1994: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r1993: Allow WinXP domain logon to progress a bit further (it seems broken fo... | Andrew Bartlett | 1 | -3/+4 |
2007-10-10 | r1985: take advantage of the new talloc in a few more places | Andrew Tridgell | 4 | -72/+70 |
2007-10-10 | r1983: a completely new implementation of talloc | Andrew Tridgell | 3 | -5/+4 |
2007-10-10 | r1929: CHeck if cpp on AIX likes /* */ better then // | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r1920: This needs more inspection by the IDL experts. Reverting my last change. | Volker Lendecke | 2 | -158/+158 |
2007-10-10 | r1917: Attempt to push the AIX machine a bit further in the compile. I'm not ... | Volker Lendecke | 2 | -158/+158 |
2007-10-10 | r1884: remove empty header file | Stefan Metzmacher | 2 | -1/+0 |
2007-10-10 | r1874: add dcerpc_errstr() function to display a fault code by name, | Stefan Metzmacher | 2 | -0/+60 |
2007-10-10 | r1872: revert -r 1845 because the caling function should look at the fault_code | Stefan Metzmacher | 1 | -12/+2 |
2007-10-10 | r1850: when we have a username and use sign or seal on a dcerpc over np | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r1849: use LIBNDR_STRING_BYTESIZE here | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r1848: fix LIBNDR_STRING_FLAGS to include LIBNDR_STRING_BYTESIZE | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r1847: add STR_BYTESIZE flag, to handle cases where | Stefan Metzmacher | 3 | -6/+54 |
2007-10-10 | r1846: add helpstring | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r1845: map DCERPC_FAULT_LOGON_FAILURE to NT_STATUS_LOGON_FAILURE | Stefan Metzmacher | 1 | -2/+11 |
2007-10-10 | r1842: add fault code that happens with wrong password | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r1838: Updates from the airplane: | Jelmer Vernooij | 27 | -52/+102 |
2007-10-10 | r1823: No real changes, I just did not like the ^M's an the line ends :-) | Volker Lendecke | 1 | -231/+232 |
2007-10-10 | r1821: fixed reference to "status" that should be "result" | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1818: _really_ fixed epmapper this time, it was using more than one old rpc ... | Andrew Tridgell | 1 | -22/+17 |
2007-10-10 | r1801: fix the build | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r1799: List more uuids. From | Jelmer Vernooij | 20 | -111/+650 |
2007-10-10 | r1790: a few updates on krb5 PAC... | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r1786: Add support for the 'helpstring' attribute on interfaces | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r1774: Add the uuids of the known exchange pipes | Jelmer Vernooij | 4 | -0/+81 |
2007-10-10 | r1770: here's the krb5 server code, | Stefan Metzmacher | 2 | -9/+10 |
2007-10-10 | r1757: much simpler (and smaller, faster etc) way of doing relative pointers | Andrew Tridgell | 3 | -80/+106 |
2007-10-10 | r1742: Add the IDispatch interface | Jelmer Vernooij | 2 | -36/+108 |
2007-10-10 | r1736: - Pidl updates: | Jelmer Vernooij | 5 | -23/+83 |
2007-10-10 | r1711: Add ServerAlive2 | Jelmer Vernooij | 1 | -0/+6 |
2007-10-10 | r1708: fix jelmers bugs:-) | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r1706: More IDL pipes | Jelmer Vernooij | 2 | -0/+32 |
2007-10-10 | r1703: - Lots of RPC updates, adding new pipes and protocols. | Jelmer Vernooij | 9 | -40/+795 |
2007-10-10 | r1679: fix add the extrasids and resource group array in | Stefan Metzmacher | 1 | -5/+12 |
2007-10-10 | r1677: security descriptors are always little-endian, regardless of DCE/RPC | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1675: netlogon deltas IDL update from Richard Renard | Andrew Tridgell | 1 | -4/+5 |