1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00
samba-mirror/source4/dsdb/samdb/ldb_modules
Joseph Sutton b098eb82bf s4:dsdb: Fix unreachable code (CID 1435967)
Commit ede668e8e2 removed this condition
for some unexplained reason, causing the following code to become
unreachable.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2023-10-13 02:18:31 +00:00
..
tests s4:dsdb: Fix code spelling 2023-09-11 02:42:41 +00:00
acl_read.c s4:dsdb: Access correct member of union 2023-08-14 04:57:34 +00:00
acl_util.c CVE-2023-0614 s4-acl: Make some parameters const 2023-04-05 02:10:35 +00:00
acl.c s4:dsdb: Fix code spelling 2023-09-11 02:42:41 +00:00
anr.c s4:dsdb: Access correct member of union 2023-08-14 04:57:34 +00:00
audit_log.c audit_log: Align integer types 2020-01-03 00:04:43 +00:00
audit_util.c s4:dsdb: Add missing newlines to logging messages 2023-08-08 04:39:37 +00:00
count_attrs.c s4:dsdb:samdb: Fix code spelling 2023-08-03 14:31:34 +00:00
descriptor.c s4:dsdb: Use NULL SID constant 2023-09-27 02:43:28 +00:00
dirsync.c s4:dsdb: Remove unreachable code (CID 1034686) 2023-10-13 02:18:31 +00:00
dns_notify.c Fix build after removal of an extra safe_string.h 2020-10-01 22:45:29 +00:00
dsdb_notification.c s4:dsdb:samdb: Fix code spelling 2023-08-03 14:31:34 +00:00
encrypted_secrets.c s4:dsdb:samdb: Fix code spelling 2023-08-03 14:31:34 +00:00
extended_dn_in.c s4:dsdb:samdb: Fix code spelling 2023-08-03 14:31:34 +00:00
extended_dn_out.c s4:dsdb: Check whether ‘p’ is NULL before dereferencing it (CID 240875) 2023-10-13 02:18:31 +00:00
extended_dn_store.c s4:dsdb:samdb: Fix code spelling 2023-08-03 14:31:34 +00:00
group_audit.c s4:dsdb:samdb: Fix code spelling 2023-08-03 14:31:34 +00:00
instancetype.c
lazy_commit.c
linked_attributes.c s4:dsdb: Check return code (CID 1444824/1444844) 2023-10-13 02:18:31 +00:00
netlogon.c s4:dsdb: Check ldb_binary_encode_string() return value 2023-05-16 23:29:32 +00:00
new_partition.c
objectclass_attrs.c s4:dsdb/objectclass_attrs: allow all backlinks even if not allowed by the schema 2023-03-23 07:16:34 +00:00
objectclass.c s4:dsdb:samdb: Fix code spelling 2023-08-03 14:31:34 +00:00
objectguid.c CVE-2022-32746 ldb: Make use of functions for appending to an ldb_message 2022-07-27 10:52:36 +00:00
operational.c s4:dsdb: Fix code spelling 2023-09-11 02:42:41 +00:00
paged_results.c dsdb: Replace talloc_steal() with a shallow copy and reference in dsdb_paged_results 2023-08-02 11:16:41 +00:00
partition_init.c s4:dsdb:samdb: Fix code spelling 2023-08-03 14:31:34 +00:00
partition_metadata.c s4:samdb: Avoid memory leaks in partition_metadata_get_uint64() 2023-09-07 04:53:41 +00:00
partition.c s4:dsdb: Fix unreachable code (CID 1435967) 2023-10-13 02:18:31 +00:00
partition.h dsdb: Remove OpenLDAP backend complexity from partitions module 2019-08-30 08:32:30 +00:00
password_hash.c s4:dsdb: Prefer explicit initialization to ZERO_STRUCT() 2023-09-14 21:35:29 +00:00
password_modules.h
proxy.c s4:dsdsb: Check return code of cli_credentials_guess() 2021-06-29 02:19:35 +00:00
ranged_results.c lib/util: remove extra safe_string.h file 2020-08-28 02:18:40 +00:00
repl_meta_data.c s4:dsdb: Fix code spelling 2023-09-11 02:42:41 +00:00
resolve_oids.c s4:dsdb: Access correct member of union 2023-08-14 04:57:34 +00:00
ridalloc.c s4:dsdb:samdb: Fix code spelling 2023-08-03 14:31:34 +00:00
rootdse.c s4:dsdb:samdb: Fix code spelling 2023-08-03 14:31:34 +00:00
samba3sam.c s4:samdb: Use C99 initializer for last element of ldb_map_objectclass 2019-01-28 10:29:24 +01:00
samba3sid.c s4:dsdb:samdb: Fix code spelling 2023-08-03 14:31:34 +00:00
samba_dsdb.c dsdb: Remove OpenLDAP backend complexity from samba_dsdb module 2019-08-30 09:50:25 +00:00
samba_secrets.c
samldb.c s4:dsdb: Fix comment 2023-09-14 21:35:29 +00:00
schema_data.c s4:dsdb:samdb: Fix code spelling 2023-08-03 14:31:34 +00:00
schema_load.c s4:dsdb:samdb: Fix code spelling 2023-08-03 14:31:34 +00:00
schema_util.c
secrets_tdb_sync.c
show_deleted.c
subtree_delete.c dsdb: Remove sort from subtree_delete and add comments. 2018-05-30 04:23:27 +02:00
subtree_rename.c subtree_rename: Correct comments 2018-05-30 04:23:27 +02:00
tombstone_reanimate.c CVE-2022-32746 ldb: Make use of functions for appending to an ldb_message 2022-07-27 10:52:36 +00:00
unique_object_sids.c
update_keytab.c
util.c s4:dsdb: Fix code spelling 2023-09-11 02:42:41 +00:00
util.h CVE-2020-25720: s4-acl: Owner no longer has implicit Write DACL 2022-09-16 02:32:36 +00:00
vlv_pagination.c s4:dsdb/vlv_pagination: fix segfault in vlv_results() 2022-01-20 10:04:39 +00:00
wscript waf: Move check for gnutls_aead_cipher_init to main gnutls wscript 2019-04-30 23:18:27 +00:00
wscript_build build: Do not build selftest binaries for builds without --enable-selftest 2019-11-22 11:48:59 +00:00
wscript_build_server dsdb: Allow password history and password changes without an NT hash 2022-06-26 22:10:29 +00:00