summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-09-27adenroll: set password via LDAP instead KerberosSumit Bose1-1/+12
2022-09-26disco: fall back to LDAPS if CLDAP ping was not successfulSumit Bose1-2/+2
2022-09-16tools: replace getpass()Sumit Bose1-1/+44
2022-08-31doc: add clarification to add-member command on doc/adcli.xmlnordine vallas1-0/+1
2022-08-31tools: Set umask before calling mkdtemp()Samuel Cabrero1-1/+8
2022-05-09Avoid undefined behaviour in short option parsingRobert Schneider1-0/+5
2021-06-14Add delattr optionSumit Bose1-0/+9
2021-06-14Add setattr optionSumit Bose1-0/+10
2021-06-14entry: add passwd-user sub-commandSumit Bose3-0/+104
2021-06-02Add dont-expire-password optionSumit Bose1-0/+12
2021-04-06configure: update some macros for autoconf-2.71Sumit Bose1-1/+1
2021-03-29build: add --with-vendor-error-message configure optionSumit Bose1-0/+6
2021-02-20Add account-disable optionSumit Bose1-0/+13
2020-11-12enroll: make adcli_enroll_add_keytab_for_service_account publicSumit Bose1-0/+6
2020-11-12computer: add create-msa sub-commandSumit Bose3-0/+130
2020-10-14tools: add missing use-ldaps option to update and testjoinSumit Bose1-0/+2
2020-06-15tools: fix typo in show-password help outputSumit Bose1-1/+1
2020-06-05tools: disable SSSD's locator pluginSumit Bose1-0/+2
2020-06-05delete: do not exit if keytab cannot be readSumit Bose1-2/+0
2019-12-19add option use-ldapsSumit Bose2-0/+21
2019-11-28add description option to join and updateSumit Bose1-0/+7
2019-11-28tools: add show-computer commandSumit Bose3-0/+98
2019-04-15tools: computer - remove errx from parse_optionSumit Bose1-48/+80
2019-04-15tools: entry - remove errx from parse_optionSumit Bose1-23/+47
2019-04-15tools: remove errx from setup_krb5_conf_directorySumit Bose1-14/+24
2019-04-15tools: remove errx from adcli_read_password_funcSumit Bose1-3/+8
2019-04-15tools: remove errx from info commandsSumit Bose1-7/+14
2019-04-15tools: remove errx from user and group commandsSumit Bose1-78/+154
2019-04-15tools: remove errx from computer commandsSumit Bose1-59/+107
2019-04-15Revert "tools: properly release internal data on error"Sumit Bose1-36/+3
2019-03-22Implement 'adcli testjoin'Sumit Bose3-0/+77
2019-03-22create-user: try to find NIS domain if neededSumit Bose1-0/+16
2019-03-22create-user: add nis-domain optionSumit Bose1-0/+6
2019-03-15tools: properly release internal data on errorSumit Bose1-3/+36
2019-01-14samba-data-tool needs to take an argumentGeorge Hartzell1-2/+2
2018-10-22Add add-service-principal and remove-service-principal optionsSumit Bose1-0/+13
2018-10-22Add trusted-for-delegation optionSumit Bose1-0/+12
2018-10-22make Samba data tool configurableSumit Bose1-0/+16
2018-10-22tools: add option --add-samba-dataSumit Bose1-0/+12
2018-10-22library: add adcli_conn_get_domain_sid()Sumit Bose1-0/+1
2018-10-22correct spelling of 'adcli_tool_computer_delete' descriptionStriker Leggette1-1/+1
2016-07-26delete: use keytab data to determine realm and NetBIOS nameSumit Bose1-0/+6
2016-05-20Remove \n or \r\n from stdin passwordSumit Bose1-0/+7
2015-12-17update: set login keytab based on command line optionsSumit Bose1-0/+1
2015-12-16tools: Add missing breakSumit Bose1-0/+1
2015-12-11Check host password lifetimeSumit Bose1-0/+18
2015-12-07Coverity fixesSumit Bose3-2/+12
2015-12-07Allow additional ccache for updatesSumit Bose1-4/+6
2015-12-07Allow domain option for updatesSumit Bose1-0/+1
2015-12-07Implement 'adcli update'Stef Walter3-0/+103