abartlet/samba.git/.git
2007-10-10 Stefan Metzmacherr2747: use DATA_BLOB for attribute values
2007-10-10 Andrew Tridgellr2745: added some example talloc reports
2007-10-10 Andrew Tridgellr2744: ben elliston taught me about gcov today, which...
2007-10-10 Andrew Tridgellr2743: fixed some errors in the description of talloc_r...
2007-10-10 Andrew Tridgellr2742: - fixed a bug in talloc_unreference()
2007-10-10 Jelmer Vernooijr2741: Definition for ISystemActivator...
2007-10-10 Jelmer Vernooijr2740: Finish the RemoteActivation interface. Torture...
2007-10-10 Tim Potterr2739: Start of torture test for winreg wrappers.
2007-10-10 Andrew Tridgellr2738: free up the session information as soon as it...
2007-10-10 Andrew Tridgellr2737: fixed up a corner case where talloc_unreference...
2007-10-10 Jelmer Vernooijr2735: More DCOM updates:
2007-10-10 Andrew Tridgellr2734: the samdb_destructor can be static
2007-10-10 Andrew Tridgellr2733: added a note on performance
2007-10-10 Stefan Metzmacherr2731: use debug level 10 everywhere
2007-10-10 Tim Potterr2728: Break arg parsing stuff out of samr.py into...
2007-10-10 Stefan Metzmacherr2727: mark the password fields as hidden
2007-10-10 Andrew Tridgellr2726: added a -r option to ldbdel to allow easy delete...
2007-10-10 Andrew Tridgellr2725: fixed ldbtest to give the basedn to ldb_search()
2007-10-10 Stefan Metzmacherr2724: - use ldapsrv_service and set it up with the...
2007-10-10 Stefan Metzmacherr2723: fix some debug messages
2007-10-10 Stefan Metzmacherr2722: remove tmp debug messages
2007-10-10 Andrew Tridgellr2721: added a -b option to ldbtest so it can be used...
2007-10-10 Stefan Metzmacherr2720: -implement sldb_Modify() call
2007-10-10 Andrew Tridgellr2719: an additional note on talloc_unreference()
2007-10-10 Andrew Tridgellr2718: - added a talloc_unreference() function as reque...
2007-10-10 Andrew Tridgellr2717: added talloc_p() docs
2007-10-10 Andrew Tridgellr2716: created a separate detailed talloc_guide.txt...
2007-10-10 Stefan Metzmacherr2714: - add sldb_Add() implementation
2007-10-10 Andrew Tridgellr2713: better handling of binary values in index key...
2007-10-10 Andrew Tridgellr2712: fixed a bug in ldbtest to make it cope with...
2007-10-10 Andrew Tridgellr2711: added a simple talloc speed tester. I get the...
2007-10-10 Andrew Tridgellr2710: continue with the new style of providing a paren...
2007-10-10 Andrew Tridgellr2709: finally solved the talloc reference problem.
2007-10-10 Jelmer Vernooijr2705: Don't try RemQueryInterface2 for now (doesn...
2007-10-10 Jelmer Vernooijr2704: Complain about 'object interfaces' that don...
2007-10-10 Jelmer Vernooijr2699: Correct handle ServerAlive() and ServerAlive2...
2007-10-10 Jelmer Vernooijr2696: DCOM updates:
2007-10-10 Simo Sorcer2695: revert "Del" renaming
2007-10-10 Simo Sorcer2694: DN -> DC these are domain components ...
2007-10-10 Stefan Metzmacherr2693: - send a reply when no attributes there
2007-10-10 Simo Sorcer2690: deleted by mistake
2007-10-10 Simo Sorcer2689: Use consistent naming Del -> Delete
2007-10-10 Stefan Metzmacherr2688: - fix case where listed attributes are asked
2007-10-10 Jelmer Vernooijr2687: Add ORPC flag (used by DCOM)
2007-10-10 Stefan Metzmacherr2686: remove unused gtk+ check
2007-10-10 Stefan Metzmacherr2685: ALLOC_CHECK() after talloc_steal() isn't needed
2007-10-10 Jelmer Vernooijr2684: Free the right talloc context (don't panic when...
2007-10-10 Jelmer Vernooijr2683: Fix a couple of compile warnings, depend on...
2007-10-10 Stefan Metzmacherr2682: as sambdb holds all search data, don't double...
2007-10-10 Stefan Metzmacherr2681: commit the first semi working search implementation
2007-10-10 Andrew Tridgellr2680: switched the libcli/raw/ code over to use talloc...
2007-10-10 Andrew Tridgellr2679: fixed an uninitialised variable found with valgrind
2007-10-10 Andrew Tridgellr2678: from_name and to_name aren't needed in smb_iconv_t
2007-10-10 Andrew Tridgellr2677: - fixed a bug in the recursive logic talloc_free...
2007-10-10 Andrew Tridgellr2676: add a test of the reference counting logic in...
2007-10-10 Andrew Tridgellr2675: added a convenience function
2007-10-10 Andrew Tridgellr2674: I have realised that talloc() should have its...
2007-10-10 Andrew Tridgellr2673: in the rpc server, free up the old call when...
2007-10-10 Andrew Tridgellr2672: don't call a variable "dup" as that conflicts...
2007-10-10 Andrew Tridgellr2671: we're getting too many errors caused by the...
2007-10-10 Andrew Tridgellr2670: use a destructor to auto-close the samr ldb...
2007-10-10 Andrew Tridgellr2669: convert make_user_info() and associated function...
2007-10-10 Andrew Tridgellr2668: steal the cli pointer into the pipe context...
2007-10-10 Jelmer Vernooijr2667: Remove forward declaration of static function...
2007-10-10 Andrew Tridgellr2664: fixed the final server leak for normal operation...
2007-10-10 Andrew Tridgellr2663: fix an epmapper server leak - another talloc_rea...
2007-10-10 Andrew Tridgellr2662: make --leak-check completely silent if not block...
2007-10-10 Andrew Tridgellr2661: fixed a client side memory leak in the clilist...
2007-10-10 Andrew Tridgellr2660: - converted the libcli/raw/ library to use tallo...
2007-10-10 Andrew Tridgellr2659: removed some extraneous debug msgs
2007-10-10 Andrew Tridgellr2658: fixed a couple of error codes found with RAW...
2007-10-10 Andrew Tridgellr2657: if we are already fully authenticated in session...
2007-10-10 Andrew Tridgellr2656: moved the seteuid configure tests into the posix...
2007-10-10 Andrew Tridgellr2655: fixed an error in the shutdown of the sock-...
2007-10-10 Andrew Tridgellr2654: fixed some more server memory leaks. We are...
2007-10-10 Andrew Tridgellr2653: - data_blob() and data_blob_talloc() now get...
2007-10-10 Andrew Tridgellr2650: fixed a memory leak in make_server_info()
2007-10-10 Andrew Tridgellr2649: - used some cpp tricks to make users of talloc...
2007-10-10 Andrew Tridgellr2648: - use a destructor on struct server_connection...
2007-10-10 Andrew Tridgellr2646: - use a talloc destructor to ensure that sockets...
2007-10-10 Andrew Tridgellr2645: converted the NTLMSSP code to the new style...
2007-10-10 Andrew Tridgellr2644: removed an unused function
2007-10-10 Andrew Tridgellr2643: convert more of the auth subsyystem to the new...
2007-10-10 Andrew Tridgellr2642: smb_iconv_t is a pointer, so checks against...
2007-10-10 Andrew Tridgellr2641: talloc_p() now produces a named talloc pointer...
2007-10-10 Andrew Tridgellr2640: valgrind does a great job on some types of memor...
2007-10-10 Andrew Tridgellr2639: we doon't need the valid_table code, so get...
2007-10-10 Andrew Tridgellr2638: do lazy initialisation of iconv handles, so...
2007-10-10 Andrew Tridgellr2635: mem_ctx cleanups on the lsa and netlogon pipes...
2007-10-10 Andrew Tridgellr2634: use discard_const_p() in a few places
2007-10-10 Andrew Tridgellr2633: fixed some function types in the (unused) print...
2007-10-10 Andrew Tridgellr2632: a new approach to handling const errors. We...
2007-10-10 Andrew Tridgellr2631: the strchr family of functions should not return...
2007-10-10 Andrew Tridgellr2630: I missed a couple of places in the gensec talloc...
2007-10-10 Andrew Tridgellr2629: convert gensec to the new talloc model
2007-10-10 Andrew Tridgellr2628: got rid of some warnings and converted a few...
2007-10-10 Andrew Tridgellr2627: use the new talloc capabilities in a bunch more...
2007-10-10 Andrew Tridgellr2626: the symbol gai_error is defined in /usr/include...
2007-10-10 Andrew Tridgellr2625: use talloc_p, not talloc when possible (when...
2007-10-10 Andrew Tridgellr2624: - save some system calls by only trying read...
next