s3:smbd/close: pass smbd_server_connection to notify_deferred_opens()
[mat/samba.git] / source3 / smbd /
2011-12-12 Stefan Metzmachers3:smbd/close: pass smbd_server_connection to notify_de...
2011-12-12 Stefan Metzmachers3:smbd/clode: pass smbd_server_connection as private_d...
2011-12-12 Stefan Metzmachers3:smbd/blocking: pass smbd_server_connection as privat...
2011-12-12 Stefan Metzmachers3:smb2_lock: pass smbd_server_connection as private_da...
2011-12-12 Stefan Metzmachers3:smb2_server: use sconn->ev_ctx instead of sconn...
2011-12-12 Stefan Metzmachers3:smb2_lock: avoid using server_event_context()
2011-12-12 Stefan Metzmachers3:smbd/pipes: avoid passing server_event_context(...
2011-12-12 Stefan Metzmachers3:smbd/process: avoid using server_event_context(...
2011-12-12 Stefan Metzmachers3:smbd/process: avoid using server_event_context(...
2011-12-12 Stefan Metzmachers3:smbd/oplock: avoid using server_event_context()...
2011-12-12 Stefan Metzmachers3:smbd/service: avoid using server_event_context(...
2011-12-12 Stefan Metzmachers3:smbd/ipc: pass 'state' as mem_ctx to np_read_send()
2011-12-12 Stefan Metzmachers3:smbd/fileio: avoid usage of server_event_context()
2011-12-12 Stefan Metzmachers3:smbd/close: avoid usage of server_event_context()
2011-12-12 Stefan Metzmachers3:smbd/blocking: avoid usage of server_event_context()
2011-12-12 Stefan Metzmachers3:smbd: remember the event context on smbd_server_conn...
2011-12-12 Stefan Metzmachers3:smbd: pass down smbd_server_connection via smbd_echo...
2011-12-12 Stefan Metzmachers3:smbd: remove references to the global smbd_server_conn
2011-12-12 Stefan Metzmachers3:smbd: make struct pending_message_list private
2011-12-12 Stefan Metzmachers3:smbd: remember the smbd_server_connection on pending...
2011-12-12 Stefan Metzmachers3:smbd: call sub_set_socket_ids() in smbd_process...
2011-12-12 Richard Sharpevfs: Make function pointer names consistent. They all...
2011-12-08 Volker Lendeckes3: Fix some 64-bit warnings
2011-12-02 Volker Lendeckes3: Use autogenerated open_files.idl
2011-11-30 Jeremy AllisonFix bug 8636 - When returning an ACL without SECINFO_DA...
2011-11-29 Jeremy AllisonFix bug 8631 - POSIX ACE x permission becomes rx follow...
2011-11-24 Christian Ambachs3:smb2 report access_based_dir_enum in tcon reply
2011-11-24 Christian Ambachs3:smb2 do not set allow_namespace_caching flag for...
2011-11-22 Jeremy AllisonMove setting the inherited ACL into the main open code...
2011-11-22 Jeremy AllisonMove the "set SD" code into provided SD and "inherit...
2011-11-22 Jeremy AllisonOnly add the SD if it's not a new stream file.
2011-11-22 Jeremy AllisonMove the add security descriptor code to *after* all...
2011-11-20 Stefan Metzmachers3:smb2_negprot: add support for SMB2_22
2011-11-16 Stefan Metzmachers3:smbd: calculate the negprot signing flags from the...
2011-11-16 Jeremy AllisonFinal part of patchset to fix bug #8556 - ACL permissio...
2011-11-16 Jeremy AllisonRemove the check for FILE_WRITE_ATTRIBUTES from smb_set...
2011-11-16 Jeremy AllisonAlways set the attribute first, before the time.
2011-11-16 Jeremy AllisonMove handle-based access check into handle codepath.
2011-11-16 Jeremy AllisonWe've already checked fsp must be non-null here.
2011-11-16 Jeremy AllisonRemove unneeded access check. This is done inside smb_s...
2011-11-16 Jeremy AllisonRemove unneeded access check. This is done inside smb_s...
2011-11-16 Jeremy AllisonMove handle based access check into handle code path.
2011-11-15 Jeremy AllisonEnsure we correctly calculate reply credits over all...
2011-11-15 Jeremy AllisonRemove unneeded NULL check.
2011-11-15 Stefan Metzmachers3:smbd/aio: handle_aio_completed() should do nothing...
2011-11-15 Stefan Metzmachers3:smbd/aio: pass ECANCELED to the smb2 aio handlers
2011-11-15 Stefan Metzmachers3:smb2_read: make it possible to cancel aio reads
2011-11-15 Stefan Metzmachers3:smb2_write: make it possible to cancel aio writes
2011-11-15 Stefan Metzmachers3:smbd/aio: add cancel_smb2_aio()
2011-11-15 Stefan Metzmachers3:smb2_ioctl: STATUS_PENDING is defered by 1 milliseco...
2011-11-15 Stefan Metzmachers3:smb2_create: defer STATUS_PENDING for 2 seconds...
2011-11-15 Stefan Metzmachers3:smb2_server: pass explicit defer_times to smbd_smb2_...
2011-11-15 Stefan Metzmachers3:smb2_server: always send STATUS_PENDING responses...
2011-11-14 Stefan Metzmachers3:smb2_flush: outbody only needs 4 bytes
2011-11-10 Volker Lendeckes3: Avoid a race with the async echo handler
2011-11-10 Stefan Metzmachers3:smbd: don't limit the number of open dptrs for smb2...
2011-11-10 Stefan Metzmachers3:smbd: fully construct the dptr before allocating...
2011-11-10 Stefan Metzmachers3:smbd: avoid string_set() in dir.c
2011-11-09 Stefan Metzmachers3:smb2_server: grant credits in async interim response...
2011-11-07 Jeremy AllisonAdd the SEC_DIR_LIST check to dptr_create().
2011-11-05 Jeremy AllisonMove the SEC_DIR_LIST check into dptr_create for SMB2...
2011-11-04 Jeremy Allisoncan_write_to_file() does now take share permissions...
2011-11-04 Jeremy AllisonNo longer do the pre-check on DELETE_ACCESS - we're...
2011-11-04 Jeremy AllisonRemove can_access_file_acl(). We no longer need this...
2011-11-04 Jeremy AllisonRemove can_access_file_data() - make it use the standar...
2011-11-04 Jeremy AllisonAdd const to the smb_filename argument of smbd_check_ac...
2011-11-04 Jeremy AllisonExpose smbd_check_access_rights() to other modules.
2011-11-04 Jeremy AllisonRename smbd_check_open_rights() to smbd_check_access_ri...
2011-11-04 Jeremy AllisonReplace smb1_file_se_access_check() with just se_access...
2011-11-04 Jeremy AllisonMove root check out of smb1_file_se_access_check()...
2011-11-04 Jeremy Allisonsmb1_file_se_access_check() is now static to smbd/open.c
2011-11-04 Jeremy AllisonRevert "Change function signature of check_parent_acces...
2011-11-04 Jeremy AllisonRevert "Call check_parent_access() on readdir."
2011-11-04 Christian Ambachs3:smbd increase a debug level
2011-11-04 Stefan Metzmachers3:smbd: also send the server name in the negprot response
2011-11-03 Stefan Metzmachers3:smbd: make use of SMB_SIGNING_* constants
2011-11-03 Stefan Metzmachers3:param: the behavior of "client/server signing =...
2011-11-02 David Disseldorps3:smb2_server: remove unused outhdr variables
2011-11-01 Jeremy AllisonCall check_parent_access() on readdir.
2011-11-01 Jeremy AllisonChange function signature of check_parent_access()...
2011-10-31 Stefan Metzmachers3:smb2_server: FLAG_CHAINED means we always use the...
2011-10-31 Stefan Metzmachers3:smb2_server: don't reset the tid and session id...
2011-10-31 Stefan Metzmachers3:smb2_server: echo the SMB2_HDR_CREDIT_CHARGE and...
2011-10-31 Stefan Metzmachers3:smbd: also the parent smbd needs FLAG_MSG_PRINT_GENE...
2011-10-28 Jeremy AllisonRemove the order dependency in parent_override_delete...
2011-10-28 Jeremy AllisonRemove unused "struct security_descriptor" parameter...
2011-10-28 Jeremy AllisonFinally do all the open checks inside open_file()....
2011-10-28 Jeremy AllisonSimplify smbd_check_open_rights() and move all the...
2011-10-28 Jeremy AllisonMove parent_override_delete() to before I need to use it.
2011-10-28 Jeremy AllisonMake smbd_check_open_rights() static.
2011-10-27 Andreas Schneiders3: Include uid_wrapper where it is missing.
2011-10-27 Andreas SchneiderInclude uid_wrapper correctly.
2011-10-26 Jeremy AllisonFactor out the code checking if a parent should overrid...
2011-10-26 Jeremy AllisonRemove another level of indentation - deal with !NT_STA...
2011-10-26 Jeremy AllisonAdd early return on stat open without O_CREAT if file...
2011-10-24 Stefan Metzmacherlibcli/smb: move smb_signing.[ch] to the toplevel
2011-10-22 Jeremy AllisonThird part of fix for bug #8541 - readlink() on Linux...
2011-10-22 Jeremy AllisonSecond part of fix for bug #8541 - readlink() on Linux...
2011-10-21 Jeremy AllisonFix bug #8541 - readlink() on Linux clients fails if...
2011-10-21 Stefan Metzmacherlibcli/smb: move smb_seal.c to the toplevel
next