summaryrefslogtreecommitdiffstats
path: root/ipa-client
Commit message (Expand)AuthorAgeFilesLines
* Unchecked return values in ipa-joinMartin Kosek2011-01-122-10/+62
* Unchecked return value in ipa-getkeytabMartin Kosek2011-01-121-3/+15
* Uninitialized pointer read in ipa-rmkeytabMartin Kosek2011-01-121-5/+14
* Use of pointer after free in ipa-joinMartin Kosek2011-01-121-4/+10
* Better detection when not working with a real keytab in ipa-rmkeytab.Rob Crittenden2011-01-071-1/+11
* Do not use LDAP_DEPRECATED in pluginsJakub Hrozek2011-01-073-8/+31
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-2019-98/+117
* Fixing typos in man page of ipa-getkeytabGowrishankar Rajaiyan2010-12-201-2/+2
* build tweaks - use automake's foreign mode, avoid creating empty files to sat...Nalin Dahyabhai2010-11-291-1/+1
* ipa-client code cleanupJakub Hrozek2010-11-227-98/+73
* Don't use deprecated ldap_bind_sJakub Hrozek2010-11-221-1/+11
* Use internal implementation of internal Kerberos functionsJakub Hrozek2010-11-222-4/+11
* Stricter compilation flagsJakub Hrozek2010-11-222-0/+11
* Handle wget failures trying to retrieve the CA during the client installRob Crittenden2010-11-221-1/+5
* Use sys.exit to quit scriptsJakub Hrozek2010-11-221-25/+18
* Use provided domain name for the rest of installationJan Zeleny2010-11-191-1/+1
* Log interactive options in install scriptsJakub Hrozek2010-11-191-0/+8
* Use Realm as certs subject base nameSimo Sorce2010-11-181-2/+2
* Log script options to logfileJakub Hrozek2010-11-091-5/+7
* Error out when configure finds missing dependenciesRob Crittenden2010-10-261-5/+5
* Initial gettext support for C utilsSimo Sorce2010-10-125-145/+318
* Add missing options to ipa-getkeytab man page.Rob Crittenden2010-10-111-8/+20
* Don't do autodiscovery on master install.Rob Crittenden2010-09-231-2/+8
* Add minimal client configuration for when we eventually get to PKINITRob Crittenden2010-09-231-8/+13
* Unenroll the client from the IPA server on uninstall.Rob Crittenden2010-09-205-73/+356
* Better distinguish between when DNS discovery works and search more domains.Rob Crittenden2010-09-202-13/+66
* Use a more specific name for the IPA server certificate we install.Rob Crittenden2010-09-171-9/+24
* Remove some additional instances of krbV from ipa-clientRob Crittenden2010-09-101-5/+5
* Fix certmonger errors when doing a client or server uninstall.Rob Crittenden2010-09-092-6/+15
* Configure nslcd and a host of possible systems that use LDAP.Rob Crittenden2010-08-271-9/+53
* ldap_initializeAdam Young2010-08-201-3/+24
* const correctnessAdam Young2010-08-201-3/+3
* Enable a host to retrieve a keytab for all its services.Rob Crittenden2010-08-161-15/+21
* Retrieve the CA certificate before starting enrollment.Rob Crittenden2010-06-211-2/+9
* Drop --with-openldap option in the client. This is no longer optional.Rob Crittenden2010-06-211-38/+30
* Remove Requires on separate package python-krbV in clientRob Crittenden2010-06-021-3/+7
* Check to see if we are configured before uninstalling.Rob Crittenden2010-05-071-1/+5
* Add simple test to see if client is already configuredRob Crittenden2010-05-061-0/+4
* Make calling service and chkconfig tolerant of the service not installedRob Crittenden2010-05-061-9/+59
* Call certmonger after krb5, avoid uninstall errors, better password handling.Rob Crittenden2010-05-062-23/+52
* Initialize XML-RPC structures to fix issues uncovered by MALLOC_PERTURB_Rob Crittenden2010-05-061-13/+11
* Make the installer/uninstaller more aware of its stateRob Crittenden2010-05-031-4/+3
* client installation fixes: nscd, sssd min version, bogus join errorRob Crittenden2010-05-032-11/+23
* Reorder some things in the client installerRob Crittenden2010-05-031-16/+27
* Use the certificate subject base in IPA when requesting certs in certmonger.Rob Crittenden2010-04-232-8/+98
* Add option to enable pam_mkhomedirs in the IPA client installerrcrit2010-03-192-5/+15
* Add the popt auto-help/usage macro for enhanced help output.Rob Crittenden2010-03-023-3/+6
* Update available options and descriptions in client man pagesRob Crittenden2010-03-023-14/+50
* Fix command-line options convention in ipa-getkeytab man pageRob Crittenden2010-02-191-1/+1
* Fix a crash and memory leak in get_config_entry()Martin Nagy2010-02-161-1/+2