lib/replace: add AC_CHECK_VALUEOF() macro
[sfrench/samba-autobuild/.git] / source3 / smbd /
2013-02-28 Michael Adams3:smbd: fix missing space in debug message in initial_...
2013-02-22 Andreas Schneiders3-smbd: Don't leak subcntarr array.
2013-02-19 Stefan Metzmachers3:smbd: s/event_add_fd/tevent_add_fd and s/EVENT_FD_...
2013-02-19 Stefan Metzmachers3:smbd: s/struct fd_event/struct tevent_fd
2013-02-19 Stefan Metzmachers3:smbd: s/EVENT_FD/TEVENT_FD
2013-02-19 Stefan Metzmachers3:smbd: s/struct timed_event/struct tevent_timer
2013-02-19 Stefan Metzmachers3:smbd: s/struct event_context/struct tevent_context
2013-02-19 Michael Adams3:smbd: preserve file type mode bits in file_set_dosmode()
2013-02-19 Gregor Becks3:smbXsrv_open: add smbXsrv_open_global_traverse()
2013-02-19 Gregor Becks3:smbXsrv_tcon: pass record in smbXsrv_tcon_global_tra...
2013-02-19 Gregor Becks3:smbXsrv_session: pass record in smbXsrv_session_glob...
2013-02-19 Michael Adams3:smbd:smb2: fix segfault (access after free) in durab...
2013-02-18 Michael Adams3:smbd: add debugging to close code (regarding disconn...
2013-02-18 Stefan Metzmachers3:smbd: use smbXsrv_open_close() instead of smbXsrv_op...
2013-02-12 Jeremy AllisonFix bug 9519 - Samba returns unexpected error on SMB...
2013-02-08 Ira Coopers3: Make SMB2_GETINFO multi-volume aware.
2013-01-30 Volker Lendeckesmbd: Fix a typo
2013-01-28 Pavel ShilovskyFix bug #9571 - Unlink after open causes smbd to panic.
2013-01-28 Jeremy AllisonFix bug #9588 - ACLs are not inherited to directories...
2013-01-25 Jeremy AllisonFix bug #9587 - archive flag is always set on directories.
2013-01-24 Jeremy AllisonFix bug #9572 - File corruption during SMB1 read by...
2013-01-24 Jeremy AllisonRevert "s3:smbd: SMB ReadX with size > 0xffff should...
2013-01-23 Volker Lendeckesmbd: Fix a NULL vs false return error
2013-01-19 Jeremy AllisonFix warnings with mismatched sizes in arguments to...
2013-01-18 Jeremy AllisonRemove locking across the lifetime of the copychunk...
2013-01-17 Jeremy AllisonAdd additional copychunk checks.
2013-01-17 Jeremy AllisonMove handle checking code to copychunk_check_handles().
2013-01-16 David Disseldorpsmb2_ioctl: copychunk request max output validation
2013-01-16 David Disseldorpsmb2_ioctl: track copychunk response output state
2013-01-16 David Disseldorpsmb2_ioctl: copychunk CHECK_READ and CHECK_WRITE
2013-01-16 David Disseldorpsmb2_ioctl: only pass through to VFS on a valid fsp
2013-01-16 David Disseldorpsmb2_ioctl: perform locking around copychunk requests
2013-01-16 David Disseldorpsmbd: split out file_fsp_get from file_fsp_smb2
2013-01-16 David Disseldorpsmb2_ioctl: remove ioctl error response assumptions
2013-01-16 David Disseldorpsmb2_ioctl: add support for FSCTL_SRV_COPYCHUNK
2013-01-16 David Disseldorps3-vfs: add copy_chunk vfs hooks
2013-01-16 David Disseldorpsmb2_ioctl: add FSCTL_SRV_REQUEST_RESUME_KEY support
2013-01-16 David Disseldorpsmb2_ioctl: split ioctl handler code on device type
2013-01-16 David Disseldorpsmb2_ioctl: split ioctl handlers into separate funtions
2013-01-09 Andreas SchneiderUse the new directory_create_or_exist_strict() function.
2013-01-09 Stefan Metzmachers3:smb2_negprot: set the 'remote_proto' value
2013-01-09 Jeremy AllisonFixup the change_to_user_by_session() case as called...
2013-01-09 Volker Lendeckesmbd: Remove some ()
2013-01-09 Volker Lendeckesmbd: Simplify an if-expression
2013-01-09 Volker Lendeckesmbd: Fix a typo
2013-01-09 Jeremy AllisonMove create_share_access_mask() from smbd/service.c...
2013-01-09 Jeremy AllisonFix bug #9518 - conn->share_access appears not be be...
2013-01-09 Jeremy AllisonFactor code out of check_user_ok() into a call to check...
2013-01-09 Jeremy AllisonInitialize stack variables. Prelude to factoring out...
2013-01-09 Jeremy AllisonAdd check_user_share_access() which factors out the...
2013-01-09 Jeremy AllisonCorrectly setup the conn->share_access based on the...
2013-01-09 Jeremy AllisonChange API for create_share_access_mask() - remove...
2013-01-09 Jeremy AllisonChange API for create_share_access_mask() to pass in...
2013-01-09 Jeremy AllisonFix API for create_share_access_mask().
2013-01-09 Jeremy AllisonRemove static from create_share_access_mask().
2013-01-09 Jeremy AllisonAdd uint32_t share_access to vuid_cache_entry.
2013-01-09 Jeremy AllisonClean up struct connection_struct, make struct vuid_cac...
2013-01-09 Jeremy AllisonRemove unneeded variable "const struct auth_session_inf...
2013-01-09 Jeremy AllisonRemove dead code now vuser can no longer be NULL.
2013-01-09 Jeremy AllisonRemove the second set of {} braces, no longer needed.
2013-01-09 Jeremy AllisonRemove one set of enclosing {} braces, no longer needed.
2013-01-09 Jeremy AllisonMove the definition of struct vuid_cache_entry *ent...
2013-01-09 Jeremy AllisonStart to tidy-up check_user_ok().
2013-01-09 Jeremy Allisonsource3/smbd/pysmbd.c: Always use create_conn_struct...
2013-01-09 Jeremy Allisonsmbd/posix_acls.c: Use create_conn_struct(). Don't...
2013-01-09 Jeremy AllisonAllow create_conn_struct() to be called with snum ...
2013-01-09 Andrew Bartlettsmbd: Rework create_conn_struct to use conn_new()
2013-01-08 Volker Lendeckesmbd: Fix bug 9549 -- Memleak in the async echo handler
2013-01-08 Andrew Bartlettpysmbd: Change to keyword based arguments
2013-01-08 Andrew Bartlettpysmbd: Convert pysmbd to take an optional service...
2013-01-08 Andrew Bartlettsmbd: Fix calls to create_conn_struct_cwd to be correct...
2013-01-08 Andrew Bartlettsmbd: Split create_conn_struct into a fn that does...
2012-12-21 Andreas Schneiders3-smbd: Check return code of SMB_VFS_{L}STAT.
2012-12-18 Jeremy AllisonFix bug #9196 - defer_open is triggered multiple times...
2012-12-07 Volker Lendeckes3: Fix clear_if_first for the async echo handler
2012-12-06 Michael Adams3:smbd: fix a cut and paste error in a debug message
2012-12-06 Michael Adams3:smbd: don't apply create/directory mask and modes...
2012-12-06 Richard SharpeFix bug #9460 - Samba 3.6.x and Master respond incorrec...
2012-12-04 Jeremy AllisonRemove unused append_parent_acl().
2012-12-02 Stefan Metzmachers3:smbd/open: fall back to Builtin_Administrators if...
2012-12-02 Stefan Metzmachers3:smbd/open: try the primary sid (user) as group_sid...
2012-12-02 Stefan Metzmachers3:smbd/open: use Builtin_Administrators as owner of...
2012-11-30 Volker LendeckeFix Bug 9422 - large read requests cause server to...
2012-11-28 Stefan Metzmachers4:smbd/open: add missing TALLOC_FREE(frame) to inherit...
2012-11-20 Christian Ambachs3:smbd/aio do not mark file modified during reads
2012-11-20 Jeremy AllisonMore for #9374 - Allow smb2.acls torture test to pass...
2012-11-19 Jeremy AllisonAdd comments explaining exactly *why* we don't check...
2012-11-15 Jeremy AllisonAnother fix needed for bug #9236 - ACL masks incorrectl...
2012-11-14 Richard Sharpesmbd_open_one_socket does not use the messaging_context...
2012-11-13 Richard SharpeA small error message fix in source3/smbd/server.c
2012-11-13 Andrew Bartlettsmbd: Remove NT4 compatability handling in posix -...
2012-11-13 Andrew BartlettChange get_nt_acl_no_snum() to return an NTSTATUS,...
2012-11-13 Andrew Bartlettsmbd: Correctly set fsp->is_directory before dealing...
2012-11-11 Andrew Bartlettpysmbd: Add SMB_ACL_EXECUTE to the mask set by make_sim...
2012-11-10 Arvid Requates3:smbd: Fix typo in got_duplicate_group check
2012-11-07 Volker LendeckeRemove two unused variables
2012-11-05 Stefan Metzmachers3:smbd: pass the current time to make_connection[_smb1]()
2012-11-02 Karolin Seegersmb2_server: Fix typo in comment.
2012-11-02 Michael Adams3:smbd:smb2: fix a comment typo in the crediting code.
2012-10-30 Stefan Metzmachers3:smb2_read: fix SMBD_SMB2_NUM_IOV_PER_REQ check for...
next