summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* vfs: Fix a typoVolker Lendecke2019-11-201-1/+1
* vfs_gpfs: Use update_stat_ex_create_timeChristof Schmitt2019-11-191-6/+13
* vfs_gpfs: Create fileid from filesystem metadataChristof Schmitt2019-11-191-0/+54
* vfs_gpfs: Use gpfs_fstat_x in vfs_gpfs_fget_dos_attributesChristof Schmitt2019-11-191-6/+8
* vfs_gpfs: Use gpfs_stat_x in vfs_gpfs_get_dos_attributesChristof Schmitt2019-11-191-8/+13
* vfs: Fix CID 1455914 Unused valueVolker Lendecke2019-11-191-0/+4
* smbd: Fix CID 1455912 Logically dead codeVolker Lendecke2019-11-191-2/+2
* winbind: Fix CID 1455915 Resource leakVolker Lendecke2019-11-191-0/+3
* machine_account_secrets: do not generate single DES keysIsaac Boukris2019-11-191-36/+0
* kerberos_keytab: do not add single DES keys to keytabIsaac Boukris2019-11-191-2/+0
* s3:winbind: Replace E_md5hash() with GnuTLS callsAndreas Schneider2019-11-191-1/+22
* s3:winbindd: Replace E_md5hash() with GnuTLS callsAndreas Schneider2019-11-191-1/+22
* s3:rpc_server: Replace E_md5hash() with GnuTLS callsAndreas Schneider2019-11-191-1/+19
* s3-build: add missing gnutls dependencyBjörn Baumbach2019-11-151-1/+4
* vfs: Use dbwrap_delete() in acl_tdb_delete()Volker Lendecke2019-11-141-30/+4
* vfs: Use dbwrap_store() in store_acl_blob_fsp()Volker Lendecke2019-11-141-9/+4
* vfs: Use direct struct assignment in store_acl_blob_fsp()Volker Lendecke2019-11-141-3/+1
* smbd: Make share_mode_do_locked() pass TDB_DATA instead of a recordVolker Lendecke2019-11-133-12/+14
* build: Only link against libcrypt where neededAndrew Bartlett2019-11-131-0/+1
* s3-build: Skip building the ndr_table at the tail of ndr_libnetapi.cAndrew Bartlett2019-11-131-0/+1
* build: Allow warning on compile of libnetapi PIDLAndrew Bartlett2019-11-131-1/+2
* librpc: Do not include the ndr_table for libnet_join.idl and libnetapi.idl in...Andrew Bartlett2019-11-131-2/+9
* smbd: Remove write cacheVolker Lendecke2019-11-1316-886/+8
* lib: Remove unused file_id_string()Volker Lendecke2019-11-122-12/+0
* smbd: Use file_id_str_buf() in share_mode_cleanup_disconnected()Volker Lendecke2019-11-121-6/+6
* smbd: Use file_id_str_buf() in share_mode_memcache_fetch()Volker Lendecke2019-11-121-7/+8
* smbd: Use file_id_str_buf() in share_mode_memcache_store()Volker Lendecke2019-11-121-1/+2
* lib: Remove unused file_id_string_tos()Volker Lendecke2019-11-122-12/+0
* torture3: Use file_id_str_buf() in print_brl()Volker Lendecke2019-11-121-1/+4
* smbd: Use file_id_str_buf() in linux_release_kernel_oplock()Volker Lendecke2019-11-121-2/+4
* smbd: Use file_id_str_buf() in linux_oplock_signal_handler()Volker Lendecke2019-11-121-6/+9
* smbd: Use file_id_str_buf() in scavenger_add_timer()Volker Lendecke2019-11-121-3/+4
* smbd: Use file_id_str_buf() in file_find_dif()Volker Lendecke2019-11-121-1/+2
* smbd: Use file_id_str_buf() in scavenger_timer()Volker Lendecke2019-11-121-11/+13
* smbd: Use file_id_str_buf() in scavenger_schedule_disconnected()Volker Lendecke2019-11-121-1/+2
* s3: smbd: smb2 cleanup - restructure smbd_smb2_request_pending_timer() encryp...Jeremy Allison2019-11-121-9/+9
* s3: smbd: smb2 cleanup - remove variable tf_len - this is a constant SMB2_TF_...Jeremy Allison2019-11-121-3/+2
* s3: smbd: SMB2 - Ensure we use the correct session_id if encrypting an interi...Jeremy Allison2019-11-121-1/+1
* Detect when command line max protocol < min protocolDavid Mulder2019-11-121-0/+14
* s3:printing: Fix %J substitionRalph Boehme2019-11-073-13/+16
* s3:printing: add a DEBUG statementRalph Boehme2019-11-071-0/+2
* s3:lib: factor out talloc_sub_advanced() from talloc_sub_full()Ralph Boehme2019-11-072-5/+27
* s3: rename talloc_sub_advanced() to talloc_sub_full()Ralph Boehme2019-11-0711-24/+24
* s3: remove unused function standard_sub_advanced()Ralph Boehme2019-11-072-20/+0
* s3: replace standard_sub_advanced with talloc_sub_advanced in one placeRalph Boehme2019-11-071-4/+10
* s3:printing: fix a long lineRalph Boehme2019-11-071-1/+2
* vfs: Use file_id_str_buf() in vfs_delay_inject_brl_lock_timer()Volker Lendecke2019-11-061-1/+2
* smbd: Use struct initialization instead of ZERO_STRUCT()Volker Lendecke2019-11-061-3/+1
* vfs: Use file_id_str_buf() in smb_full_audit_file_id_create()Volker Lendecke2019-11-061-1/+4
* smbd: Use file_id_str_buf() in set_write_time()Volker Lendecke2019-11-061-2/+3