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