summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r2621: - now that the client code is non-blocking, we no longer needAndrew Tridgell2007-10-103-93/+2
* r2618: before we had refererence counts in talloc I added a hack in theAndrew Tridgell2007-10-105-23/+8
* r2617: add connect testing to the rpc test suiteAndrew Tridgell2007-10-101-1/+1
* r2616: the cascading nature of talloc_free() can lead to some surprises. InAndrew Tridgell2007-10-101-0/+1
* r2615: fixed a bug in the server side support for CONNECT level securityAndrew Tridgell2007-10-101-6/+12
* r2614: support CONNECT level DCE/RPC security in both client andAndrew Tridgell2007-10-105-23/+108
* r2613: use a talloc destructor to ensure that file descriptors are not leakedAndrew Tridgell2007-10-101-2/+26
* r2612: Ensure ntlm_auth always logs to stderr.Andrew Bartlett2007-10-101-2/+2
* r2611: Try to make Samba4's ntlm_auth more consistant with Samba 3.0.Andrew Bartlett2007-10-101-8/+5
* r2601: avoid free()ing unallocated memory by mistakeSimo Sorce2007-10-101-1/+6
* r2597: A small program that takes SID strings on stdin and produces a marshalledTim Potter2007-10-103-0/+93
* r2594: Remove call to Gtk+ 2.4 specific codeJelmer Vernooij2007-10-101-25/+8
* r2593: don't crash if the server doesn't know that 0 count searches mean 1Andrew Tridgell2007-10-101-2/+6
* r2592: this fixes one of the security memory leaks in the serverAndrew Tridgell2007-10-101-1/+1
* r2591: fixed two errors in simple backend found with valgrindAndrew Tridgell2007-10-101-0/+2
* r2590: fixed one of the server security memory leaks. There are more :(Andrew Tridgell2007-10-101-0/+4
* r2589: a simple test to help find security related memory leaks. Run valgrind...Andrew Tridgell2007-10-103-1/+71
* r2588: connect/disconnect is common enough that I don't think a level 0 DEBUGAndrew Tridgell2007-10-103-3/+3
* r2587: fixed a couple of authentication memory leaks. There are more to beAndrew Tridgell2007-10-103-2/+9
* r2586: updated the nbench example in the README to reflect the new chaining s...Andrew Tridgell2007-10-101-2/+1
* r2583: mkproto.pl now treats "int main" as a special case and avoids it.Andrew Tridgell2007-10-101-0/+2
* r2582: Merge checks for xattr and acl libraries from Samba3 so the {get,set}n...Tim Potter2007-10-104-2/+149
* r2581: added "hosts allow" and "hosts deny" checking in smbd. I needed thisAndrew Tridgell2007-10-107-0/+398
* r2580: fixed an uninitialised byte found by valgrindAndrew Tridgell2007-10-101-2/+2
* r2577: - I recently found out that charaters below 0x3F are guaranteed not toAndrew Tridgell2007-10-102-45/+58
* r2576: Some userspace tools for getting and setting ntacls via the 'security....Tim Potter2007-10-104-0/+252
* r2573: - added a configure test for nanosecond time resolution in struct statAndrew Tridgell2007-10-105-26/+56
* r2572: fixed two places where status is not initialised in the nbench backendAndrew Tridgell2007-10-101-2/+2
* r2562: got rid of the "reference" backend that never happened - the code isAndrew Tridgell2007-10-103-1021/+0
* r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell2007-10-1025-184/+192
* r2560: Don't require structure fields that have the pidl value() propertyTim Potter2007-10-102-27/+7
* r2559: Python ints can't hold the full range of uint32 values so store themTim Potter2007-10-102-22/+55
* r2556: fixed the -s one bug that jelmer pointed outAndrew Tridgell2007-10-101-1/+1
* r2555: Start of a rpcclient type program.Tim Potter2007-10-102-0/+319
* r2554: added a test for a bug that jelmer pointed out (handling of -s one)Andrew Tridgell2007-10-101-0/+7
* r2553: fixed ldbtest so it passes the ldap schema restrictions and thus can b...Andrew Tridgell2007-10-101-18/+11
* r2552: Character set conversion and string handling updates.Andrew Bartlett2007-10-1012-491/+328
* r2551: Add const.Andrew Bartlett2007-10-101-2/+2
* r2550: survive our own BASE-NEGNOWAIT torture test.Andrew Bartlett2007-10-101-0/+1
* r2547: Another place to use convert_string_talloc().Andrew Bartlett2007-10-101-7/+5
* r2546: Remove another strupper_m() that we don't need.Andrew Bartlett2007-10-101-1/+0
* r2545: str_charnum -> strlen_m.Andrew Bartlett2007-10-101-1/+1
* r2544: (missed from the last commit)Andrew Bartlett2007-10-101-1/+1
* r2543: Catch one more use of sub_get_remote_machine().Andrew Bartlett2007-10-101-1/+2
* r2542: I really don't like the 'substitute' code, and I particularly don'tAndrew Bartlett2007-10-105-50/+22
* r2541: Add a TODO: This is one place we can grab the remote netbios name.Andrew Bartlett2007-10-101-1/+2
* r2538: Support IPv6 as transport for MSRPC. Tested against Win2k3Jelmer Vernooij2007-10-102-11/+35
* r2537: Add static and use strlen_m instead of str_charnum().Andrew Bartlett2007-10-101-2/+2
* r2536: This is a classic case for the use of our new talloc code, andAndrew Bartlett2007-10-101-9/+8
* r2535: Make certain, that even if we have invalid ASN.1 here, and the caller ...Andrew Bartlett2007-10-101-1/+7