summaryrefslogtreecommitdiff
path: root/source4/include
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3354: honor "max xmit" and "max mux" from smb.conf in our client code. ThisAndrew Tridgell1-0/+2
2007-10-10r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...Stefan Metzmacher1-6/+0
2007-10-10r3315: converted the libcli/raw/ code to use the generic socket library. ThisAndrew Tridgell1-2/+1
2007-10-10r3284: - don't use a enum for bit-fields. It isn't legal C (as C is limited toAndrew Tridgell1-30/+0
2007-10-10r3271: use "struct messaging_context *" instead of "void *" in messaging APIAndrew Tridgell1-0/+2
2007-10-10r3237: - allow for readx calls larger than 64kAndrew Tridgell1-15/+4
2007-10-10r3175: Add winbind back into includes.h (spotted by tpot)Andrew Bartlett1-0/+2
2007-10-10r3171: in qfileinfo getattre and standard have identical structures, soAndrew Tridgell1-17/+2
2007-10-10r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transp...Jelmer Vernooij1-0/+1
2007-10-10r3082: added a "cifs:mapgeneric" option, which tells the cifs backend to useAndrew Tridgell1-1/+2
2007-10-10r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell2-95/+44
2007-10-10r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(...Andrew Tridgell1-0/+8
2007-10-10r3052: added talloc_zero_p() and talloc_zero_array_p() calls, for allocating ...Andrew Tridgell1-1/+5
2007-10-10r3029: implemented byte range lock timeouts.Andrew Tridgell2-46/+2
2007-10-10r3017: nicer memory handling for event_context_merge()Andrew Tridgell1-1/+2
2007-10-10r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell2-2/+4
2007-10-10r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that theAndrew Tridgell2-0/+39
2007-10-10r2992: drsuapi uses WERROR not NTSTATUSStefan Metzmacher1-0/+3
2007-10-10r2961: fixed a silly typoAndrew Tridgell1-2/+2
2007-10-10r2960: during a lunchtime discussion I found out that all powerpc processorsAndrew Tridgell1-2/+47
2007-10-10r2951: fixed the intptr_t test for discard_const()Andrew Tridgell1-0/+4
2007-10-10r2900: rusty pointed out to me that discard_const() can be done via a macroAndrew Tridgell1-2/+22
2007-10-10r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell3-50/+4
2007-10-10r2791: got rid of talloc_unreference() and instead created talloc_unlink(),Andrew Tridgell1-1/+1
2007-10-10r2744: ben elliston taught me about gcov today, which allows you to measureAndrew Tridgell2-1/+42
2007-10-10r2678: from_name and to_name aren't needed in smb_iconv_tAndrew Tridgell1-1/+0
2007-10-10r2674: I have realised that talloc() should have its context marked const, asAndrew Tridgell1-0/+1
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell1-2/+2
2007-10-10r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell1-12/+0
2007-10-10r2653: - data_blob() and data_blob_talloc() now get automatic namesAndrew Tridgell1-0/+3
2007-10-10r2649: - used some cpp tricks to make users of talloc() and talloc_realloc()Andrew Tridgell1-2/+12
2007-10-10r2641: talloc_p() now produces a named talloc pointer, with the nameAndrew Tridgell1-1/+1
2007-10-10r2632: a new approach to handling const errors. We have had huge numbers ofAndrew Tridgell1-0/+2
2007-10-10r2618: before we had refererence counts in talloc I added a hack in theAndrew Tridgell1-1/+0
2007-10-10r2582: Merge checks for xattr and acl libraries from Samba3 so the {get,set}n...Tim Potter1-0/+11
2007-10-10r2520: - finished implementing the server side of the old style search requestsAndrew Tridgell1-1/+1
2007-10-10r2518: Some long overdue changes:Jelmer Vernooij1-5/+113
2007-10-10r2510: Make C++ compilers happy, use ifdef instead of ifJelmer Vernooij1-5/+5
2007-10-10r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell1-21/+28
2007-10-10r2459: added STATUS_NO_MORE_FILES nt status codeAndrew Tridgell1-1/+2
2007-10-10r2456: got rid of some outdated global macrosAndrew Tridgell1-13/+0
2007-10-10r2434: separate "attrib" and "ex_attrib" elements for DOS attributes is point...Andrew Tridgell1-2/+1
2007-10-10r2404: the first large lump of posix vfs stuff.Andrew Tridgell1-0/+5
2007-10-10r2386: fixed some indentationAndrew Tridgell1-1/+1
2007-10-10r2328: add the start of a new system and protocolStefan Metzmacher1-0/+1
2007-10-10r2321: add complately untested LDAP server startStefan Metzmacher1-0/+1
2007-10-10r2242: some older versions of gcc don't properly handle theAndrew Tridgell1-2/+3
2007-10-10r2159: converted samba4 over to UTF-16.Andrew Tridgell1-1/+1
2007-10-10r2039: got rid of the free() ptr in DATA_BLOBAndrew Tridgell1-1/+0
2007-10-10r2005: fix compiler warningsStefan Metzmacher1-1/+1