summaryrefslogtreecommitdiff
path: root/source3/include/smb_macros.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r570: Remove lots of globals to handle case issues - move themJeremy Allison1-3/+3
2007-10-10r478: Added Volkers fix to be able to force DOS errors when needed.Jeremy Allison1-3/+4
2004-03-03Use a common function to parse all pathnames from the wire. This allowsJeremy Allison1-0/+1
2003-08-07Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adaptedJeremy Allison1-0/+6
2003-07-07and so it begins....Gerald Carter1-2/+1
2003-06-30* rename samstrict auth method to samGerald Carter1-0/+7
2003-06-25large change:Gerald Carter1-0/+1
2003-05-11Fix VFS layer:Alexander Bokovoy1-48/+0
2003-04-24Patch from Stephan Metzmacher to add default arguments to lp_parm() smb.confJelmer Vernooij1-1/+4
2003-04-14Fix _smb_setlen to be non {} safe.Jeremy Allison1-2/+2
2003-04-09Ensure we have WinXP-like semantics for checking TIDs and FIDs.Jeremy Allison1-3/+6
2003-01-15*lots of small merges form HEADGerald Carter1-2/+0
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-8/+10
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-1/+4
2002-03-13include/smb_macros.h: Don't round up an allocation if the size is zero.Jeremy Allison1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-1/+1
2002-01-16Added CIFS UNIX extension code to client.Jeremy Allison1-0/+6
2002-01-10First part of UNIX extensions (#ifdefed out) more to follow.Jeremy Allison1-0/+6
2002-01-03Clarify doc for SAFE_FREE.Martin Pool1-3/+7
2002-01-03Welcome to preprocessor hell. Had to put a #ifndef around SAFE_FREE toTim Potter1-0/+3
2001-11-12Fixed allocation bug in database prog. Some format fixes.Jeremy Allison1-0/+1
2001-11-09Fixup __LPID -> _LPID.Jeremy Allison1-1/+1
2001-11-04a big one:Simo Sorce1-0/+1
2001-10-19Restored old Bmpx code - actually used by OS/2.Jeremy Allison1-0/+12
2001-09-30Finally kill off the SMBENCRYPT() macro.Andrew Bartlett1-2/+0
2001-09-17introduce SAFE_FREE() macro as suggested by andreas moroder.Simo Sorce1-0/+3
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell1-1/+1
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell1-1/+0
2001-09-06- fixed proto.h build on systems using a parallel makeAndrew Tridgell1-0/+3
2001-09-05added filename to error_packet()Andrew Tridgell1-4/+4
2001-08-27started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell1-1/+1
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-17/+8
2001-07-30Added "use mmap" for HPUX.Jeremy Allison1-0/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-12/+12
2001-07-02Fixed the nastiest locking bug to track down.... smb_pids are sent in theJeremy Allison1-0/+1
2000-10-19Ok - this is a big patch - and it may break smbd a bit (althoughJeremy Allison1-2/+2
2000-10-06Inlined many of the vfs_XXX calls as macros for speed.Jeremy Allison1-0/+41
2000-09-26fixed IRIX compiller error messageHerb Lewis1-1/+1
2000-08-14Reverted the change Luke made. Removed IS_BITS_SET_XX macros.Jeremy Allison1-5/+0
2000-08-14restored IS_BITS_SET_xxx macros.Luke Leighton1-0/+5
2000-08-12removed (void) typecast from SMB_ASSERTGerald Carter1-1/+1
2000-08-01Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison1-5/+0
2000-06-09Luke, I am moving the code back into passdb/passdb.c, this the correctJeremy Allison1-8/+0
2000-06-09dynamic allocation of NET_USER_INFO_3 gids.Luke Leighton1-0/+8
2000-06-01Getting back to a compilable state (not there yet but close).Jeremy Allison1-8/+0
2000-04-30- removed all our old wildcard matching code and replaced it with aAndrew Tridgell1-8/+0
2000-04-24Now that fsp's are created on successful file open, the structure memberJeremy Allison1-2/+2
2000-04-12Ensure that CHECK_FNUM rejects fd == -1 correctly.Jeremy Allison1-1/+4
2000-03-08dded Microsoft Dfs services.Shirish Kalele1-0/+1
2000-02-03Busting up of source/include/smb.h into smaller pieces which can beTim Potter1-0/+236