summaryrefslogtreecommitdiff
path: root/library
AgeCommit message (Expand)AuthorFilesLines
2022-09-28Fix issues found by CoveritySumit Bose2-1/+7
2022-09-27adenroll: set password via LDAP instead KerberosSumit Bose2-11/+141
2022-09-26disco: fall back to LDAPS if CLDAP ping was not successfulSumit Bose4-20/+224
2022-09-16adenroll: write SID before secret to Samba's dbSumit Bose1-7/+7
2022-01-11library: include endian.h for le32tohHenning Schild1-0/+1
2021-06-14Add delattr optionSumit Bose2-0/+70
2021-06-14Add setattr optionSumit Bose2-1/+172
2021-06-14entry: add passwd-user sub-commandSumit Bose2-0/+141
2021-06-11adcli_entry: add entry_attrs with userAccountControl attributeSumit Bose1-2/+6
2021-06-11library: move UAC flags to a more common header fileSumit Bose2-8/+8
2021-06-03Fix for dont-expire-password option and joinSumit Bose1-1/+2
2021-06-02Add dont-expire-password optionSumit Bose2-1/+47
2021-06-02coverity: add missing NULL checksSumit Bose2-0/+9
2021-04-06configure: update some macros for autoconf-2.71Sumit Bose1-1/+1
2021-02-20Add account-disable optionSumit Bose2-5/+41
2020-11-12service-account: add random suffix to account nameSumit Bose1-0/+79
2020-11-12enroll: allow fqdn for locate_computer_accountSumit Bose1-14/+31
2020-11-12enroll: make adcli_enroll_add_keytab_for_service_account publicSumit Bose2-6/+9
2020-11-12enroll: more filters for random charactersSumit Bose1-3/+27
2020-11-12enroll: use 'computer' or 'service' in debug messagesSumit Bose1-43/+72
2020-11-12computer: add create-msa sub-commandSumit Bose1-25/+139
2020-11-12enroll: add is_service memberSumit Bose2-0/+21
2020-11-11doc: explain required AD permissionsSumit Bose1-12/+18
2020-10-20join/update: set dNSHostName if not setSumit Bose1-4/+12
2020-02-23discovery fixSumit Bose1-0/+1
2019-12-19add option use-ldapsSumit Bose2-9/+74
2019-12-19Use GSS-SPNEGO if availableSumit Bose2-1/+37
2019-11-28add description option to join and updateSumit Bose2-0/+33
2019-11-28tools: add show-computer commandSumit Bose2-18/+65
2019-08-26Do not use arcfour-hmac-md5 when discovering the saltSumit Bose1-1/+20
2019-08-23Fix for issue found by CoveritySumit Bose1-1/+4
2019-06-14adenroll: use only enctypes permitted by Kerberos configSumit Bose1-3/+19
2019-06-14adenroll: add adcli_enroll_get_permitted_keytab_enctypes with testsSumit Bose3-0/+131
2019-06-14adconn: add adcli_conn_set_krb5_contextSumit Bose2-0/+16
2019-06-14adenroll: make sure only allowed enctypes are used in FIPS modeSumit Bose1-1/+35
2019-04-15library: add missing strdupSumit Bose1-1/+2
2019-03-22library: make sure server side SPNs are preservedSumit Bose1-0/+46
2019-03-22library: _adcli_krb5_build_principal allow principals as namesSumit Bose1-4/+8
2019-03-22library: make _adcli_strv_has_ex publicSumit Bose2-1/+5
2019-03-22ensure_keytab_principals: do not leak memory when called twiceSumit Bose1-11/+21
2019-03-22library: return error if no matching key was foundSumit Bose1-3/+2
2019-03-22join: always add service principalsSumit Bose1-6/+30
2019-03-22create-user: try to find NIS domain if neededSumit Bose2-0/+46
2019-03-15library: use getaddrinfo with AI_CANONNAME to find a FQDNSumit Bose1-1/+29
2019-03-15Increment kvno after password change with user credsSumit Bose1-0/+4
2019-01-15adenroll: use _adcli_strv_add_unique for service principalsSumit Bose1-23/+8
2019-01-15adutil: add _adcli_strv_add_uniqueSumit Bose2-9/+61
2019-01-08Make 'adcli info' DC location mechanism more compliant with [MS-ADTS] and [MS...Alexey A Nikitin1-52/+94
2018-10-22Fix for issues found by CoveritySumit Bose1-6/+6
2018-10-22Do not depend on default_realm in krb5.confSumit Bose1-1/+3