index
:
freeipa.git
master
navigation
selenium
Unnamed repository; edit this file 'description' to name the repository.
Endi Dewata
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipaserver
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Filter all NULL values in ldap2.add_entry. python-ldap doesn't like'em.
Pavel Zuna
2009-11-18
1
-1
/
+1
*
Cache installer questions for the 2-step process of an externally-signed CA
Rob Crittenden
2009-11-18
1
-1
/
+2
*
Fix SASL mappings
Simo Sorce
2009-11-18
1
-2
/
+2
*
ipa-server-install now renders UI assets
Jason Gerard DeRose
2009-11-04
1
-4
/
+5
*
Use a new mechanism for delegating certificate issuance.
Rob Crittenden
2009-11-03
1
-1
/
+1
*
Add mod_python adapter and some UI tuning
Jason Gerard DeRose
2009-10-27
3
-17
/
+175
*
Remove a bunch of unused imports, general cleanup
Rob Crittenden
2009-10-25
1
-13
/
+4
*
First pass at enforcing certificates be requested from same host
Rob Crittenden
2009-10-21
2
-2
/
+3
*
Add can_add() and can_delete() GER helpers
Rob Crittenden
2009-10-21
1
-0
/
+37
*
Fixed compatability break in rpcserver.py
Jason Gerard DeRose
2009-10-17
1
-2
/
+2
*
Add a sleep() prior to calling tasks to ensure postop writes are done
Rob Crittenden
2009-10-16
1
-0
/
+3
*
Be more forgiving when trying to replace older DS schema.
Rob Crittenden
2009-10-16
1
-4
/
+8
*
Fixed 'import json' for simplejson compatability
Jason Gerard DeRose
2009-10-16
1
-1
/
+1
*
parse_qs is in cgi on Python < 2.6, use that instead
Rob Crittenden
2009-10-16
1
-1
/
+1
*
Fixed try/except/finally for Python 2.4 compatability
Jason Gerard DeRose
2009-10-15
1
-19
/
+20
*
Giant webui patch take 2
Jason Gerard DeRose
2009-10-13
2
-3
/
+193
*
Loosen the ACI for the KDC to allow adds/deletes
Rob Crittenden
2009-10-05
1
-3
/
+1
*
Robustness fix for updater, in case updates['updates'] is not set yet.
Rob Crittenden
2009-10-05
1
-1
/
+1
*
Let the updater delete entries and add small test harness
Rob Crittenden
2009-10-05
1
-6
/
+49
*
Add option to not normalize a DN when adding/updating a record.
Rob Crittenden
2009-10-05
1
-4
/
+6
*
Fix aci plugin, enhance aci parsing capabilities, add user group support
Rob Crittenden
2009-09-28
1
-1
/
+3
*
Only initialize the API once in the installer
Rob Crittenden
2009-09-28
2
-11
/
+20
*
Enrollment for a host in an IPA domain
Rob Crittenden
2009-09-24
3
-1
/
+165
*
Use the same variable name in the response as the dogtag plugin
Rob Crittenden
2009-09-24
1
-1
/
+1
*
Add external CA signing and abstract out the RA backend
Rob Crittenden
2009-09-15
7
-192
/
+652
*
Raise more specific error when an Objectclass Violation occurs Fix the virtua...
Rob Crittenden
2009-09-14
1
-0
/
+2
*
Remove deprecated comment on plugin naming conventions
Rob Crittenden
2009-09-14
1
-3
/
+0
*
Make ldap2.add_entry proof to None values, because python-ldap hate'em.
Pavel Zuna
2009-09-08
1
-0
/
+4
*
Add A and PTR records of ourselves during installation
Martin Nagy
2009-09-02
1
-3
/
+16
*
Use DNS forwarders in /etc/named.conf
Martin Nagy
2009-09-02
1
-1
/
+12
*
Introduce a list of attributes for which only MOD_REPLACE operations are gene...
Pavel Zuna
2009-08-28
1
-2
/
+10
*
Add the CA constraint to the self-signed CA we generate
Rob Crittenden
2009-08-27
1
-8
/
+19
*
Add option to the installer for uid/gid starting numbers.
Rob Crittenden
2009-08-27
1
-2
/
+5
*
Enable ldapi connections in the management framework.
Rob Crittenden
2009-08-27
2
-20
/
+15
*
Generate CRLs and make them available from the IPA web server
Rob Crittenden
2009-08-26
1
-0
/
+46
*
Clean up additional issues discovered with pylint and pychecker
Rob Crittenden
2009-08-20
1
-1
/
+1
*
Clean up some problems discovered with pylint and pychecker
Rob Crittenden
2009-08-12
11
-81
/
+59
*
Fix bug in _get_syntax (it was always returning None).
Pavel Zuna
2009-08-03
1
-15
/
+7
*
Fixed whitespace indentation error in certs.py
Jason Gerard DeRose
2009-07-27
1
-34
/
+34
*
Identify CAs to trust from an imported PKCS#12 file
Rob Crittenden
2009-07-27
2
-14
/
+45
*
Fix deprecation warning for the sha library on Python 2.6
Rob Crittenden
2009-07-23
1
-2
/
+8
*
No need to trust NSS built-in CA's, more specific regex for finding CA nickname
Rob Crittenden
2009-07-23
1
-4
/
+16
*
Make --setup-dns work on replica installation
Martin Nagy
2009-07-22
1
-4
/
+34
*
Add a reverse zone with server's PTR record
Martin Nagy
2009-07-22
1
-5
/
+17
*
Allow replicas of an IPA server using an internal dogtag server as the CA
Rob Crittenden
2009-07-15
4
-93
/
+201
*
Basic changes to get a default principal for DNS
Simo Sorce
2009-07-10
2
-1
/
+61
*
Import explode_dn from ldap.functions for backward compatibility with older v...
Pavel Zuna
2009-07-08
1
-2
/
+4
*
Add class variable to indicate whether SSL is required or not.
Rob Crittenden
2009-07-07
1
-2
/
+4
*
Fix bug in ldap2.modify_password and make adding/removing members slightly mo...
Pavel Zuna
2009-07-07
1
-4
/
+4
*
Add conversion of attribute name synonyms when generating modlists.
Pavel Zuna
2009-06-15
1
-0
/
+28
[prev]
[next]