summaryrefslogtreecommitdiff
path: root/source3/smbd/close.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-1/+1
2001-09-04Merge of transfer file code from 2.2, fix for readbraw.Jeremy Allison1-1/+1
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-4/+0
2001-08-22Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin.Jeremy Allison1-0/+3
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-1/+1
2001-04-14configure:Jeremy Allison1-1/+1
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-1/+1
2001-04-13As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison1-2/+24
2001-03-30This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison1-12/+33
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-4/+0
2001-01-29Changes from APPLIANCE_HEAD:David O'Neill1-2/+2
2000-10-06Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison1-1/+1
2000-10-02Memleak fix for cache code.Jeremy Allison1-4/+20
2000-05-10more merging voodooAndrew Tridgell1-0/+4
2000-04-24Now that fsp's are created on successful file open, the structure memberJeremy Allison1-1/+1
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison1-8/+5
2000-04-16the changes to the main smb codeAndrew Tridgell1-4/+6
2000-04-11The latest open() code changes broke the NT directory opens. Detect if aJeremy Allison1-1/+1
2000-04-10the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell1-16/+6
2000-02-03Mega-VFS merge. Yeah baby!Tim Potter1-4/+3
2000-01-14we now pass all byte range locking testsAndrew Tridgell1-0/+2
1999-12-21converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1-4/+3
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-24/+68
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-1/+1
1999-04-04Use VFS operations for file I/O.Tim Potter1-3/+2
1998-10-27debug string with no %s parameter. oopsLuke Leighton1-1/+2
1998-10-23Handle the case where multiple smbd have the file open, some of whomJeremy Allison1-2/+11
1998-10-23Reasonably large change to give us *exactly* correct NT delete on close seman...Jeremy Allison1-0/+1
1998-10-23include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1-1/+2
1998-09-11Ok - this is the 'expose 64 bit to the clients' checkin.Jeremy Allison1-1/+15
1998-09-05Bugfix for leak in reference counted file struct.Jeremy Allison1-1/+2
1998-08-31configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1-2/+2
1998-08-21Fixes for the problem in blocking locks with file_fsp returning theJeremy Allison1-2/+2
1998-08-19Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.Jeremy Allison1-4/+2
1998-08-17this completes the splitup of server.c.Andrew Tridgell1-0/+170