s3:auth Remove NT_USER_TOKEN
[kai/samba.git] / source3 / smbd / globals.h
2010-09-11 Andrew Bartletts3:auth Remove NT_USER_TOKEN
2010-08-29 Volker Lendeckes3: Remove smbd_server_fd()
2010-08-24 Volker Lendeckes3: Make char_flags and base_reverse const arrays
2010-08-24 Volker Lendeckes3: Move "trans_num" to smbd_server_connection
2010-08-18 Volker Lendeckes3: Add smbd_server_connection->client_id
2010-08-16 Volker Lendeckes3: Add "sock" to smbd_server_connection
2010-07-19 Jeremy AllisonMove the addition of the 16 byte guid out of spnego_gen...
2010-07-13 Jeremy AllisonRevert "Remove the global char *LastDir."
2010-07-05 Volker Lendeckes3: Add sconn_server_id()
2010-07-05 Volker Lendeckes3: Add missing prototype for smb2_opcode_name
2010-07-05 Volker Lendeckes3: Add msg_ctx to smbd_server_connection
2010-06-12 Volker Lendeckes3: Explicitly pass sconn to process_blocking_lock_queu...
2010-06-12 Volker Lendeckes3: Explicitly pass sconn to [remove|schedule]_deferred...
2010-06-12 Volker Lendeckes3: Explicitly pass sconn to open_was_deferred_smb2
2010-06-12 Volker Lendeckes3: Explicitly pass sconn to negprot_spnego()
2010-06-12 Volker Lendeckes3: Remove sconn arg from smbd_notify_cancel_by_smbreq
2010-06-10 Jeremy AllisonImplement AIO in SMB2. Doesn't allow cancel calls yet...
2010-06-10 Jeremy AllisonRename "allow_smb2" -> "using_smb2" and make the usage...
2010-06-09 Jeremy AllisonFix a valgrind error found by SMB2-COMPOUND test.
2010-06-04 Andreas Schneiders3-smbd: Remove unneeded dependency of map_username...
2010-05-31 Simo Sorces3:smbd make yp cache local.
2010-05-31 Andrew Bartletts3:auth Remove AUTH_NTLMSSP_STATE typedef.
2010-05-20 Jeremy Allison(Finally) fix bug #7158 - SMB2 connection resets during...
2010-05-19 Jeremy AllisonKeep track of credits we're giving out. Set initial...
2010-05-13 Jeremy AllisonBe more forgiving on client oplock break failure (as...
2010-05-10 Jeremy AllisonSMB2 always have level2 oplock capability. Correct...
2010-05-07 Jeremy AllisonThis patch looks bigger than it is. It does 2 things...
2010-05-07 Jeremy AllisonMake us pass all SMB2 lock tests except MULTIPLE-UNLOCK...
2010-05-06 Jeremy AllisonFix more SMB2 locking. We still crash but this won...
2010-05-01 Jeremy AllisonPlumb the SMB2 front end into the blocking lock backend.
2010-04-30 Jeremy AllisonCarefully label SMB1-specific locking calls.
2010-04-29 Jeremy AllisonMove the global blocking lock records into the smb1...
2010-04-28 Jeremy AllisonUpdate (C) for 2010.
2010-04-27 Stefan Metzmachers3:smbd: keep local and remote tsocket_address per...
2010-04-24 Jeremy AllisonImplement oplocks within SMB2. Plumb into the existing...
2010-04-23 Jeremy AllisonAllow smb2 create requests to be cancelled.
2010-04-23 Jeremy AllisonMake deferred opens (NT_STATUS_SHARING_VIOLATION) work...
2010-04-18 Jeremy AllisonFirst part of fix for bug #7331 - Compound async SMB...
2010-04-13 Jeremy AllisonMove to using 64-bit mid values in our internal open...
2010-04-10 Jeremy AllisonPlumb SMB2 stubs into all the places we defer SMB1...
2010-04-09 Jeremy AllisonStop smb2 from calling into smb1 blocking lock request...
2010-04-09 Jeremy AllisonSimplify call_trans2qfilepathinfo() and smbd_do_qfilepa...
2010-04-08 Jeremy AllisonStart to plumb smb2 into the oplock system. Calls dummy...
2010-04-01 Jeremy AllisonMake smbd_lock_socket/smbd_unlock_socket recursive...
2010-03-22 Stefan Metzmachers3:smbd: add echo handler information to struct smbd_se...
2010-03-22 Stefan Metzmachers3:smbd: add smbd_[un]lock_socket() dummies
2010-03-01 Volker Lendeckes3: Abstract access to sessionid.tdb, similar to conn_tdb.c
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-12 Jeremy AllisonRemove the global char *LastDir.
2009-11-23 Volker LendeckeRevert "s3: Move the global variable Protocol to struct...
2009-11-21 Volker Lendeckes3: Move the global variable Protocol to struct smbd_se...
2009-08-19 Stefan Metzmachers3:smbd: add a generic smbd_dirptr_lanman2_entry()...
2009-08-19 Stefan Metzmachers3:smbd: make smbd_check_open_rights() function non...
2009-08-17 Stefan Metzmachers3:smbd: add smbd_notify_cancel_by_smbreq()
2009-08-17 Stefan Metzmachers3:smbd: implement SMB2 Cancel correctly.
2009-08-12 Jeremy AllisonFix BASE-DELAYWRITE test by removing const from struct...
2009-08-08 Stefan Metzmachers3:smbd: rename conn => sconn for smbd_server_connectio...
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-07 Stefan Metzmachers3:smbd: move dptr globals into struct smbd_server_conn...
2009-08-07 Stefan Metzmachers3:smbd: add generic smbd_dirptr_get_entry()
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-22 Tim Proutys3: Convert some callers of vfs_stat_smb_fname to SMB_V...
2009-07-13 Stefan Metzmachers3:smbd: make smbd_do_qfsinfo() non static for use...
2009-07-13 Stefan Metzmachers3:smbd: make smbd_do_setfilepathinfo() non static...
2009-07-12 Stefan Metzmachers3:smbd: make smbd_do_qfilepathinfo() non static for...
2009-07-10 Stefan Metzmachers3:smbd: make smbd_do_locking() non static
2009-07-02 Stefan Metzmachers3:smbd: add marshalling layer for SMB2 Lock support
2009-07-02 Stefan Metzmachers3:smbd: add marshalling layer for SMB2 Find (QueryDire...
2009-07-02 Stefan Metzmachers3:smbd: add marshalling layer for SMB2 Break support...
2009-07-02 Stefan Metzmachers3:smbd: add marshalling layer for SMB2 SetInfo support
2009-07-02 Stefan Metzmachers3:smbd: add marshalling layer for SMB2 GetInfo support
2009-07-02 Stefan Metzmachers3:smbd: add support for SMB2 Notify
2009-07-02 Stefan Metzmachers3:smbd: move global notify_changes_by_mid to smbd_serv...
2009-06-24 Stefan Metzmachers3:smbd: add support for async interim SMB2 responses...
2009-06-24 Stefan Metzmachers3:smbd: keep a list of outstanding SMB2 requests
2009-06-24 Stefan Metzmachers3:smbd: add smbd_smb2_send_oplock_break()
2009-06-09 Stefan Metzmachers3:smbd: more validation of the incoming SMB2 requests
2009-06-05 Stefan Metzmachers3:smbd: keep the chain_fsp for SMB2 requests
2009-06-05 Stefan Metzmachers3:smbd: add support for SMB2 Ioctl
2009-06-05 Stefan Metzmachers3:smbd: make smbd_server_connection_terminate() a...
2009-06-05 Stefan Metzmachers3:smbd: implement smbd_smb2_request_error/done() as...
2009-06-04 Jeremy AllisonChange smbd_smb2_request_error() to add a __location__.
2009-06-03 Stefan Metzmachers3:smbd: implement SMB2 Write
2009-06-03 Stefan Metzmachers3:smbd: implement SMB2 Read
2009-06-03 Stefan Metzmachers3:smbd: implement SMB2 Flush
2009-06-03 Stefan Metzmachers3:smbd: implement SMB2 Close
2009-06-03 Stefan Metzmachers3:smbd: implement a simple version of SMB2 Create
2009-06-03 Stefan Metzmachers3:smbd: add smbd_smb2_fake_smb_request()
2009-06-03 Stefan Metzmachers3:smbd: create a connection_struct in SMB2 Tree Connect
2009-06-03 Stefan Metzmachers3:smbd: create a user_struct for compat in SMB2 Sessio...
2009-06-03 Stefan Metzmachers3:smbd: move tcon specific globals to struct smbd_serv...
2009-06-03 Stefan Metzmachers3:smbd: move more session specific globals to struct...
2009-06-03 Stefan Metzmachers3:smbd: move some session specific globals to struct...
2009-06-03 Stefan Metzmachers3:smbd: move already_got_session to struct smbd_server...
2009-06-03 Stefan Metzmachers3:smbd: move max_recv to struct smbd_server_connection
2009-06-03 Stefan Metzmachers3:smbd: move negprot related globals to struct smbd_se...
2009-06-03 Stefan Metzmachers3:smbd: move pending_auth_data list to struct smbd_ser...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Stefan Metzmachers3:smbd: remove unused global 'orig_inbuf'
2009-05-26 Stefan Metzmachers3:smbd: move SMB1 specific stuff into a substructure...
next