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
*
Move the __ldap_mod function to the Service class
Martin Nagy
2009-06-02
3
-65
/
+47
*
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
*
Use the csv module instead of my own hackish lexer.
Rob Crittenden
2009-05-19
1
-34
/
+30
*
Don't pass non-existent arguments to _handle_errors()
Rob Crittenden
2009-05-19
1
-9
/
+5
*
Fix a comment and some typos
Rob Crittenden
2009-05-13
1
-2
/
+7
*
Drop the binary subtype. This usage is deprecated according to Rich M.
Rob Crittenden
2009-05-13
1
-1
/
+1
*
Add a reason to the NotFound exception so we can provide more robust errors
Rob Crittenden
2009-05-13
2
-10
/
+10
*
Fix replica installation for self-signed CA (no dogtag)
Rob Crittenden
2009-05-04
1
-0
/
+58
*
Utilize the new dogtag library for retrieving the CA cert chain
Rob Crittenden
2009-05-04
1
-15
/
+4
*
Add signing profile to CA installation so we can sign the firefox jar file.
Rob Crittenden
2009-05-04
4
-57
/
+170
*
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
9
-76
/
+76
*
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
*
Issue DS and Apache server certs during CA installation.
Rob Crittenden
2009-04-20
4
-102
/
+355
*
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
4
-95
/
+153
*
Renaming the backend ldap plugin to ldapapi.py to prevent module import issues
Rob Crittenden
2009-04-06
1
-0
/
+0
*
Use full OID for LDAP SYNTAX identification. Don't convert Booleans and Integ...
Pavel Zuna
2009-04-06
1
-24
/
+20
*
Add new LDAP backend plugin.
root
2009-04-03
1
-0
/
+741
*
Implement an installer for the Dogtag certificate system.
Rob Crittenden
2009-04-03
5
-17
/
+764
*
Renamed remaining plugins still using f_* b_* convention
Jason Gerard DeRose
2009-04-01
1
-0
/
+0
*
Translate variables on all lines and sort files to be updated
Rob Crittenden
2009-03-25
1
-3
/
+5
*
DNA is now configured using an update file
Rob Crittenden
2009-03-25
1
-4
/
+0
*
Allow a search using only the exact search filter
Rob Crittenden
2009-03-25
1
-4
/
+10
*
Raise a more specific error when a user lacks the proper permissions.
Rob Crittenden
2009-03-25
1
-1
/
+5
*
Update objectclasses for groups, by default not posix groups.
Rob Crittenden
2009-02-27
1
-1
/
+1
*
Enforce netgroup uniqueness, allow netgroups to be members of netgroups
Rob Crittenden
2009-02-27
1
-0
/
+6
*
Removed 'Assert False' that was mistakingly left in cert.py; small cleanup in...
Jason Gerard DeRose
2009-02-17
1
-4
/
+2
*
Implemented more elegant way for entire plugin module to be conditionally ski...
Jason Gerard DeRose
2009-02-17
1
-3
/
+7
*
Added env.enable_ra variable and change cert.py and ra.py plugin modules to r...
Jason Gerard DeRose
2009-02-17
1
-1
/
+2
*
Cleaned up ra.revoke_certificate() and ra.take_certificate_off_hold(); added ...
Jason Gerard DeRose
2009-02-17
1
-142
/
+121
*
Some cleanup in ra.request_certificate()
Jason Gerard DeRose
2009-02-17
1
-44
/
+41
*
More work on ra.check_request_status() and ra.get_certificate()
Jason Gerard DeRose
2009-02-17
1
-55
/
+83
*
Continued cleanup cert/ra plugins
Jason Gerard DeRose
2009-02-17
1
-20
/
+57
*
Fixed a few problems in ra.py backend plugin
Jason Gerard DeRose
2009-02-17
1
-4
/
+2
*
Started cleanup work on ra plugin; fixed problem in api.bootstrap() when proc...
Jason Gerard DeRose
2009-02-17
1
-102
/
+76
*
Renamed b_ra.py plugin module to ra.py
Jason Gerard DeRose
2009-02-17
1
-0
/
+0
*
Fix AttributeError on python 2.4 when referencing _ldap.dn
Rob Crittenden
2009-02-13
1
-0
/
+1
*
Install policy schema
Jakub Hrozek
2009-02-13
1
-0
/
+2
*
Remove references to detail. This was used by the v1 exception system
Rob Crittenden
2009-02-11
1
-20
/
+3
*
Incorporate new schema for IPAv2
Rob Crittenden
2009-02-11
1
-0
/
+6
[next]