summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r2645: converted the NTLMSSP code to the new style of tallocAndrew Tridgell2007-10-107-107/+68
* r2644: removed an unused functionAndrew Tridgell2007-10-101-18/+0
* r2643: convert more of the auth subsyystem to the new talloc methods. ThisAndrew Tridgell2007-10-107-52/+35
* r2642: smb_iconv_t is a pointer, so checks against -1 errors should use a castAndrew Tridgell2007-10-101-1/+1
* r2641: talloc_p() now produces a named talloc pointer, with the nameAndrew Tridgell2007-10-102-4/+32
* r2640: valgrind does a great job on some types of memory leaks, but is slowAndrew Tridgell2007-10-102-5/+80
* r2639: we doon't need the valid_table code, so get rid of itAndrew Tridgell2007-10-101-56/+0
* r2638: do lazy initialisation of iconv handles, so we don't initialise aAndrew Tridgell2007-10-101-39/+29
* r2635: mem_ctx cleanups on the lsa and netlogon pipes in the rpc serverAndrew Tridgell2007-10-103-50/+19
* r2634: use discard_const_p() in a few placesAndrew Tridgell2007-10-105-10/+13
* r2633: fixed some function types in the (unused) print backendAndrew Tridgell2007-10-101-2/+2
* r2632: a new approach to handling const errors. We have had huge numbers ofAndrew Tridgell2007-10-103-2/+24
* r2631: the strchr family of functions should not return const strings.Andrew Tridgell2007-10-101-3/+3
* r2630: I missed a couple of places in the gensec talloc conversionAndrew Tridgell2007-10-101-3/+3
* r2629: convert gensec to the new talloc modelAndrew Tridgell2007-10-1013-45/+40
* r2628: got rid of some warnings and converted a few more places to use hierar...Andrew Tridgell2007-10-108-15/+17
* r2627: use the new talloc capabilities in a bunch more places in the rpcAndrew Tridgell2007-10-1011-94/+64
* r2626: the symbol gai_error is defined in /usr/include, so don't use that nam...Andrew Tridgell2007-10-101-4/+4
* r2625: use talloc_p, not talloc when possible (when allocating a structure in...Andrew Tridgell2007-10-101-1/+1
* r2624: - save some system calls by only trying read/write operations that sel...Andrew Tridgell2007-10-101-1/+11
* r2623: don't do pointer arithmetic on void*, as it doesn't work with non-GNU ...Andrew Tridgell2007-10-101-1/+1
* r2622: to implement the SOCKET_FLAG_BLOCK option in the socket library weAndrew Tridgell2007-10-101-0/+4
* 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