| Commit message (Expand) | Author | Age | Files | Lines |
* | We were making an assumption in the oplock | Jeremy Allison | 2001-07-24 | 1 | -1/+0 |
* | Fix race where wrong action (created or opened) could be returned. | Jeremy Allison | 2001-07-05 | 1 | -0/+8 |
* | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 2001-07-04 | 1 | -2/+2 |
* | The big character set handling changeover! | Andrew Tridgell | 2001-07-04 | 1 | -24/+2 |
* | Fixed the first locking error (test #8 found by locktest code from | Jeremy Allison | 2001-06-30 | 1 | -1/+1 |
* | Extra debug in open.c, fix for bad debug message in reply.c | Jeremy Allison | 2001-06-19 | 1 | -2/+2 |
* | Removed mktemp from HEAD - same as done in 2.2. | Jeremy Allison | 2001-04-18 | 1 | -1/+1 |
* | Finally got the semantics right (hurrah!). | Jeremy Allison | 2001-04-16 | 1 | -6/+14 |
* | Correct fix for open readonly with truncate. | Jeremy Allison | 2001-04-16 | 1 | -17/+18 |
* | This little piece of insanity is inspired by the | Jeremy Allison | 2001-04-14 | 1 | -3/+18 |
* | configure: | Jeremy Allison | 2001-04-14 | 1 | -7/+47 |
* | Fixed potential file descriptor leak with MS-Access fix. | Jeremy Allison | 2001-04-13 | 1 | -1/+9 |
* | This is a big, rather ugly patch. Whilst investigating the files not truncated | Jeremy Allison | 2001-03-30 | 1 | -6/+39 |
* | smbd/posix_acls.c: Saving and restoring errno here is the wrong place. Moved it | Jeremy Allison | 2001-03-26 | 1 | -3/+6 |
* | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 2001-03-11 | 1 | -4/+0 |
* | Sync up with POSIX ACL code from 2.2. | Jeremy Allison | 2001-01-24 | 1 | -0/+7 |
* | include/vfs.h: | Jeremy Allison | 2001-01-23 | 1 | -2/+2 |
* | Fixed very subtle bug returning correct error on an open, when we have | Jeremy Allison | 2000-12-11 | 1 | -8/+22 |
* | Fix for vfs_fstat() crash with new stat code. | Jeremy Allison | 2000-10-20 | 1 | -0/+3 |
* | Ok - this is a big patch - and it may break smbd a bit (although | Jeremy Allison | 2000-10-19 | 1 | -52/+64 |
* | Restructuring of vfs layer to include a "this" pointer - can be an fsp or | Jeremy Allison | 2000-10-06 | 1 | -7/+7 |
* | utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff. | Jeremy Allison | 2000-10-03 | 1 | -2/+1 |
* | open files with O_NONBLOCK when available. This is necessary to | Andrew Tridgell | 2000-06-15 | 1 | -1/+6 |
* | added support for kernel level share modes. These are a (small) hack, | Andrew Tridgell | 2000-06-15 | 1 | -1/+24 |
* | Check fstat return for error. | Jeremy Allison | 2000-05-12 | 1 | -1/+5 |
* | more merging voodoo | Andrew Tridgell | 2000-05-10 | 1 | -0/+4 |
* | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 2000-05-02 | 1 | -2/+2 |
* | Made changes suggested by Andrew review. | Jeremy Allison | 2000-04-28 | 1 | -15/+1 |
* | Ok - this is more subtle than it looks :-). | Jeremy Allison | 2000-04-27 | 1 | -4/+0 |
* | Fixed subtle unlocking bug when a file is closed. We need to store the | Jeremy Allison | 2000-04-27 | 1 | -0/+4 |
* | Did the rewrite Andrew wanted where all knowledge of POSIX locking is | Jeremy Allison | 2000-04-27 | 1 | -114/+1 |
* | Fixed crash bugs Andrew pointed out with LOCK4 smbtorture | Jeremy Allison | 2000-04-27 | 1 | -4/+8 |
* | Added the code that keeps fd's open across a close if there are other fsp's | Jeremy Allison | 2000-04-24 | 1 | -1/+119 |
* | Now that fsp's are created on successful file open, the structure member | Jeremy Allison | 2000-04-24 | 1 | -10/+6 |
* | This is a *big* checkin that may break some things, but implements the | Jeremy Allison | 2000-04-22 | 1 | -340/+411 |
* | the changes to the main smb code | Andrew Tridgell | 2000-04-16 | 1 | -1/+1 |
* | Code to map tdb locks onto POSIX. Mainly placeholder code at the moment, | Jeremy Allison | 2000-04-12 | 1 | -0/+3 |
* | The latest open() code changes broke the NT directory opens. Detect if a | Jeremy Allison | 2000-04-11 | 1 | -8/+26 |
* | the bulk of the changes to get rid of fd_ptr and move print open | Andrew Tridgell | 2000-04-10 | 1 | -534/+116 |
* | Don't assume that the (files_struct *) passed to fd_attempt_close() | Tim Potter | 2000-02-17 | 1 | -2/+9 |
* | Put back lots of missing calls to dos_to_unix(). Thanks to | Tim Potter | 2000-02-03 | 1 | -6/+7 |
* | Mega-VFS merge. Yeah baby! | Tim Potter | 2000-02-03 | 1 | -34/+37 |
* | fixed some typos in access_table() which, amaziingly enough, make no | Andrew Tridgell | 2000-01-16 | 1 | -3/+3 |
* | made access_table() a pure logic function - makes it simpler to apply | Andrew Tridgell | 2000-01-16 | 1 | -16/+26 |
* | as obelix would say "these romans are crazy" | Andrew Tridgell | 2000-01-16 | 1 | -40/+59 |
* | rewrote the access_table() code to get it right for *.exe, *.dll, | Andrew Tridgell | 2000-01-16 | 1 | -27/+41 |
* | Added "inherit permissions" patch. | Jeremy Allison | 2000-01-14 | 1 | -1/+1 |
* | changes to reflect the new syntax of the locking calls. | Andrew Tridgell | 2000-01-13 | 1 | -2/+2 |
* | fix a error in access_table revealed by the new deny test in smbtorture. We n... | Andrew Tridgell | 2000-01-08 | 1 | -3/+5 |
* | Fixed deny mode bug : | Jeremy Allison | 2000-01-08 | 1 | -9/+9 |