summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-14Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. No...Alexander Bokovoy1-5/+5
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy1-27/+27
2003-05-12Wrap into WITH_QUOTAS yet another place in trans2Alexander Bokovoy1-1/+7
2003-05-12Small fix for HAVE_SYS_QUOTAS usage, spotted by build farmAlexander Bokovoy1-6/+7
2003-05-12Small fix for HAVE_SYS_QUOTAS usage, spotted by build farmAlexander Bokovoy1-1/+6
2003-05-12Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy1-7/+190
2003-05-11Fix VFS layer:Alexander Bokovoy1-28/+28
2003-05-07SMB_QUERY_FILE_ALT_NAME_INFO and SMB_FILE_ALTERNATE_NAME_INFORMATIONJeremy Allison1-9/+1
2003-04-24Fix length in findfirst2 responses, fix os/2 clientsJim McDonough1-4/+10
2003-04-04Re-fix regression noticed by Tom Schaefer <tom@umsl.edu> due toJeremy Allison1-0/+3
2003-03-18Merge whitespace to match HEAD.Andrew Bartlett1-17/+17
2003-03-17Merge from HEAD:Andrew Bartlett1-10/+17
2003-03-07Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out.Jeremy Allison1-1/+1
2003-03-07Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parametersJeremy Allison1-20/+73
2003-02-11Fix delete on close semantics to match W2K. I (think:-) I understand it now :-).Jeremy Allison1-45/+30
2003-01-14merge alt_name patch from headAndrew Tridgell1-1/+1
2002-12-05The element in fsp->print_job should be a RAP jobid, not a uint32 RPCJeremy Allison1-4/+1
2002-12-04Need brackets around macro args. Spotted by Patrick Welche <prlw1@newn.cam.ac...Jeremy Allison1-1/+1
2002-12-04Missed the removal of the incorrect ifdef.Jeremy Allison1-3/+1
2002-12-04Fix for 64 bit issues with oplocks and allocation size.Jeremy Allison1-10/+10
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-2/+1
2002-10-23First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison1-0/+2
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-24/+45
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-36/+52
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-1084/+1539
2002-04-11This split the mangling code up to allow for the possibility of multipleAndrew Tridgell1-13/+13
2002-04-02Fixed the error bad path for recursive mkdir so mkdir \a\b\c\d works.Jeremy Allison1-0/+14
2002-03-28Ensure that setting file length can return disk full on failure.Jeremy Allison1-2/+7
2002-03-23Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison1-1/+1
2002-03-20HEAD only fix for truncate from Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Jeremy Allison1-1/+1
2002-03-20Ensure we get a real fd when opening for set file allocation.Jeremy Allison1-1/+1
2002-03-20Remove the "stat open" code - make it inline. This should fix theJeremy Allison1-7/+2
2002-03-05Mask off the aDIR on setfileinfo.Jeremy Allison1-0/+5
2002-03-04Canonicalise pathnames returned to Windows directory separators.Jeremy Allison1-0/+1
2002-02-25This fixes 4 info levels in a trans2 find_first that should not be nullAndrew Tridgell1-4/+6
2002-02-21this fixes the security tab on mapped drives for unicode clients.Andrew Tridgell1-19/+12
2002-02-05check for empty parameters in qpathinfoAndrew Tridgell1-0/+4
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison1-5/+5
2002-01-10First part of UNIX extensions (#ifdefed out) more to follow.Jeremy Allison1-1/+169
2001-12-20fixed long filenames on win98Andrew Tridgell1-1/+3
2001-11-28Ensure the CAN_WRITE is checked and prevents O_CREAT and O_TRUNC fromJeremy Allison1-0/+9
2001-11-23Fixed delete on close bug. Added core dump code to winbindd.Jeremy Allison1-72/+89
2001-11-17Tidyups when I was doing the big merge...Jeremy Allison1-0/+1
2001-11-12Fixed allocation bug in database prog. Some format fixes.Jeremy Allison1-954/+953
2001-11-10Use defined constants not integers.Jeremy Allison1-3/+3
2001-11-08Only 1mb allocate slop.Jeremy Allison1-56/+55
2001-11-08Merge overdue changes from 2.2. Fix <4gb write problem.Jeremy Allison1-40/+29
2001-11-08Added more define bits. Fixed error in vol attributes.Jeremy Allison1-1/+0
2001-11-05Don't put a \n on the end of the arg to exit_server()Tim Potter1-3/+3