Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r21879: Move process_blocking_lock_queue to a timed event. | Volker Lendecke | 1 | -7/+1 |
2007-10-10 | r21871: Move deadtime processing into an idle event. While there, simplify | Volker Lendecke | 1 | -21/+0 |
2007-10-10 | r21870: Move sending auth_server keepalives out of the main loop into an idle... | Volker Lendecke | 1 | -18/+0 |
2007-10-10 | r21869: Move sending keepalives out of the main processing loop into idle event. | Volker Lendecke | 1 | -12/+15 |
2007-10-10 | r21868: Remove check_log_size from the central smbd processing loop. This can... | Volker Lendecke | 1 | -7/+0 |
2007-10-10 | r21867: Simplify calling convention of timeout_processing. lp_deadtime is only | Volker Lendecke | 1 | -10/+11 |
2007-10-10 | r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ... | Volker Lendecke | 1 | -3/+0 |
2007-10-10 | r21731: Fix long-standing bug in our chain processing code. | Jeremy Allison | 1 | -3/+20 |
2007-10-10 | r21278: The main goal of this was to get rid of the NetInBuffer / set_InBuffe... | Volker Lendecke | 1 | -38/+2 |
2007-10-10 | r21184: Dummy checkin to let the build farm pick up r21183 of Samba4 | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r21166: Ensure we return the correct "EROFS" error on a non-writable | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r20931: This changes the notify infrastructure from a polling-based to an eve... | Volker Lendecke | 1 | -31/+0 |
2007-10-10 | r20846: Before this gets out of control... | Volker Lendecke | 1 | -27/+38 |
2007-10-10 | r20742: Rename chkpth -> checkpath for sanity's sake :-). | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r20700: In the main processing loop we select() on the fam socket. If it fire... | Volker Lendecke | 1 | -0/+13 |
2007-10-10 | r20432: Apply some const | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END() | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r17569: Make 'max smbd processes' more robust. Counting on the child to decre... | Volker Lendecke | 1 | -56/+2 |
2007-10-10 | r17105: Fix the race Volker found - we had a non-locked | Jeremy Allison | 1 | -6/+7 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -8/+15 |
2007-10-10 | r16397: Fix Klocwork #11767 and drasticly simplify the | Jeremy Allison | 1 | -38/+36 |
2007-10-10 | r15495: current_user_info is not referenced in process.c | Volker Lendecke | 1 | -1/+0 |
2007-10-10 | r15088: Remove all time() and gettimeofday() calls out of the mainline | Jeremy Allison | 1 | -4/+0 |
2007-10-10 | r15084: Try and squeeze more out of the non-read/write code path. | Jeremy Allison | 1 | -3/+12 |
2007-10-10 | r15030: On a performace hunt... Remove as many extraneous | Jeremy Allison | 1 | -8/+4 |
2007-10-10 | r15022: Fix core dumps on normal server exit. | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r15018: Merge Volker's ipc/trans2/nttrans changes over | Jeremy Allison | 1 | -13/+18 |
2007-10-10 | r14898: This change is an attempt to improve the quality of the information that | James Peach | 1 | -1/+1 |
2007-10-10 | r14559: Oplocks have changed, process_smb can be static again | Volker Lendecke | 1 | -3/+2 |
2007-10-10 | r14229: Something Coverity hasn't caught (yet) but I've gotten | Jeremy Allison | 1 | -3/+5 |
2007-10-10 | r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() | Gerald Carter | 1 | -8/+8 |
2007-10-10 | r13498: Fix the kernel oplocks code for IRIX. Should fix #3515. | Jeremy Allison | 1 | -6/+6 |
2007-10-10 | r13482: Push the FAM notification file descriptor into the select | James Peach | 1 | -5/+20 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -111/+4 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -187/+270 |
2007-10-10 | r10188: 64-bit warning fix. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r9126: Fix valgrind bug Volker found in interaction with new aio buffer | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r8798: Save one system call per SMB. smb_run_idle_events right now is only us... | Volker Lendecke | 1 | -4/+0 |
2007-10-10 | r8782: Fix bug #2918. The problem was using Inbuffer to push a deferred open ... | Jeremy Allison | 1 | -5/+7 |
2007-10-10 | r7963: Add aio support to 3.0. | Jeremy Allison | 1 | -13/+98 |
2007-10-10 | r7961: randomize reloading so that smbds do not pverload cupsd | Simo Sorce | 1 | -0/+10 |
2007-10-10 | r7882: Looks like a large patch - but what it actually does is make Samba | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r7550: Steal the correct error return for invalid TID on NTcreateX from Samba4 | Jeremy Allison | 1 | -2/+8 |
2007-10-10 | r7344: Correctly return if malloc fails. | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r6346: Add a counter for the number of SMB operations per connection/file. | Jeremy Allison | 1 | -2/+6 |
2007-10-10 | r6225: get rid of warnings from my compiler about nested externs | Herb Lewis | 1 | -4/+5 |
2007-10-10 | r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas... | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r4539: patch from Rob -- adding real printcap name cache function to speed up... | Gerald Carter | 1 | -8/+7 |
2007-10-10 | r4190: When changing length calculations, get them right...... | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r4186: Fix client & server to allow 127k READX calls. | Jeremy Allison | 1 | -2/+1 |