summaryrefslogtreecommitdiffstats
path: root/source3/include/smb_macros.h
Commit message (Expand)AuthorAgeFilesLines
* r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-basedJames Peach2007-10-101-0/+4
* r13975: Re-fix Coverity #156 - I had left the hidden arg. inconsistentJeremy Allison2007-10-101-1/+1
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-2/+4
* r9945: fix typos.Günther Deschner2007-10-101-1/+1
* r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter2007-10-101-0/+1
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2007-10-101-5/+6
* r7200: Don't use memset, use SET_STAT_INVALID (has the same effect).Jeremy Allison2007-10-101-0/+1
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter2007-10-101-1/+6
* r6613: Merge back fix for PARANOID_MALLOC checker.Jeremy Allison2007-10-101-1/+3
* r6595: This is Volkers new-talloc patch. Just got the go-ahead fromJeremy Allison2007-10-101-21/+18
* r6548: Fix bug #2622 - remove DPTR_MASK as it makes no sense.Jeremy Allison2007-10-101-7/+1
* r6358: merging SMB_ASSERT() changes from the release branchGerald Carter2007-10-101-1/+8
* r6351: This is quite a large and intrusive patch, but there are not many piec...Volker Lendecke2007-10-101-0/+3
* r6346: Add a counter for the number of SMB operations per connection/file.Jeremy Allison2007-10-101-0/+1
* r6277: This implements a new caching API for enumerating the pdb elements. It isVolker Lendecke2007-10-101-0/+10
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-2/+6
* r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...Jeremy Allison2007-10-101-14/+9
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-1/+1
* r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...Derrell Lipman2007-10-101-1/+1
* r6014: rather large change set....Gerald Carter2007-10-101-0/+3
* r5636: Re-add the allocation size - parameterized by share asJeremy Allison2007-10-101-0/+2
* r5548: Stop lying about allocation sizes to Windows clients. It was a niceJeremy Allison2007-10-101-2/+0
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-0/+88
* r2076: Removed old dir caching code - not being used now we have theJeremy Allison2007-10-101-1/+0
* r570: Remove lots of globals to handle case issues - move themJeremy Allison2007-10-101-3/+3
* r478: Added Volkers fix to be able to force DOS errors when needed.Jeremy Allison2007-10-101-3/+4
* Use a common function to parse all pathnames from the wire. This allowsJeremy Allison2004-03-031-0/+1
* Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adaptedJeremy Allison2003-08-071-0/+6
* and so it begins....Gerald Carter2003-07-071-2/+1
* * rename samstrict auth method to samGerald Carter2003-06-301-0/+7
* large change:Gerald Carter2003-06-251-0/+1
* Fix VFS layer:Alexander Bokovoy2003-05-111-48/+0
* Patch from Stephan Metzmacher to add default arguments to lp_parm() smb.confJelmer Vernooij2003-04-241-1/+4
* Fix _smb_setlen to be non {} safe.Jeremy Allison2003-04-141-2/+2
* Ensure we have WinXP-like semantics for checking TIDs and FIDs.Jeremy Allison2003-04-091-3/+6
* *lots of small merges form HEADGerald Carter2003-01-151-2/+0
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-8/+10
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-1/+4
* include/smb_macros.h: Don't round up an allocation if the size is zero.Jeremy Allison2002-03-131-1/+1
* Removed version number from file header.Tim Potter2002-01-301-1/+1
* Added CIFS UNIX extension code to client.Jeremy Allison2002-01-161-0/+6
* First part of UNIX extensions (#ifdefed out) more to follow.Jeremy Allison2002-01-101-0/+6
* Clarify doc for SAFE_FREE.Martin Pool2002-01-031-3/+7
* Welcome to preprocessor hell. Had to put a #ifndef around SAFE_FREE toTim Potter2002-01-031-0/+3
* Fixed allocation bug in database prog. Some format fixes.Jeremy Allison2001-11-121-0/+1
* Fixup __LPID -> _LPID.Jeremy Allison2001-11-091-1/+1
* a big one:Simo Sorce2001-11-041-0/+1
* Restored old Bmpx code - actually used by OS/2.Jeremy Allison2001-10-191-0/+12
* Finally kill off the SMBENCRYPT() macro.Andrew Bartlett2001-09-301-2/+0
* introduce SAFE_FREE() macro as suggested by andreas moroder.Simo Sorce2001-09-171-0/+3