build(waf): Fail "configure --with-cluster-support" if ctdb support is not available.
[kai/samba.git] / source3 / smbd /
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...
2012-10-29 Michael Adams3:smbd:durable: remove a TODO comment about write...
2012-10-29 Jeremy AllisonFix bug #9329 - Directory listing with SeBackup can...
2012-10-26 Andrew Bartlettpysmbd: Set umask to 0 during smbd operations
2012-10-26 Andrew Bartlettpysmbd: Remember to close files after setting the NT ACL
2012-10-26 Andrew Bartlettpysmbd: Add hook for unlink() so python scripts can...
2012-10-25 Michael Adams3:smbd:durable: factor stat checks out into vfs_defaul...
2012-10-25 Andrew Bartlettpysmbd: Fix pysmbd octal mode handling
2012-10-20 Volker Lendeckes3: Fix some blank line endings
2012-10-20 Volker Lendeckes3: Use talloc_stackframe in token_contains_name_in_list
2012-10-19 Michael Adams3:smbd:durable: store stat info for disconnected durab...
2012-10-19 Michael Adams3:smbd/durable: remove an extra blank line from vfs_de...
2012-10-19 Stefan Metzmachers3:smbd/durable: add write_time specific stuff to vfs_d...
2012-10-19 Stefan Metzmachers3:smbd/durable: update the low level write_time before...
2012-10-19 Stefan Metzmachers3:smbd/durable: trigger pending write_time updates...
2012-10-19 Stefan Metzmachers3:smbd: remove unused claim_connection/yield_connection
2012-10-19 Stefan Metzmachers3:smbd: don't call claim/yield_connection() in make_co...
2012-10-19 Stefan Metzmachers3:smbd: fill tcon->global->session_global_id
2012-10-19 Gregor Becks3:lib: remove unused sessionid_*() functions
2012-10-19 Gregor Becks3:smbd: don't use (fill) sessionid.tdb in session_clai...
2012-10-19 Gregor Becks3:smbd/connection: use smbXsrv_tcon_traverse to count...
2012-10-19 Gregor Becks3:smbd:setup_new_vc_session: traverse sessions instead...
2012-10-19 Gregor Becks3:smbXsrv_tcon: add smbXsrv_tcon_global_traverse()
2012-10-19 Gregor Becks3:smbXsrv_session: add smbXsrv_session_global_traverse()
2012-10-19 Gregor Becks3:smbd: use session_global_id as session number for...
2012-10-19 Gregor Becks3:smbd: initialize session->global before calling...
2012-10-19 Gregor Becks3:smbd: remove smbd_server_connection argument from...
2012-10-19 Gregor Becks3:smbd: pass smbXsrv_session instead of user_struct...
2012-10-19 Gregor Becks3:count_current_connections: do not clear orphaned...
2012-10-19 Stefan Metzmachers3:smbd/utmp: remove ip address from utmp record
2012-10-19 Michael Adams3:smbd: remove duplicate prototypes for sys_utmp_claim...
2012-10-19 Stefan Metzmachers3:smbd: add exit_server to the smbd_shim hooks
2012-10-19 Michael Adams3:smbd: move initialization of the smbd_shim from...
2012-10-19 Stefan Metzmachers3:smbd: update sconn->remote_hostname after the netbio...
2012-10-17 Michael Adams3:smbd: fix brace placements in validate_my_share_entr...
2012-10-17 Michael Adams3:smbd: also log the "offline" flag when debugging...
2012-10-12 Christian Ambachs3:smb2_getinfo ensure proper error for not yet present...
2012-10-11 Andrew Bartlettsmbd: Always free the talloc_stackframe() before leavin...
2012-10-11 Andrew Bartlettvfs: Implement a sys_acl_blob_get_{fd,file} for POSIX...
2012-10-11 Andrew Bartlettvfs: Remove type parameter from sys_acl_blob_get_{fd...
2012-10-11 Andrew Bartlettsmbd: Add mem_ctx to {f,}get_nt_acl VFS call
2012-10-11 Andrew Bartlettsmbd: Add mem_ctx to sys_acl_init() and all callers
2012-10-06 Jeremy AllisonWe should never just assign an st_mode to an ace->perms...
2012-10-05 Jeremy AllisonModify ensure_canon_entry_valid() into ensure_canon_ent...
2012-10-05 Jeremy AllisonSimplify ensure_canon_entry_valid by splitting out...
2012-10-04 Jeremy AllisonRemove all uses of lp_security_mask/lp_force_security_m...
2012-10-04 Jeremy AllisonRevert "When creating a new file/directory, we need...
2012-10-04 Andreas Schneiders3fs-smbd: Make sure the registry is set up before...
2012-10-03 Jeremy AllisonRevert "Fix bug #9222 - smbd ignores the "server signin...
2012-10-03 Jeremy AllisonFix bug #9214 - Bad user supplied SMB2 credit value...
2012-10-02 Jeremy AllisonFix bug #9222 - smbd ignores the "server signing =...
2012-10-02 Jeremy AllisonWhen creating a new file/directory, we need to obey...
2012-10-02 Jeremy AllisonWhen setting a non-default ACL, don't forget to apply...
2012-10-02 Jeremy AllisonOnly apply masks on non-default ACL entries when settin...
2012-10-02 Jeremy AllisonUse is_default_acl variable in canonicalise_acl().
2012-10-02 Jeremy AllisonReformat spacing to be even.
2012-10-01 Björn Baumbachs3: make recursive_rmdir function non-static
2012-09-29 Volker Lendeckes3: Fix opening a file under kernel oplocks
2012-09-29 Volker Lendeckes3: Remove a SMB_ASSERT
2012-09-29 Volker Lendeckes3: Close the now opened file descriptor in error paths
2012-09-29 Volker Lendeckes3: No code change, just re-indent
2012-09-29 Volker Lendeckes3: Remove share mode handling before we open the file
2012-09-29 Volker Lendeckes3: Fix fcb_or_dos_open after logic change
2012-09-29 Volker Lendeckes3: Copy share mode handling from before to after open_file
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()
next