jra/samba/.git
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...
2007-10-10 Andrew Tridgellr2623: don't do pointer arithmetic on void*, as it...
2007-10-10 Andrew Tridgellr2622: to implement the SOCKET_FLAG_BLOCK option in...
2007-10-10 Andrew Tridgellr2621: - now that the client code is non-blocking,...
2007-10-10 Andrew Tridgellr2618: before we had refererence counts in talloc I...
2007-10-10 Andrew Tridgellr2617: add connect testing to the rpc test suite
2007-10-10 Andrew Tridgellr2616: the cascading nature of talloc_free() can lead...
2007-10-10 Andrew Tridgellr2615: fixed a bug in the server side support for CONNE...
2007-10-10 Andrew Tridgellr2614: support CONNECT level DCE/RPC security in both...
2007-10-10 Andrew Tridgellr2613: use a talloc destructor to ensure that file...
2007-10-10 Andrew Bartlettr2612: Ensure ntlm_auth always logs to stderr.
2007-10-10 Andrew Bartlettr2611: Try to make Samba4's ntlm_auth more consistant...
2007-10-10 Simo Sorcer2601: avoid free()ing unallocated memory by mistake
2007-10-10 Tim Potterr2597: A small program that takes SID strings on stdin...
2007-10-10 Jelmer Vernooijr2594: Remove call to Gtk+ 2.4 specific code
2007-10-10 Andrew Tridgellr2593: don't crash if the server doesn't know that...
2007-10-10 Andrew Tridgellr2592: this fixes one of the security memory leaks...
2007-10-10 Andrew Tridgellr2591: fixed two errors in simple backend found with...
2007-10-10 Andrew Tridgellr2590: fixed one of the server security memory leaks...
2007-10-10 Andrew Tridgellr2589: a simple test to help find security related...
2007-10-10 Andrew Tridgellr2588: connect/disconnect is common enough that I don...
2007-10-10 Andrew Tridgellr2587: fixed a couple of authentication memory leaks...
2007-10-10 Andrew Tridgellr2586: updated the nbench example in the README to...
2007-10-10 Andrew Tridgellr2583: mkproto.pl now treats "int main" as a special...
2007-10-10 Tim Potterr2582: Merge checks for xattr and acl libraries from...
2007-10-10 Andrew Tridgellr2581: added "hosts allow" and "hosts deny" checking...
2007-10-10 Andrew Tridgellr2580: fixed an uninitialised byte found by valgrind
2007-10-10 Andrew Tridgellr2577: - I recently found out that charaters below...
2007-10-10 Tim Potterr2576: Some userspace tools for getting and setting...
2007-10-10 Andrew Tridgellr2573: - added a configure test for nanosecond time...
2007-10-10 Andrew Tridgellr2572: fixed two places where status is not initialised...
2007-10-10 Andrew Tridgellr2562: got rid of the "reference" backend that never...
2007-10-10 Andrew Tridgellr2561: completely redid the ntvfs module chaining code...
2007-10-10 Tim Potterr2560: Don't require structure fields that have the...
2007-10-10 Tim Potterr2559: Python ints can't hold the full range of uint32...
2007-10-10 Andrew Tridgellr2556: fixed the -s one bug that jelmer pointed out
2007-10-10 Tim Potterr2555: Start of a rpcclient type program.
2007-10-10 Andrew Tridgellr2554: added a test for a bug that jelmer pointed out...
2007-10-10 Andrew Tridgellr2553: fixed ldbtest so it passes the ldap schema restr...
2007-10-10 Andrew Bartlettr2552: Character set conversion and string handling...
2007-10-10 Andrew Bartlettr2551: Add const.
2007-10-10 Andrew Bartlettr2550: survive our own BASE-NEGNOWAIT torture test.
2007-10-10 Andrew Bartlettr2547: Another place to use convert_string_talloc().
2007-10-10 Andrew Bartlettr2546: Remove another strupper_m() that we don't need.
2007-10-10 Andrew Bartlettr2545: str_charnum -> strlen_m.
2007-10-10 Andrew Bartlettr2544: (missed from the last commit)
2007-10-10 Andrew Bartlettr2543: Catch one more use of sub_get_remote_machine().
2007-10-10 Andrew Bartlettr2542: I really don't like the 'substitute' code, and...
2007-10-10 Andrew Bartlettr2541: Add a TODO: This is one place we can grab the...
2007-10-10 Jelmer Vernooijr2538: Support IPv6 as transport for MSRPC. Tested...
2007-10-10 Andrew Bartlettr2537: Add static and use strlen_m instead of str_charn...
2007-10-10 Andrew Bartlettr2536: This is a classic case for the use of our new...
2007-10-10 Andrew Bartlettr2535: Make certain, that even if we have invalid ASN...
2007-10-10 Andrew Bartlettr2534: Change NTLMSSP parsing to avoid a seperate str_c...
2007-10-10 Jelmer Vernooijr2532: Don't run EnumValue torture test for now (idl...
2007-10-10 Jelmer Vernooijr2531: Fix crashbug
2007-10-10 Jelmer Vernooijr2530: Don't put main in proto.h
2007-10-10 Stefan Metzmacherr2527: - add a dummy for a simple ldb backend
2007-10-10 Stefan Metzmacherr2526: use LDAP error 53 (unwillingToPerform)
2007-10-10 Stefan Metzmacherr2525: fix a search response when the backend didn...
2007-10-10 Andrew Tridgellr2524: a simple pvfs rename implementation to make...
2007-10-10 Stefan Metzmacherr2523: - readd rootDSE reply
2007-10-10 Andrew Tridgellr2521: fixed two uninitialised data errors found with...
2007-10-10 Andrew Tridgellr2520: - finished implementing the server side of the...
2007-10-10 Jelmer Vernooijr2519: Registry RPC pipe fixes (use struct registry_key...
2007-10-10 Jelmer Vernooijr2518: Some long overdue changes:
2007-10-10 Tim Potterr2516: Remove duplicate line.
2007-10-10 Andrew Bartlettr2515: Fixes from smbtorture - these session keys are...
2007-10-10 Andrew Bartlettr2514: Remove unused funcions, and add static.
2007-10-10 Andrew Bartlettr2513: Avoid strupper/strlower when you can. This...
2007-10-10 Andrew Bartlettr2512: Remove unused stub functions.
2007-10-10 Tim Potterr2511: Add NT status codes.
2007-10-10 Jelmer Vernooijr2510: Make C++ compilers happy, use ifdef instead...
2007-10-10 Stefan Metzmacherr2509: add a struct ldapsrv_call which is simular to...
next