summaryrefslogtreecommitdiffstats
path: root/ipa-client
Commit message (Collapse)AuthorAgeFilesLines
* Fix build from autoconf patch import.Karl MacMillan2007-10-185-6/+6
|
* Autotool ipa-client - patch from William Jon McCann <mccann@jhu.edu>Karl MacMillan2007-10-1710-47/+380
|
* Do per-user browser configurationrcritten@redhat.com2007-09-241-0/+41
|
* Add a per-user re-configuration scriptrcritten@redhat.com2007-09-243-2/+8
| | | | rename browsersetup.sh to globalsetup.sh
* First crack at automated browser configuration. Requires running arcritten@redhat.com2007-09-246-1/+137
| | | | script to set things up on the client machine.
* Initial support for confiuguring a DNS Server during installation.Simo Sorce2007-09-201-1/+0
| | | | It's not perfect yet but good enough to include it.
* In the TCP case there is an extra (redundant) lenghtSimo Sorce2007-09-121-2/+2
| | | | field before the packet data, address the problem.
* Reset version numbers for next milestone.Karl MacMillan2007-09-101-1/+1
|
* Update version numbers for release.milestone_3Karl MacMillan2007-09-101-1/+1
|
* Better file parsing routines,Simo Sorce2007-09-062-155/+385
| | | | | also switch to recreate ldap.conf and krb5.conf from scratch on clients, avoid nasty failures in case the original files contained strange directives
* merge ipa-server/ipaserver/util.py into ipa-python/ipautil.pySimo Sorce2007-09-041-1/+1
| | | | this way freeipa-client does not depend on freeipa-server
* Merge with upstreamSimo Sorce2007-09-041-0/+2
|\
| * Add 'test' target to makefiles. Hook up ipautil tests to run.Kevin McCarthy2007-09-041-0/+2
| |
* | Complete autodiscovery with autoconfigurationSimo Sorce2007-08-305-46/+149
| | | | | | | | | | | | | | The code is still not perfect and rely on a yet unreleased nss_ldap package that fix dns discovery problems within nss_ldap itself. Also the manipulation of krb5.conf need to be improved
* | Initial configuration library importSimo Sorce2007-08-282-3/+229
|/
* Add interactive prompts to ipa-server-installSimo Sorce2007-08-201-3/+3
| | | | | | Change unattended flag to be -U Change master password flag to be -P instead of -m Improve ipa-client-install readability for user prompts
* Add a prototype client tool to configure a client of the IPA serverSimo Sorce2007-08-168-0/+943
Right now it does only discovery (or fallback)