summaryrefslogtreecommitdiffstats
path: root/source3/include/smb_macros.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-1/+1
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-061-1/+0
* - fixed proto.h build on systems using a parallel makeAndrew Tridgell2001-09-061-0/+3
* added filename to error_packet()Andrew Tridgell2001-09-051-4/+4
* started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell2001-08-271-1/+1
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-17/+8
* Added "use mmap" for HPUX.Jeremy Allison2001-07-301-0/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-12/+12
* Fixed the nastiest locking bug to track down.... smb_pids are sent in theJeremy Allison2001-07-021-0/+1
* Ok - this is a big patch - and it may break smbd a bit (althoughJeremy Allison2000-10-191-2/+2
* Inlined many of the vfs_XXX calls as macros for speed.Jeremy Allison2000-10-061-0/+41
* fixed IRIX compiller error messageHerb Lewis2000-09-261-1/+1
* Reverted the change Luke made. Removed IS_BITS_SET_XX macros.Jeremy Allison2000-08-141-5/+0
* restored IS_BITS_SET_xxx macros.Luke Leighton2000-08-141-0/+5
* removed (void) typecast from SMB_ASSERTGerald Carter2000-08-121-1/+1