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
path:
root
/
ipalib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for User-Private Groups
Rob Crittenden
2010-07-06
2
-10
/
+20
*
Fix aci_mod command. It should handle more complex operations now.
Rob Crittenden
2010-06-24
1
-12
/
+64
*
First pass at per-command documentation
Rob Crittenden
2010-06-22
17
-7
/
+432
*
use NSS for SSL operations
John Dennis
2010-06-15
1
-126
/
+7
*
Connect the -v cli argument to the verbose flag in xmlrpclib
Rob Crittenden
2010-06-03
4
-7
/
+7
*
Increase supported weeks per month from 4 to 6 in AccessTime() type
Rob Crittenden
2010-06-03
1
-1
/
+1
*
Add ipaUniqueID to HBAC services and service groups
Rob Crittenden
2010-05-27
2
-4
/
+4
*
Remove local get_dn() from hbacsvcgroup and add tests for hbacsvcgroup
Rob Crittenden
2010-05-20
1
-18
/
+6
*
Try to clear up that uid is a number, not the login name
Rob Crittenden
2010-05-17
1
-1
/
+1
*
Enforce that max password lifetime is greater than the min lifetime
Rob Crittenden
2010-05-17
1
-3
/
+28
*
Replace old pwpolicy plugin with new one using baseldap, fix tests.
Rob Crittenden
2010-05-17
3
-718
/
+230
*
Add groups of services to HBAC
Rob Crittenden
2010-05-17
4
-9
/
+305
*
Remove left-over debugging statement
Rob Crittenden
2010-05-14
1
-2
/
+0
*
Correctly handle EmptyModlist exception in pwpolicy2-mod.
Pavel Zuna
2010-05-14
1
-7
/
+15
*
Add exception callback (exc_callback) to baseldap.py classes.
Pavel Zuna
2010-05-14
1
-33
/
+150
*
Add new password policy plugin based on baseldap.py classes.
root
2010-05-05
1
-0
/
+351
*
Increase the attributes we display by default and fix up some labels.
Rob Crittenden
2010-05-05
1
-2
/
+8
*
Add weekly periodic schedule to AccessTime param type.
root
2010-05-04
1
-0
/
+2
*
Handle CSRs whether they have NEW in the header or not
Rob Crittenden
2010-05-03
1
-1
/
+3
*
Add test cases for AccessTime param and fix some problems in AccessTime
Rob Crittenden
2010-05-03
1
-4
/
+10
*
Fix output of summary and embedded dictionaries
Rob Crittenden
2010-05-03
1
-3
/
+3
*
Add forgotten trailing dots in DNS records
Martin Nagy
2010-04-23
1
-1
/
+8
*
Use escapes in DNs instead of quoting.
Rob Crittenden
2010-04-19
1
-15
/
+28
*
Fix DNS plugin: proper output definitions, --all, dns-add-rr overwritting
Pavel Zuna
2010-04-19
1
-14
/
+15
*
Enable LDAPObject subclasses to disable DN normalization in their methods.
Pavel Zuna
2010-04-16
1
-11
/
+27
*
Add interface for baseldap plugins to register additional callbacks.
Pavel Zuna
2010-04-16
1
-27
/
+139
*
Fix output of env plugin. It displayed more than it should.
Pavel Zuna
2010-04-16
1
-0
/
+2
*
XML-RPC signature change
Jason Gerard DeRose
2010-03-30
1
-1
/
+1
*
Deleting a non-fully-qualified hostname should still delete its services
Rob Crittenden
2010-03-30
1
-3
/
+9
*
Fix output for commands that do not return entries.
Pavel Zuna
2010-03-26
2
-5
/
+26
*
Fix cut-and-paste error in pwpolicy plugin
Rob Crittenden
2010-03-23
1
-2
/
+2
*
Do a better query so we can optimize seeing if a cospriority is unique
Rob Crittenden
2010-03-23
1
-7
/
+11
*
Use ldap2.make_*dn* methods in pwpolicy plugin.
Pavel Zuna
2010-03-22
1
-1
/
+5
*
Add INTERNAL flag to frontend plugins. If set, the plugin won't show in UI.
Pavel Zuna
2010-03-22
2
-1
/
+6
*
Raise an error if no modifications were performed in an update.
Rob Crittenden
2010-03-19
1
-2
/
+0
*
Ensure that the group policy priority is unique.
Rob Crittenden
2010-03-19
1
-10
/
+54
*
Fix a number of bugs in the pwpolicy plugin
Rob Crittenden
2010-03-19
1
-8
/
+22
*
Include params in Method.output_params
Rob Crittenden
2010-03-19
1
-0
/
+9
*
Catch modifications with no updates and raise an error
Rob Crittenden
2010-03-17
2
-2
/
+11
*
Retrieve the LDAP schema using kerberos credentials.
Rob Crittenden
2010-03-17
1
-1
/
+2
*
Fix typo in automount doc message.
Rob Crittenden
2010-03-16
1
-1
/
+1
*
Finish deferred translation mechanism
Jason Gerard DeRose
2010-03-16
4
-26
/
+434
*
Provide more detailed NotFound error messages from baseldap classes.
Pavel Zuna
2010-03-09
1
-7
/
+55
*
localize doc strings
John Dennis
2010-03-08
13
-43
/
+48
*
When raising an error about a required attribute, use cli_name not name.
Rob Crittenden
2010-03-07
1
-1
/
+1
*
Don't calculate min/max lifetime if None is passed in.
Rob Crittenden
2010-03-07
1
-2
/
+2
*
fix bug 570392, command help traceback
John Dennis
2010-03-05
1
-1
/
+1
*
Consolidate to single WSGI entry point
Jason Gerard DeRose
2010-03-01
1
-1
/
+1
*
Code cleanup: remove unused stuff, take 1.
Pavel Zuna
2010-03-01
13
-245
/
+12
*
Fix unicode failures in Env tests and dn failures in XML-RPC tests
Rob Crittenden
2010-02-26
3
-10
/
+10
[next]