summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3/smbd: sticky write time offset miscalculation causes broken timestampsRalph Boehme2017-09-121-2/+1
* s3/vfs: move ACE4_ADD_FILE/ACE4_DELETE_CHILD mapping from NFSv4 framework to ...Ralph Boehme2017-09-092-4/+4
* vfs_zfsacl: ensure zfs_get_nt_acl_common() has access to stat infoRalph Boehme2017-09-091-3/+22
* vfs_zfsacl: pass smb_fname to zfs_get_nt_acl_commonRalph Boehme2017-09-091-12/+8
* vfs/nfs4_acls: move special handling of SMB_ACE4_SYNCHRONIZE to vfs_zfsaclRalph Boehme2017-09-092-7/+9
* s3-lib: Fix error mapping for EROFSSachin Prabhu via samba-technical2017-09-081-1/+1
* param: Add 'binddns dir' parameterAndreas Schneider2017-09-051-0/+2
* messaging: Avoid a socket leak after forkVolker Lendecke2017-09-051-1/+2
* vfs_gpfs: Request DENY_DELETE sharemode when possibleChristof Schmitt2017-09-041-0/+9
* vfs_gpfs: Do not map DELETE sharemode access to WRITEChristof Schmitt2017-09-041-2/+2
* winbind: Rename winbindd_cm_conn->netlogon_creds to _ctxVolker Lendecke2017-08-305-22/+22
* winbind: Fix a signed/unsigned hickupVolker Lendecke2017-08-301-1/+1
* tests/fake_snap: sanitize pathsDavid Disseldorp via samba-technical2017-08-291-3/+16
* s3/mdssvc: missing assignment in sl_pack_floatRalph Boehme2017-08-291-0/+2
* selftest: run smb2.notify-inotify testsuite against fileserverRalph Boehme2017-08-261-0/+4
* s3:vfs: Do not overrun array ad->ad_eidAndreas Schneider2017-08-251-1/+1
* s3:modules: Avoid setting the sign bit to 1.Andreas Schneider2017-08-251-1/+1
* s3:libsmb: Print the kinit failed message with DBGLVL_NOTICEAndreas Schneider2017-08-241-1/+1
* s3:script: Untaint user supplied data in modprinter.plAndreas Schneider2017-08-241-3/+12
* s3:spoolss: Set timeout values to the one which Windows uses by defaultAndreas Schneider2017-08-241-3/+6
* configure: Centralize check for posix_fallocateVolker Lendecke2017-08-242-16/+3
* vfs_default: Fix passing of errno from async callsChristof Schmitt2017-08-241-6/+9
* acl_common: Avoid "#include vfs_acl_common.c"Volker Lendecke2017-08-246-86/+209
* acl_common: Pass store_acl_blob_fsp through store_v3_blobVolker Lendecke2017-08-241-7/+13
* acl_common: Pass get_acl_blob_fn as a pointer to get_nt_acl_internalVolker Lendecke2017-08-241-15/+17
* s3:tests: Add test for changing the local user password with smbpasswdAndreas Schneider2017-08-232-0/+135
* s3:utils: Remove pointless if-clause for remote_machineAndreas Schneider2017-08-231-6/+4
* s3:utils: Make sure we authenticate against our SAM name in smbpasswdAndreas Schneider2017-08-231-5/+27
* s3:utils: Pass domain to password_change() in smbpasswdAndreas Schneider2017-08-231-5/+7
* s3:utils: Make strings const passed to password_change() in smbpasswdAndreas Schneider2017-08-231-2/+3
* s3:libsmb: Move prototye of remote_password_change()Andreas Schneider2017-08-233-7/+11
* s3:libsmb: Pass domain to remote_password_change()Andreas Schneider2017-08-233-4/+7
* s3:utils: Do not report an invalid range for AD DC roleAndreas Schneider2017-08-231-7/+9
* s3:printing: Add NULL check for state_path()Andreas Schneider2017-08-191-0/+17
* s3:libsmb: let do_connect() debug the negotiation result similar to "session ...Stefan Metzmacher2017-08-191-2/+7
* s3:libsmb: don't call cli_NetServerEnum() on SMB2/3 connections in SMBC_opend...Stefan Metzmacher2017-08-191-0/+13
* s3:smbclient: don't try any workgroup listing with "client min protocol = SMB2"Stefan Metzmacher2017-08-191-0/+5
* s3:smbclient: improve the error messages for smbclient -LStefan Metzmacher2017-08-191-6/+5
* s3:libsmb: let get_ipc_connect() use CLI_FULL_CONNECTION_FORCE_SMB1Stefan Metzmacher2017-08-191-0/+2
* s3:utils: Allow to run smbpasswd as userAndreas Schneider2017-08-181-2/+12
* s3:gse_krb5: make use of precalculated krb5 keys in fill_mem_keytab_from_secr...Stefan Metzmacher2017-08-181-95/+85
* s3:secrets: allow secrets_fetch_or_upgrade_domain_info() on an AD DCStefan Metzmacher2017-08-181-7/+8
* s3: libsmb: Add cli_smb2_chkpath() and use from cli_chkpath().Jeremy Allison2017-08-183-1/+50
* gencache: Simplify gencache_stabilizeVolker Lendecke2017-08-171-45/+10
* gencache: Remove tdb_check from gencache_init()Volker Lendecke2017-08-171-23/+0
* s3: messaging: Add background job send failure messageAnoop C S2017-08-161-0/+1
* s3:libads: Fix changing passwords with KerberosAndreas Schneider2017-08-111-1/+1
* vfs_fruit: factor out common code from ad_get() and ad_fget()Ralph Boehme2017-08-091-61/+30
* vfs_fruit: return fake pipe fd in fruit_open_meta_netatalk()Ralph Boehme2017-08-091-57/+16
* vfs_fruit: don't open basefile in ad_open() and simplify APIRalph Boehme2017-08-091-75/+47