summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
16 hourskrb5: add adcli_krb5_get_error_message()HEADmasterSumit Bose5-18/+36
16 hoursVarious fixes for issues found by static code scannersSumit Bose6-20/+43
2024-11-05doc: improve some Samba related doc itemsSumit Bose2-6/+13
2023-09-07enroll: Populate Samba's secrets database using offline domain joinSamuel Cabrero1-0/+146
2023-09-07build: Check for NetComposeOfflineDomainJoin in samba's netapi librarySamuel Cabrero1-0/+6
2023-09-06enroll: Add a function to convert an IP address to textSamuel Cabrero2-0/+39
2023-09-06enroll: Issue a warning if Samba provision was requested but failedSamuel Cabrero1-2/+2
2023-09-06util: Return failure if child exit status reports soSamuel Cabrero1-0/+1
2023-09-06util: Flag write end of pipe as invalid after closing itSamuel Cabrero1-1/+1
2023-09-06util: Allow to append variables to external program environmentSamuel Cabrero3-10/+64
2023-09-06conn: Allow to retrieve the connected LDAP addressSamuel Cabrero2-0/+9
2023-09-06conn: Store the address of the connected serverSamuel Cabrero1-2/+17
2023-09-06conn: Stop as soon as we have a valid LDAP connectionSamuel Cabrero1-0/+1
2023-09-06conn: Copy forest name from discoSamuel Cabrero2-0/+16
2023-09-06conn: Copy domain GUID from discoSamuel Cabrero2-0/+16
2023-09-06disco: Extract domain GUID from LDAP pingSamuel Cabrero2-12/+3
2023-09-06disco: Add functions to extract domain GUID from LDAP pingSamuel Cabrero1-0/+72
2022-09-28Release version 0.9.20.9.2Sumit Bose1-1/+1
2022-09-28Fix issues found by CoveritySumit Bose2-1/+7
2022-09-27adenroll: set password via LDAP instead KerberosSumit Bose4-12/+175
2022-09-26disco: fall back to LDAPS if CLDAP ping was not successfulSumit Bose5-22/+226
2022-09-16tools: replace getpass()Sumit Bose1-1/+44
2022-09-16adenroll: write SID before secret to Samba's dbSumit Bose1-7/+7
2022-08-31doc: add clarification to add-member command on doc/adcli.xmlnordine vallas2-2/+5
2022-08-31tools: Set umask before calling mkdtemp()Samuel Cabrero1-1/+8
2022-05-09Avoid undefined behaviour in short option parsingRobert Schneider1-0/+5
2022-01-11library: include endian.h for le32tohHenning Schild1-0/+1
2022-01-04man: Fix typos and use consistent upper case for some keywordsThorsten Scherf2-8/+8
2021-10-19doc: avoid gnu-make specific usage of $<Mikhail T1-2/+3
2021-07-28configure: check for ns_get16 and ns_get32 as wellSumit Bose1-2/+4
2021-06-14Add delattr optionSumit Bose4-0/+90
2021-06-14Add setattr optionSumit Bose4-1/+216
2021-06-14entry: add passwd-user sub-commandSumit Bose6-0/+265
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 Bose4-1/+87
2021-06-02coverity: add missing NULL checksSumit Bose2-0/+9
2021-04-06configure: update some macros for autoconf-2.71Sumit Bose3-7/+7
2021-03-29build: add --with-vendor-error-message configure optionSumit Bose2-0/+21
2021-02-20Bump version number0.9.1Sumit Bose2-1/+11
2021-02-20Add account-disable optionSumit Bose4-5/+60
2020-12-10service-account: fix typo in the man page entrySumit Bose1-2/+2
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 Bose3-6/+15
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 Bose5-25/+409
2020-11-12enroll: add is_service memberSumit Bose2-0/+21