summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor dsinstance ldap modify codeMark McLoughlin2007-12-133-117/+61
* Only update key/value files if necessaryMark McLoughlin2007-12-131-0/+8
* More ipautil fixingMark McLoughlin2007-12-136-43/+36
* Fix ldif to work with ldapmodify in openldap-2.4.xMark McLoughlin2007-12-132-0/+6
* Fix ipa-python packagingMark McLoughlin2007-12-133-9/+3
* Merge.Karl MacMillan2007-12-121-1/+1
|\
| * Merge in Rob aci patch (resolve conflict)Simo Sorce2007-12-121-1/+1
* | Fix spec file to grab certinstall.Karl MacMillan2007-12-122-0/+2
* | Move radius server components into a separate package.Karl MacMillan2007-12-1215-10/+154
|/
* Separate out ACIs that affect radiusSimo Sorce2007-12-121-1/+2
* Handle add/removing and stopping restarting daemons in update/removeSimo Sorce2007-12-122-0/+38
* Merge.Karl MacMillan2007-12-123-29/+36
|\
| * from ipa.ipautil import * --> from ipa import ipautilSimo Sorce2007-12-121-24/+24
| * - Better access control, make sure not even admins can read out passwordsSimo Sorce2007-12-113-13/+20
* | Add a man page for ipa-getkeytab.Karl MacMillan2007-12-122-1/+66
|/
* Fix minor typo in unauthorized page.Karl MacMillan2007-12-121-1/+1
* Add automatic browser configuration for kerberos SSO using javascript.Rob Crittenden2007-12-126-9/+134
* User provided certs.Karl MacMillan2007-12-126-21/+224
* Remove radiusinstance from ipa-server-install.Karl MacMillan2007-12-121-1/+0
* Improve confirmation.Karl MacMillan2007-12-121-6/+9
* Remove radius from main install script and addKarl MacMillan2007-12-124-6/+74
* Confirm before configuring the client.Karl MacMillan2007-12-121-1/+7
* Return a proper error code from ipa-webgui so thatKarl MacMillan2007-12-121-31/+38
* Make the old entry option in update_*, check for empty parameters andRob Crittenden2007-12-114-92/+233
* Change from "Common Name" to "Full Name"Rob Crittenden2007-12-111-2/+2
* Enable searching for multiple things at onceRob Crittenden2007-12-111-1/+1
* merge with upstreamSimo Sorce2007-12-1135-338/+3136
|\
| * Make sure we don't keep around old keys.Simo Sorce2007-12-111-0/+5
| * Make admintools discover the domain using DNS calls to find the LDAP server.Simo Sorce2007-12-111-5/+51
| * Add simple UI for command-line programs to be able to select whenRob Crittenden2007-12-105-28/+176
| * Tie the logging module to 'PythonOption IPADebug' in /etc/httpd/conf.d/ipa.confRob Crittenden2007-12-112-10/+10
| * Prompt user before downloading a keytab that this will create a new secret,Rob Crittenden2007-12-061-1/+9
| * Use more common names for first and last name labelsRob Crittenden2007-12-101-2/+2
| * Import correct httpinstance.pyKarl MacMillan2007-12-111-3/+6
| * Commit corrected certs.pyKarl MacMillan2007-12-111-28/+49
| * Convert the setup of ssl from a shell script to aKarl MacMillan2007-12-067-229/+245
| * Merge.Karl MacMillan2007-12-1117-98/+125
| |\
| * \ Merge.Karl MacMillan2007-12-1144-157/+1024
| |\ \
| * \ \ mergeJohn Dennis2007-12-0445-135/+370
| |\ \ \
| * | | | change location of radius data in ldap fromJohn Dennis2007-11-302-12/+6
| * | | | fix merge errorJohn Dennis2007-11-292-46/+0
| * | | | add user profile command line arg to all radiusJohn Dennis2007-11-284-5/+32
| * | | | merged radius work with latest mainline tipJohn Dennis2007-11-28100-1037/+5573
| |\ \ \ \
| * | | | | fix regular expression used in parse_key_value_pairs()John Dennis2007-11-271-1/+1
| * | | | | bug fixesJohn Dennis2007-11-274-14/+11
| * | | | | checkpoint bug fixing and cleanup of command line radius toolsJohn Dennis2007-11-274-124/+185
| * | | | | do a better job of handling attribute deletionJohn Dennis2007-11-273-73/+53
| * | | | | checkpoint work to add attribute deletionJohn Dennis2007-11-271-84/+164
| * | | | | add parse_items(), read_items_file()John Dennis2007-11-266-20/+37
| * | | | | add ItemCompleter classJohn Dennis2007-11-261-1/+101