summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-06Handle KRB5_PREAUTH_FAILED as an invalid passwordStef Walter1-1/+2
2013-05-02Add some annotations for clang analyzerStef Walter9-16/+82
2013-05-02Fix use of freed memoryStef Walter1-2/+2
2013-04-29Release version 0.60.6Stef Walter3-1/+12
2013-04-29Use ldap_init_fd to better support IP addressesStef Walter3-34/+86
2013-04-26Add a --one-time-password to joinStef Walter2-3/+16
2013-04-26Add option to print out the machine password after a joinStef Walter2-2/+30
2013-04-26Allow processing the computer password more easily in text formStef Walter1-2/+4
2013-04-26Fine tune the --os-name and --os-version argumentsStef Walter1-2/+2
2013-04-17Add --user-principal argument for joining domainsStef Walter4-6/+131
2013-04-17Streamline how extra account attributes are updatedStef Walter1-145/+82
2013-04-10Remove the last reference to p11-kit that came over with docsStef Walter1-1/+1
2013-04-10Release version 0.5Stef Walter2-1/+19
2013-04-10Don't retrieve kvno if not joiningStef Walter1-0/+4
2013-04-10Support using --login-ccache without an argumentStef Walter4-13/+25
2013-04-10Add support for setting operatingSystem and related attrsStef Walter6-3/+168
2013-04-10Remove lookup of preferredOU which was incorrectStef Walter1-45/+0
2013-04-10Make ADCLI_STRICT=1 abort() when preconditionStef Walter3-23/+20
2013-04-10Add more documentation for building adcliStef Walter6-8/+216
2013-04-10Fix problems connecting without DNSStef Walter1-0/+17
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-09Catch more permission failures when joining domainStef Walter1-1/+5
2013-04-09Discovery fixesStef Walter5-155/+129
2013-04-09Fix possible uninitialized variableStef Walter1-1/+1
2013-04-09Add manual page for adcli and documentation infrastructureStef Walter15-14/+2023
2013-04-09Add support for adding/removing members from groupsStef Walter8-67/+442
2013-04-09Add support for creating/deleting groupsStef Walter9-407/+628
2013-04-09More expressive logging for ldap errorsStef Walter6-107/+90
2013-04-09Clean up the adcli argumentsStef Walter9-156/+114
2013-04-08Implement domain discovery, including support for sitesStef Walter11-357/+1109
2013-04-08Fix possible crash when for a NULL strvStef Walter1-1/+1
2013-04-08Less complicated message loggingStef Walter11-276/+236
2013-04-08Use a test framework that supports TAP outputStef Walter7-122/+523
2013-04-05Add support for adding and deleting active directory usersStef Walter15-72/+1336
2013-04-05Implement the 'delete-computer' and 'reset-computer' commandsStef Walter5-60/+391
2013-04-05Refactor the command line interfaceStef Walter5-810/+972
2013-04-05Add generic sequence codeStef Walter7-54/+802
2013-04-05Fix use of CFLAGS for building the libraryStef Walter1-1/+1
2013-04-05Remove coverage files when cleaningStef Walter3-0/+18
2013-04-05No longer export a libraryStef Walter9-103/+12
2013-04-05Some autoconf tweaksStef Walter5-12/+9
2013-03-22build: Use the resolv.h header when checking for res_queryStef Walter1-5/+23
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-22Check for SASL headers when configuringStef Walter1-0/+9
2012-11-22Unquote error message when ldap not foundStef Walter1-1/+1
2012-11-13Don't print out or expose the computer container DNStef Walter3-10/+0
2012-11-13Look up the nETBIOSName correctlyStef Walter4-16/+42
2012-11-12Release 0.40.4Stef Walter2-1/+7