summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r2718: - added a talloc_unreference() function as requested by metze.Andrew Tridgell2007-10-103-19/+175
* r2717: added talloc_p() docsAndrew Tridgell2007-10-101-0/+13
* r2716: created a separate detailed talloc_guide.txt document, after volkerAndrew Tridgell2007-10-102-57/+365
* r2714: - add sldb_Add() implementationStefan Metzmacher2007-10-101-36/+185
* r2713: better handling of binary values in index key creationAndrew Tridgell2007-10-101-1/+1
* r2712: fixed a bug in ldbtest to make it cope with an existing indexAndrew Tridgell2007-10-101-2/+4
* r2711: added a simple talloc speed tester. I get the following on my laptop:Andrew Tridgell2007-10-101-0/+55
* r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell2007-10-1019-96/+124
* r2709: finally solved the talloc reference problem.Andrew Tridgell2007-10-104-48/+220
* r2705: Don't try RemQueryInterface2 for now (doesn't validate)Jelmer Vernooij2007-10-101-2/+2
* r2704: Complain about 'object interfaces' that don't have version 0.0 (the st...Jelmer Vernooij2007-10-102-1/+7
* r2699: Correct handle ServerAlive() and ServerAlive2() + add torture testsJelmer Vernooij2007-10-103-16/+130
* r2696: DCOM updates:Jelmer Vernooij2007-10-108-90/+212
* r2695: revert "Del" renamingSimo Sorce2007-10-106-34/+34
* r2694: DN -> DC these are domain components ...Simo Sorce2007-10-101-1/+1
* r2693: - send a reply when no attributes thereStefan Metzmacher2007-10-101-3/+11
* r2690: deleted by mistakeSimo Sorce2007-10-101-0/+3
* r2689: Use consistent naming Del -> DeleteSimo Sorce2007-10-106-32/+73
* r2688: - fix case where listed attributes are askedStefan Metzmacher2007-10-104-115/+129
* r2687: Add ORPC flag (used by DCOM)Jelmer Vernooij2007-10-101-0/+1
* r2686: remove unused gtk+ checkStefan Metzmacher2007-10-101-2/+0
* r2685: ALLOC_CHECK() after talloc_steal() isn't neededStefan Metzmacher2007-10-101-4/+0
* r2684: Free the right talloc context (don't panic when encountering illegal m...Jelmer Vernooij2007-10-101-1/+1
* r2683: Fix a couple of compile warnings, depend on gtk+-2.4Jelmer Vernooij2007-10-106-34/+41
* r2682: as sambdb holds all search data, don't double free the dataStefan Metzmacher2007-10-101-2/+0
* r2681: commit the first semi working search implementationStefan Metzmacher2007-10-102-3/+89
* r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...Andrew Tridgell2007-10-109-67/+26
* r2679: fixed an uninitialised variable found with valgrindAndrew Tridgell2007-10-101-1/+2
* r2678: from_name and to_name aren't needed in smb_iconv_tAndrew Tridgell2007-10-102-4/+0
* r2677: - fixed a bug in the recursive logic talloc_free() when there areAndrew Tridgell2007-10-101-21/+50
* r2676: add a test of the reference counting logic in the SAMR server into theAndrew Tridgell2007-10-101-86/+31
* r2675: added a convenience functionAndrew Tridgell2007-10-102-47/+46
* r2674: I have realised that talloc() should have its context marked const, asAndrew Tridgell2007-10-106-50/+106
* r2673: in the rpc server, free up the old call when we decide to extend anAndrew Tridgell2007-10-101-1/+3
* r2672: don't call a variable "dup" as that conflicts with a standard system c...Andrew Tridgell2007-10-101-3/+3
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-1030-79/+84
* r2670: use a destructor to auto-close the samr ldb when the last userAndrew Tridgell2007-10-101-15/+18
* r2669: convert make_user_info() and associated functions from malloc to tallocAndrew Tridgell2007-10-104-56/+70
* r2668: steal the cli pointer into the pipe context so a single free destroys ...Andrew Tridgell2007-10-101-1/+2
* r2667: Remove forward declaration of static function from function. GCC 3.5 a...Jelmer Vernooij2007-10-101-2/+3
* r2664: fixed the final server leak for normal operation. We now get a clean r...Andrew Tridgell2007-10-102-5/+8
* r2663: fix an epmapper server leak - another talloc_realloc(NULL, ) leakAndrew Tridgell2007-10-101-3/+3
* r2662: make --leak-check completely silent if not blocks are allocatedAndrew Tridgell2007-10-101-0/+3
* r2661: fixed a client side memory leak in the clilist code.Andrew Tridgell2007-10-101-3/+3
* r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2007-10-1024-139/+285
* r2659: removed some extraneous debug msgsAndrew Tridgell2007-10-101-3/+0
* r2658: fixed a couple of error codes found with RAW-CONTEXTAndrew Tridgell2007-10-101-2/+2
* r2657: if we are already fully authenticated in session setup then the vuid i...Andrew Tridgell2007-10-101-6/+3
* r2656: moved the seteuid configure tests into the posix backend (these testsAndrew Tridgell2007-10-103-63/+57
* r2655: fixed an error in the shutdown of the sock->transport->session->treeAndrew Tridgell2007-10-104-4/+4