Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r2952: add idl and torture test for DsCrackNames | Stefan Metzmacher | 1 | -0/+38 |
2007-10-10 | r2938: Use IDL to dissect the RHS of floors in protocol towers | Jelmer Vernooij | 1 | -28/+18 |
2007-10-10 | r2929: longhorn does not produce sorted directory listings! This is | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r2921: Add a few more protocols and fix the numbers associated with some of | Jelmer Vernooij | 1 | -24/+36 |
2007-10-10 | r2912: Test for the sort-of weird file stamp semantics. The last_write seems ... | Volker Lendecke | 1 | -54/+92 |
2007-10-10 | r2910: I noticed that the samr torture test was doing its own DOS->UNIX | Andrew Tridgell | 1 | -10/+1 |
2007-10-10 | r2909: fix some RAW-SEARCH torture mem leaks | Andrew Tridgell | 1 | -4/+5 |
2007-10-10 | r2896: Add torture test for EnumValue() | Jelmer Vernooij | 1 | -24/+25 |
2007-10-10 | r2895: Another nut to crack, not sure how hard: The statinfo on a file does o... | Volker Lendecke | 1 | -0/+103 |
2007-10-10 | r2888: - add 'Ds' prefix to Bind and Unbind call on drsuapi | Stefan Metzmacher | 2 | -20/+20 |
2007-10-10 | r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o... | Andrew Tridgell | 4 | -19/+65 |
2007-10-10 | r2854: added a RPC-COUNTCALLS torture test - a useful varient on the full sca... | Andrew Tridgell | 3 | -0/+76 |
2007-10-10 | r2853: add torture test to find the defaultNamingContext on the RootDSE | Stefan Metzmacher | 2 | -0/+198 |
2007-10-10 | r2833: - added a call to SamrQueryGroupMember for every group, and fix the | Andrew Tridgell | 1 | -1/+25 |
2007-10-10 | r2799: removed one last occurance of torture_ldb_alloc() | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r2791: got rid of talloc_unreference() and instead created talloc_unlink(), | Andrew Tridgell | 1 | -21/+109 |
2007-10-10 | r2787: force masktest to use RAW_SEARCH_BOTH_DIRECTORY_INFO so it can obtain ... | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r2785: call init_iconv() in smbtorture to ensure we have no memory allocated | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r2774: get rid of the lanman specific code in masktest, and add a -l option | Andrew Tridgell | 1 | -99/+8 |
2007-10-10 | r2744: ben elliston taught me about gcov today, which allows you to measure | Andrew Tridgell | 1 | -20/+300 |
2007-10-10 | r2742: - fixed a bug in talloc_unreference() | Andrew Tridgell | 1 | -41/+113 |
2007-10-10 | r2738: free up the session information as soon as it is invalidated in the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2735: More DCOM updates: | Jelmer Vernooij | 2 | -0/+2 |
2007-10-10 | r2718: - added a talloc_unreference() function as requested by metze. | Andrew Tridgell | 1 | -17/+121 |
2007-10-10 | r2711: added a simple talloc speed tester. I get the following on my laptop: | Andrew Tridgell | 1 | -0/+55 |
2007-10-10 | r2710: continue with the new style of providing a parent context whenever | Andrew Tridgell | 7 | -18/+47 |
2007-10-10 | r2709: finally solved the talloc reference problem. | Andrew Tridgell | 3 | -9/+126 |
2007-10-10 | r2699: Correct handle ServerAlive() and ServerAlive2() + add torture tests | Jelmer Vernooij | 1 | -0/+117 |
2007-10-10 | r2680: switched the libcli/raw/ code over to use talloc_reference(), which si... | Andrew Tridgell | 3 | -11/+3 |
2007-10-10 | r2676: add a test of the reference counting logic in the SAMR server into the | Andrew Tridgell | 1 | -86/+31 |
2007-10-10 | r2671: we're getting too many errors caused by the talloc_realloc() API not | Andrew Tridgell | 2 | -3/+6 |
2007-10-10 | r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count() | Andrew Tridgell | 2 | -5/+17 |
2007-10-10 | r2659: removed some extraneous debug msgs | Andrew Tridgell | 1 | -3/+0 |
2007-10-10 | r2649: - used some cpp tricks to make users of talloc() and talloc_realloc() | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r2645: converted the NTLMSSP code to the new style of talloc | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r2628: got rid of some warnings and converted a few more places to use hierar... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2593: don't crash if the server doesn't know that 0 count searches mean 1 | Andrew Tridgell | 1 | -2/+6 |
2007-10-10 | r2589: a simple test to help find security related memory leaks. Run valgrind... | Andrew Tridgell | 3 | -1/+71 |
2007-10-10 | r2552: Character set conversion and string handling updates. | Andrew Bartlett | 2 | -11/+9 |
2007-10-10 | r2551: Add const. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r2547: Another place to use convert_string_talloc(). | Andrew Bartlett | 1 | -7/+5 |
2007-10-10 | r2536: This is a classic case for the use of our new talloc code, and | Andrew Bartlett | 1 | -9/+8 |
2007-10-10 | r2532: Don't run EnumValue torture test for now (idl needs fixing, doesn't co... | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r2520: - finished implementing the server side of the old style search requests | Andrew Tridgell | 1 | -7/+7 |
2007-10-10 | r2501: The AddMemberToAlias test doesn't need a domain_handle. | Tim Potter | 1 | -5/+2 |
2007-10-10 | r2500: disable the sleep test in echo until we have a win32 echo server that | Andrew Tridgell | 1 | -6/+5 |
2007-10-10 | r2489: Rename account_flags in EnumDomainAliases() to acct_flags. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 and | Andrew Tridgell | 1 | -3/+18 |
2007-10-10 | r2468: print out the names of the fault codes# | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r2465: modify the autoidl hack to work for DRSUAPI | Andrew Tridgell | 1 | -3/+27 |