index
:
.git
master
Unnamed repository; edit this file 'description' to name the repository.
Rob Crittenden
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipaserver
/
plugins
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use the caIPAserviceCert profile for issuing service certs.
Rob Crittenden
2010-01-08
1
-1
/
+1
*
Make hosts more like real services so we can issue certs for host principals
Rob Crittenden
2009-12-16
1
-4
/
+7
*
Take 2: Extensible return values and validation; steps toward a single output...
Jason Gerard DeRose
2009-12-10
1
-0
/
+3
*
rebase dogtag clean-up patch
John Dennis
2009-12-09
2
-210
/
+1643
*
Remove ldap2.convert_attr_synonyms. Turns out python-ldap can replace it.
Pavel Zuna
2009-12-02
1
-30
/
+1
*
Use pyasn1-based PKCS#10 and X509v3 parsers instead of pyOpenSSL.
Rob Crittenden
2009-11-30
1
-5
/
+14
*
Make NotImplementedError in rabase return the correct function name
John Dennis
2009-11-19
1
-4
/
+4
*
Gracefully handle a valid kerberos ticket for a deleted entry.
Rob Crittenden
2009-11-19
1
-7
/
+10
*
Filter all NULL values in ldap2.add_entry. python-ldap doesn't like'em.
Pavel Zuna
2009-11-18
1
-1
/
+1
*
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
1
-0
/
+5
*
Remove a bunch of unused imports, general cleanup
Rob Crittenden
2009-10-25
1
-13
/
+4
*
Add can_add() and can_delete() GER helpers
Rob Crittenden
2009-10-21
1
-0
/
+37
*
Giant webui patch take 2
Jason Gerard DeRose
2009-10-13
1
-1
/
+2
*
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
2
-1
/
+161
*
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
3
-36
/
+253
*
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
*
Introduce a list of attributes for which only MOD_REPLACE operations are gene...
Pavel Zuna
2009-08-28
1
-2
/
+10
*
Enable ldapi connections in the management framework.
Rob Crittenden
2009-08-27
1
-20
/
+11
*
Clean up some problems discovered with pylint and pychecker
Rob Crittenden
2009-08-12
1
-4
/
+0
*
Fix bug in _get_syntax (it was always returning None).
Pavel Zuna
2009-08-03
1
-15
/
+7
*
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
*
Add support for incomplete (truncated) search results.
Pavel Zuna
2009-06-15
1
-14
/
+29
*
Fix bugs in ldap2.
Pavel Zuna
2009-06-12
1
-18
/
+8
*
Fix bug in ldap2.normalize_dn.
Pavel Zuna
2009-06-10
1
-1
/
+1
*
Make it easier to search for a single entry by attribute value (find_entry_by...
Pavel Zuna
2009-05-26
1
-6
/
+19
*
Make ldap2 always return attribute names as lowercase. Add Encoder to ldap2 b...
Pavel Zuna
2009-05-22
1
-117
/
+43
*
Fix password setting on python 2.4 systems (it doesn't like None for oldpw)
Rob Crittenden
2009-05-21
1
-1
/
+1
*
Schema change so the nisnetgroup triples work properly.
Rob Crittenden
2009-05-19
1
-1
/
+1
*
Fix a comment and some typos
Rob Crittenden
2009-05-13
1
-2
/
+7
*
Make search filter generation a bit safer. Minor bug fixes/code improvements.
Pavel Zuna
2009-04-30
1
-8
/
+12
*
Add method to generate DN from attribute directly, without making RDN first.
Pavel Zuna
2009-04-30
1
-0
/
+10
*
Use XML rather than string routines to handle response from dogtag Remove tra...
Rob Crittenden
2009-04-28
1
-6
/
+17
*
Rename errors2.py to errors.py. Modify all affected files.
Pavel Zuna
2009-04-23
3
-31
/
+31
*
Fix filter generator in ldapapi. Shouldn't produce invalid filters anymore.
Pavel Zuna
2009-04-23
1
-6
/
+12
*
Throw AlreadyGroupMember instead of EmptyModlist when trying to re-add member...
Pavel Zuna
2009-04-22
1
-3
/
+4
*
Change ldap2.__handle_errors into the global _handle_errors function.
Pavel Zuna
2009-04-22
1
-52
/
+53
*
Make it possible to construct partial match filters using make_filter_* metho...
Pavel Zuna
2009-04-22
1
-6
/
+20
*
Convert the RA plugin to use nsslib and remove the configure methods
Rob Crittenden
2009-04-20
1
-134
/
+39
*
Remove unwanted white space
Rob Crittenden
2009-04-20
1
-12
/
+12
*
Finish work replacing the errors module with errors2
Rob Crittenden
2009-04-20
1
-30
/
+64
[prev]
[next]