index
:
freeipa.git
30gatepo
4-2-trust-fixes
ad-work
adwork
dns-records
gssapi-delegate
hbactest
hbactester
ipa-2-1
ipautil-refactor
kdc-fixes
master
my-master
network-fixes
oneway-trust
platform
platform-master
systemd-ipa-2-1
systemd-master
test-patches-2-1
testing
testotp
ticket-1259
ticket-1368
ticket-1369
ticket-1369-lite
ticket-1373
ticket-1476
ticket-1549
ticket-hbac-test
trusts-master
views
FreeIPA project
Alexander Bokovoy
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up some return values
Rob Crittenden
2009-11-19
1
-12
/
+20
*
Handle ipaEnabledFlag as bool (TRUE/FALSE) instead of string (enabled/disabled).
Pavel Zuna
2009-11-18
1
-4
/
+4
*
Remove 'ipaObject' objectClass from rolegroups and taskgroups.
Pavel Zuna
2009-11-18
2
-4
/
+2
*
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
2
-7
/
+64
*
Fix SASL mappings
Simo Sorce
2009-11-18
1
-2
/
+2
*
Add fail-safe so any kind of exception is handled in XML-RPC server.
Rob Crittenden
2009-11-18
1
-0
/
+5
*
Add support for setting/adding arbitrary attributes
Rob Crittenden
2009-11-17
2
-0
/
+106
*
_convert_scalar() should throw an error if passed a tuple or list
Rob Crittenden
2009-11-17
2
-1
/
+19
*
Fix typo in name of exception
Rob Crittenden
2009-11-12
1
-1
/
+1
*
Use File parameter for CSR in cert_request command plugin.
Pavel Zuna
2009-11-06
1
-29
/
+12
*
Add 'File' parameter type.
Pavel Zuna
2009-11-06
3
-2
/
+47
*
Add SELinux policy for UI assets
Rob Crittenden
2009-11-04
6
-12
/
+18
*
ipa-server-install now renders UI assets
Jason Gerard DeRose
2009-11-04
6
-14
/
+45
*
Use a new mechanism for delegating certificate issuance.
Rob Crittenden
2009-11-03
6
-45
/
+52
*
Use Directory String sytnax for the fqdn attribute, not DN syntax.
Rob Crittenden
2009-10-28
1
-1
/
+1
*
Add mod_python adapter and some UI tuning
Jason Gerard DeRose
2009-10-27
7
-64
/
+236
*
Back down to version 1.9.0 in preparation for release of first alpha.
alpha-1-9-0
Rob Crittenden
2009-10-26
1
-2
/
+2
*
Remove a bunch of unused imports, general cleanup
Rob Crittenden
2009-10-25
1
-13
/
+4
*
Remove ipalib/plugins/basegroup.py. It's become obsolete.
Pavel Zuna
2009-10-23
1
-551
/
+0
*
Fix bug in print_attribute.
Pavel Zuna
2009-10-23
1
-1
/
+1
*
Auto-detect whether dogtag needs to be uninstalled
Rob Crittenden
2009-10-21
1
-5
/
+8
*
Display membership attributes (member, memberOf) by default in show/find.
Pavel Zuna
2009-10-21
3
-3
/
+5
*
Require that a host exist before creating a service for it.
Rob Crittenden
2009-10-21
1
-0
/
+5
*
The name coming out of DNS will have a trailing dot (.). Remove it.
Rob Crittenden
2009-10-21
1
-1
/
+1
*
First pass at enforcing certificates be requested from same host
Rob Crittenden
2009-10-21
6
-36
/
+131
*
Add can_add() and can_delete() GER helpers
Rob Crittenden
2009-10-21
1
-0
/
+37
*
Change Password param so (password, confirm_password) can be passed to _conve...
Jason Gerard DeRose
2009-10-18
3
-0
/
+29
*
Add a separate client-only target
Rob Crittenden
2009-10-17
3
-6
/
+106
*
Fix ACI for host delegation
Rob Crittenden
2009-10-17
1
-2
/
+2
*
Fix an oops where I forgot to replace a string with a template
Rob Crittenden
2009-10-17
1
-6
/
+6
*
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
*
Use the FQDN and not just the hostname internally.
Rob Crittenden
2009-10-16
1
-2
/
+2
*
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
4
-3
/
+54
*
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
*
Make plugin browser show plugin parent class
Jason Gerard DeRose
2009-10-14
2
-0
/
+8
*
Removed util.add_global_options() and frontend.Application
Jason Gerard DeRose
2009-10-14
5
-109
/
+4
*
Giant webui patch take 2
Jason Gerard DeRose
2009-10-13
30
-4302
/
+956
*
Add man page for ipa-join command
Rob Crittenden
2009-10-12
3
-1
/
+63
*
Use nestedgroup instead of groupofnames for rolegroups so we have memberof
Rob Crittenden
2009-10-12
1
-50
/
+50
*
No longer use the IPA-specific memberof plugin. Use the DS-supplied one.
Rob Crittenden
2009-10-12
4
-3
/
+6
*
Improve debugging, general output, initialize xmlrpc-c properly
Rob Crittenden
2009-10-12
1
-9
/
+34
*
Fix bug in HBAC and netgroup plugin get_primary_key_from_dn methods.
Pavel Zuna
2009-10-08
2
-2
/
+8
*
Fix bug in group plugin. Was using wrong variable for attributes.
Pavel Zuna
2009-10-08
1
-1
/
+1
*
Fix unit tests for plugins using baseldap classes.
Pavel Zuna
2009-10-07
1
-3
/
+1
*
Make the taskgroup plugin use baseldap classes.
Pavel Zuna
2009-10-07
1
-135
/
+40
*
Make the rolegroup plugin use baseldap classes.
Pavel Zuna
2009-10-05
1
-46
/
+41
[next]