summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* pass 'rdonly' or 'directory' flag to open a directory file.Pooja Mahadik2018-07-113-10/+22
* s3/rpc_server: Character Encode Spotlight QueriesRalph Boehme2018-07-101-3/+13
* s3:messages: make the loop in msg_dgm_ref_recv() more robust against stale po...Stefan Metzmacher2018-07-101-3/+9
* Revert "s3/service: convert lp_force_group() to const"David Disseldorp2018-07-102-9/+13
* Revert "s3/service: convert lp_force_user() to const"David Disseldorp2018-07-091-2/+2
* libsmbclient: Initialize written in cli_splice_fallback()Bailey Berro2018-07-091-0/+2
* libsmbclient: Initialize written value before use.Jeremy Allison2018-07-091-1/+1
* s3: smbd/durable: remove dev and inode check from vfs_default_durable_reconne...Ralph Boehme2018-07-071-24/+0
* s3: smbd: fix a check in stat_cache_add()Ralph Boehme2018-07-071-1/+1
* vfs_ceph: don't lie about flock supportDavid Disseldorp2018-07-061-6/+5
* s3/loadparm: fix a few talloc stackframe leaksDavid Disseldorp2018-07-061-5/+8
* s3/service: convert lp_force_user() to constDavid Disseldorp2018-07-061-2/+2
* s3/service: convert lp_force_group() to constDavid Disseldorp2018-07-062-13/+9
* s3/uid: use lp_const_servicename() where possibleDavid Disseldorp2018-07-061-11/+11
* s3/service: use lp_const_servicename() where possibleDavid Disseldorp2018-07-061-33/+33
* Make "none" the default setting for the successful and failed operations in t...Timur I. Bakeyev2018-07-051-2/+3
* Make sure that vfs*audit modules recognize and accept all the syslog facilities.Timur I. Bakeyev2018-07-053-33/+81
* s3:winbind: Do not lookup local system accounts in ADAndreas Schneider2018-07-041-0/+2
* nsswitch: Add tests to lookup user via getpwnamAndreas Schneider2018-07-041-2/+2
* samba-gpupdate: Change machine option to targetDavid Mulder2018-07-041-1/+1
* samba_gpoupdate: Rename the command to samba-gpupdateDavid Mulder2018-07-041-1/+1
* s3: lib/ctdbd_conn: include .h, not .cRalph Boehme2018-07-041-1/+1
* pysmbd: add py_smbd_create_fileJoe Guo2018-06-281-0/+48
* pysmbd: extract init_files_struct functionJoe Guo2018-06-281-36/+59
* pysmbd: add py_smbd_mkdirJoe Guo2018-06-281-0/+51
* s3:tests: Add test for smbclient --quietJustin Stephenson2018-06-261-0/+34
* s3:client: Add --quiet option to smbclientJustin Stephenson2018-06-261-1/+8
* auth: For NTLM and KDC authentication, log the authentication durationAndrew Bartlett2018-06-252-2/+17
* 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
* Possible memory leak in map_info3_to_validationSwen Schillig2018-06-201-0/+1
* 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
* 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