Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r2754: Change sldb_trim_dn() to be sldb_fix_dn() as we are not really trimming. | Simo Sorce | 1 | -29/+60 |
2007-10-10 | r2751: this is a new ntvfs design which tries to solve: | Stefan Metzmacher | 31 | -517/+1254 |
2007-10-10 | r2750: decode AbandonRequest correct (untested:-) | Stefan Metzmacher | 1 | -2/+6 |
2007-10-10 | r2749: add asn1_read_implicit_Integer() | Stefan Metzmacher | 1 | -5/+15 |
2007-10-10 | r2748: implement sldb_Compare() | Stefan Metzmacher | 1 | -1/+63 |
2007-10-10 | r2747: use DATA_BLOB for attribute values | Stefan Metzmacher | 2 | -5/+17 |
2007-10-10 | r2745: added some example talloc reports | Andrew Tridgell | 1 | -0/+22 |
2007-10-10 | r2744: ben elliston taught me about gcov today, which allows you to measure | Andrew Tridgell | 5 | -80/+465 |
2007-10-10 | r2743: fixed some errors in the description of talloc_reference(). Volker | Andrew Tridgell | 1 | -6/+38 |
2007-10-10 | r2742: - fixed a bug in talloc_unreference() | Andrew Tridgell | 2 | -44/+116 |
2007-10-10 | r2741: Definition for ISystemActivator... | Jelmer Vernooij | 1 | -1/+5 |
2007-10-10 | r2740: Finish the RemoteActivation interface. Torture tests will follow | Jelmer Vernooij | 2 | -20/+11 |
2007-10-10 | r2739: Start of torture test for winreg wrappers. | Tim Potter | 1 | -0/+23 |
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 | r2737: fixed up a corner case where talloc_unreference() and talloc_free() | Andrew Tridgell | 1 | -6/+17 |
2007-10-10 | r2735: More DCOM updates: | Jelmer Vernooij | 6 | -138/+160 |
2007-10-10 | r2734: the samdb_destructor can be static | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2733: added a note on performance | Andrew Tridgell | 1 | -0/+12 |
2007-10-10 | r2731: use debug level 10 everywhere | Stefan Metzmacher | 1 | -7/+7 |
2007-10-10 | r2728: Break arg parsing stuff out of samr.py into a standalone program. | Tim Potter | 2 | -47/+53 |
2007-10-10 | r2727: mark the password fields as hidden | Stefan Metzmacher | 1 | -1/+6 |
2007-10-10 | r2726: added a -r option to ldbdel to allow easy delete of a whole | Andrew Tridgell | 1 | -3/+39 |
2007-10-10 | r2725: fixed ldbtest to give the basedn to ldb_search() | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2724: - use ldapsrv_service and set it up with the rootDSE and default parti... | Stefan Metzmacher | 1 | -13/+42 |
2007-10-10 | r2723: fix some debug messages | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r2722: remove tmp debug messages | Stefan Metzmacher | 1 | -4/+1 |
2007-10-10 | r2721: added a -b option to ldbtest so it can be used with the new smbd ldap ... | Andrew Tridgell | 1 | -8/+10 |
2007-10-10 | r2720: -implement sldb_Modify() call | Stefan Metzmacher | 1 | -1/+117 |
2007-10-10 | r2719: an additional note on talloc_unreference() | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r2718: - added a talloc_unreference() function as requested by metze. | Andrew Tridgell | 3 | -19/+175 |
2007-10-10 | r2717: added talloc_p() docs | Andrew Tridgell | 1 | -0/+13 |
2007-10-10 | r2716: created a separate detailed talloc_guide.txt document, after volker | Andrew Tridgell | 2 | -57/+365 |
2007-10-10 | r2714: - add sldb_Add() implementation | Stefan Metzmacher | 1 | -36/+185 |
2007-10-10 | r2713: better handling of binary values in index key creation | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2712: fixed a bug in ldbtest to make it cope with an existing index | Andrew Tridgell | 1 | -2/+4 |
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 | 19 | -96/+124 |
2007-10-10 | r2709: finally solved the talloc reference problem. | Andrew Tridgell | 4 | -48/+220 |
2007-10-10 | r2705: Don't try RemQueryInterface2 for now (doesn't validate) | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r2704: Complain about 'object interfaces' that don't have version 0.0 (the st... | Jelmer Vernooij | 2 | -1/+7 |
2007-10-10 | r2699: Correct handle ServerAlive() and ServerAlive2() + add torture tests | Jelmer Vernooij | 3 | -16/+130 |
2007-10-10 | r2696: DCOM updates: | Jelmer Vernooij | 8 | -90/+212 |
2007-10-10 | r2695: revert "Del" renaming | Simo Sorce | 6 | -34/+34 |
2007-10-10 | r2694: DN -> DC these are domain components ... | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r2693: - send a reply when no attributes there | Stefan Metzmacher | 1 | -3/+11 |
2007-10-10 | r2690: deleted by mistake | Simo Sorce | 1 | -0/+3 |
2007-10-10 | r2689: Use consistent naming Del -> Delete | Simo Sorce | 6 | -32/+73 |
2007-10-10 | r2688: - fix case where listed attributes are asked | Stefan Metzmacher | 4 | -115/+129 |
2007-10-10 | r2687: Add ORPC flag (used by DCOM) | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r2686: remove unused gtk+ check | Stefan Metzmacher | 1 | -2/+0 |