summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-02-09tools: fix ccache handling for leave operationSumit Bose1-9/+16
2022-09-16tools: add --do-not-touch-config option for ADSumit Bose1-1/+5
2021-04-06build: add --with-vendor-error-message configure optionSumit Bose1-0/+7
2021-02-19tools: enforce absolute path for install optionSumit Bose1-0/+6
2021-02-19paths: install realmd in libexecdirSumit Bose1-1/+1
2020-11-04tools: add --use-ldaps option for discover, join and leaveSumit Bose5-6/+25
2018-10-19tools: remove duplicated va_start()Sumit Bose1-2/+0
2017-02-06tools: Update the usage help text of the realm commandsStef Walter2-17/+17
2016-07-07Add os-name and os-version command line optionsSumit Bose1-0/+8
2016-04-29Add computer-name support to realm join CLIAndrew Austin1-0/+5
2016-04-26tools: Add suggestion for installer mode if no system busStef Walter1-0/+2
2015-07-24tools: Remove spurious print outputStef Walter1-1/+0
2015-07-14tool: Don't print journalctl message if client-side errorStef Walter1-1/+1
2015-07-14tools: Add --no-id-mapping option to realm join commandStef Walter3-8/+69
2015-04-14tools: Fix crash in realm client when empty password is passedStef Walter1-4/+2
2014-09-18build: Remove our copy of valgrind.hStef Walter1-2/+0
2014-03-31Makefile.am: Migrate to non-recursive MakefileStef Walter1-14/+12
2013-11-19tools: Remove our own copy of GDBusObjectManagerClientStef Walter6-2358/+6
2013-08-14Fix reverse ordered output for join failure messagesStef Walter1-7/+5
2013-08-14Fix regression caused by --unattendedStef Walter1-1/+1
2013-07-24tools: Add an --unattended argument to realm command line clientStef Walter3-1/+14
2013-07-22Notify in terminal output when installing packagesStef Walter1-9/+20
2013-07-19If input is not a tty, then just read from stdin without getpass()Stef Walter1-1/+40
2013-05-13Don't use the slice allocator for small memory allocationsStef Walter1-6/+0
2013-05-13Don't print journalctl command when cancelledStef Walter1-1/+11
2013-05-13Just quit when Ctrl-C is pressed twiceStef Walter3-3/+8
2013-05-06Handle awkward krb5 errors for empty passwordsStef Walter1-1/+2
2013-05-02Add support for permitting logins by groupStef Walter3-7/+25
2013-05-02Use clang analyzer to track down issuesStef Walter1-6/+6
2013-05-02Fix possible uses of uninitialized memoryStef Walter1-1/+1
2013-04-29Add option to disable automatic package installsStef Walter1-5/+0
2013-04-29Print out command needed to see diagnostics in journalStef Walter3-4/+23
2013-04-29Fallback to other auth method if automatic not supportedStef Walter1-1/+2
2013-04-29When realm is not joinable say soStef Walter4-5/+15
2013-04-29Treat KRB5KRB_AP_ERR_BAD_INTEGRITY as bad passwordStef Walter1-1/+2
2013-04-26Don't print usage info when invalid optionsStef Walter1-1/+1
2013-04-26Add the user-principal option and settingStef Walter1-0/+5
2013-04-26Pass 'realm join' options in a structureStef Walter1-41/+38
2013-04-26Implement support for using a ccache in the realm commandStef Walter4-218/+441
2013-04-26Fix memory leak of realm object pathsStef Walter1-0/+1
2013-04-26Fix warnings when building with Glib 2.36.x and GCC 4.8Stef Walter4-4/+11
2013-04-17Clarify realm permit/deny commandsStef Walter2-36/+46
2013-04-12Support realm login policyStef Walter1-1/+1
2013-03-27Some basic valgrind integrationStef Walter2-0/+9
2013-01-18Implement support for Service.Cancel() methodMarius Vollmer3-1/+36
2012-11-23Don't assume that we can use kerberos to validate admin passwordStef Walter1-11/+10
2012-11-23Add option to realm command to only print out realm nameStef Walter1-4/+16
2012-11-22Only use the XDG user data directory if it existsStef Walter1-1/+6
2012-11-19Cleaned up "uninitialized variable" warning from gccYassir Elley1-1/+1
2012-11-19Allow specifying --membership-software when discovering a realmStef Walter4-5/+18