s4 dns: Make sure to remember incoming tkey name
[mdw/samba.git] / source3 / smbd /
2012-09-04 Volker Lendeckes3: Slightly simplify fd_open_atomic
2012-09-04 Volker Lendeckes3: Put a comment into the right place
2012-09-04 Volker Lendeckes3: Factor out disposition_to_open_flags
2012-09-04 Volker Lendeckes3: Factor out calculation of clear_ads
2012-09-04 Volker Lendeckes3: Slightly simplify open_file_ntcreate
2012-09-04 Volker Lendeckes3: Make "open_match_attributes" static
2012-09-04 Michael Adams3:smbd: in sys_disk_free(), improve a debug message
2012-09-04 Michael Adams3:smbd: in sys_disk_free(), improve a debug message
2012-09-04 Michael Adams3:smbd: in sys_disk_free(), fix line length and indent...
2012-09-04 Michael Adams3:smbd: in sys_disk_free(), fix a debug message
2012-09-02 Björn Jackes3: remove some duplicate quota code
2012-09-01 Volker Lendeckes3: Make an if statement a bit easier to read
2012-09-01 Jeremy AllisonChange the S3 fileserver over to se_file_access_check().
2012-08-30 Jeremy AllisonWindows does canonicalization of inheritance bits....
2012-08-30 Jeremy AllisonChange the other two places where we set a security...
2012-08-30 Jeremy AllisonRe-add set_sd(), called from set_sd_blob(). Allows...
2012-08-30 Jeremy AllisonRename set_sd() to set_sd_blob() - this describes what...
2012-08-28 Andreas Schneiders3-smbd: Fix flooding the logs with records we don...
2012-08-28 Andrew Bartletts3-vfs: Indicate the symlink destination when failing...
2012-08-23 Andrew Bartletts3-smbd: Add security_info_wanted argument to get_nt_ac...
2012-08-23 Andrew Bartletts3-pysmbd: Fix return type of smbd.get_nt_acl
2012-08-23 Andrew Bartletts3-smbd: Add talloc_stackframe() to get_nt_acl_no_snum()
2012-08-23 Andrew Bartlettparam: Add startup checks for valid server role/binary...
2012-08-23 Andrew Bartletts3-pysmbd: Fix error message
2012-08-23 Andrew Bartletts3-pysmbd: Allow a mode to be specified for the simple ACL
2012-08-23 Stefan Metzmachers3:smb2_break: encrypt OPLOCK BREAK notifications
2012-08-23 Stefan Metzmachers3:smb2_server: use smbXsrv_session->nonce_*
2012-08-23 Stefan Metzmachers3:smb2_server: remove dump_data() from smbd_smb2_reque...
2012-08-21 Andrew Bartletts3-pysmbd: Correct the python type for smb_acl_t
2012-08-21 Andrew Bartletts3-pysmbd: Add get/set functions for the posix ACL...
2012-08-21 Andrew Bartletts3-pysmbd: Correct comments in python VFS bindings
2012-08-21 Andrew Bartletts3-pysmbd: Add hook for a VFS chown()
2012-08-20 Andrew Bartletts3-smbd: ensure we give appropriate errors for EA reque...
2012-08-20 Andrew Bartletts3-smbd: Do not look for EA information on a stream
2012-08-20 Andrew Bartletts3-smbd: Push smb_fname into estimate_ea_size
2012-08-17 Stefan Metzmachers3:smb2_negprot: annouce/negotiate SMB3 encryption...
2012-08-17 Stefan Metzmachers3:smb2_server: add SMB3 encryption support
2012-08-17 Stefan Metzmachers3:smbd: don't disconnect the client when a share has...
2012-08-17 Stefan Metzmachers3:smbd: lp_smb_encrypt() returns SMB_SIGNING_* values
2012-08-17 Stefan Metzmachers3:smbd: make use of ENCRYPTION_REQUIRED()
2012-08-16 Stefan Metzmachers3:smb2_server: try to sign an error response if we...
2012-08-16 Stefan Metzmachers3:smb2_server: verify the signature before the session...
2012-08-16 Stefan Metzmachers3:smb2_server: add some const to print_req_vectors()
2012-08-16 Volker Lendeckes3-libsmb: Add a python wrapper
2012-08-16 Andrew Bartletts3-smbd: Do not check no_acl_syscall_error(errno) after...
2012-08-15 Stefan Metzmachers3:smb2_server: do calculations based on SMBD_SMB2_NUM_...
2012-08-15 Andrew Bartletts3-sysacls: Remove sys_acl_free_qualifier() as it is...
2012-08-15 Andrew Bartletts3-sysacls: Remove sys_acl_free_acl() and replace with...
2012-08-15 Andrew Bartletts3-smbd: Remove sys_acl_*() VFS wrapper functions
2012-08-15 Andrew Bartletts3-smbd: Remove unused conn argument from convert_perms...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_set_permset() directly rather...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_set_qualifier() directly rather...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_set_tag_type() directly rather...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_create_entry() directly rather...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_add_perm() directly rather than...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_clear_perms() directly rather...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_init() directly rather than via...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_free_acl() directly rather than...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_free_qualifier() directly rather...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_get_entry() directly rather than...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_free_qualifier() directly rather...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_get_qualifier() directly rather...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_get_tagtype() directly rather...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_get_permset() directly rather...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_get_perm() directly rather than...
2012-08-12 Björn Jackes3: skip loading vfs modules for printer connections
2012-08-10 Andrew Bartletts3-smbd: Merge ACE entries based on mapped UID/GID...
2012-08-10 Andrew Bartletts3-smbd: Convert posix_acls.c to use struct unixid...
2012-08-10 Andrew Bartletts3-smbd: Create a shortcut for building the token of...
2012-08-10 Stefan MetzmacherRevert "s3:smbd: include smbXsrv.h before smbd/proto...
2012-08-10 Stefan MetzmacherRevert "s3:smbd: Include smbXsrv.h before vfs.h (in...
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-08-09 Jeremy AllisonCheck error returns on strnorm().
2012-08-09 Jeremy AllisonCheck error returns from strupper_m() (in all reasonabl...
2012-08-09 Stefan Metzmachers3:smb2_sesssetup: setup global->[en|de]cryption_key
2012-08-09 Stefan Metzmachers3:smb2_read: don't try sendfile if encryption is used
2012-08-09 Stefan Metzmachers3:smb2_server: add smbd_smb2_request->do_encryption
2012-08-09 Stefan Metzmachers3:smb2_tcon: set global->encryption_required and enfor...
2012-08-09 Stefan Metzmachers3:smb2_sesssetup: set global->encryption_required...
2012-08-09 Stefan Metzmachers3:smb2_server: check the session before we could respo...
2012-08-09 Stefan Metzmachers3:smb2_server: do central file_id check if the operati...
2012-08-08 Stefan Metzmachers3:smb2_server: s/i/idx in smbd_smb2_request_pending_qu...
2012-08-08 Stefan Metzmachers3:smb2_server: make use of SMBD_SMB2_OUT_HDR_PTR(...
2012-08-08 Stefan Metzmachers3:smb2_server: remove useless variable 'i'
2012-08-08 Stefan Metzmachers3:smb2_server: rewrite dup_smb2_vec3() using SMBD_SMB2...
2012-08-08 Stefan Metzmachers3:smb2_server: make use of SMBD_SMB2_* macros in smbd_...
2012-08-08 Stefan Metzmachers3:smb2_server: make use of SMBD_SMB2_* macros in smbd_...
2012-08-08 Stefan Metzmachers3:smb2_server: use the common buffer layout for smbd_s...
2012-08-08 Stefan Metzmachers3:smb2_read: use SMBD_SMB2_NUM_IOV_PER_REQ when checki...
2012-08-08 Stefan Metzmachers3:smb2_read: fix indentation in schedule_smb2_sendfile...
2012-08-08 Stefan Metzmachers3:smb2_server: don't try to update req->in.vector...
2012-08-08 Stefan Metzmachers3:smb2_sesssetup: remove unused code in smbd_smb2_reau...
2012-08-08 Stefan Metzmachers3:smb2_sesssetup: remove TALLOC_FREE(session) from...
2012-08-08 Stefan Metzmachers3:smb2_server: sign the last request at the start...
2012-08-08 Volker Lendeckes3: Fix a crash in reply_lockingX_error
2012-08-07 Stefan Metzmachers3:smb2_server: fix SMB2 signing of compound responses
2012-08-07 Stefan Metzmachers3:smb2_server: there's no need to copy req->out.vector...
2012-08-07 Stefan Metzmachers3:smb2_server: use memmove instead of copying single...
2012-08-07 Stefan Metzmachers3:smb2_server: make use of SMBD_SMB2_OUT_HDR_PTR(...
2012-08-07 Stefan Metzmachers3:smb2_server: check for compound based on SMBD_SMB2_N...
next