| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | libcli: Pass buf/len to smb2_negotiate_context_add | Volker Lendecke | 2019-02-25 | 1 | -8/+12 |
* | smbd: Align integer types | Volker Lendecke | 2019-02-25 | 1 | -1/+1 |
* | s3: smbd: filenames - ensure we replace the missing '/' if we error in an int... | Jeremy Allison | 2019-02-25 | 1 | -0/+18 |
* | smbd: unix_convert: Ensure we don't call get_real_filename on POSIX paths. | Jeremy Allison | 2019-02-24 | 1 | -0/+25 |
* | smbd: SMB1-POSIX: Add missing info-level SMB_POSIX_PATH_OPEN for UCF_UNIX_NAM... | Jeremy Allison | 2019-02-24 | 1 | -0/+1 |
* | notifyd: Fix SIGBUS on sparc | Jiří Šašek | 2019-02-22 | 1 | -2/+9 |
* | quotas: remove legacy AIX quota code that is covered by sysquotas now | Bjoern Jacke | 2019-02-17 | 1 | -122/+0 |
* | ntquotas: do not set inode limits when setting space quota | Björn Jacke | 2019-02-17 | 1 | -15/+0 |
* | libsmb,s3/smbd: dump SMB3+ session keys if debug parm is set | Aurelien Aptel | 2019-02-09 | 1 | -0/+25 |
* | s3:vfs: Correctly check if OFD locks should be enabled or not | Andreas Schneider | 2019-02-09 | 1 | -0/+9 |
* | s3:smbd: Use C99 initializer for RAP api_commands | Andreas Schneider | 2019-01-28 | 1 | -38/+177 |
* | s3:smbd: Use C99 initializer for poptOption in smbd server | Andreas Schneider | 2019-01-28 | 1 | -11/+67 |
* | smbd: uid: Don't crash if 'force group' is added to an existing share connect... | Jeremy Allison | 2019-01-25 | 1 | -2/+33 |
* | s3-smbd: use fruit:model string for mDNS registration | Günther Deschner | 2019-01-15 | 1 | -0/+27 |
* | s3:smbd: perform impersonation in smb2_query_directory_fetch_write_time_done() | Ralph Boehme | 2019-01-14 | 1 | -0/+7 |
* | s3:smbd: perform impersonation in smb2_query_directory_dos_mode_done() | Ralph Boehme | 2019-01-14 | 1 | -0/+7 |
* | s3:smbd: perform impersonation in dos_mode_at_vfs_get_dosmode_done() | Ralph Boehme | 2019-01-14 | 1 | -0/+7 |
* | vfs: perform impersonation in smb_vfs_call_getxattrat_done() | Ralph Boehme | 2019-01-14 | 1 | -0/+9 |
* | vfs: use struct initializer in smb_vfs_call_getxattrat_send() | Ralph Boehme | 2019-01-14 | 1 | -1/+4 |
* | vfs: perform impersonation in smb_vfs_call_get_dos_attributes_done() | Ralph Boehme | 2019-01-14 | 1 | -0/+9 |
* | vfs: use struct initializer in smb_vfs_call_get_dos_attributes_send | Ralph Boehme | 2019-01-14 | 1 | -1/+4 |
* | Revert "smbd: add smbd_server_connection->raw_ev_ctx pointer" | Ralph Boehme | 2019-01-11 | 3 | -5/+2 |
* | s3:smbd: don't use async dosmode if per-thread cwd is not available | Ralph Boehme | 2019-01-11 | 1 | -0/+3 |
* | s3:smbd: use passed in ev in smbd_smb2_query_directory_send() | Ralph Boehme | 2019-01-11 | 1 | -1/+1 |
* | Revert "smbd: explain that/why we use the raw tevent_context for update_write... | Ralph Boehme | 2019-01-11 | 1 | -10/+2 |
* | Revert "smbd: explain that/why we use the raw tevent_context for lease_timeou... | Ralph Boehme | 2019-01-11 | 1 | -11/+1 |
* | Revert "smbd: explain that/why we use the raw tevent_context for oplock_timeo... | Ralph Boehme | 2019-01-11 | 1 | -13/+1 |
* | Revert "smbd: explain that/why we use the raw tevent_context for do_break_to_... | Ralph Boehme | 2019-01-11 | 1 | -14/+1 |
* | Revert "smbd: explain that/why we use the raw tevent_context for linux_oplock... | Ralph Boehme | 2019-01-11 | 1 | -13/+1 |
* | Revert "smbd: use raw_ev_ctx to clear the MSG_SMB_CONF_UPDATED registration" | Ralph Boehme | 2019-01-11 | 1 | -1/+1 |
* | Revert "smbd: add smbd_server_connection->{root,guest}_ev_ctx pointer" | Ralph Boehme | 2019-01-11 | 3 | -6/+0 |
* | Revert "smbd: use sconn->root_ev_ctx for brl_timeout_fn()" | Ralph Boehme | 2019-01-11 | 2 | -10/+2 |
* | Revert "smbd: use sconn->root_ev_ctx for smbd_sig_{term,hup}_handler()" | Ralph Boehme | 2019-01-11 | 1 | -2/+2 |
* | Revert "smbd: add an effective connection_struct->user_ev_ctx that holds the ... | Ralph Boehme | 2019-01-11 | 3 | -15/+0 |
* | Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the... | Ralph Boehme | 2019-01-11 | 24 | -51/+37 |
* | Revert "smbd: remove unused smbd_server_connection->ev_ctx" | Ralph Boehme | 2019-01-11 | 3 | -0/+3 |
* | Revert "smbd: add [un]become_guest() helper functions" | Ralph Boehme | 2019-01-11 | 2 | -30/+0 |
* | Revert "smbd: add smbd_impersonate_debug_create() helper" | Ralph Boehme | 2019-01-11 | 2 | -235/+0 |
* | Revert "smbd: add simple noop smbd_impersonate_{conn_vuid,conn_sess,root,gues... | Ralph Boehme | 2019-01-11 | 2 | -61/+0 |
* | Revert "smbd: make use of smbd_impersonate_{conn_vuid,conn_sess,root,guest}_c... | Ralph Boehme | 2019-01-11 | 4 | -66/+8 |
* | Revert "smbd: implement smbd_impersonate_{conn_vuid,conn_sess,root,guest}_cre... | Ralph Boehme | 2019-01-11 | 1 | -930/+21 |
* | Revert "smbd: avoid explicit change_to_user() in defer_rename_done() already ... | Ralph Boehme | 2019-01-11 | 1 | -0/+11 |
* | Revert "smbd: remove unused change_to_root_user() from smbd_sig_hup_handler()" | Ralph Boehme | 2019-01-11 | 1 | -0/+1 |
* | Revert "smbd: remove unused change_to_root_user() from brl_timeout_fn()" | Ralph Boehme | 2019-01-11 | 1 | -0/+3 |
* | smbd: rename sconn->raw_thread_pool to sconn->pool | Ralph Boehme | 2019-01-11 | 3 | -4/+4 |
* | Revert "smbd: introduce sconn->sync_thread_pool" | Ralph Boehme | 2019-01-11 | 3 | -28/+1 |
* | Revert "s3: vfs: add smb_vfs_ev_glue" | Ralph Boehme | 2019-01-11 | 1 | -832/+0 |
* | Revert "s3: vfs: add user_vfs_evg to connection_struct" | Ralph Boehme | 2019-01-11 | 4 | -816/+27 |
* | s3:smbd: pass (raw) ev to fetch_dos_mode_send instead of smb_vfs_ev_glue | Ralph Boehme | 2019-01-11 | 1 | -7/+4 |
* | s3:smbd: pass (raw) ev to dos_mode_at_send() instead of smb_vfs_ev_glue | Ralph Boehme | 2019-01-11 | 3 | -5/+4 |