summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...Andrew Tridgell9-67/+26
2007-10-10r2679: fixed an uninitialised variable found with valgrindAndrew Tridgell1-1/+2
2007-10-10r2678: from_name and to_name aren't needed in smb_iconv_tAndrew Tridgell2-4/+0
2007-10-10r2677: - fixed a bug in the recursive logic talloc_free() when there areAndrew Tridgell1-21/+50
2007-10-10r2676: add a test of the reference counting logic in the SAMR server into theAndrew Tridgell1-86/+31
2007-10-10r2675: added a convenience functionAndrew Tridgell2-47/+46
2007-10-10r2674: I have realised that talloc() should have its context marked const, asAndrew Tridgell6-50/+106
2007-10-10r2673: in the rpc server, free up the old call when we decide to extend anAndrew Tridgell1-1/+3
2007-10-10r2672: don't call a variable "dup" as that conflicts with a standard system c...Andrew Tridgell1-3/+3
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell30-79/+84
2007-10-10r2670: use a destructor to auto-close the samr ldb when the last userAndrew Tridgell1-15/+18
2007-10-10r2669: convert make_user_info() and associated functions from malloc to tallocAndrew Tridgell4-56/+70
2007-10-10r2668: steal the cli pointer into the pipe context so a single free destroys ...Andrew Tridgell1-1/+2
2007-10-10r2667: Remove forward declaration of static function from function. GCC 3.5 a...Jelmer Vernooij1-2/+3
2007-10-10r2664: fixed the final server leak for normal operation. We now get a clean r...Andrew Tridgell2-5/+8
2007-10-10r2663: fix an epmapper server leak - another talloc_realloc(NULL, ) leakAndrew Tridgell1-3/+3
2007-10-10r2662: make --leak-check completely silent if not blocks are allocatedAndrew Tridgell1-0/+3
2007-10-10r2661: fixed a client side memory leak in the clilist code.Andrew Tridgell1-3/+3
2007-10-10r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell24-139/+285
2007-10-10r2659: removed some extraneous debug msgsAndrew Tridgell1-3/+0
2007-10-10r2658: fixed a couple of error codes found with RAW-CONTEXTAndrew Tridgell1-2/+2
2007-10-10r2657: if we are already fully authenticated in session setup then the vuid i...Andrew Tridgell1-6/+3
2007-10-10r2656: moved the seteuid configure tests into the posix backend (these testsAndrew Tridgell3-63/+57
2007-10-10r2655: fixed an error in the shutdown of the sock->transport->session->treeAndrew Tridgell4-4/+4
2007-10-10r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell9-10/+26
2007-10-10r2653: - data_blob() and data_blob_talloc() now get automatic namesAndrew Tridgell3-11/+20
2007-10-10r2650: fixed a memory leak in make_server_info()Andrew Tridgell6-9/+10
2007-10-10r2649: - used some cpp tricks to make users of talloc() and talloc_realloc()Andrew Tridgell5-11/+37
2007-10-10r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell11-66/+51
2007-10-10r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell13-38/+43
2007-10-10r2645: converted the NTLMSSP code to the new style of tallocAndrew Tridgell7-107/+68
2007-10-10r2644: removed an unused functionAndrew Tridgell1-18/+0
2007-10-10r2643: convert more of the auth subsyystem to the new talloc methods. ThisAndrew Tridgell7-52/+35
2007-10-10r2642: smb_iconv_t is a pointer, so checks against -1 errors should use a castAndrew Tridgell1-1/+1
2007-10-10r2641: talloc_p() now produces a named talloc pointer, with the nameAndrew Tridgell2-4/+32
2007-10-10r2640: valgrind does a great job on some types of memory leaks, but is slowAndrew Tridgell2-5/+80
2007-10-10r2639: we doon't need the valid_table code, so get rid of itAndrew Tridgell1-56/+0
2007-10-10r2638: do lazy initialisation of iconv handles, so we don't initialise aAndrew Tridgell1-39/+29
2007-10-10r2635: mem_ctx cleanups on the lsa and netlogon pipes in the rpc serverAndrew Tridgell3-50/+19
2007-10-10r2634: use discard_const_p() in a few placesAndrew Tridgell5-10/+13
2007-10-10r2633: fixed some function types in the (unused) print backendAndrew Tridgell1-2/+2
2007-10-10r2632: a new approach to handling const errors. We have had huge numbers ofAndrew Tridgell3-2/+24
2007-10-10r2631: the strchr family of functions should not return const strings.Andrew Tridgell1-3/+3
2007-10-10r2630: I missed a couple of places in the gensec talloc conversionAndrew Tridgell1-3/+3
2007-10-10r2629: convert gensec to the new talloc modelAndrew Tridgell13-45/+40
2007-10-10r2628: got rid of some warnings and converted a few more places to use hierar...Andrew Tridgell8-15/+17
2007-10-10r2627: use the new talloc capabilities in a bunch more places in the rpcAndrew Tridgell11-94/+64
2007-10-10r2626: the symbol gai_error is defined in /usr/include, so don't use that nam...Andrew Tridgell1-4/+4
2007-10-10r2625: use talloc_p, not talloc when possible (when allocating a structure in...Andrew Tridgell1-1/+1
2007-10-10r2624: - save some system calls by only trying read/write operations that sel...Andrew Tridgell1-1/+11