ctdb-scripts: Add register action to nfs-ganesha-callout
[obnox/samba/samba-obnox.git] / source3 / smbd /
2016-05-05 Uri Simchonismbd: remove "only user" and "username" parameters
2016-05-04 Christian Ambachs3:smbd remove todo comments
2016-05-03 Christian Ambachs3:smbd/filename remove smelly code
2016-05-03 Christian Ambachs3:smbd/service apply some code formatting
2016-05-03 Christian Ambachs3:smbd/service disable case-sensitivity for SMB2/3...
2016-05-03 Ralph Boehmesmbd: use remote arch caching
2016-04-29 Uri Simchonint-quotas: fixup failure case for TRANSACT_GET_USER_QUO...
2016-04-28 Stefan Metzmachers3:smbd: only mark real guest sessions with the GUEST...
2016-04-28 Stefan Metzmachers3:smbd: make use SMB_SETUP_GUEST constant
2016-04-27 Volker Lendeckesmbd: Avoid large reads beyond EOF
2016-04-27 Partha SarathiFix the smb2_setinfo to handle FS info types and FSQUOT...
2016-04-19 Ralph Boehmecleanupd: restart as needed
2016-04-19 David Disseldorpprinting: use housekeeping period that matches cache...
2016-04-15 Hemanth ThummalaMask general purpose signals for notifyd.
2016-04-12 Ralph BoehmeCVE-2016-2114: s3:smbd: enforce "server signing = manda...
2016-04-12 Stefan MetzmacherCVE-2016-2114: s3:smbd: use the correct default values...
2016-04-05 Christof Schmittvfs: Add helper to check for missing VFS functions
2016-03-31 Uri Simchonismbd: do not cover up VFS failures to get quota
2016-03-31 Uri Simchonintquotas - skip entry if the quota is zero
2016-03-31 Uri Simchonint-quotas: return 0 as indication of no quota
2016-03-31 Uri Simchonint-quotas: vfs_get_ntquota() return NTSTATUS
2016-03-28 Uri Simchonis3-profile: reduce dependencies of smbprofile.h
2016-03-27 Jeremy Allisons3: vfs: Use the new VFS functions for setting and...
2016-03-27 Richard Sharpes3: vfs: Add VFS functions for setting and getting...
2016-03-25 Jeremy Allisons3: smbd: DFS: Pass uint32_t ucf_flags through into...
2016-03-25 Jeremy Allisons3: smbd: DFS: Pass uint32_t ucf_flags through into...
2016-03-25 Jeremy Allisons3: smbd: DFS: Pass uint32_t ucf_flags through into...
2016-03-25 Jeremy Allisons3: smbd: DFS - Remove the last lp_posix_pathnames...
2016-03-24 Jeremy Allisons3: smbd: Modify vfs_stat_smb_basename() to take a...
2016-03-24 Jeremy Allisons3: smbd: Remove many common uses of lp_posix_pathnames().
2016-03-24 Jeremy Allisons3: smbd: Remove unneeded lp_posix_pathnames() check...
2016-03-24 Jeremy Allisons3: posix_acls. Always use STAT, not LSTAT here.
2016-03-24 Jeremy Allisons3: Filenames: Add uint32_t flags parameter to syntheti...
2016-03-24 Jeremy Allisons3: smbd: Add uint32_t flags field to struct smb_filename.
2016-03-24 Jeremy Allisons3:smbd: Move lp_posix_pathnames() out of ea_list_has_i...
2016-03-24 Richard SharpeFix an obvious error where we were converting a UNIX...
2016-03-21 Michael Adamsmbd:smb2: add some asserts before decrementing the...
2016-03-21 Michael Adamsmbd:smb2: update outstanding request counters before...
2016-03-21 Michael Adamsmbd:smb2: implement channel sequence checks and reques...
2016-03-21 Michael Adamsmbd:smb2: add request_counters_updated to the smbd_smb...
2016-03-21 Michael Adamsmbd:smb2: add a modify flag to dispatch table
2016-03-17 Michael Adamsmbd: fix use after free via conn->fsp_fi_cache
2016-03-17 Uri Simchonismbd: remove quota support for some ancient OSs
2016-03-15 Michael Adamsmbd: enable multi-channel if 'server multi channel...
2016-03-15 Jeremy Allisons3:smbd: Change refuse_symlink() to take a const smb_fi...
2016-03-15 Jeremy Allisons3:smbd: Change get_ea_names_from_file() to take a...
2016-03-15 Jeremy Allisons3:smbd: Change get_ea_list_from_file_path() to take...
2016-03-15 Jeremy Allisons3: smbd: Change canonicalize_ea_name() to take a const...
2016-03-15 Jeremy Allisons3: smbd: Reformatting - remove unneeded const char...
2016-03-14 Jeremy Allisons3:smbd:vfs: Change posix_get_nt_acl() from const char...
2016-03-14 Jeremy Allisons3: smbd: Remove the last lp_posix_pathnames() in the...
2016-03-14 Michael Adamsmbd:smb2: remove an unnecessary !! cast.
2016-03-12 Andrew Bartlettsmbd: Only check dev/inode in open_directory, not the...
2016-03-10 Volker Lendeckesmbd: Prevent a crash
2016-03-10 Jeremy Allisons3: smbd: Simplify logic inside rename_internals_fsp...
2016-03-10 Jeremy Allisons3: smbd: Simplify logic inside rename_internals_fsp...
2016-03-10 Jeremy Allisons3:lib: Move internal lp_posix_pathnames() call out...
2016-03-10 Jeremy Allisons3:lib: Remove the const SMB_STRUCT_STAT * parameter...
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: smbd: Refuse to set EA's on a symlink.
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: smbd: Silently return no EA's availa...
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: smbd: Set return values early, allow...
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: smbd: Refuse to get a POSIX ACL...
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: smbd: Refuse to set a POSIX ACL...
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: smbd: Refuse to set an ACL from...
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: smbd: Refuse to get an ACL from...
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: smbd: Add refuse_symlink() function...
2016-03-09 Volker Lendeckesmbd: Avoid an "else"
2016-03-07 Jeremy Allisons3: smbd: Change open_streams_for_delete() to take...
2016-03-07 Jeremy Allisons3: smbd: Change open_streams_for_delete() to take...
2016-03-07 Jeremy Allisons3: smbd: Change open_streams_for_delete() to static.
2016-03-07 Jeremy Allisons3: smbd: Change delete_all_streams() to take a const...
2016-03-05 Jeremy Allisonsmbd: Clean up the logic inside vfs_chown_fsp() to...
2016-03-05 Jeremy AllisonVFS: Modify lchown to take a const struct smb_filename...
2016-03-05 Jeremy AllisonVFS: Modify chown to take a const struct smb_filename...
2016-03-03 Michael Adamsmbd:smb2: move op variable into scope of use in smb2_c...
2016-03-03 Michael Adamsmbd:smb2: implement create replay
2016-03-03 Michael AdamsmbXsrv:open: add smb2srv_open_lookup_replay_cache()
2016-03-03 Michael Adamsmb2:create: create replay cache when request has a...
2016-03-03 Michael AdamsmbXsrv:open: maintain a replay cache
2016-03-03 Michael Adamsmbd:smb2: allow the REPLAY_OPERATION flag for SMB3...
2016-03-03 Jeremy AllisonVFS: Modify chmod_acl to take a const struct smb_filena...
2016-03-03 Jeremy AllisonVFS: Modify chmod to take a const struct smb_filename...
2016-03-03 Justin Maggards3:smbd: add negprot remote arch detection for OSX
2016-03-03 Justin Maggards3:smbd: rework negprot remote arch detection
2016-03-02 Michael Adamsmbd: fix crash in smbXsrv_client_global_remove()
2016-03-02 Ralph Boehmes3/vfs: wrap async io function args inside struct vfs_a...
2016-03-01 Jeremy Allisons3: smbd: Change dptr_create() to take a const struct...
2016-03-01 Jeremy Allisons3: smbd: In call_trans2findfirst() all use of ctx...
2016-03-01 Jeremy Allisons3: smbd: Change OpenDir() to take a struct smb_filenam...
2016-03-01 Jeremy Allisons3: smbd: Change the internals of the private struct...
2016-03-01 Jeremy AllisonVFS: Modify opendir to take a const struct smb_filename...
2016-02-28 Michael Adamsmbd:smb2_creat: remove outdated TODO comments
2016-02-28 Michael AdamsmbXsrv_client: factor fetch-locking of global record...
2016-02-28 Michael AdamsmbXsrv_session: factor fetch-locking of local record...
2016-02-28 Michael AdamsmbXsrv_session: factor fetch-locking of global record...
2016-02-28 Michael AdamsmbXsrv_tcon: factor fetch-locking of local record...
2016-02-28 Michael AdamsmbXsrv_tcon: factor fetch-locking of global record...
2016-02-26 Michael AdamsmbXsrv_open: factor fetch-locking of local record...
2016-02-26 Michael AdamsmbXsrv_open: factor fetch-locking of global record...
2016-02-25 Jeremy AllisonVFS: Modify rmdir to take a const struct smb_filename...
next