summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* auth:gensec: Use GnuTLS AES CFB8 in netsec_do_seal()Andreas Schneider2019-08-211-1/+94
* auth/gensec: Use gnutls_error_to_ntstatus() consistently in schannelAndrew Bartlett2019-08-211-9/+7
* auth:gensec: Use GnuTLS AES128 CFB8 in netsec_do_seq_num()Andreas Schneider2019-08-211-0/+40
* auth/credentials: Check NTSTATUS return from netlogon_creds_aes_encrypt()Andrew Bartlett2019-08-211-7/+7
* s3-librpc: Remove unused init_netr_CryptPassword()Andrew Bartlett2019-08-214-85/+0
* s4-rpc_server: Check NTSTATUS return value from netlogon_creds_aes_decrypt()Andrew Bartlett2019-08-211-8/+13
* s3-rpc_server: Check NTSTATUS return value from netlogon_creds_aes_decrypt()Andrew Bartlett2019-08-211-4/+6
* libcli:auth Check NTSTATUS from netlogon_creds_aes_{en,de}crypt()Andrew Bartlett2019-08-211-23/+53
* crypto: Update REQUIREMENTS file with new minimum versionAndrew Bartlett2019-08-211-2/+1
* libcli:auth Return NTSTATUS from netlogon_creds_aes_decrypt()Andrew Bartlett2019-08-212-8/+11
* libcli:auth: Use GnuTLS AES128 CFB for netlogon_creds_aes_decrypt()Andreas Schneider2019-08-211-1/+40
* libcli:auth: Return NTSTATUS for netlogon_creds_aes_encrypt()Andreas Schneider2019-08-212-8/+11
* libcli:auth: Use GnuTLS AES128 CFB for netlogon_creds_aes_encrypt()Andreas Schneider2019-08-211-0/+36
* libcli:auth: Use netlogon_creds_aes_encrypt() in netlogon_creds_step_crypt()Andreas Schneider2019-08-211-5/+2
* waf: Check for GNUTLS AES CFB supportAndreas Schneider2019-08-211-0/+6
* s4:samdb: Only include necessary header files in encrypted_secretsAndreas Schneider2019-08-211-1/+2
* s4:samdb: Remove dual-stack mode from (test_)encrypted_secretsAndreas Schneider2019-08-212-55/+10
* encrypted_secrets: Add known and expected value testAndrew Bartlett2019-08-211-0/+51
* s4:samdb: Add test_gnutls_value_decryption()Andreas Schneider2019-08-211-0/+65
* s3: net: net_ads: fix a typo in commentMarco Wang2019-08-211-1/+1
* talloc: ASAN fix for test_magic_protectionSwen Schillig2019-08-211-0/+2
* talloc: ASAN fix for test_rustySwen Schillig2019-08-211-1/+3
* talloc: ASAN fix for test_pool_nestSwen Schillig2019-08-211-0/+2
* talloc: ASAN fix for test_talloc_free_in_destructorSwen Schillig2019-08-211-0/+2
* talloc: ASAN fix for test_realloc_on_destructor_parentSwen Schillig2019-08-211-0/+2
* s3: VFS: Complete the replacement of SMB_VFS_LINK() -> SMB_VFS_LINKAT().Jeremy Allison2019-08-208-63/+1
* s3: VFS: vfs_time_audit. Remove link_fn(). No longer used.Jeremy Allison2019-08-201-22/+0
* s3: VFS: vfs_full_audit. Remove link_fn(). No longer used.Jeremy Allison2019-08-201-15/+0
* s3: VFS: vfs_unityed_media. Remove link_fn(). No longer used.Jeremy Allison2019-08-201-34/+0
* s3: VFS: vfs_syncops. Remove link_fn(). No longer used.Jeremy Allison2019-08-201-20/+0
* s3: VFS: vfs_snapper. Remove link_fn(). No longer used.Jeremy Allison2019-08-201-29/+0
* s3: VFS: vfs_shadow_copy2. Remove link_fn(). No longer used.Jeremy Allison2019-08-201-42/+0
* s3: VFS: vfs_media_harmony. Remove link_fn(). No longer used.Jeremy Allison2019-08-201-41/+0
* s3: VFS: vfs_glusterfs. Remove link_fn(). No longer used.Jeremy Allison2019-08-201-16/+0
* s3: VFS: vfs_ceph_snapshots. Remove link_fn(). No longer used.Jeremy Allison2019-08-201-32/+0
* s3: VFS: vfs_ceph. Remove link_fn(). No longer used.Jeremy Allison2019-08-201-16/+0
* s3: VFS: vfs_cap. Remove link_fn(). No longer used.Jeremy Allison2019-08-201-53/+0
* s3: smbd: Make hardlink_internals() call SMB_VFS_LINKAT() instead of SMB_VFS_...Jeremy Allison2019-08-201-1/+9
* s3: torture: Change cmd_link to call SMB_VFS_LINKAT().Jeremy Allison2019-08-201-1/+8
* s3: VFS: vfs_unityed_media. Implement linkat().Jeremy Allison2019-08-201-0/+47
* s3: VFS: vfs_time_audit. Implement linkat().Jeremy Allison2019-08-201-0/+31
* s3: VFS: vfs_syncops. Implement linkat().Jeremy Allison2019-08-201-0/+33
* s3: VFS: vfs_snapper. Implement linkat().Jeremy Allison2019-08-201-0/+37
* s3: VFS: vfs_shadow_copy2. Implement linkat().Jeremy Allison2019-08-201-0/+50
* s3: VFS: vfs_media_harmony. Implement linkat().Jeremy Allison2019-08-201-0/+53
* s3: VFS: vfs_glusterfs. Implement linkat().Jeremy Allison2019-08-201-0/+23
* s3: VFS: vfs_full_audit. Implement linkat().Jeremy Allison2019-08-201-0/+25
* s3: VFS: vfs_ceph_snapshots. Implement linkat().Jeremy Allison2019-08-201-0/+40
* s3: VFS: vfs_ceph. Implement linkat().Jeremy Allison2019-08-201-0/+23
* s3: VFS: vfs_cap. Implement linkat().Jeremy Allison2019-08-201-0/+61