s3:smbd: remove smbd_server_connection argument from session_claim()
[kai/samba.git] / source3 / smbd /
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()
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...
next