Age | Commit message (Expand) | Author | Files | Lines |
2002-10-28 | Fix fd leak with kernel change notify. | Jeremy Allison | 1 | -1/+1 |
2002-06-17 | compile warngin fixes merged from 2.2 | Gerald Carter | 1 | -9/+9 |
2002-06-05 | Remove blocksignals call as it's never going to bloody work right... | Jeremy Allison | 1 | -1/+0 |
2002-06-05 | Fix for Linux kernel bug where signal mask set within a signal handler | Jeremy Allison | 1 | -33/+67 |
2002-04-19 | Fix different args to sys_fcntl without going varargs.... | Jeremy Allison | 1 | -3/+3 |
2002-04-19 | Added sys_fcntl (not to be used everywhere). Added sys_read/sys_write | Jeremy Allison | 1 | -3/+3 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -1/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -1/+1 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -1/+1 |
2001-06-25 | fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins... | Andrew Tridgell | 1 | -6/+6 |
2001-05-08 | More compiler warning fixes. | Tim Potter | 1 | -2/+2 |
2001-03-30 | utils/torture.c: Added one more delete on close test. | Jeremy Allison | 1 | -3/+3 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -3/+0 |
2000-09-20 | Fix to allow a timestamp of zero to cause an instantaneous changenotify | Jeremy Allison | 1 | -1/+6 |
2000-06-19 | Paranoia changes to ensure that anything touched by a signal handler | Jeremy Allison | 1 | -10/+11 |
2000-06-14 | allow the notify implementation to choose the select timeout change | Andrew Tridgell | 1 | -3/+4 |
2000-06-13 | use DN_ATTRIB kernel change notify attribute | Andrew Tridgell | 1 | -3/+7 |
2000-06-13 | always use the DN_CREATE mask (NT expects file creation always to | Andrew Tridgell | 1 | -8/+3 |
2000-06-12 | enable the Linux change notify code and change some notify debug code | Andrew Tridgell | 1 | -8/+43 |
2000-06-12 | totally rewrote the async signal, notification and oplock notification | Andrew Tridgell | 1 | -0/+170 |