| Commit message (Expand) | Author | Age | Files | Lines |
* | Retrieve the CA certificate before starting enrollment. | Rob Crittenden | 2010-06-21 | 1 | -2/+9 |
* | Drop --with-openldap option in the client. This is no longer optional. | Rob Crittenden | 2010-06-21 | 1 | -38/+30 |
* | Remove Requires on separate package python-krbV in client | Rob Crittenden | 2010-06-02 | 1 | -3/+7 |
* | Check to see if we are configured before uninstalling. | Rob Crittenden | 2010-05-07 | 1 | -1/+5 |
* | Add simple test to see if client is already configured | Rob Crittenden | 2010-05-06 | 1 | -0/+4 |
* | Make calling service and chkconfig tolerant of the service not installed | Rob Crittenden | 2010-05-06 | 1 | -9/+59 |
* | Call certmonger after krb5, avoid uninstall errors, better password handling. | Rob Crittenden | 2010-05-06 | 2 | -23/+52 |
* | Initialize XML-RPC structures to fix issues uncovered by MALLOC_PERTURB_ | Rob Crittenden | 2010-05-06 | 1 | -13/+11 |
* | Make the installer/uninstaller more aware of its state | Rob Crittenden | 2010-05-03 | 1 | -4/+3 |
* | client installation fixes: nscd, sssd min version, bogus join error | Rob Crittenden | 2010-05-03 | 2 | -11/+23 |
* | Reorder some things in the client installer | Rob Crittenden | 2010-05-03 | 1 | -16/+27 |
* | Use the certificate subject base in IPA when requesting certs in certmonger. | Rob Crittenden | 2010-04-23 | 2 | -8/+98 |
* | Add option to enable pam_mkhomedirs in the IPA client installer | rcrit | 2010-03-19 | 2 | -5/+15 |
* | Add the popt auto-help/usage macro for enhanced help output. | Rob Crittenden | 2010-03-02 | 3 | -3/+6 |
* | Update available options and descriptions in client man pages | Rob Crittenden | 2010-03-02 | 3 | -14/+50 |
* | Fix command-line options convention in ipa-getkeytab man page | Rob Crittenden | 2010-02-19 | 1 | -1/+1 |
* | Fix a crash and memory leak in get_config_entry() | Martin Nagy | 2010-02-16 | 1 | -1/+2 |
* | Make sure the incoming data ins't NULL before strduping it | Rob Crittenden | 2010-02-10 | 1 | -1/+6 |
* | Configure sssd and certmonger in ipa-client-install | Rob Crittenden | 2010-02-03 | 1 | -8/+94 |
* | Remove some configuration files we create upon un-installation | Rob Crittenden | 2010-01-28 | 1 | -0/+6 |
* | Require that the hostname we are joining as is fully-qualified | Rob Crittenden | 2010-01-26 | 1 | -0/+6 |
* | Remove duplicated code | Rob Crittenden | 2010-01-26 | 1 | -6/+0 |
* | Stop looking when removing entries from a keytab. | Rob Crittenden | 2010-01-20 | 1 | -0/+5 |
* | Need to supsend looping through the keytab entries when doing a delete. | Rob Crittenden | 2009-12-18 | 1 | -0/+5 |
* | Pass on debug option from ipa-client-install to ipa-join | Rob Crittenden | 2009-12-09 | 1 | -0/+2 |
* | A utility for removing principals from a keytab. | Rob Crittenden | 2009-12-04 | 4 | -0/+319 |
* | Better LDAP error handling in ipa-client-install | Rob Crittenden | 2009-12-01 | 1 | -9/+5 |
* | Add server option to ipa-join so the IPA server can be specified. | Rob Crittenden | 2009-11-30 | 2 | -5/+9 |
* | Integrate ipa-join and ipa-rmkeytab into the client install/uninstall | Rob Crittenden | 2009-11-25 | 1 | -110/+209 |
* | Clean up some return values | Rob Crittenden | 2009-11-19 | 1 | -12/+20 |
* | Add man page for ipa-join command | Rob Crittenden | 2009-10-12 | 2 | -1/+62 |
* | Improve debugging, general output, initialize xmlrpc-c properly | Rob Crittenden | 2009-10-12 | 1 | -9/+34 |
* | Enrollment for a host in an IPA domain | Rob Crittenden | 2009-09-24 | 6 | -10/+889 |
* | Clean up additional issues discovered with pylint and pychecker | Rob Crittenden | 2009-08-20 | 1 | -4/+4 |
* | Fix configure with newer auto* and libtool on Fedora-11 | rcrit | 2009-07-01 | 1 | -0/+2 |
* | The new admin tool 'ipa' uses a different configuration file, create it. | Rob Crittenden | 2009-04-13 | 1 | -7/+8 |
* | Use OpenSSL for SSL instead of the built-in python version. | Rob Crittenden | 2009-02-20 | 1 | -0/+3 |
* | Rename ipa-python directory to ipapython so it is a real python library | Rob Crittenden | 2009-02-09 | 3 | -48/+48 |
* | Minor cleanup of configure.ac | Rob Crittenden | 2009-02-05 | 1 | -1/+0 |
* | Consolidate to a single autogen.sh and remove a redundant make target | Rob Crittenden | 2009-02-04 | 1 | -196/+0 |
* | Fix segfault in ipa-getkeytab | Rob Crittenden | 2008-09-24 | 1 | -1/+1 |
* | We were assuming that, if the realm was correct then also the | Simo Sorce | 2008-09-18 | 1 | -9/+6 |
* | Add 2 features to ipa-getkeytab: | Simo Sorce | 2008-08-21 | 1 | -195/+443 |
* | Delete old mercurial files. | Martin Nagy | 2008-08-15 | 1 | -32/+0 |
* | Fix versioning for configure.ac and ipa-python/setup.py | Simo Sorce | 2008-08-11 | 4 | -3/+6 |
* | Wrap up the raw_input() to user_input() for convenience and uniformity. | Martin Nagy | 2008-07-23 | 1 | -17/+6 |
* | Fix some small issues that caused compiler warnings, like uninitialized or un... | Martin Nagy | 2008-06-30 | 1 | -7/+4 |
* | Fix uninizialized counter, was causing allocation to fail and command to | Simo Sorce | 2008-06-12 | 1 | -0/+1 |
* | Fix some minor man page issues. | Rob Crittenden | 2008-06-04 | 1 | -8/+7 |
* | Fix some formatting issues and correct the example. | Rob Crittenden | 2008-06-04 | 1 | -28/+32 |