summaryrefslogtreecommitdiffstats
path: root/source4/include
Commit message (Expand)AuthorAgeFilesLines
* r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell2007-10-103-50/+4
* r2791: got rid of talloc_unreference() and instead created talloc_unlink(),Andrew Tridgell2007-10-101-1/+1
* r2744: ben elliston taught me about gcov today, which allows you to measureAndrew Tridgell2007-10-102-1/+42
* r2678: from_name and to_name aren't needed in smb_iconv_tAndrew Tridgell2007-10-101-1/+0
* r2674: I have realised that talloc() should have its context marked const, asAndrew Tridgell2007-10-101-0/+1
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-101-2/+2
* r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2007-10-101-12/+0
* r2653: - data_blob() and data_blob_talloc() now get automatic namesAndrew Tridgell2007-10-101-0/+3
* r2649: - used some cpp tricks to make users of talloc() and talloc_realloc()Andrew Tridgell2007-10-101-2/+12
* r2641: talloc_p() now produces a named talloc pointer, with the nameAndrew Tridgell2007-10-101-1/+1
* r2632: a new approach to handling const errors. We have had huge numbers ofAndrew Tridgell2007-10-101-0/+2
* r2618: before we had refererence counts in talloc I added a hack in theAndrew Tridgell2007-10-101-1/+0
* r2582: Merge checks for xattr and acl libraries from Samba3 so the {get,set}n...Tim Potter2007-10-101-0/+11
* r2520: - finished implementing the server side of the old style search requestsAndrew Tridgell2007-10-101-1/+1
* r2518: Some long overdue changes:Jelmer Vernooij2007-10-101-5/+113
* r2510: Make C++ compilers happy, use ifdef instead of ifJelmer Vernooij2007-10-101-5/+5
* r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell2007-10-101-21/+28
* r2459: added STATUS_NO_MORE_FILES nt status codeAndrew Tridgell2007-10-101-1/+2
* r2456: got rid of some outdated global macrosAndrew Tridgell2007-10-101-13/+0
* r2434: separate "attrib" and "ex_attrib" elements for DOS attributes is point...Andrew Tridgell2007-10-101-2/+1
* r2404: the first large lump of posix vfs stuff.Andrew Tridgell2007-10-101-0/+5
* r2386: fixed some indentationAndrew Tridgell2007-10-101-1/+1
* r2328: add the start of a new system and protocolStefan Metzmacher2007-10-101-0/+1
* r2321: add complately untested LDAP server startStefan Metzmacher2007-10-101-0/+1
* r2242: some older versions of gcc don't properly handle theAndrew Tridgell2007-10-101-2/+3
* r2159: converted samba4 over to UTF-16.Andrew Tridgell2007-10-101-1/+1
* r2039: got rid of the free() ptr in DATA_BLOBAndrew Tridgell2007-10-101-1/+0
* r2005: fix compiler warningsStefan Metzmacher2007-10-101-1/+1
* r1985: take advantage of the new talloc in a few more placesAndrew Tridgell2007-10-101-10/+0
* r1984: this change is what you should read to understand the new talloc()Andrew Tridgell2007-10-101-3/+0
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-101-30/+9
* r1912: move popt_common.hStefan Metzmacher2007-10-102-52/+1
* r1911: merge a few popt parameters from 3.0 move some to better placesStefan Metzmacher2007-10-101-2/+3
* r1903: hmm a better solution is to include popt.h where it is neededStefan Metzmacher2007-10-102-1/+2
* r1902: we need to include popt.h before popt_common.hStefan Metzmacher2007-10-102-2/+1
* r1895: added a note about OPEN_BY_FILE_ID to the ntcreatex interface definitionAndrew Tridgell2007-10-101-0/+3
* r1894: Convert // to /* */Volker Lendecke2007-10-101-1/+1
* r1877: since make proto catches all functionsStefan Metzmacher2007-10-101-0/+1
* r1836: - as abartlet said to me, we need to contact the users domain pdcfor d...Stefan Metzmacher2007-10-101-0/+2
* r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMBAndrew Bartlett2007-10-103-16/+38
* r1785: remove unneeded dependencies on openldap client librariesSimo Sorce2007-10-102-14/+0
* r1760: name the structSimo Sorce2007-10-101-1/+1
* r1756: merge volkers ldap client lib to samba4 for simo to start with theStefan Metzmacher2007-10-102-1/+3
* r1745: More work on cleaning up SMB signing.Andrew Bartlett2007-10-101-3/+7
* r1735: Clean up SMB signing - we don't have more than one 'real' way to signAndrew Bartlett2007-10-101-7/+2
* r1729: Make the SMB signing code more generic (to share more between client a...Andrew Bartlett2007-10-101-11/+13
* r1686: Don't use a void* for the context inside the SMB signing code.Andrew Bartlett2007-10-101-1/+6
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-102-53/+53
* r1633: fixed a couple of async oplock handling errorsAndrew Tridgell2007-10-101-0/+4
* r1629: server_zone needs to be "int" not "int16_t" as it can hold valuesAndrew Tridgell2007-10-101-1/+1