summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2773: allow zero sized array tallocAndrew Tridgell1-4/+2
2007-10-10r2767: Get rid of some unnecessary %s formatting.Tim Potter1-2/+2
2007-10-10r2766: Test OpenKey, QueryInfoKey, EnumKey, CloseKey functions.Tim Potter1-5/+102
2007-10-10r2765: Allow functions containing WERROR values to be compiled.Tim Potter2-0/+4
2007-10-10r2764: Use hand-written function for all occurrences of IDL strings, not justTim Potter1-2/+2
2007-10-10r2763: use no-auth bind on ncacn_np unless we specify at least one of "sign",...Andrew Tridgell1-1/+2
2007-10-10r2758: keep docos handy while developing itSimo Sorce6-0/+5674
2007-10-10r2757: some minor fixesStefan Metzmacher1-3/+1
2007-10-10r2754: Change sldb_trim_dn() to be sldb_fix_dn() as we are not really trimming.Simo Sorce1-29/+60
2007-10-10r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher31-517/+1254
2007-10-10r2750: decode AbandonRequest correct (untested:-)Stefan Metzmacher1-2/+6
2007-10-10r2749: add asn1_read_implicit_Integer()Stefan Metzmacher1-5/+15
2007-10-10r2748: implement sldb_Compare()Stefan Metzmacher1-1/+63
2007-10-10r2747: use DATA_BLOB for attribute valuesStefan Metzmacher2-5/+17
2007-10-10r2745: added some example talloc reportsAndrew Tridgell1-0/+22
2007-10-10r2744: ben elliston taught me about gcov today, which allows you to measureAndrew Tridgell5-80/+465
2007-10-10r2743: fixed some errors in the description of talloc_reference(). VolkerAndrew Tridgell1-6/+38
2007-10-10r2742: - fixed a bug in talloc_unreference()Andrew Tridgell2-44/+116
2007-10-10r2741: Definition for ISystemActivator...Jelmer Vernooij1-1/+5
2007-10-10r2740: Finish the RemoteActivation interface. Torture tests will followJelmer Vernooij2-20/+11
2007-10-10r2739: Start of torture test for winreg wrappers.Tim Potter1-0/+23
2007-10-10r2738: free up the session information as soon as it is invalidated in theAndrew Tridgell1-1/+1
2007-10-10r2737: fixed up a corner case where talloc_unreference() and talloc_free()Andrew Tridgell1-6/+17
2007-10-10r2735: More DCOM updates:Jelmer Vernooij6-138/+160
2007-10-10r2734: the samdb_destructor can be staticAndrew Tridgell1-1/+1
2007-10-10r2733: added a note on performanceAndrew Tridgell1-0/+12
2007-10-10r2731: use debug level 10 everywhereStefan Metzmacher1-7/+7
2007-10-10r2728: Break arg parsing stuff out of samr.py into a standalone program.Tim Potter2-47/+53
2007-10-10r2727: mark the password fields as hiddenStefan Metzmacher1-1/+6
2007-10-10r2726: added a -r option to ldbdel to allow easy delete of a wholeAndrew Tridgell1-3/+39
2007-10-10r2725: fixed ldbtest to give the basedn to ldb_search()Andrew Tridgell1-2/+2
2007-10-10r2724: - use ldapsrv_service and set it up with the rootDSE and default parti...Stefan Metzmacher1-13/+42
2007-10-10r2723: fix some debug messagesStefan Metzmacher1-2/+2
2007-10-10r2722: remove tmp debug messagesStefan Metzmacher1-4/+1
2007-10-10r2721: added a -b option to ldbtest so it can be used with the new smbd ldap ...Andrew Tridgell1-8/+10
2007-10-10r2720: -implement sldb_Modify() callStefan Metzmacher1-1/+117
2007-10-10r2719: an additional note on talloc_unreference()Andrew Tridgell1-0/+5
2007-10-10r2718: - added a talloc_unreference() function as requested by metze.Andrew Tridgell3-19/+175
2007-10-10r2717: added talloc_p() docsAndrew Tridgell1-0/+13
2007-10-10r2716: created a separate detailed talloc_guide.txt document, after volkerAndrew Tridgell2-57/+365
2007-10-10r2714: - add sldb_Add() implementationStefan Metzmacher1-36/+185
2007-10-10r2713: better handling of binary values in index key creationAndrew Tridgell1-1/+1
2007-10-10r2712: fixed a bug in ldbtest to make it cope with an existing indexAndrew Tridgell1-2/+4
2007-10-10r2711: added a simple talloc speed tester. I get the following on my laptop:Andrew Tridgell1-0/+55
2007-10-10r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell19-96/+124
2007-10-10r2709: finally solved the talloc reference problem.Andrew Tridgell4-48/+220
2007-10-10r2705: Don't try RemQueryInterface2 for now (doesn't validate)Jelmer Vernooij1-2/+2
2007-10-10r2704: Complain about 'object interfaces' that don't have version 0.0 (the st...Jelmer Vernooij2-1/+7
2007-10-10r2699: Correct handle ServerAlive() and ServerAlive2() + add torture testsJelmer Vernooij3-16/+130
2007-10-10r2696: DCOM updates:Jelmer Vernooij8-90/+212