summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-05-02Add some annotations for clang analyzerStef Walter2-6/+12
2013-04-29Use ldap_init_fd to better support IP addressesStef Walter1-3/+3
2013-04-26Add a --one-time-password to joinStef Walter1-3/+9
2013-04-26Add option to print out the machine password after a joinStef Walter1-2/+24
2013-04-26Fine tune the --os-name and --os-version argumentsStef Walter1-2/+2
2013-04-17Add --user-principal argument for joining domainsStef Walter1-0/+10
2013-04-10Support using --login-ccache without an argumentStef Walter3-12/+11
2013-04-10Add support for setting operatingSystem and related attrsStef Walter1-0/+35
2013-04-10Make ADCLI_STRICT=1 abort() when preconditionStef Walter1-9/+2
2013-04-09A bit of cleanup of adcli outputStef Walter2-7/+11
2013-04-09Allow passing a domain directly on the command line to join commandStef Walter1-1/+3
2013-04-09Discovery fixesStef Walter1-5/+5
2013-04-09Add manual page for adcli and documentation infrastructureStef Walter1-13/+15
2013-04-09Add support for adding/removing members from groupsStef Walter3-7/+215
2013-04-09Add support for creating/deleting groupsStef Walter4-21/+187
2013-04-09Clean up the adcli argumentsStef Walter3-88/+46
2013-04-08Implement domain discovery, including support for sitesStef Walter4-10/+246
2013-04-08Less complicated message loggingStef Walter3-16/+15
2013-04-05Add support for adding and deleting active directory usersStef Walter4-0/+341
2013-04-05Implement the 'delete-computer' and 'reset-computer' commandsStef Walter3-0/+160
2013-04-05Refactor the command line interfaceStef Walter5-810/+972
2013-04-05Remove coverage files when cleaningStef Walter1-0/+5
2013-04-05No longer export a libraryStef Walter2-3/+1
2012-11-22When --user is specified don't try computer loginStef Walter1-2/+4
2012-11-22Only include /etc/krb5.conf if it existsStef Walter1-1/+11
2012-11-13Don't print out or expose the computer container DNStef Walter1-1/+0
2012-11-13Look up the nETBIOSName correctlyStef Walter1-1/+1
2012-11-12Use a private krb5.conf fileStef Walter2-0/+114
2012-11-09Rework how computer account is located and createdStef Walter1-2/+2
2012-09-04Fix license addresses, and missing header commentsStef Walter1-0/+22
2012-09-04Release version 0.20.2Stef Walter1-1/+1
2012-09-03Fix erroneous argument number check in preset commandStef Walter1-1/+1
2012-09-03Return the correct exit codesStef Walter1-4/+4
2012-09-03Implement the --show-details join optionStef Walter1-24/+36
2012-09-03Rename --login-name to the more common --user argumentStef Walter1-9/+9
2012-08-31Cleanup some of the usage/error output to be clearerStef Walter1-4/+4
2012-08-31Add --one-time-password to the 'preset' commandStef Walter1-1/+21
2012-08-31Make sure long options don't conflict with shortStef Walter1-1/+1
2012-08-31Implement various ways to prompt/read login or computer passwordStef Walter1-9/+125
2012-08-31Specify domain in --domain parameterStef Walter1-23/+27
2012-08-31Cleanup option parsingStef Walter2-101/+285
2012-08-09Don't print '(null)' when using default domainStef Walter1-1/+2
2012-07-21Fix regression of prompting for passwords during joinStef Walter1-0/+1
2012-07-20Use kerberos password change/set functions for managing computer passwordStef Walter1-0/+1
2012-07-20Support authentication with computer accountsStef Walter1-27/+20
2012-07-19Rename 'admin' parameters to 'login'Stef Walter1-5/+5
2012-07-19In adcli print out the last error message, instead of generic messageStef Walter1-3/+3
2012-07-19Don't automatically overwrite computer accounts during prejoinStef Walter1-3/+9
2012-07-19Only print out one time password if it was generatedStef Walter1-2/+4
2012-07-19Print out computer account names clearly when prejoiningStef Walter1-2/+2