summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-05Fix I think for the fcntl spinning problem. Re-prioritize soJeremy Allison1-1/+7
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-9/+9
2001-08-22force checking of log size after 200 smbd in a row or after 30 sec with noHerb Lewis1-2/+3
2001-08-09Fix inspired by Don @ HP. Close down password server connection if keepaliveJeremy Allison1-1/+4
2001-07-02Fixed the nastiest locking bug to track down.... smb_pids are sent in theJeremy Allison1-1/+1
2001-06-25fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell1-1/+1
2001-06-22Fixed logic bug in timeout processing spotted by Ying Chen <ying@almaden.ibm....Jeremy Allison1-1/+1
2001-06-20added a close-share smbcontrol message that forcibly closes a share in smbd (...Andrew Tridgell1-0/+9
2001-06-09*Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison1-2/+3
2001-05-25Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.Jeremy Allison1-6/+6
2001-05-24Fixup the large_writex problem (a large_writex can send a full 64k of data,Jeremy Allison1-3/+3
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-1/+1
2001-03-13this patch does a number of things:Andrew Tridgell1-4/+2
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-3/+0
2001-02-27Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison1-1/+1
2001-02-12Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison1-2/+27
2001-01-24smbd/process.c: & type with 0xff for paranioa sake...Jeremy Allison1-0/+2
2001-01-24smbd/lanman.c: Fix for calling qsort with 0 number.Jeremy Allison1-195/+330
2001-01-23include/vfs.h:Jeremy Allison1-3/+3
2000-11-21Fix for updating of print queues changed from a local box. Essentially,Jeremy Allison1-4/+9
2000-10-12use macros for incrementing profile countersHerb Lewis1-3/+1
2000-10-11Remove lpq as root fix - do this in print_job_start insteadJeremy Allison1-6/+0
2000-10-10Fixes to periodically scan printing.tdb in idle time and occasionallyJeremy Allison1-0/+6
2000-09-11the first cut of the internal messaging system.Andrew Tridgell1-0/+3
2000-08-02Started to canonicalize our handling of uid -> sid code in order toJeremy Allison1-2/+1
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison1-0/+1
2000-06-14allow the notify implementation to choose the select timeout changeAndrew Tridgell1-11/+11
2000-06-12totally rewrote the async signal, notification and oplock notificationAndrew Tridgell1-133/+120
2000-06-11Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell1-51/+56
2000-06-03moved secrets fns into secrets.cAndrew Tridgell1-1/+1
2000-05-28debug output to /tmp.Luke Leighton1-1/+1
2000-05-27prs_give_memory in wrong place, also poss. was losing mem.Luke Leighton1-0/+27
2000-05-15passdb/secrets.c: Fix typo in comment.Jeremy Allison1-5/+0
2000-05-10check for sighup on each packet - otherwise it can take a _long_ timeAndrew Tridgell1-0/+12
2000-05-10more merging voodooAndrew Tridgell1-0/+3
2000-05-08added secrets.tdb and changed storage of trust account password to useAndrew Tridgell1-10/+1
2000-05-02split the username in the vuser structure into a separateAndrew Tridgell1-1/+1
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-1/+1
2000-04-30 - added some error checkingAndrew Tridgell1-8/+0
2000-04-27Ok - this is more subtle than it looks :-).Jeremy Allison1-1/+1
2000-04-27Fixed subtle unlocking bug when a file is closed. We need to store theJeremy Allison1-1/+1
2000-04-15Log file check patch from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>.Jeremy Allison1-0/+6
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-15/+11
2000-03-08dded Microsoft Dfs services.Shirish Kalele1-2/+4
2000-01-25First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison1-2/+0
2000-01-14some more work on the byte range lockingAndrew Tridgell1-2/+7
2000-01-05implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell1-0/+3
1999-12-21Fix from tulipant-gergely@dbrt.hu for returning incorrect error codeJeremy Allison1-1/+1
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-203/+298
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton1-1/+1