summaryrefslogtreecommitdiffstats
path: root/ipa-client
Commit message (Expand)AuthorAgeFilesLines
* Add man page for ipa-join commandRob Crittenden2009-10-122-1/+62
* Improve debugging, general output, initialize xmlrpc-c properlyRob Crittenden2009-10-121-9/+34
* Enrollment for a host in an IPA domainRob Crittenden2009-09-246-10/+889
* Clean up additional issues discovered with pylint and pycheckerRob Crittenden2009-08-201-4/+4
* Fix configure with newer auto* and libtool on Fedora-11rcrit2009-07-011-0/+2
* The new admin tool 'ipa' uses a different configuration file, create it.Rob Crittenden2009-04-131-7/+8
* Use OpenSSL for SSL instead of the built-in python version.Rob Crittenden2009-02-201-0/+3
* Rename ipa-python directory to ipapython so it is a real python libraryRob Crittenden2009-02-093-48/+48
* Minor cleanup of configure.acRob Crittenden2009-02-051-1/+0
* Consolidate to a single autogen.sh and remove a redundant make targetRob Crittenden2009-02-041-196/+0
* Fix segfault in ipa-getkeytabRob Crittenden2008-09-241-1/+1
* We were assuming that, if the realm was correct then also theSimo Sorce2008-09-181-9/+6
* Add 2 features to ipa-getkeytab:Simo Sorce2008-08-211-195/+443
* Delete old mercurial files.Martin Nagy2008-08-151-32/+0
* Fix versioning for configure.ac and ipa-python/setup.pySimo Sorce2008-08-114-3/+6
* Wrap up the raw_input() to user_input() for convenience and uniformity.Martin Nagy2008-07-231-17/+6
* Fix some small issues that caused compiler warnings, like uninitialized or un...Martin Nagy2008-06-301-7/+4
* Fix uninizialized counter, was causing allocation to fail and command toSimo Sorce2008-06-121-0/+1
* Fix some minor man page issues.Rob Crittenden2008-06-041-8/+7
* Fix some formatting issues and correct the example.Rob Crittenden2008-06-041-28/+32
* Fix typo and reorder -q|--quiet so it displays nicer. popt isn't putting it o...Rob Crittenden2008-06-041-2/+2
* Move version.py to the common ipa directory instead of being server-based so ...Rob Crittenden2008-06-031-16/+28
* Try to clear up messages prompting for domain and IPA server when DNS discove...Rob Crittenden2008-05-301-4/+4
* Now that admin is in the common users tree make the nss_ldapSimo Sorce2008-05-291-2/+2
* Fix the case where domain != lower(REALM)Simo Sorce2008-05-291-13/+16
* Change file mode of log files to 600.Martin Nagy2008-05-201-0/+3
* remove useless if-before-free testsJim Meyering2008-05-151-1/+1
* Fix typo in ipa-client-install manpage.Rob Crittenden2008-05-141-1/+1
* Make sure all services are stopped during uninstall.Rob Crittenden2008-05-141-0/+5
* fix stupid typo,Simo Sorce2008-05-101-1/+1
* On IPA Servers connect to ourselves using localhost,Simo Sorce2008-05-081-2/+5
* Second half of the redoing how the version is managed.Rob Crittenden2008-05-072-0/+9
* Redo the way versioning works in freeIPA.Rob Crittenden2008-05-051-86/+0
* This patch begins the process of replacing OpenLDAP with mozldap.W. Michael Petullo2008-05-013-48/+49
* Make sure we always have the [domain-realm] section or kerberos libs misbheave.Simo Sorce2008-04-221-5/+5
* Become version 1.0.0release-1-0-0Rob Crittenden2008-04-162-3/+9
* Handle exceptions more gracefully on systems with python-ldap 2.2.0Rob Crittenden2008-04-141-5/+8
* Fix client discovery and make sure command line options are not overwrittenSimo Sorce2008-04-091-36/+53
* Add --permitted-enctypes command and add it to the man page tooSimo Sorce2008-04-082-8/+52
* Make sure we start the NSCD daemon.Simo Sorce2008-04-081-0/+15
* - Better defaults for nss_ldapSimo Sorce2008-04-011-2/+13
* Implement client uninstallSimo Sorce2008-03-314-8/+80
* Add some missing man pagesRob Crittenden2008-03-172-2/+59
* Allow client install to specify ntp server nameSimo Sorce2008-03-141-1/+6
* Fix build breakage. We now provide a man file, need to specify location to rpmRob Crittenden2008-03-112-2/+2
* Add --quiet option to ipa-getkeytabSimo Sorce2008-03-052-9/+32
* Prevent server and domain from being undefined or blank when we need themRob Crittenden2008-03-052-11/+19
* Close all fds when running another program. This fixes the SELinux AVCs.Rob Crittenden2008-03-031-1/+1
* Add action statement to ldap.conf updateRob Crittenden2008-02-271-15/+15
* Don't try to use options.realm_name unless it was passed inRob Crittenden2008-02-261-6/+15