summaryrefslogtreecommitdiffstats
path: root/source3/smbd/globals.c
Commit message (Collapse)AuthorAgeFilesLines
* s3:smbd: restructure kernel oplocks codeStefan Metzmacher2009-01-221-12/+1
| | | | | | | | This converts the irix oplocks code to use a fd event and removes the last special case for file descriptors for the main sys_select(). metze
* s3:smbd: handle incoming smb requests via event handlersStefan Metzmacher2009-01-091-0/+2
| | | | | | | | | | We use a fd event and receive incoming smb requests when the fd becomes readable. It's not completely nonblocking yet, but it should behave like the old code. We use timed events to trigger retries for deferred open calls. metze
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-0/+221
The goal is to move all this variables into a big context structure. metze