| Commit message (Expand) | Author | Age | Files | Lines |
* | CVE-2022-32746 ldb: Make use of functions for appending to an ldb_message | Joseph Sutton | 2022-07-24 | 1 | -22/+92 |
* | CVE-2022-32746 ldb: Ensure shallow copy modifications do not affect original ... | Joseph Sutton | 2022-07-24 | 1 | -14/+6 |
* | CVE-2020-25718 kdc: Return ERR_POLICY if RODC krbtgt account is invalid | Joseph Sutton | 2021-11-08 | 1 | -1/+1 |
* | CVE-2020-25718 kdc: Confirm the RODC was allowed to issue a particular ticket | Andrew Bartlett | 2021-11-08 | 1 | -19/+28 |
* | CVE-2020-25718 dsdb: Bring sid_helper.c into common code as rodc_helper.c | Andrew Bartlett | 2021-11-08 | 1 | -0/+275 |
* | CVE-2020-25722: s4-acl: Make sure Control Access Rights honor the Applies-to ... | Nadezhda Ivanova | 2021-11-08 | 1 | -0/+11 |
* | Fix gcc11 compiler issue "-Werror=maybe-uninitialized" | Günther Deschner | 2021-05-12 | 1 | -1/+1 |
* | Fix build after removal of an extra safe_string.h | Alexander Bokovoy | 2020-10-01 | 1 | -0/+1 |
* | lib/util: remove extra safe_string.h file | Matthew DeVore | 2020-08-28 | 2 | -0/+4 |
* | lib: relicense smb_strtoul(l) under LGPLv3 | Ralph Boehme | 2020-08-03 | 2 | -0/+2 |
* | Fix clang 9 format-nonliteral warnings | Gary Lockyer | 2020-05-08 | 1 | -1/+1 |
* | Remove unnecessary/incorrect talloc_steal() calls | Jonathon Reinhart | 2020-03-05 | 1 | -1/+1 |
* | dsdb: Use write_data() to write to the password check script | Volker Lendecke | 2020-01-19 | 1 | -3/+4 |
* | dsdb: Align integer types | Volker Lendecke | 2020-01-19 | 1 | -2/+4 |
* | smbdotconf: mark "check password script" with substitution="1" | Ralph Boehme | 2019-11-27 | 1 | -1/+3 |
* | CVE-2019-14833 dsdb: send full password to check password script | Björn Baumbach | 2019-10-29 | 1 | -6/+24 |
* | util: Remove unused NS_GUID_string() and NS_GUID_from_string() | Andrew Bartlett | 2019-09-01 | 2 | -55/+0 |
* | CID 1452109: dsdb/util: do not check for NULL after deref | Douglas Bagnall | 2019-07-31 | 1 | -7/+1 |
* | s4/source4/common: clang: Fix 'Dereference of undefined pointer value' | Noel Power | 2019-07-24 | 1 | -9/+34 |
* | s4/dsdb/common: clang: Fix 'Value stored to 'cps_stdin' is never read' | Noel Power | 2019-07-24 | 1 | -2/+0 |
* | s4/dsdb/common: clang: Fix 'Access results in a deref of a null pointer' | Noel Power | 2019-07-24 | 1 | -0/+15 |
* | s4/dsdb/common: clang: Fix 'The left operand of '&' is a garbage value' | Noel Power | 2019-07-24 | 1 | -1/+1 |
* | s4/dsdb/common: clang: Fix 'function call argument is an uninitialized value' | Noel Power | 2019-07-24 | 1 | -1/+1 |
* | s4/dsdb/common: clang: Fix access results in null pointer deref. | Noel Power | 2019-07-11 | 1 | -0/+8 |
* | source4: Update all consumers of strtoul_err(), strtoull_err() to new API | Swen Schillig | 2019-06-30 | 2 | -4/+4 |
* | dsdb/util: spell "equivalence"! | Douglas Bagnall | 2019-05-10 | 1 | -1/+1 |
* | s4/dsdb/util_samr: check some return codes (CID 1444977) | Douglas Bagnall | 2019-05-09 | 1 | -5/+19 |
* | s4:dsdb: Use C99 initializer in dsdb util_trusts | Andreas Schneider | 2019-04-29 | 1 | -11/+29 |
* | ldb: cmocka test for empty attributes bug | Aaron Haslett | 2019-03-29 | 1 | -0/+93 |
* | lib: Remove "struct sid_parse_ret" again | Volker Lendecke | 2019-03-12 | 1 | -4/+4 |
* | lib: Make sid_parse return the parsed length | Volker Lendecke | 2019-03-12 | 1 | -6/+7 |
* | dsdb: Unify samdb_{get,set}_ntds_{objectGUID,invocation_id} | Andrew Bartlett | 2019-03-07 | 1 | -110/+67 |
* | dsdb:util_links: count el->values with unsigned int | Douglas Bagnall | 2019-03-04 | 1 | -1/+1 |
* | source4: Use wrapper for string to integer conversion | Swen Schillig | 2019-03-01 | 2 | -6/+16 |
* | s4:dsdb: Only use the required md4 header file | Andreas Schneider | 2019-02-27 | 1 | -1/+1 |
* | s4 dsdb util: samdb_client_site_name clean up | Gary Lockyer | 2019-02-14 | 1 | -16/+14 |
* | s4 dsdb util: remove samdb_search_count | Gary Lockyer | 2019-02-14 | 1 | -20/+0 |
* | s4 dsdb util: samdb_client_site_name use dsdb_domain_count | Gary Lockyer | 2019-02-14 | 1 | -3/+14 |
* | s4 dsdb util: add dsdb_domain_count | Gary Lockyer | 2019-02-14 | 1 | -0/+178 |
* | dsdb: make get_parsed_dns_trusted() a common helper function | Douglas Bagnall | 2019-02-13 | 2 | -0/+24 |
* | s4:dsdb:util: export SAMBA_CPS_{ACCOUNT,USER_PRINCIPAL,FULL}_NAME for check p... | Stefan Metzmacher | 2019-02-11 | 1 | -0/+34 |
* | s4:dsdb:util: make use of samba_runcmd_export_stdin() | Stefan Metzmacher | 2019-02-07 | 1 | -6/+14 |
* | s4:dsdb: Use C99 initializer in util | Andreas Schneider | 2019-01-28 | 1 | -3/+9 |
* | CVE-2018-16857 dsdb/util: Add better default lockOutObservationWindow | Tim Beale | 2018-11-28 | 1 | -3/+7 |
* | CVE-2018-16857 dsdb/util: Fix lockOutObservationWindow for PSOs | Tim Beale | 2018-11-28 | 1 | -3/+3 |
* | CVE-2018-16857 dsdb/util: Correctly treat lockOutObservationWindow as 64-bit int | Tim Beale | 2018-11-28 | 1 | -5/+5 |
* | dsdb: Slightly simplify samdb_check_password | Volker Lendecke | 2018-11-16 | 1 | -11/+10 |
* | dsdb: Add dsdb_request_has_control() helper function | Tim Beale | 2018-10-12 | 1 | -0/+8 |
* | s4:dsdb/common: add samdb_domain_guid() helper function | Stefan Metzmacher | 2018-09-04 | 1 | -0/+55 |
* | dsdb:util_trusts: add dsdb_trust_local_tdo_info() helper function | Stefan Metzmacher | 2018-09-04 | 1 | -0/+16 |