libcli/smb: add smb2cli_echo*
[samba.git] / source3 / smbd /
2012-09-27 Volker Lendeckes3: For read-only shares, filter out write bits from...
2012-09-26 Volker Lendeckes3: Fix rejecting mkdir on read-only shares
2012-09-26 Volker Lendeckes3: Slightly simplify open_file()
2012-09-26 Volker Lendeckes3: Slightly simplify calculate_open_access_flags
2012-09-26 Volker Lendeckes3: Slightly simplify calculate_open_access_flags
2012-09-26 Andreas Schneiders3-smbd: Don't segfault if user specified ports out...
2012-09-26 Stefan Metzmachers3:smb2_create: don't take 'state->te' as indication...
2012-09-25 Volker Lendeckes3: Factor out calculate_open_access_flags
2012-09-25 Volker Lendeckes3: Slightly simplify smbd_smb2_request_process_negprot
2012-09-25 Volker Lendeckes3: Fix some blank line endings
2012-09-25 Volker Lendeckes3: Fix a typo
2012-09-25 Volker Lendeckepysmbd: Fix cut&paste errors
2012-09-25 Volker Lendeckes3: Slightly simplify is_stat_open
2012-09-25 Volker Lendeckes3: Make is_stat_open() a bit more readable
2012-09-25 Volker Lendeckes3: Fix indentation of if-expressions
2012-09-25 Jeremy AllisonFix bug #9189 - SMB2 Create doesn't return correct...
2012-09-24 Christian Ambachs3:printing only do printing_subsystem_update when...
2012-09-22 Michael Adams3:smbd:smb2: initialize variable in vfs_default_durabl...
2012-09-22 Michael Adams3:smbd: remove struct member smbd_smb2_request.cancell...
2012-09-22 Stefan Metzmachers3:smb2_lock: let smbd_smb2_create_cancel() trigger...
2012-09-22 Stefan Metzmachers3:smb2_lock: smbd_smb2_notify_recv() can already retur...
2012-09-22 Stefan Metzmachers3:smb2_notify: make use of tevent_req_defer_callback...
2012-09-22 Stefan Metzmachers3:smb2_notify: don't call tevent_req_done() from smbd_...
2012-09-22 Stefan Metzmachers3:smb2_lock: let smbd_smb2_lock_cancel() trigger NT_ST...
2012-09-22 Stefan Metzmachers3:smb2_server: avoid segfault in smbd_smb2_request_pen...
2012-09-22 Michael Adams3:smbd:smb2: simplify smbd_smb2_request_validate(...
2012-09-22 Michael Adams3:smbd:smb2: add check for session_status for compound...
2012-09-22 Stefan Metzmachers3:smb2_server: do the req->next_status check before...
2012-09-22 Stefan Metzmachers3:smb2_server: reset req->last_session_id and req...
2012-09-22 Ira Coopers3: Compound requests should continue processing.
2012-09-21 Stefan Metzmachers3:smbd: release the share mode lock before calling...
2012-09-20 Stefan Metzmachers3:smb2_server: fix usage of invalid memory in smb2_sig...
2012-09-14 Jeremy AllisonAdd 'bool use_privs' to smbd_calculate_access_mask().
2012-09-14 Jeremy AllisonFix bad string in debug message (remove it).
2012-09-14 Jeremy AllisonAdd bool use_privs parameter to smbd_check_access_rights()
2012-09-14 Jeremy AllisonAdd "backup_intent" bool.
2012-09-14 Jeremy AllisonDon't call can_write_to_file() if we already have ...
2012-09-13 Jeremy AllisonSigh :-(. Removing optimization prematurely is the...
2012-09-12 Jeremy AllisonMove cached cwd onto conn struct.
2012-09-12 Jeremy AllisonRemove ancient "optimization" global LastDir.
2012-09-12 Björn Jackes3: remove unneeded noquota.c file
2012-09-12 Andreas Schneiders3-rap: Open printers with the right access mask.
2012-09-12 Andrew Bartlettsmbd: Add extra VFS hooks to get the posix ACL as a...
2012-09-12 Andrew Bartlettsmbd: Remove pre-allocation of ACL array in sys_acl_init()
2012-09-12 Jeremy AllisonMake metze happy and the code clearer :-).
2012-09-11 Björn Jackequota: move function again to its belonging ifdef block
2012-09-11 Björn Jackes3:proto.h: remove duplicate disk_quotas prototypes
2012-09-10 Volker Lendeckes3: delete requests are not special
2012-09-10 Jeremy AllisonFix talloc memory heirarchy bug. If there's an SMB2...
2012-09-10 Matthieu Patouuid_t is a synonym for int on osX
2012-09-08 Michael Adams3:vfs_default: add basic support for durable handle...
2012-09-08 Michael Adams3:smbd: make fd_open() public
2012-09-08 Michael Adams3:smbd: don't set kernel flock if "kernel share modes...
2012-09-08 Michael Adams3:smbd: add basic support for durable handle v2 reques...
2012-09-08 Michael Adams3:smbd: add basic support for durable handle request...
2012-09-08 Michael Adams3:smbd: initial durable handle support: special treatm...
2012-09-08 Michael Adams3:vfs: add durable VFS operations
2012-09-08 Stefan Metzmachers3:smbd: add disconnected checks to the open code.
2012-09-08 Michael Adams3:smbd: also close durable file handles in a tdis
2012-09-08 Stefan Metzmachers3:smbXsrv_open: add smb2srv_open_recreate() to support...
2012-09-07 Volker Lendeckes3: Fix a panic when shutting down
2012-09-07 Björn Jackes3-smbd: Remove OSF1 support from old (pre-sysquotas...
2012-09-06 Björn Jackes3:quota: don't force the block size to 512
2012-09-06 Andrew Bartletts3-smbd: Remove remaining references to removed OS...
2012-09-06 Andrew Bartletts3-smbd: Remove IRIX support from old (pre-sysquotas...
2012-09-06 Andrew Bartletts3-smbd: Remove HPUX support from old (pre-sysquotas...
2012-09-06 Andrew Bartletts3-smbd: Remove BSD support from old (pre-sysquotas...
2012-09-06 Andrew Bartletts3-smbd: Remove Linux support from old (pre-sysquotas...
2012-09-06 Andrew Bartlettbuild: Remove Unicos support (quota in particular)
2012-09-05 Jeremy AllisonRemove an unncessary FTRUNCATE call in the open path...
2012-09-05 Stefan Metzmachers3:smb2_create: check for SMB2_CREATE_TAG_DHNC first
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
next