summaryrefslogtreecommitdiffstats
path: root/ipa-server
Commit message (Expand)AuthorAgeFilesLines
...
* Update files for the schema compatibility plugin and RFC4876 profilesRob Crittenden2008-09-129-29/+366
* Tool for doing configuration updates over LDAPRob Crittenden2008-09-123-0/+540
* The True/False logic was reversed, so "no" meant remove the existing instanceRob Crittenden2008-09-121-1/+1
* Rework config.py and change cli tools. Maintain order of IPA servers from com...Martin Nagy2008-09-112-25/+29
* Add script to simplify operations to fix CVE 2008 3274Simo Sorce2008-09-103-0/+521
* CVE 2008 3274 related fixesSimo Sorce2008-09-102-3/+9
* Retrieve the kerberos configuration every time a new, it will be a bit slowerSimo Sorce2008-09-101-252/+234
* Minor bugs found while testing stuff.Simo Sorce2008-08-212-1/+2
* Limit the mod_rewrite rules to just /ipaRob Crittenden2008-08-211-4/+4
* Fix segfault cause by empty target entrySimo Sorce2008-08-191-3/+22
* Create temporary files used in self-signed cert requests in a temporary direc...Rob Crittenden2008-08-151-2/+8
* Comment out code that generates keys with a random salt, apparently this does...Simo Sorce2008-08-151-0/+4
* Delete old mercurial files.Martin Nagy2008-08-151-32/+0
* When installing with an IPA-created CA generate the Firefox autoconfiguration...Rob Crittenden2008-08-141-2/+2
* Make Proxy directive wildcard match more specific so we can play nicer with o...Rob Crittenden2008-08-141-3/+3
* Fix some copy/paste and other syntax errors from the validators commit.Rob Crittenden2008-08-142-5/+4
* Fix usage of mozldap libraries,Simo Sorce2008-08-132-2/+2
* Remove unused stuff.Simo Sorce2008-08-131-2/+1
* Install the ca.crt file early on so that we can always enforce SSLSimo Sorce2008-08-133-22/+27
* Implement password operation checks and key material generation for theSimo Sorce2008-08-121-93/+1018
* Fix versioning for configure.ac and ipa-python/setup.pySimo Sorce2008-08-116-8/+11
* Used the encrypt_file and decrypt_file utility functions to encrypt replicaSimo Sorce2008-08-112-22/+60
* Use larger set from which to choose chars for random passwords.Simo Sorce2008-08-111-2/+1
* Treat Jan 1 1970 in krbPrincipalExpiration as a special date that meansSimo Sorce2008-08-071-4/+5
* Change user and group validators to match shadow-utilsRob Crittenden2008-08-073-3/+32
* Fix few syntax errors.Martin Nagy2008-08-061-2/+2
* Fix python syntax error: missing colon.Rob Crittenden2008-08-061-1/+1
* Use % format string to fix nbsp problem in userlist.kid (fixes #453779)Jason Gerard DeRose2008-07-301-7/+9
* Shift search base for users and groups to "cn=accounts, baseDN"Rob Crittenden2008-07-291-16/+18
* Fix encoding issue when manually loading templates for formsRob Crittenden2008-07-296-7/+40
* Change Title label to Job Title for clarityRob Crittenden2008-07-295-30/+38
* NSS 3.12 added a header to the certutil output we need to skipRob Crittenden2008-07-281-0/+3
* Don't assume that the Firefox autoconfig files exist.Rob Crittenden2008-07-282-11/+14
* Specify --mandir to configure to fix building on CentOS 5.2Rob Crittenden2008-07-281-1/+1
* Move the self-signed CA serialno file to /var/lib/ipa to adhere to the FHSRob Crittenden2008-07-253-8/+16
* Fix a stupidty introduced recently in a fix to a segfault.Simo Sorce2008-07-241-3/+5
* Catch correct exception when trying to find the default IPA users group and r...Rob Crittenden2008-07-231-2/+2
* Wrap up the raw_input() to user_input() for convenience and uniformity.Martin Nagy2008-07-233-62/+31
* Cleaned up comments that were mangled by vimNathan Kinder2008-07-181-7/+7
* Re-base memberOf plug-in off of current FDS memberOf plug-in. Resolves: 45253...Nathan Kinder2008-07-184-643/+1189
* In openvz we found out some interfaces may return a null pointer here.Simo Sorce2008-07-151-0/+4
* fix typoSimo Sorce2008-07-151-1/+1
* Rework the way SSL certificates are imported from PKCS#12 files.Rob Crittenden2008-07-1411-77/+276
* Make sure we have the right prototypes when using openldap libsSimo Sorce2008-07-091-0/+1
* Admin must be able to add/delete tooSimo Sorce2008-07-091-1/+1
* If krbPasswordExpiration or krbLastPwdChange are not present on the entrySimo Sorce2008-07-071-11/+21
* After the rework of the code that binds to specific interfaces toSimo Sorce2008-07-071-0/+3
* Merge branch 'master' of ssh://rcritten@git.fedorahosted.org/git/freeipaRob Crittenden2008-07-031-1/+1
|\
| * Make sure we listen only on the krb5 port and therefore disable krb4 supportSimo Sorce2008-07-021-1/+1
* | NSS_DIR is already fetched into a variable, use that instead.Rob Crittenden2008-07-031-6/+6
|/