summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-06Release version 0.7.40.7.4Stef Walter2-1/+6
2013-09-06Pass correct pointer type to ldap_set_option when setting SSF_MINStef Walter1-3/+3
2013-09-06Try to contact all available addresses for discoveryStef Walter1-14/+49
2013-09-06Truncate netbios host names to 15 charsStef Walter3-41/+41
2013-08-07Release version 0.7.30.7.3Stef Walter2-1/+5
2013-08-07Don't try to set encryption types on Windows 2003 and earlierStef Walter3-15/+89
2013-07-30Fix uninitialized variableStef Walter1-1/+1
2013-07-22Release version 0.7.20.7.2Stef Walter2-1/+6
2013-07-19Delete current computer if no host specified to delete-computerStef Walter2-3/+8
2013-07-09Fix FTBFS on freebsd kernelLaurent Bigonville1-0/+4
2013-06-18Fix typo of word 'necessary'Stef Walter2-2/+2
2013-06-11Always show info for --domain-controller if providedStef Walter1-8/+6
2013-05-13Release version 0.7.10.7.1Stef Walter2-1/+6
2013-05-13Fix access of null pointerStef Walter1-1/+1
2013-05-13When we recieve an LDAP ping response, don't expect moreStef Walter1-1/+1
2013-05-13If automatically determining the salt fails, just guessStef Walter1-7/+8
2013-05-06Release version 0.70.7Stef Walter2-1/+6
2013-05-06Work around krb5_get_init_creds_password() with empty passwordStef Walter1-3/+23
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