Age | Commit message (Expand) | Author | Files | Lines |
2003-05-22 | Stat opens can have fsp->fd == -1 and will have a share entry. Ensure | Jeremy Allison | 1 | -2/+10 |
2003-05-12 | Add NT quota support. Patch from Stefan (metze) Metzemacher | Alexander Bokovoy | 1 | -0/+4 |
2002-10-22 | Fix for systems that allow more than 65536 open files per process. | Jeremy Allison | 1 | -1/+8 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-10-20 | Move from timestamp to gen count file id's for finding oplocked files | Jeremy Allison | 1 | -20/+57 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -1/+1 |
2001-04-14 | configure: | Jeremy Allison | 1 | -2/+3 |
2001-04-13 | Added fix from "Eric Boehm" <boehm@nortelnetworks.com> to try and set hard | Jeremy Allison | 1 | -3/+3 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -2/+0 |
2000-05-10 | more merging voodoo | Andrew Tridgell | 1 | -0/+2 |
2000-05-10 | Fix for misunderstanding of fsync added when vfs layer | Herb Lewis | 1 | -1/+1 |
2000-05-02 | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 1 | -1/+1 |
2000-04-24 | Now that fsp's are created on successful file open, the structure member | Jeremy Allison | 1 | -10/+23 |
2000-04-22 | This is a *big* checkin that may break some things, but implements the | Jeremy Allison | 1 | -1/+7 |
2000-04-10 | initialise fsp->fd to -1 | Andrew Tridgell | 1 | -0/+1 |
2000-04-10 | the bulk of the changes to get rid of fd_ptr and move print open | Andrew Tridgell | 1 | -106/+12 |
2000-02-03 | Mega-VFS merge. Yeah baby! | Tim Potter | 1 | -1/+1 |
2000-01-16 | use string_set() instead of string_init() | Andrew Tridgell | 1 | -1/+1 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -12/+6 |
1999-08-13 | spelling mistake. | Luke Leighton | 1 | -1/+1 |
1999-04-20 | Changed arguments to fsync() function to break dependency on | Tim Potter | 1 | -2/+3 |
1999-04-04 | Use VFS operations for file I/O. | Tim Potter | 1 | -3/+2 |
1998-11-18 | Fixed crash bug which was assuming that fd_ptr was always non-null | Jeremy Allison | 1 | -2/+5 |
1998-10-23 | Reasonably large change to give us *exactly* correct NT delete on close seman... | Jeremy Allison | 1 | -0/+35 |
1998-10-16 | Re-added code to tell the user how many open files they | Jeremy Allison | 1 | -5/+15 |
1998-10-08 | - fixed a bunch of warnings and minor errors | Andrew Tridgell | 1 | -1/+1 |
1998-10-05 | added a function set_maxfiles() to set our file rlimit to the max | Andrew Tridgell | 1 | -27/+8 |
1998-10-01 | got rid of USE_FILES_ARRAY code (it was unused) | Andrew Tridgell | 1 | -106/+4 |
1998-09-30 | (Finally) implemented "max open files" as a global smb.conf parameter. | Jeremy Allison | 1 | -22/+44 |
1998-09-23 | First cut at kernel oplocks. This should have no effect unless runnin | Jeremy Allison | 1 | -13/+15 |
1998-09-10 | smb.h: Removed fdnum from file_fd_struct. Not needed. | Jeremy Allison | 1 | -29/+109 |
1998-09-05 | some cleanups to use ZERO_STRUCT() and friends | Andrew Tridgell | 1 | -4/+4 |
1998-09-05 | tridge the destroyer returns! | Andrew Tridgell | 1 | -2/+3 |
1998-09-05 | Bugfix for leak in reference counted file struct. | Jeremy Allison | 1 | -3/+3 |
1998-09-04 | Modified dev_t and ino_t code to be 64 bit clean (including changes | Jeremy Allison | 1 | -1/+7 |
1998-09-01 | More abstraction of file system data types, to move to a 64 | Jeremy Allison | 1 | -1/+1 |
1998-08-31 | configure.in, configure: include/config.h.in: Added stropts and poll. | Jeremy Allison | 1 | -5/+5 |
1998-08-20 | Turning on blocking locking code. NB. Blocking lock requests that are not | Jeremy Allison | 1 | -2/+2 |
1998-08-17 | Fixed bug introduced by the recent changes where the chain_fnum | Jeremy Allison | 1 | -1/+19 |
1998-08-17 | added some optimisation for the case where the number of open files is | Andrew Tridgell | 1 | -33/+14 |
1998-08-17 | moved connection_struct handling code into smbd/conn.c and changed it | Andrew Tridgell | 1 | -8/+12 |
1998-08-17 | much cleaner chain pointer handling for both files and pipes. | Andrew Tridgell | 1 | -15/+40 |
1998-08-17 | some cleanups from the conversion of Pipes[] to a linked list. I also | Andrew Tridgell | 1 | -11/+8 |
1998-08-16 | - some tidying up in files.c | Andrew Tridgell | 1 | -3/+3 |
1998-08-16 | got rid of the Files[] array completely (previously I'd just made it | Andrew Tridgell | 1 | -146/+207 |
1998-08-16 | changed find_free_file() to file_new(). | Andrew Tridgell | 1 | -1/+1 |
1998-08-15 | this checkin gets rid of the global Files[] array and makes it local | Andrew Tridgell | 1 | -0/+321 |