summaryrefslogtreecommitdiff
path: root/source4/dsdb/common/dsdb_dn.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-25dsdb: Simplify drs_ObjectIdentifier_to_debug_string()Volker Lendecke1-13/+10
2024-04-23s4:dsdb: fix spelling in commentDouglas Bagnall1-1/+1
2023-08-13s4-dsdb: Improve logging for drs_ObjectIdentifier_to_dn_and_nc_root()Andrew Bartlett1-0/+12
2023-08-08s4:dsdb: Add missing newlines to logging messagesJoseph Sutton1-1/+1
2023-08-03s4:dsdb:common: Fix code spellingAndreas Schneider1-5/+5
2023-01-31s4-drs: Make drs_ObjectIdentifier_to_dn() safer and able to cope with DummyDN...Andrew Bartlett1-11/+139
2023-01-31s4-dsdb: rework drs_ObjectIdentifier_to_dn() into drs_ObjectIdentifier_to_dn_...Andrew Bartlett1-0/+33
2022-01-12dsdb/common: dsdb_dn_construct_internal() more strict checkingStefan Metzmacher1-6/+20
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2019-06-30source4: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig1-1/+1
2019-03-01source4: Use wrapper for string to integer conversionSwen Schillig1-2/+3
2017-02-22Correct "hexidecimal" typos.Chris Lamb1-1/+1
2016-09-27dsdb: Avoid ldb_dn_validate() call on trusted input when not requiredAndrew Bartlett1-4/+20
2014-12-22s4:dsdb: Fix not freed temp memory contextSamuel Cabrero1-0/+1
2013-04-19s4:dsdb: Fix warnings about not set / set but unused / shadowed variablesMatthieu Patou1-3/+0
2013-03-05dsdb: Check for pointers before we deference them.Andreas Schneider1-7/+7
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell1-1/+1
2010-10-11dsdb/schema: Move some dsdb_dn functions that are schema-specific.Jelmer Vernooij1-78/+0
2010-09-28s4-drs: moved the drs_ObjectIdentifier handling to dsdb_dn.cAndrew Tridgell1-0/+42
2010-08-19s4-dsdb: Use dsdb_syntax_ctx in *_drsuapi_to_ldb functionsKamen Mazdrashki1-1/+5
2010-08-19s4-dsdb: Use dsdb_syntax_ctx in *_ldb_to_drsuapi functionsKamen Mazdrashki1-1/+5
2010-01-02s4-dsdb: added parse functions for DRS linked attribute blobsAndrew Tridgell1-0/+69
2009-11-23s4/schema: Object(OR-Name) syntax handling for DRS callsKamen Mazdrashki1-0/+2
2009-11-12s4:dsdb Cosmetic fixes found by metze in review of dsdb_dn changesAndrew Bartlett1-1/+2
2009-11-12s4:dsdb Ensure we allow 'odd' lengths for DN+StringAndrew Bartlett1-5/+5
2009-11-12s4:dsdb Add new dsdb_dn to handle DN+Binary and DN+StringAndrew Bartlett1-0/+324