summaryrefslogtreecommitdiffstats
path: root/source/smbd/files.c
Commit message (Collapse)AuthorAgeFilesLines
* r25055: Add file_id_string_tosVolker Lendecke2007-09-101-2/+2
| | | | This removes file_id_string_static and file_id_string_static2
* r24660: Merge the inbuf/outbuf changesVolker Lendecke2007-08-251-6/+2
|
* r23996: One more constVolker Lendecke2007-07-231-1/+1
|
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
| | | | Jeremy.
* r23589: Ensure we will always release any timeout handlerJeremy Allison2007-06-221-0/+3
| | | | | | on fsp close or removal of oplock. Mulitple removals are safe. Jeremy.
* r23511: Merge branches/SAMBA_3_0@23510James Peach2007-06-151-1/+1
| | | | | Tidy calls to smb_panic by removing trailing newlines. Print the failed expression in SMB_ASSERT.
* r23183: Check in a change made by Tridge:Volker Lendecke2007-05-291-27/+21
| | | | | | | | | | | | | This replaces the internal explicit dev/ino file id representation by a "struct file_id". This is necessary as cluster file systems and NFS don't necessarily assign the same device number to the shared file system. With this structure in place we can now easily add different schemes to map a file to a unique 64-bit device node. Jeremy, you might note that I did not change the external interface of smb_share_modes.c. Volker
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-03-051-3/+3
| | | | | | | | | | for utimes - change the call to ntimes. This preserves nsec timestamps we get from stat (if the system supports it) and only maps back down to usec or sec resolution on time set. Looks bigger than it is as I had to move lots of internal code from using time_t and struct utimebuf to struct timespec. Jeremy.
* r21322: No feedback means consent :-)Volker Lendecke2007-02-131-0/+5
| | | | | | | | | | | It does not matter if I screw up 3.0.25 or 3.0.26 with this, so do it rather sooner than later. Add the notify support that already exists in 3_0 to 3_0_25. If you want to see this patch dissected into digestable parts, look at 3_0, revisions at about 20800 and following. Volker
* r19810: more merge work....does not compile currently. Working on smbd mergeGerald Carter2006-11-211-26/+44
|
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-24/+4
|
* r14460: SMBexit closes by pid and vuid. Tested with smbtorture.Jeremy Allison2006-03-151-3/+3
| | | | Jeremy.
* r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison2006-02-021-3/+3
| | | | | | | | by saving the UNIX token used to set a delete on close flag, and using it when doing the delete. libsmbsharemodes.so still needs updating to cope with this change. Samba4 torture tests to follow. Jeremy.
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-301-21/+12
| | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck)
* r9985: Move the all the strict sync logic into file_sync().James Peach2005-09-031-1/+1
|
* r8292: Tidy up function comments.Jeremy Allison2005-07-101-2/+10
| | | | Jeremy.
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2005-07-081-9/+73
| | | | | | | | | tests on this as it's very late NY time (just wanted to get this work into the tree). I'll test this over the weekend.... Jerry - in looking at the difference between the two trees there seem to be some printing/ntprinting.c and registry changes we might want to examine to try keep in sync. Jeremy.
* r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global ↵Jeremy Allison2005-04-011-4/+2
| | | | | | nastyness. Jeremy.
* r5731: Get delayed write semantics closer to W2K3. We need to store 2 times.Jeremy Allison2005-03-101-0/+4
| | | | | This may fix bug #2382. Jeremy.
* r5720: Attempt to fix bug #2382 (Excel shared workbook stops working). AlsoJeremy Allison2005-03-101-2/+57
| | | | | | incorporates part of the fix created by ke_miyata@itg.hitachi.co.jp for bug #2045 (MS-Office behavior of timestamp). Jeremy.
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2004-12-071-1/+1
| | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy.
* r3050: Steal from Samba4 :-). Make us pass most of the new lock tests ↵Jeremy Allison2004-10-181-22/+24
| | | | | | | (except for the cancel lock which I have to add). Jeremy.
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+449
metze