Age | Commit message (Expand) | Author | Files | Lines |
2003-01-30 | Fix for interesting resource constraint condition. When all opens are | Jeremy Allison | 1 | -15/+18 |
2002-06-06 | Overly complex but neccessary fix for kernel oplock problems. The issue | Jeremy Allison | 1 | -0/+10 |
2002-05-24 | If we don't do the select don't do the recvfrom. | Jeremy Allison | 1 | -0/+1 |
2002-05-24 | Fixed silly typo that causes receive_local_message to loop - caused by | Jeremy Allison | 1 | -1/+1 |
2002-05-22 | Merge of bugfixes from 2.2. | Jeremy Allison | 1 | -5/+5 |
2002-05-22 | Fix for strangeness in Linux 2.0.x select return. | Jeremy Allison | 1 | -0/+14 |
2002-05-22 | Remove horrid goto. | Jeremy Allison | 1 | -10/+5 |
2002-05-22 | Merge of receive_local_message fix from 2.2.5. | Jeremy Allison | 1 | -20/+16 |
2002-05-21 | Tricky fix. If we were waiting for an oplock break response message from | Jeremy Allison | 1 | -0/+11 |
2002-05-20 | Merge from 2.2. | Jeremy Allison | 1 | -1/+1 |
2002-04-19 | Fixed sendto in oplock code. | Jeremy Allison | 1 | -2/+2 |
2002-04-19 | Fix oplock recvfrom. | Jeremy Allison | 1 | -1/+1 |
2002-04-11 | This split the mangling code up to allow for the possibility of multiple | Andrew Tridgell | 1 | -0/+2 |
2002-03-14 | Get the current directory after becoming root. | Jeremy Allison | 1 | -1/+1 |
2002-01-31 | Fix from Michael Steffens <michael_steffens@hp.com> to make signal | Jeremy Allison | 1 | -1/+1 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-11-05 | Don't put a \n on the end of the arg to exit_server() | Tim Potter | 1 | -2/+2 |
2001-10-23 | IRIX compiler dies not like casts in macro args | Herb Lewis | 1 | -1/+1 |
2001-10-20 | Move from timestamp to gen count file id's for finding oplocked files | Jeremy Allison | 1 | -835/+784 |
2001-10-18 | Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD. | Jeremy Allison | 1 | -2/+2 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -6/+4 |
2001-09-05 | Fix I think for the fcntl spinning problem. Re-prioritize so | Jeremy Allison | 1 | -0/+14 |
2001-09-04 | Fixes to ensure invalid vuids cannot stop oplock breaks. | Jeremy Allison | 1 | -5/+7 |
2001-08-22 | Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin. | Jeremy Allison | 1 | -2/+12 |
2001-08-21 | This is Jeremy pretending to be Volker, 'cos the | Volker Lendecke | 1 | -0/+13 |
2001-06-25 | fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins... | Andrew Tridgell | 1 | -1/+1 |
2001-06-09 | *Wonderful* patch from Andrew Bartlett that will help ensure tdb's are | Jeremy Allison | 1 | -2/+4 |
2001-05-24 | Fixup the large_writex problem (a large_writex can send a full 64k of data, | Jeremy Allison | 1 | -2/+2 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -6/+0 |
2001-01-30 | Fix inspited by Alan Romeril. 50% speedup in domain logins with this | Jeremy Allison | 1 | -0/+3 |
2000-11-16 | Ok - fixed a bug in our levelII oplock code. We need to break a level II on | Jeremy Allison | 1 | -4/+95 |
2000-09-27 | Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them | Jeremy Allison | 1 | -2/+2 |
2000-06-12 | totally rewrote the async signal, notification and oplock notification | Andrew Tridgell | 1 | -26/+29 |
2000-06-11 | Linux kernel oplocks now seem to work, but need a _lot_ of testing | Andrew Tridgell | 1 | -0/+9 |
2000-06-10 | a first pass at Linux kernel oplocks support | Andrew Tridgell | 1 | -13/+0 |
2000-06-10 | continued the split of the kernel level oplocks code into a more | Andrew Tridgell | 1 | -377/+122 |
2000-06-09 | clean up oplock capability code ready for Linux code | Andrew Tridgell | 1 | -152/+149 |
2000-06-09 | split some of the irix kernel oplocks code into a function | Andrew Tridgell | 1 | -68/+74 |
2000-06-08 | - changed HAVE_KERNEL_OPLOCKS to HAVE_KERNEL_OPLOCKS_IRIX | Andrew Tridgell | 1 | -14/+14 |
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 | -3/+3 |
2000-04-24 | Now that fsp's are created on successful file open, the structure member | Jeremy Allison | 1 | -2/+2 |
2000-04-11 | finally got sick of the "extern int Client" code and the stupid | Andrew Tridgell | 1 | -7/+3 |
2000-04-10 | the bulk of the changes to get rid of fd_ptr and move print open | Andrew Tridgell | 1 | -27/+25 |
1999-12-21 | converted all our existing shared memory code to use a tdb database | Andrew Tridgell | 1 | -8/+7 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -198/+466 |
1999-12-01 | sys_select added one more argument (read, write selectors). | Luke Leighton | 1 | -1/+1 |
1998-12-05 | Sync up critical kernel oplock bugfix. I don't want to lose | Jeremy Allison | 1 | -4/+37 |
1998-11-25 | Makefile.in: Added maintainer mode fixes. | Jeremy Allison | 1 | -2/+2 |