summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* krb5_plugin: Add winbind localauth plugin for MIT KerberosAndreas Schneider2018-06-214-0/+287
* s3: smbd: Don't use getcwd() directly. We must always go through the VFS.Jeremy Allison2018-06-211-2/+6
* s3:winbind: Fix regression introduced with bso #12851Andreas Schneider2018-06-211-18/+10
* s3:smbget: Fix buffer truncation issues with gcc8Andreas Schneider2018-06-201-1/+1
* s3:registry: Fix buffer truncation issues issues with gcc8Andreas Schneider2018-06-201-7/+5
* samdb: Fix build error with gcc8Andreas Schneider2018-06-201-1/+1
* Possible memory leak in map_info3_to_validationSwen Schillig2018-06-201-0/+1
* heimdal: remove include/includedir directives for krb5.confBjörn Baumbach2018-06-202-98/+3
* python/samba/netcmd: Fix NameError exceptionNoel Power2018-06-201-0/+1
* python/samba: enclose map.values with list (py2/py3)Noel Power2018-06-201-1/+1
* python/samba: Another object.next() to next(object) py2/py3 converstionNoel Power2018-06-201-3/+3
* python/samba/emulate: py2/py3 .next usage, replace with next() fnNoel Power2018-06-201-2/+2
* python/samba/tests: py2/py3 port has_keys usageNoel Power2018-06-202-3/+3
* python/samab: py2/py3 string.upper(astring) -> astring.upperNoel Power2018-06-201-2/+2
* python/samba: Py2|Py3 compat, fix more missed exception tuple issuesNoel Power2018-06-204-8/+8
* tests: Increase PSO test timeouts to minimise failuresTim Beale2018-06-201-1/+5
* tests: Increase minPwdAge used for PSO testsTim Beale2018-06-201-3/+3
* winbind: Fix a typoVolker Lendecke2018-06-191-1/+1
* lib: Align integer typesVolker Lendecke2018-06-191-1/+1
* idmap_hash: Align integer typesVolker Lendecke2018-06-191-1/+1
* testparm: Remove warning from the last centuryAndreas Schneider2018-06-191-10/+0
* librpc/crypto: Fix a misleading commentVolker Lendecke2018-06-181-3/+1
* heimdal: Add include/includedir directives for krb5.confNicolas Williams2018-06-182-3/+98
* heimdal: small code adaption to cherry-pick heimdal commitBjörn Baumbach2018-06-181-11/+6
* heimdal: lib/krb5: do not fail set_config_files due to parse errorJeffrey Altman2018-06-182-3/+4
* smbd: remove unused smbd_server_connection->ev_ctxStefan Metzmacher2018-06-183-3/+0
* smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event c...Stefan Metzmacher2018-06-1825-37/+53
* smbd: add an effective connection_struct->user_ev_ctx that holds the event co...Stefan Metzmacher2018-06-187-2/+20
* smbd: use sconn->root_ev_ctx for smbd_sig_{term,hup}_handler()Stefan Metzmacher2018-06-181-2/+2
* smbd: use sconn->root_ev_ctx for brl_timeout_fn()Stefan Metzmacher2018-06-182-2/+10
* smbd: add smbd_server_connection->{root,guest}_ev_ctx pointerStefan Metzmacher2018-06-183-0/+6
* smbd: use raw_ev_ctx to clear the MSG_SMB_CONF_UPDATED registrationStefan Metzmacher2018-06-181-1/+1
* smbd: explain that/why we use the raw tevent_context for linux_oplock_signal_...Stefan Metzmacher2018-06-181-1/+13
* smbd: explain that/why we use the raw tevent_context for do_break_to_none()Stefan Metzmacher2018-06-181-1/+14
* smbd: explain that/why we use the raw tevent_context for oplock_timeout_handl...Stefan Metzmacher2018-06-181-1/+13
* smbd: explain that/why we use the raw tevent_context for lease_timeout_handler()Stefan Metzmacher2018-06-181-1/+11
* smbd: explain that/why we use the raw tevent_context for update_write_time_ha...Stefan Metzmacher2018-06-181-2/+10
* vfs_glusterfs: explain that/why we use the raw tevent_context in init_gluster...Stefan Metzmacher2018-06-181-1/+10
* smbd: add smbd_server_connection->raw_ev_ctx pointerStefan Metzmacher2018-06-183-2/+5
* smbd: use req->xconn->client->raw_ev_ctx for schedule_deferred_open_message_s...Stefan Metzmacher2018-06-181-1/+8
* s3:smb2_server: use req->xconn->client->raw_ev_ctx for smbd_smb2_request_disp...Stefan Metzmacher2018-06-181-1/+6
* s3:smb2_server: use req->xconn->client->raw_ev_ctx for smbd_smb2_request_pend...Stefan Metzmacher2018-06-181-1/+7
* smbd: remove unused tevent_context argument from notify_initStefan Metzmacher2018-06-185-5/+2
* smbd: replace xconn->msg_ctx with xconn->client->msg_ctxStefan Metzmacher2018-06-186-10/+7
* smbd: replace xconn->ev_ctx with xconn->client->raw_ev_ctxStefan Metzmacher2018-06-184-11/+15
* smbd: rename smbXsrv_client->ev_ctx into smbXsrv_client->raw_ev_ctxStefan Metzmacher2018-06-184-13/+21
* vfs_default: maintain vfswrap_offload_write_state->{src_ev,dst_ev}Stefan Metzmacher2018-06-181-5/+8
* vfs_default: make use of change_to_user_by_fsp() in order to switch between s...Stefan Metzmacher2018-06-181-0/+42
* vfs_btrfs: make use of become_user_by_fsp() in order to switch between src an...Stefan Metzmacher2018-06-181-5/+41
* smbd: add {become,change_to}_user_by_fsp() helper functionsStefan Metzmacher2018-06-182-0/+12