summaryrefslogtreecommitdiff
path: root/source3/smbd/nttrans.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1259: Ensure we pass Samba4 RAW-RENAME test.Jeremy Allison1-9/+165
2007-10-10r1257: Ensure we deferr a sharing violation on rename correctly.Jeremy Allison1-1/+11
2007-10-10r1115: Fix for #1427. Catch bad path errors at the right point. Ensure allJeremy Allison1-11/+31
2007-10-10r1093: Ensure we clear any cached errors on a deferred open call soJeremy Allison1-0/+2
2007-10-10r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison1-0/+8
2007-10-10r570: Remove lots of globals to handle case issues - move themJeremy Allison1-28/+25
2007-10-10r483: Fix typo of appending '\\' instead of '/' now we're usingJeremy Allison1-2/+2
2007-10-10r481: Fix up assert caught by check_path_syntax.Jeremy Allison1-2/+3
2007-10-10r408: - replace (conn->admin_user != True) with (current_user.uid != 0)Stefan Metzmacher1-1/+1
2007-10-10r96: Stupid f&%'n UNIX extensions.... SETPATHINFOJeremy Allison1-7/+7
2004-04-02Added per-share parameter "store dos attributes". When set, will storeJeremy Allison1-16/+7
2004-03-04Fix my breakage of NT pipes from the previous patch (sorry). Use theJeremy Allison1-4/+1
2004-03-03Added client "hardlink" commant to test doing NT rename with hard links.Jeremy Allison1-2/+7
2004-03-03Use a common function to parse all pathnames from the wire. This allowsJeremy Allison1-29/+40
2004-02-28Can't set allocation size on directories, return correct error code onJeremy Allison1-0/+12
2004-02-25Figured out a new flags bit with gentest and ethereal....Jeremy Allison1-2/+10
2004-02-24More gentest error fixups.Jeremy Allison1-2/+0
2004-02-24Added NTrename SMB (0xA5) - how did we miss this.... ?Jeremy Allison1-0/+50
2004-02-20Make us bug-for-bug compatible with W2K3 - to get delete on close semanticsJeremy Allison1-6/+19
2004-02-08Make more functions static, and remove duplication in the use of functionsAndrew Bartlett1-2/+3
2003-12-01Ensure the server can cope with multiple secondary transJeremy Allison1-0/+8
2003-11-04Fix missing bracket in quota quote - my fault.Tim Potter1-1/+1
2003-11-03Fix more 64-bit printf warnings.Tim Potter1-4/+4
2003-10-16Tidyup wrap checking.Jeremy Allison1-4/+12
2003-10-08Fixup error code returns from Samba4 tester. Ensure invalid paths areJeremy Allison1-7/+41
2003-09-17Fix coredump from Samba4 torture suite.Jeremy Allison1-0/+3
2003-08-16Implemented the level 1010 NT rename level. Many fixes for Samba4 testJeremy Allison1-12/+6
2003-08-07Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adaptedJeremy Allison1-22/+149
2003-08-02Ensure we don't leak any sign records on cancel of pending requests.Jeremy Allison1-0/+1
2003-08-02Add the same signing code to the server. Ensure we use identical sessionJeremy Allison1-0/+6
2003-07-24Ensure everywhere we defer an incoming SMB request (blocking lock queue,Jeremy Allison1-2/+0
2003-07-24SMB signing is now working with change notify. Need to fix the disconnectJeremy Allison1-0/+2
2003-07-11use names from enumerated type to get rid of compiler warningsHerb Lewis1-3/+3
2003-06-27Some const correctness. Stop tdb being used as a remote backend. If anJeremy Allison1-5/+5
2003-06-22Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce1-1/+1
2003-05-29Change get_nt_acl() to include security_info wanted. Only return this.Jeremy Allison1-91/+103
2003-05-14fix quota build on non-64bit systemsGerald Carter1-3/+3
2003-05-14Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. No...Alexander Bokovoy1-6/+6
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy1-2/+2
2003-05-12And finally IDMAP in 3_0Simo Sorce1-5/+3
2003-05-12Better isolate quota stuffAlexander Bokovoy1-0/+8
2003-05-12Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy1-27/+526
2003-05-11Fix VFS layer:Alexander Bokovoy1-2/+2
2003-04-14Merge of rpcecho pipe for testing large dcerpc requests and responses.Tim Potter1-0/+1
2003-03-08Fix typo in earlier fix, caught by Ranjit @ HP.Jeremy Allison1-1/+1
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-22/+80
2003-02-12Ensure we are not forgetting our janitorial duties...Jeremy Allison1-0/+10
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-2/+2