| Commit message (Expand) | Author | Age | Files | Lines |
| * | r2687: Add ORPC flag (used by DCOM) | Jelmer Vernooij | 2007-10-10 | 1 | -0/+1 |
| * | r2686: remove unused gtk+ check | Stefan Metzmacher | 2007-10-10 | 1 | -2/+0 |
| * | r2685: ALLOC_CHECK() after talloc_steal() isn't needed | Stefan Metzmacher | 2007-10-10 | 1 | -4/+0 |
| * | r2684: Free the right talloc context (don't panic when encountering illegal m... | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 |
| * | r2683: Fix a couple of compile warnings, depend on gtk+-2.4 | Jelmer Vernooij | 2007-10-10 | 6 | -34/+41 |
| * | r2682: as sambdb holds all search data, don't double free the data | Stefan Metzmacher | 2007-10-10 | 1 | -2/+0 |
| * | r2681: commit the first semi working search implementation | Stefan Metzmacher | 2007-10-10 | 2 | -3/+89 |
| * | r2680: switched the libcli/raw/ code over to use talloc_reference(), which si... | Andrew Tridgell | 2007-10-10 | 9 | -67/+26 |
| * | r2679: fixed an uninitialised variable found with valgrind | Andrew Tridgell | 2007-10-10 | 1 | -1/+2 |
| * | r2678: from_name and to_name aren't needed in smb_iconv_t | Andrew Tridgell | 2007-10-10 | 2 | -4/+0 |
| * | r2677: - fixed a bug in the recursive logic talloc_free() when there are | Andrew Tridgell | 2007-10-10 | 1 | -21/+50 |
| * | r2676: add a test of the reference counting logic in the SAMR server into the | Andrew Tridgell | 2007-10-10 | 1 | -86/+31 |
| * | r2675: added a convenience function | Andrew Tridgell | 2007-10-10 | 2 | -47/+46 |
| * | r2674: I have realised that talloc() should have its context marked const, as | Andrew Tridgell | 2007-10-10 | 6 | -50/+106 |
| * | r2673: in the rpc server, free up the old call when we decide to extend an | Andrew Tridgell | 2007-10-10 | 1 | -1/+3 |
| * | r2672: don't call a variable "dup" as that conflicts with a standard system c... | Andrew Tridgell | 2007-10-10 | 1 | -3/+3 |
| * | r2671: we're getting too many errors caused by the talloc_realloc() API not | Andrew Tridgell | 2007-10-10 | 30 | -79/+84 |
| * | r2670: use a destructor to auto-close the samr ldb when the last user | Andrew Tridgell | 2007-10-10 | 1 | -15/+18 |
| * | r2669: convert make_user_info() and associated functions from malloc to talloc | Andrew Tridgell | 2007-10-10 | 4 | -56/+70 |
| * | r2668: steal the cli pointer into the pipe context so a single free destroys ... | Andrew Tridgell | 2007-10-10 | 1 | -1/+2 |
| * | r2667: Remove forward declaration of static function from function. GCC 3.5 a... | Jelmer Vernooij | 2007-10-10 | 1 | -2/+3 |
| * | r2664: fixed the final server leak for normal operation. We now get a clean r... | Andrew Tridgell | 2007-10-10 | 2 | -5/+8 |
| * | r2663: fix an epmapper server leak - another talloc_realloc(NULL, ) leak | Andrew Tridgell | 2007-10-10 | 1 | -3/+3 |
| * | r2662: make --leak-check completely silent if not blocks are allocated | Andrew Tridgell | 2007-10-10 | 1 | -0/+3 |
| * | r2661: fixed a client side memory leak in the clilist code. | Andrew Tridgell | 2007-10-10 | 1 | -3/+3 |
| * | r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count() | Andrew Tridgell | 2007-10-10 | 24 | -139/+285 |
| * | r2659: removed some extraneous debug msgs | Andrew Tridgell | 2007-10-10 | 1 | -3/+0 |
| * | r2658: fixed a couple of error codes found with RAW-CONTEXT | Andrew Tridgell | 2007-10-10 | 1 | -2/+2 |
| * | r2657: if we are already fully authenticated in session setup then the vuid i... | Andrew Tridgell | 2007-10-10 | 1 | -6/+3 |
| * | r2656: moved the seteuid configure tests into the posix backend (these tests | Andrew Tridgell | 2007-10-10 | 3 | -63/+57 |
| * | r2655: fixed an error in the shutdown of the sock->transport->session->tree | Andrew Tridgell | 2007-10-10 | 4 | -4/+4 |
| * | r2654: fixed some more server memory leaks. We are now down to a single leak | Andrew Tridgell | 2007-10-10 | 9 | -10/+26 |
| * | r2653: - data_blob() and data_blob_talloc() now get automatic names | Andrew Tridgell | 2007-10-10 | 3 | -11/+20 |
| * | r2650: fixed a memory leak in make_server_info() | Andrew Tridgell | 2007-10-10 | 6 | -9/+10 |
| * | r2649: - used some cpp tricks to make users of talloc() and talloc_realloc() | Andrew Tridgell | 2007-10-10 | 5 | -11/+37 |
| * | r2648: - use a destructor on struct server_connection to simplify the | Andrew Tridgell | 2007-10-10 | 11 | -66/+51 |
| * | r2646: - use a talloc destructor to ensure that sockets from the new socket | Andrew Tridgell | 2007-10-10 | 13 | -38/+43 |
| * | r2645: converted the NTLMSSP code to the new style of talloc | Andrew Tridgell | 2007-10-10 | 7 | -107/+68 |
| * | r2644: removed an unused function | Andrew Tridgell | 2007-10-10 | 1 | -18/+0 |
| * | r2643: convert more of the auth subsyystem to the new talloc methods. This | Andrew Tridgell | 2007-10-10 | 7 | -52/+35 |
| * | r2642: smb_iconv_t is a pointer, so checks against -1 errors should use a cast | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
| * | r2641: talloc_p() now produces a named talloc pointer, with the name | Andrew Tridgell | 2007-10-10 | 2 | -4/+32 |
| * | r2640: valgrind does a great job on some types of memory leaks, but is slow | Andrew Tridgell | 2007-10-10 | 2 | -5/+80 |
| * | r2639: we doon't need the valid_table code, so get rid of it | Andrew Tridgell | 2007-10-10 | 1 | -56/+0 |
| * | r2638: do lazy initialisation of iconv handles, so we don't initialise a | Andrew Tridgell | 2007-10-10 | 1 | -39/+29 |
| * | r2635: mem_ctx cleanups on the lsa and netlogon pipes in the rpc server | Andrew Tridgell | 2007-10-10 | 3 | -50/+19 |
| * | r2634: use discard_const_p() in a few places | Andrew Tridgell | 2007-10-10 | 5 | -10/+13 |
| * | r2633: fixed some function types in the (unused) print backend | Andrew Tridgell | 2007-10-10 | 1 | -2/+2 |
| * | r2632: a new approach to handling const errors. We have had huge numbers of | Andrew Tridgell | 2007-10-10 | 3 | -2/+24 |
| * | r2631: the strchr family of functions should not return const strings. | Andrew Tridgell | 2007-10-10 | 1 | -3/+3 |