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
/
plugins
/
baseldap.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
get_ancestors_primary_keys clone
Martin Basti
2014-06-03
1
-1
/
+1
*
Allows to sort non text entries
Martin Basti
2014-06-03
1
-1
/
+2
*
Use raw attribute values in command result when --raw is specified.
Jan Cholasta
2014-04-18
1
-1
/
+10
*
Allow primary keys to use different type than unicode.
Jan Cholasta
2014-04-18
1
-19
/
+50
*
Add Object metadata and update plugin for managed permissions
Petr Viktorin
2014-03-25
1
-0
/
+1
*
ipalib.plugins: Expose LDAPObjects' eligibility for permission --type in JSON...
Petr Viktorin
2014-02-27
1
-0
/
+2
*
Add permission_filter_objectclasses for explicit type filters
Petr Viktorin
2014-02-20
1
-0
/
+1
*
Convert remaining frontend code to LDAPEntry API.
Jan Cholasta
2014-01-24
1
-89
/
+80
*
Get original entry state from LDAP in LDAPUpdate.
Jan Cholasta
2014-01-24
1
-1
/
+6
*
Fix error message when adding duplicate automember rule
Ana Krivokapic
2013-11-15
1
-2
/
+3
*
Always use lists for values in LDAPEntry internally.
Jan Cholasta
2013-10-31
1
-0
/
+2
*
Use correct super-calls in get_args() methods
Petr Viktorin
2013-10-02
1
-22
/
+8
*
Add new hidden command option to suppress processing of membership attributes.
Jan Cholasta
2013-07-23
1
-18
/
+50
*
Use LDAP search instead of *group_show to check if a group exists.
Jan Cholasta
2013-07-11
1
-0
/
+5
*
Improve error messages for external group members
Ana Krivokapic
2013-03-14
1
-0
/
+4
*
Remove implicit Str to DN conversion using *-attr
Tomas Babej
2013-03-13
1
-6
/
+0
*
Change DNA magic value to -1 to make UID 999 usable
Petr Viktorin
2013-03-11
1
-0
/
+2
*
Remove DN normalization from the baseldap plugin.
Jan Cholasta
2013-03-01
1
-11
/
+10
*
Use full DNs in plugin code.
Jan Cholasta
2013-03-01
1
-6
/
+8
*
Preserve case of attribute names in LDAPEntry.
Jan Cholasta
2013-03-01
1
-1
/
+4
*
Use the dn attribute of LDAPEntry to set/get DNs of entries.
Jan Cholasta
2013-03-01
1
-17
/
+41
*
Remove some unused imports
Petr Viktorin
2013-03-01
1
-3
/
+1
*
Add custom mapping object for LDAP entry data.
Jan Cholasta
2013-03-01
1
-13
/
+13
*
Update argument docs to reflect dropped CSV support
Petr Viktorin
2013-02-22
1
-6
/
+6
*
Enable transactions by default, make password and modrdn TXN-aware
Rob Crittenden
2012-11-21
1
-54
/
+6
*
Do not produce unindexed search on every DEL command
Martin Kosek
2012-10-01
1
-1
/
+7
*
Fix addattr internal error
Martin Kosek
2012-09-16
1
-1
/
+11
*
Fixed metadata serialization of Numbers and DNs
Petr Vobornik
2012-09-06
1
-1
/
+1
*
Internationalization for public errors
Petr Viktorin
2012-09-03
1
-6
/
+12
*
Fix managedBy label for DNS zone
Martin Kosek
2012-08-26
1
-3
/
+0
*
Raise proper exception when given a bad DN attribute.
Rob Crittenden
2012-08-16
1
-1
/
+4
*
Use DN objects instead of strings
John Dennis
2012-08-12
1
-64
/
+124
*
Make --{set,add,del}attr more robust.
Jan Cholasta
2012-08-03
1
-40
/
+49
*
Do not change LDAPObject objectclass list
Martin Kosek
2012-07-09
1
-1
/
+1
*
Add support for external group members
Alexander Bokovoy
2012-06-28
1
-7
/
+16
*
Rework the CallbackInterface
Petr Viktorin
2012-06-14
1
-206
/
+128
*
Change json serialization to serialize useful data
Petr Vobornik
2012-06-07
1
-3
/
+6
*
Enforce sizelimit in permission-find, post_callback returns truncated
Rob Crittenden
2012-05-30
1
-3
/
+3
*
Provide a better error message when deleting nonexistent attributes
Petr Viktorin
2012-05-29
1
-0
/
+10
*
Disallow setattr on no_update/no_create params
Petr Viktorin
2012-05-29
1
-10
/
+8
*
Check for empty/single value parameters before calling callbacks
Petr Viktorin
2012-05-15
1
-2
/
+3
*
Validate externalhost (when added by --addattr/--setattr)
Petr Viktorin
2012-05-11
1
-3
/
+14
*
Redo boolean value encoding.
Jan Cholasta
2012-05-09
1
-6
/
+0
*
Do not crash on empty --setattr, --getattr, --addattr
Petr Viktorin
2012-05-07
1
-8
/
+8
*
Do not crash on empty reverse member options
Petr Viktorin
2012-05-07
1
-2
/
+2
*
Sort password policies properly with --pkey-only
Martin Kosek
2012-04-26
1
-6
/
+5
*
Refactor exc_callback invocation.
Jan Cholasta
2012-04-26
1
-151
/
+80
*
Fix empty external member processing
Ondrej Hamada
2012-04-17
1
-1
/
+1
*
Convert --setattr values for attributes marked no_update
Petr Viktorin
2012-04-09
1
-1
/
+6
*
Defer conversion and validation until after --{add,del,set}attr are handled
Petr Viktorin
2012-04-03
1
-17
/
+35
[next]