summaryrefslogtreecommitdiffstats
path: root/source/smbd/process.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for CVE-2009-2906.samba-3.0.37v3-0-stableJeremy Allison2009-09-301-4/+16
* Fix bug triggered by the RAW-SAMBA3OPLOCKLOGOFF testVolker Lendecke2009-01-121-0/+2
* Security: Patche for CVE-2008-1105.Gerald W. Carter2008-05-281-1/+2
* [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.samba-misc-tags/initial-v3-0-testGerald (Jerry) Carter2007-10-101-54/+95
* r23725: Remove get_current_mid()Volker Lendecke2007-10-101-9/+0
* r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_requestVolker Lendecke2007-10-101-0/+12
* r23537: Revert the inbuf/outbuf part of r23528: This caused the Solaris CC ma...Volker Lendecke2007-10-101-10/+54
* r23528: Two changes to make the valgrind massif (heap profiler) output readable:Volker Lendecke2007-10-101-54/+10
* r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke2007-10-101-1/+1
* r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke2007-10-101-3/+3
* r22695: Dummy checkin (reformatting) to make the AIX hosts retry.Volker Lendecke2007-10-101-6/+6
* r22691: Fix a 64-bit warning and a const const discard warningVolker Lendecke2007-10-101-4/+3
* r22458: Fix a commentVolker Lendecke2007-10-101-1/+1
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-3/+3
* r22389: Start preparing for multiple encryption contexts in theJeremy Allison2007-10-101-3/+4
* r22213: We can't use become_root() here, as it does DEBUG()Volker Lendecke2007-10-101-0/+7
* r22145: Fix bug #4494 - reported by Kevin Jamieson <bugzilla@kevinjamieson.com>.Jeremy Allison2007-10-101-2/+2
* r21879: Move process_blocking_lock_queue to a timed event.Volker Lendecke2007-10-101-7/+1
* r21871: Move deadtime processing into an idle event. While there, simplifyVolker Lendecke2007-10-101-21/+0
* r21870: Move sending auth_server keepalives out of the main loop into an idle...Volker Lendecke2007-10-101-18/+0
* r21869: Move sending keepalives out of the main processing loop into idle event.Volker Lendecke2007-10-101-12/+15
* r21868: Remove check_log_size from the central smbd processing loop. This can...Volker Lendecke2007-10-101-7/+0
* r21867: Simplify calling convention of timeout_processing. lp_deadtime is onlyVolker Lendecke2007-10-101-10/+11
* r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke2007-10-101-3/+0
* r21731: Fix long-standing bug in our chain processing code.Jeremy Allison2007-10-101-3/+20
* r21278: The main goal of this was to get rid of the NetInBuffer / set_InBuffe...Volker Lendecke2007-10-101-38/+2
* r21184: Dummy checkin to let the build farm pick up r21183 of Samba4Volker Lendecke2007-10-101-2/+2
* r21166: Ensure we return the correct "EROFS" error on a non-writableJeremy Allison2007-10-101-1/+1
* r20931: This changes the notify infrastructure from a polling-based to an eve...Volker Lendecke2007-10-101-31/+0
* r20846: Before this gets out of control...Volker Lendecke2007-10-101-27/+38
* r20742: Rename chkpth -> checkpath for sanity's sake :-).Jeremy Allison2007-10-101-1/+1
* r20700: In the main processing loop we select() on the fam socket. If it fire...Volker Lendecke2007-10-101-0/+13
* r20432: Apply some constVolker Lendecke2007-10-101-1/+1
* r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END()Stefan Metzmacher2007-10-101-2/+1
* r17569: Make 'max smbd processes' more robust. Counting on the child to decre...Volker Lendecke2007-10-101-56/+2
* r17105: Fix the race Volker found - we had a non-lockedJeremy Allison2007-10-101-6/+7
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-8/+15
* r16397: Fix Klocwork #11767 and drasticly simplify theJeremy Allison2007-10-101-38/+36
* r15495: current_user_info is not referenced in process.cVolker Lendecke2007-10-101-1/+0
* r15088: Remove all time() and gettimeofday() calls out of the mainlineJeremy Allison2007-10-101-4/+0
* r15084: Try and squeeze more out of the non-read/write code path.Jeremy Allison2007-10-101-3/+12
* r15030: On a performace hunt... Remove as many extraneousJeremy Allison2007-10-101-8/+4
* r15022: Fix core dumps on normal server exit.Jeremy Allison2007-10-101-4/+4
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2007-10-101-13/+18
* r14898: This change is an attempt to improve the quality of the information thatJames Peach2007-10-101-1/+1
* r14559: Oplocks have changed, process_smb can be static againVolker Lendecke2007-10-101-3/+2
* r14229: Something Coverity hasn't caught (yet) but I've gottenJeremy Allison2007-10-101-3/+5
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-8/+8
* r13498: Fix the kernel oplocks code for IRIX. Should fix #3515.Jeremy Allison2007-10-101-6/+6
* r13482: Push the FAM notification file descriptor into the selectJames Peach2007-10-101-5/+20