summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/cracknames.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-20s4:cracknames: initialise a string variableDouglas Bagnall1-1/+1
2025-02-04s3,s4: Make case spelling of sAMAccountName consistentPavel Filipenský1-1/+1
2024-08-28dsdb:cracknames: free more on error (CID 240724)Douglas Bagnall1-0/+3
2024-02-08s4:dsdb: Correct reference to source fileJo Sutton1-1/+1
2024-02-08s4:dsdb: Remove trailing whitespaceJo Sutton1-66/+66
2023-09-27s4:dsdb: Use Builtin SID constantJoseph Sutton1-1/+1
2023-09-14s4:dsdb: Switch to using smb_krb5_princ_component()Joseph Sutton1-22/+40
2023-08-08s4:dsdb: Move comment to more appropriate placeJoseph Sutton1-1/+1
2023-08-03s4:dsdb:samdb: Fix code spellingAndreas Schneider1-2/+2
2023-05-16s4:dsdb: Check return value of allocation functionsJoseph Sutton1-0/+3
2023-05-16s4:dsdb: Check ldb_binary_encode_string() return valueJoseph Sutton1-12/+74
2023-04-12s4/dsdb/cracknames: Remove unneeded attributeJoseph Sutton1-1/+0
2023-02-08ldap: Cut down on string substitutionJoseph Sutton1-2/+2
2021-11-09CVE-2020-25722 s4/cracknames: add comment pointing to samldb spn handlingDouglas Bagnall1-0/+6
2021-11-09CVE-2020-25722 s4/cracknames: lookup_spn_alias doesn't need krb5 contextDouglas Bagnall1-4/+3
2021-11-09CVE-2020-25722 s4/dsdb/cracknames: always free tmp_ctx in spn_aliasDouglas Bagnall1-1/+5
2021-04-07cracknames: Allow auto-conversion from an extended canonical nameJoseph Sutton1-0/+2
2021-04-07cracknames: Add support for SID string formatJoseph Sutton1-2/+30
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+2
2019-02-01cracknames: Change search filter to use the smaller indexGarming Sam1-2/+2
2018-11-28krb5_wrap: Add a talloc_ctx to smb_krb5_principal_get_realm()Volker Lendecke1-8/+5
2018-08-14cracknames: Fix DoS (NULL pointer de-ref) when not servicePrincipalName is se...Andrew Bartlett1-1/+7
2018-03-01s4:samdb: Add FALL_THROUGH statements in cracknames.cAndreas Schneider1-1/+1
2017-07-24samdb/cracknames: support user and service principal as desired formatBob Campbell1-1/+34
2017-07-24samdb/cracknames: do not show recycled when a guid is desiredBob Campbell1-1/+2
2017-06-26s4:dsdb/samdb: pass an existing 'struct ldb_context' to crack_auto_name_to_nt...Stefan Metzmacher1-7/+1
2017-06-26s4:dsdb/samdb: pass an existing 'struct ldb_context' to crack_name_to_nt4_name()Stefan Metzmacher1-9/+7
2017-02-28samdb: Fix a typoVolker Lendecke1-1/+1
2016-09-28werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source4/dsdb/Günther Deschner1-1/+1
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source4/dsdb/Günther Deschner1-14/+14
2015-03-12dsdb: Ensure we cope with a samAccountName with a space in it in DsCrackName()Andrew Bartlett1-1/+9
2015-03-12dsdb: Allow spaces in userPrincipalName valuesAndrew Bartlett1-2/+12
2014-09-01dsdb: improve debugging in DsCrackNameOneFilterAndrew Bartlett1-1/+3
2014-08-08s4-dsdb/cracknames: free realm from smb_krb5_principal_get_realm().Günther Deschner1-3/+4
2014-04-28kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett1-2/+0
2014-04-28dsdb: Specify no event context to smb_krb5_init_context() in dsdbAndrew Bartlett1-2/+2
2013-08-06drs-cracksname: fix problems that prevented to pass our torture testsMatthieu Patou1-6/+21
2013-08-06drs-crackname: Fix error code so that we have the same as windowsMatthieu Patou1-0/+1
2013-08-06drs-cracknames: When cracking NT4 names we should just look at netbios for th...Matthieu Patou1-2/+1
2013-08-06drs-crackname: Fix cracknames for the format UNKNOWN when the data is actuall...Matthieu Patou1-1/+4
2013-07-25dsdb/samdb: use RECYCLED it implies DELETED...Stefan Metzmacher1-1/+1
2013-02-08dsdb-cracknames: Fix potential double free and memory leaksMatthieu Patou1-2/+4
2012-12-21s4-dsdb: Make it clear that we want to fall trough here.Andreas Schneider1-0/+1
2012-11-06dsdb: Simplify DsCrackNameOneFilter a bitVolker Lendecke1-1/+4
2012-10-25dsdb-cracknames: Return DRSUAPI_DS_NAME_STATUS_NO_MAPPING when there is no SIDAndrew Bartlett1-3/+7
2012-10-24dsdb-cracknames: Always use talloc_zero()Andrew Bartlett1-1/+1
2012-10-07drs-crackname: if there is no sid do not return the domainMatthieu Patou1-0/+2
2012-10-07Implement the LIST_INFO_FOR_SERVER input formatMatthieu Patou1-0/+107
2012-06-22s4-drsuapi: Fix a const warningMatthieu Patou1-1/+1
2012-06-22s4-drsuapi: rework the crackname implementation of functionnal namesMatthieu Patou1-24/+122