Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r2443: check return code of event_loop_once() to catch thet cases where the s... | Stefan Metzmacher | 1 | -2/+6 |
2007-10-10 | r2399: Display text description of rpc fault in debug message. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2383: fixed the handling of sending zero length dcerpc packets (I broke this | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r2382: considerably improved the Bind and Unbind IDL and test code. We can | Andrew Tridgell | 1 | -8/+14 |
2007-10-10 | r2304: fixed a bug in old style NTLM signing | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2294: this fixes the NTLM2 sign+seal combination. I have now tested: | Andrew Tridgell | 1 | -5/+8 |
2007-10-10 | r2287: Add static. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r2284: Thanks to some great detective work by tridge, NTLM2 signing now works. | Andrew Bartlett | 7 | -80/+109 |
2007-10-10 | r2275: don't crash on a rpc BIND_NAK response ... | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r2266: yay! LSA session keys on TCP now work! | Andrew Tridgell | 4 | -15/+33 |
2007-10-10 | r2247: talloc_destroy -> talloc_free | Tim Potter | 2 | -2/+2 |
2007-10-10 | r2234: Tridge, this is a patch to allow people to set the REF_ALLOC flag on | Tim Potter | 2 | -0/+7 |
2007-10-10 | r2209: patch from volker to add EnumPorts spoolss IDL and test code | Andrew Tridgell | 2 | -0/+43 |
2007-10-10 | r2208: little attempt to (almost) fix spoolss relative | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r2206: another (untested) attempt to make RELATIVE_CURRENT work for volker, | Andrew Tridgell | 1 | -40/+6 |
2007-10-10 | r2205: fixed an incorrect cast that broke relative strings in spoolss | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2204: added [flag(RELATIVE_CURRENT)] to change [relative] pointer behaviour | Andrew Tridgell | 3 | -6/+16 |
2007-10-10 | r2199: the unknown 16 bit number in lsa_LookupPrivDisplayName() is a language | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r2185: add a callback function to the dcerpc async API | Andrew Tridgell | 2 | -0/+25 |
2007-10-10 | r2184: use the smb.conf socket options for client code too | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r2180: added RPC flags "padcheck" which enables checking of all received pad | Andrew Tridgell | 5 | -16/+70 |
2007-10-10 | r2159: converted samba4 over to UTF-16. | Andrew Tridgell | 1 | -4/+4 |
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 |