Age | Commit message (Expand) | Author | Files | Lines |
2001-04-14 | configure: | Jeremy Allison | 1 | -7/+47 |
2001-04-13 | Fixed potential file descriptor leak with MS-Access fix. | Jeremy Allison | 1 | -1/+9 |
2001-03-30 | This is a big, rather ugly patch. Whilst investigating the files not truncated | Jeremy Allison | 1 | -6/+39 |
2001-03-26 | smbd/posix_acls.c: Saving and restoring errno here is the wrong place. Moved it | Jeremy Allison | 1 | -3/+6 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -4/+0 |
2001-01-24 | Sync up with POSIX ACL code from 2.2. | Jeremy Allison | 1 | -0/+7 |
2001-01-23 | include/vfs.h: | Jeremy Allison | 1 | -2/+2 |
2000-12-11 | Fixed very subtle bug returning correct error on an open, when we have | Jeremy Allison | 1 | -8/+22 |
2000-10-20 | Fix for vfs_fstat() crash with new stat code. | Jeremy Allison | 1 | -0/+3 |
2000-10-19 | Ok - this is a big patch - and it may break smbd a bit (although | Jeremy Allison | 1 | -52/+64 |
2000-10-06 | Restructuring of vfs layer to include a "this" pointer - can be an fsp or | Jeremy Allison | 1 | -7/+7 |
2000-10-03 | utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff. | Jeremy Allison | 1 | -2/+1 |
2000-06-15 | open files with O_NONBLOCK when available. This is necessary to | Andrew Tridgell | 1 | -1/+6 |
2000-06-15 | added support for kernel level share modes. These are a (small) hack, | Andrew Tridgell | 1 | -1/+24 |
2000-05-12 | Check fstat return for error. | Jeremy Allison | 1 | -1/+5 |
2000-05-10 | more merging voodoo | Andrew Tridgell | 1 | -0/+4 |
2000-05-02 | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 1 | -2/+2 |
2000-04-28 | Made changes suggested by Andrew review. | Jeremy Allison | 1 | -15/+1 |
2000-04-27 | Ok - this is more subtle than it looks :-). | Jeremy Allison | 1 | -4/+0 |
2000-04-27 | Fixed subtle unlocking bug when a file is closed. We need to store the | Jeremy Allison | 1 | -0/+4 |
2000-04-27 | Did the rewrite Andrew wanted where all knowledge of POSIX locking is | Jeremy Allison | 1 | -114/+1 |
2000-04-27 | Fixed crash bugs Andrew pointed out with LOCK4 smbtorture | Jeremy Allison | 1 | -4/+8 |
2000-04-24 | Added the code that keeps fd's open across a close if there are other fsp's | Jeremy Allison | 1 | -1/+119 |
2000-04-24 | Now that fsp's are created on successful file open, the structure member | Jeremy Allison | 1 | -10/+6 |
2000-04-22 | This is a *big* checkin that may break some things, but implements the | Jeremy Allison | 1 | -340/+411 |
2000-04-16 | the changes to the main smb code | Andrew Tridgell | 1 | -1/+1 |
2000-04-12 | Code to map tdb locks onto POSIX. Mainly placeholder code at the moment, | Jeremy Allison | 1 | -0/+3 |
2000-04-11 | The latest open() code changes broke the NT directory opens. Detect if a | Jeremy Allison | 1 | -8/+26 |
2000-04-10 | the bulk of the changes to get rid of fd_ptr and move print open | Andrew Tridgell | 1 | -534/+116 |
2000-02-17 | Don't assume that the (files_struct *) passed to fd_attempt_close() | Tim Potter | 1 | -2/+9 |
2000-02-03 | Put back lots of missing calls to dos_to_unix(). Thanks to | Tim Potter | 1 | -6/+7 |
2000-02-03 | Mega-VFS merge. Yeah baby! | Tim Potter | 1 | -34/+37 |
2000-01-16 | fixed some typos in access_table() which, amaziingly enough, make no | Andrew Tridgell | 1 | -3/+3 |
2000-01-16 | made access_table() a pure logic function - makes it simpler to apply | Andrew Tridgell | 1 | -16/+26 |
2000-01-16 | as obelix would say "these romans are crazy" | Andrew Tridgell | 1 | -40/+59 |
2000-01-16 | rewrote the access_table() code to get it right for *.exe, *.dll, | Andrew Tridgell | 1 | -27/+41 |
2000-01-14 | Added "inherit permissions" patch. | Jeremy Allison | 1 | -1/+1 |
2000-01-13 | changes to reflect the new syntax of the locking calls. | Andrew Tridgell | 1 | -2/+2 |
2000-01-08 | fix a error in access_table revealed by the new deny test in smbtorture. We n... | Andrew Tridgell | 1 | -3/+5 |
2000-01-08 | Fixed deny mode bug : | Jeremy Allison | 1 | -9/+9 |
1999-12-21 | converted all our existing shared memory code to use a tdb database | Andrew Tridgell | 1 | -17/+16 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -130/+256 |
1999-04-05 | Fix incorrect conversion of fd_attempt_open() calls to vfs_ops.open(). | Tim Potter | 1 | -9/+12 |
1999-04-04 | Use VFS operations for file I/O. | Tim Potter | 1 | -22/+32 |
1998-12-07 | fixed warnings (and potential errors) due to integer overflow when | Andrew Tridgell | 1 | -1/+2 |
1998-11-25 | Makefile.in: Added maintainer mode fixes. | Jeremy Allison | 1 | -2/+2 |
1998-11-17 | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 1 | -2/+2 |
1998-11-16 | O_EXCL fixes for printing files & oplocks. | Jeremy Allison | 1 | -1/+4 |
1998-11-13 | Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ... | Jeremy Allison | 1 | -1/+1 |
1998-10-29 | Fixed bug (that I introduced when doing the "delete on close" work | Jeremy Allison | 1 | -7/+9 |