summaryrefslogtreecommitdiffstats
path: root/source3/smbd/globals.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: add echo handler information to struct smbd_server_connectionStefan Metzmacher2010-03-221-0/+3
* s3: Abstract access to sessionid.tdb, similar to conn_tdb.cVolker Lendecke2010-03-011-2/+0
* Remove the global char *LastDir.Jeremy Allison2010-01-121-1/+0
* Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke2009-11-231-10/+0
* s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke2009-11-211-0/+10
* We now pass the Microsoft SMB2 fileio test with EA's and streams...Jeremy Allison2009-09-171-1/+1
* s3:smbd: move dptr globals into struct smbd_server_connectionStefan Metzmacher2009-08-071-4/+0
* Move the initialization of smbd_server_conn from smbd/process,Jeremy Allison2009-07-171-0/+5
* s3:smbd: move global notify_changes_by_mid to smbd_server_connectionStefan Metzmacher2009-07-021-2/+0
* s3:smbd: move tcon specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-5/+0
* s3:smbd: move more session specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-12/+0
* s3:smbd: move some session specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-8/+0
* s3:smbd: move already_got_session to struct smbd_server_connectionStefan Metzmacher2009-06-031-2/+0
* s3:smbd: move max_recv to struct smbd_server_connectionStefan Metzmacher2009-06-031-5/+0
* s3:smbd: move negprot related globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-5/+0
* s3:smbd: move pending_auth_data list to struct smbd_server_connectionStefan Metzmacher2009-06-031-4/+0
* s3:smbd: remove unused global 'orig_inbuf'Stefan Metzmacher2009-05-261-1/+0
* s3: Add extid to the dev/inode pairTim Prouty2009-02-191-1/+2
* s3:smbd: make kernel oplocks event drivenStefan Metzmacher2009-01-271-9/+0
* s3:smbd: convert aio to use tevent_signalStefan Metzmacher2009-01-271-2/+1
* s3:smbd: use signal events for SIGTERM, SIGHUP and SIGCHLDStefan Metzmacher2009-01-271-3/+0
* s3:smbd: restructure kernel oplocks codeStefan Metzmacher2009-01-221-12/+1
* s3:smbd: handle incoming smb requests via event handlersStefan Metzmacher2009-01-091-0/+2
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-0/+221