Age | Commit message (Expand) | Author | Files | Lines |
2001-12-16 | Moved fchown_acl change to the point where we *really* know if we | Jeremy Allison | 1 | -10/+10 |
2001-11-28 | Spelling pedents strike again :-). | Jeremy Allison | 1 | -1/+1 |
2001-11-28 | Ensure the CAN_WRITE is checked and prevents O_CREAT and O_TRUNC from | Jeremy Allison | 1 | -2/+2 |
2001-11-28 | Re-added "Share modes" meaning don't allow deny mode conflict. Due to | Jeremy Allison | 1 | -2/+10 |
2001-11-27 | Fix for the logic bug wrt. existant oplocks. See long message | Jeremy Allison | 1 | -5/+2 |
2001-11-27 | nsswitch/winbindd_group.c nsswitch/winbindd_user.c: formatting fixups. | Jeremy Allison | 1 | -1/+1 |
2001-11-23 | Fixed delete on close bug. Added core dump code to winbindd. | Jeremy Allison | 1 | -1/+22 |
2001-10-20 | Move from timestamp to gen count file id's for finding oplocked files | Jeremy Allison | 1 | -7/+2 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-24 | Change log message to 2 from zero when failing to create directory. | Jeremy Allison | 1 | -1/+1 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -9/+8 |
2001-09-15 | use variables _before_ freeing them! | Simo Sorce | 1 | -3/+2 |
2001-09-05 | fixed formatting to make the code vaguely readable. It's still a dogs | Andrew Tridgell | 1 | -142/+143 |
2001-08-27 | converted smbd to use NTSTATUS by default | Andrew Tridgell | 1 | -4/+1 |
2001-08-22 | Missed '\' at eol... | Jeremy Allison | 1 | -1/+1 |
2001-08-22 | Tidyup fixes for fcntl spin problem. | Jeremy Allison | 1 | -3/+13 |
2001-08-22 | Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin. | Jeremy Allison | 1 | -9/+35 |
2001-08-21 | This is Jeremy pretending to be Volker, 'cos the | Volker Lendecke | 1 | -0/+10 |
2001-07-24 | We were making an assumption in the oplock | Jeremy Allison | 1 | -1/+0 |
2001-07-05 | Fix race where wrong action (created or opened) could be returned. | Jeremy Allison | 1 | -0/+8 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -2/+2 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -24/+2 |
2001-06-30 | Fixed the first locking error (test #8 found by locktest code from | Jeremy Allison | 1 | -1/+1 |
2001-06-19 | Extra debug in open.c, fix for bad debug message in reply.c | Jeremy Allison | 1 | -2/+2 |
2001-04-18 | Removed mktemp from HEAD - same as done in 2.2. | Jeremy Allison | 1 | -1/+1 |
2001-04-16 | Finally got the semantics right (hurrah!). | Jeremy Allison | 1 | -6/+14 |
2001-04-16 | Correct fix for open readonly with truncate. | Jeremy Allison | 1 | -17/+18 |
2001-04-14 | This little piece of insanity is inspired by the | Jeremy Allison | 1 | -3/+18 |
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 |