summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/operational.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-28dsdb:mod:operational: initialise a pointer (CID 1499411)Douglas Bagnall1-2/+2
2024-06-10dsdb: Use dsdb_gmsa_current_time() in construct_msds_user_account_control_com...Andrew Bartlett1-6/+13
2024-06-10dsdb: UF_SMARTCARD_REQUIRED can have a password expiry, if configured!Andrew Bartlett1-32/+103
2024-06-10dsdb: Reduce minimum maxPwdAge from 1 day to nilAndrew Bartlett1-2/+2
2024-06-04s4:dsdb: Use talloc_get_type_abort()Jo Sutton1-1/+1
2024-05-16s4:dsdb: Make use of userAccountControl helper functionJo Sutton1-4/+4
2024-05-16s4:dsdb: Remove redundant user flags macroJo Sutton1-7/+2
2024-04-16s4:dsdb: Implement msDS-ManagedPassword attributeJo Sutton1-1/+17
2024-04-16s4:dsdb: Add extra attrs to search request even if replacement attribute is NULLJo Sutton1-3/+4
2024-04-10s4:dsdb:mod:operational: use NUMERIC_CMP in pso_compareDouglas Bagnall1-1/+1
2024-02-16s4:dsdb: Fix code formattingJo Sutton1-2/+2
2024-02-16s4:dsdb: Add ‘ares’ parameter to operational attribute constructor functionsJo Sutton1-17/+21
2023-12-08s4:dsdb: Use portable integer constant INT64_MAXJoseph Sutton1-10/+10
2023-12-08s4:dsdb: Use portable integer constant INT64_MINJoseph Sutton1-3/+3
2023-12-08s4:dsdb: Remove unused includesJoseph Sutton1-3/+0
2023-12-08s4:dsdb: Remove trailing whitespaceJoseph Sutton1-6/+6
2023-09-11s4:dsdb: Fix code spellingJoseph Sutton1-2/+2
2023-08-14s4:dsdb: Access correct member of unionJoseph Sutton1-1/+5
2023-08-03s4:dsdb:samdb: Fix code spellingAndreas Schneider1-1/+1
2023-08-02dsdb: Make a shallow copy of ldb_parse_tree in operational moduleAndrew Bartlett1-9/+84
2023-07-31dsdb: Use samdb_get_system_container_dn() to get Password Settings ContainerAndrew Bartlett1-10/+12
2023-04-12s4-dsdb: Handle allocation failureJoseph Sutton1-4/+6
2023-02-08auth: Align integer typesJoseph Sutton1-4/+4
2023-02-08s4-dsdb: Simplify search expressionJoseph Sutton1-4/+2
2023-02-08ldap: Make use of LDB_OID_COMPARATOR constantsJoseph Sutton1-4/+15
2023-02-08auth: Shorten long SID flags combinationsJoseph Sutton1-1/+1
2023-02-08auth: Store group attributes in auth_user_info_dcJoseph Sutton1-10/+14
2021-12-03dsdb: Use DSDB_SEARCH_SHOW_EXTENDED_DN when searching for the local replicate...Andrew Bartlett1-1/+1
2021-03-06dsdb: Fix CID 1473453: Null pointer dereferencesVolker Lendecke1-0/+4
2021-01-08dsdb: Fix comment wordingVolker Lendecke1-1/+1
2020-11-03dsdb/mod/operational: correct comment arithmeticDouglas Bagnall1-1/+4
2020-10-01Fix build after removal of an extra safe_string.hAlexander Bokovoy1-0/+2
2019-10-18dsdb: Change LDB_TYPESAFE_QSORT() to TYPESAFE_QSORT() in operational moduleAndrew Bartlett1-3/+2
2019-06-26dsdb: Handle DB corner-case where PSO container doesn't existTim Beale1-0/+12
2018-11-02dsdb: Use dom_sid_str_bufVolker Lendecke1-6/+5
2018-05-23dsdb: Avoid calculating the PSO multiple timesTim Beale1-2/+37
2018-05-23dsdb: Avoid performance hit if PSOs aren't actually usedTim Beale1-1/+55
2018-05-23dsdb: Use PSO maxPwdAge for operational msDS-PasswordExpiryTimeComputedTim Beale1-4/+39
2018-05-23dsdb: PSO support for msDS-User-Account-Control-ComputedTim Beale1-8/+60
2018-05-23dsdb: Add msDS-ResultantPSO constructed attribute supportTim Beale1-2/+288
2018-05-11dsdb: Split out construct_generic_token_groups() so we can reuse itTim Beale1-44/+50
2018-05-11dsdb: Use attribute-name parameter for error messageTim Beale1-4/+6
2018-03-20s4:dsdb: Fix integer operationsAndreas Schneider1-3/+3
2016-06-27dsdb: Fix use-after-free of parent_dn in operational moduleAndrew Bartlett1-3/+5
2016-06-06dsdb: Give more errors in operational module when building the parentGUIDAndrew Bartlett1-2/+2
2016-05-10dsdb: Improve debug messages in operational moduleAndrew Bartlett1-2/+3
2015-09-08samdb: Fix CID 1034736 Dereference after null checkVolker Lendecke1-1/+1
2015-06-23dsdb: Fix CID 1034687 Logically dead codeVolker Lendecke1-3/+0
2015-02-25Fix the developer O3 buildVolker Lendecke1-1/+1
2014-12-22dsdb: Add tokenGroupsGlobalAndUniversal, tokenGroups, tokenGroupsNoGCAcceptableGarming Sam1-6/+60