Age | Commit message (Expand) | Author | Files | Lines |
2003-11-02 | Printf fixes for 64-bit size_t. | Tim Potter | 1 | -3/+3 |
2003-08-14 | Fix SMBseek and get/set position information SMBs. Works against | Jeremy Allison | 1 | -2/+20 |
2003-05-14 | Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF... | Alexander Bokovoy | 1 | -7/+7 |
2003-05-11 | Fix VFS layer: | Alexander Bokovoy | 1 | -7/+7 |
2002-12-05 | The element in fsp->print_job should be a RAP jobid, not a uint32 RPC | Jeremy Allison | 1 | -2/+13 |
2002-12-04 | Fix for 64 bit issues with oplocks and allocation size. | Jeremy Allison | 1 | -20/+36 |
2002-10-21 | removed the following parameters | Gerald Carter | 1 | -7/+3 |
2002-10-03 | Added ASCII art to make this clearer. | Jeremy Allison | 1 | -1/+73 |
2002-10-03 | Write cache bugfix from Rasmus Borup Hansen, system adm. Email: rbh@math.... | Jeremy Allison | 1 | -0/+13 |
2002-08-17 | Sync 3.0 branch with head | Jelmer Vernooij | 1 | -1/+1 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -384/+395 |
2002-03-20 | Remove the "stat open" code - make it inline. This should fix the | Jeremy Allison | 1 | -0/+12 |
2002-03-02 | Fix lseek-on-pipe problem in VFS (where it belongs IMHO). | Jeremy Allison | 1 | -13/+1 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-22 | Ensure fsp->size is correct so readraw's return correct data. | Jeremy Allison | 1 | -9/+14 |
2002-01-21 | Found and fixed the logic bug in write cache code. Amazingly helpful | Jeremy Allison | 1 | -4/+10 |
2002-01-20 | Ensure identical between 2.2.3 and 3.0 - no need for difference here.. | Jeremy Allison | 1 | -1/+0 |
2002-01-20 | Fix file size calculations for write cache code. | Jeremy Allison | 1 | -5/+41 |
2002-01-20 | Attempt to fix bugs in write cache code (yes I know it's going away :-). | Jeremy Allison | 1 | -3/+19 |
2001-11-25 | #ifdefed DMF fix so not compiled by default. We need to look at this... | Jeremy Allison | 1 | -22/+39 |
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 | -5/+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-11-16 | Ok - fixed a bug in our levelII oplock code. We need to break a level II on | Jeremy Allison | 1 | -80/+1 |
2000-10-06 | Herb's warning fixes. Also the POSIX locking fix. | Jeremy Allison | 1 | -39/+16 |
2000-10-06 | Restructuring of vfs layer to include a "this" pointer - can be an fsp or | Jeremy Allison | 1 | -4/+4 |
2000-10-05 | Herb's fixes for profiling & compiler warnings. | Jeremy Allison | 1 | -47/+69 |
2000-10-02 | Memleak fix for cache code. | Jeremy Allison | 1 | -1/+7 |
2000-08-25 | vfs write data fix. Fix for name matching in addtosmbpass | Jeremy Allison | 1 | -2/+2 |
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-05 | Fix for read_file() returning -1. | Jeremy Allison | 1 | -0/+2 |
2000-05-02 | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 1 | -1/+1 |
2000-04-22 | This is a *big* checkin that may break some things, but implements the | Jeremy Allison | 1 | -0/+2 |
2000-04-16 | the changes to the main smb code | Andrew Tridgell | 1 | -0/+9 |
2000-04-10 | the bulk of the changes to get rid of fd_ptr and move print open | Andrew Tridgell | 1 | -28/+16 |
2000-04-04 | Change to vfs API. POSIX states fsync should return an int, not a void. | Jeremy Allison | 1 | -2/+0 |
2000-02-03 | Mega-VFS merge. Yeah baby! | Tim Potter | 1 | -5/+6 |
1999-12-21 | converted all our existing shared memory code to use a tdb database | Andrew Tridgell | 1 | -3/+3 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -22/+545 |
1999-04-20 | Changed arguments to fsync() function to break dependency on | Tim Potter | 1 | -3/+2 |
1999-04-04 | Use VFS operations for file I/O. | Tim Potter | 1 | -8/+7 |
1998-10-18 | Fixed sys_lseek and seek_file calls so all returns | Jeremy Allison | 1 | -2/+11 |
1998-10-15 | config: Fix crypt prototype on RedHat Linux. | Jeremy Allison | 1 | -1/+1 |
1998-09-18 | gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing a | Andrew Tridgell | 1 | -13/+9 |
1998-09-11 | Ok so with this bugfix 64 bit file access actually seems to work :-). | Jeremy Allison | 1 | -2/+6 |
1998-09-11 | Added ssize_t to configure code. | Jeremy Allison | 1 | -30/+30 |
1998-09-03 | Ok - this is the 64 bit widening check in. It changes the configure | Jeremy Allison | 1 | -4/+4 |
1998-09-01 | More abstraction of file system data types, to move to a 64 | Jeremy Allison | 1 | -2/+2 |
1998-08-17 | more splitting of server.c | Andrew Tridgell | 1 | -0/+12 |