Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r2252: don't register the same name twice | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2251: forgot to add vfs_posix.h in my last commit | Andrew Tridgell | 2 | -2/+261 |
2007-10-10 | r2250: removed unnecessary mem_ctx | Andrew Tridgell | 1 | -3/+0 |
2007-10-10 | r2249: got rid of some more mem_ctx elements in structures | Andrew Tridgell | 23 | -145/+139 |
2007-10-10 | r2247: talloc_destroy -> talloc_free | Tim Potter | 11 | -31/+31 |
2007-10-10 | r2243: Include definition for PRINTF_ATTRIBUTE in Python tdb wrapper. | Tim Potter | 1 | -0/+10 |
2007-10-10 | r2242: some older versions of gcc don't properly handle the | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r2238: the tdb_debug() function was totally bogus - remove it (you can't | Andrew Tridgell | 3 | -36/+23 |
2007-10-10 | r2236: Zero request structure to let the REF_ALLOC flag work its magic. | Tim Potter | 1 | -0/+21 |
2007-10-10 | r2235: When creating exception data, use Py_BuildValue instead of doing it | Tim Potter | 1 | -6/+18 |
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 | r2230: Wrapper for dcerpc_samr_Connect2(). All this glue code should be | Tim Potter | 2 | -2/+39 |
2007-10-10 | r2229: Have dcerpc_pipe_connect() throw an exception if non-zero NTSTATUS is | Tim Potter | 1 | -4/+22 |
2007-10-10 | r2228: Finally commit bits of old workareas together to get dcerpc python | Tim Potter | 4 | -7/+132 |
2007-10-10 | r2227: Get rid of annoying compiler warning. | Tim Potter | 1 | -0/+8 |
2007-10-10 | r2226: A bunch of fixes to get python tdb module building again. I'm not | Tim Potter | 2 | -15/+13 |
2007-10-10 | r2223: Include autogenerated header file for idl file we are processing with | Tim Potter | 1 | -0/+1 |
2007-10-10 | r2222: Generate correct function prototypes for unions marked as public. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2221: Experiment with extra properties for telling the ethereal parser what | Tim Potter | 1 | -7/+13 |
2007-10-10 | r2220: Updates to the NETLOGON torture test. This copes with 'long' | Andrew Bartlett | 1 | -125/+146 |
2007-10-10 | r2217: Ad-hoc tests to allow me to work out the correct error code | Jeremy Allison | 1 | -2/+128 |
2007-10-10 | r2212: Optimisation. Passes masktest against W2K3. | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r2209: patch from volker to add EnumPorts spoolss IDL and test code | Andrew Tridgell | 3 | -0/+109 |
2007-10-10 | r2208: little attempt to (almost) fix spoolss relative | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r2207: this bug caued valgrind to consume infinite memory till the kernel kil... | Andrew Tridgell | 1 | -0/+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 | r2203: delete the key after testing, so as not to clutter the server with ran... | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r2202: don't close the smb pipe after the puzzle test | Andrew Tridgell | 1 | -2/+0 |
2007-10-10 | r2201: removed an exit I accidentially left in | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r2200: solved another piece of the lsakey puzzle - the session key for lsa | Andrew Tridgell | 3 | -10/+164 |
2007-10-10 | r2199: the unknown 16 bit number in lsa_LookupPrivDisplayName() is a language | Andrew Tridgell | 2 | -4/+12 |
2007-10-10 | r2192: removed an erroneous free() call on an error path | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r2186: setting [ref] output pointers in dcerpc calls is pointless. Removed it | Andrew Tridgell | 1 | -4/+0 |
2007-10-10 | r2185: add a callback function to the dcerpc async API | Andrew Tridgell | 3 | -4/+45 |
2007-10-10 | r2184: use the smb.conf socket options for client code too | Andrew Tridgell | 2 | -0/+3 |
2007-10-10 | r2183: Tidy up naming of ethereal fields. The field names are taken from the | Tim Potter | 1 | -9/+20 |
2007-10-10 | r2182: force the torture test domain join to happen on SMB to prevent the | Andrew Tridgell | 2 | -6/+39 |
2007-10-10 | r2181: an rpc async test on the netlogon pipe | Andrew Tridgell | 1 | -0/+71 |
2007-10-10 | r2180: added RPC flags "padcheck" which enables checking of all received pad | Andrew Tridgell | 5 | -16/+70 |
2007-10-10 | r2179: two more lsa torture tests from Richard Renard. Thanks! | Andrew Tridgell | 1 | -1/+70 |
2007-10-10 | r2173: Fix asn1 BOOLEANs. Thanks to Love Hornquist-Astrand. | Volker Lendecke | 2 | -15/+6 |
2007-10-10 | r2170: if we don't have a native iconv library then we can't build this test | Andrew Tridgell | 1 | -1/+10 |
2007-10-10 | r2169: switch core iconv code to use talloc | Andrew Tridgell | 1 | -10/+9 |
2007-10-10 | r2168: Move these files into a separate ethereal-pidl-plugin svn repository. | Tim Potter | 2 | -738/+0 |
2007-10-10 | r2167: Implement some stubbed out functions. | Tim Potter | 1 | -59/+46 |
2007-10-10 | r2166: sync the asn1 stuff with trunk | Stefan Metzmacher | 1 | -4/+40 |
2007-10-10 | r2165: generalise the charset torture test to add testing of CP850 | Andrew Tridgell | 1 | -30/+39 |
2007-10-10 | r2164: put the latest "accept either form" utf-16 iconv code in samba4 | Andrew Tridgell | 1 | -6/+16 |