index
:
freeipa.git
WIP
abbra
certauth
ipa-3-3
master
replace_private_samba_calls
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
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
*
Standardize minvalue for ipasearchrecordlimit and ipasesarchsizelimit for unl...
Gabe
2015-09-22
1
-2
/
+2
*
baseldap: make subtree deletion optional in LDAPDelete
Jan Cholasta
2015-09-17
1
-0
/
+4
*
Use bytes instead of str where appropriate
Jan Cholasta
2015-09-17
1
-2
/
+2
*
Alias "unicode" to "str" under Python 3
Jan Cholasta
2015-09-17
1
-0
/
+3
*
Replace uses of map()
Petr Viktorin
2015-09-01
1
-2
/
+2
*
Use Python3-compatible dict method names
Petr Viktorin
2015-09-01
1
-25
/
+25
*
Use six.string_types instead of "basestring"
Petr Viktorin
2015-09-01
1
-2
/
+4
*
baseldap: Allow overriding member param label in LDAPModMember
Jan Cholasta
2015-08-18
1
-2
/
+3
*
Modernize 'except' clauses
Petr Viktorin
2015-08-12
1
-12
/
+12
*
include more information in metadata
Petr Vobornik
2015-07-03
1
-33
/
+0
*
baseldap: add support for API commands managing only a single attribute
Martin Babinsky
2015-07-02
1
-0
/
+114
*
baseldap: Fix possible crash in LDAPObject.handle_duplicate_entry
Jan Cholasta
2015-05-15
1
-1
/
+1
*
speed up indirect member processing
Petr Vobornik
2015-04-27
1
-0
/
+72
*
speed up convert_attribute_members
Petr Vobornik
2015-04-20
1
-8
/
+28
*
ldap: Move schema handling from IPASimpleLDAPObject to LDAPClient
Jan Cholasta
2015-04-16
1
-1
/
+1
*
User life cycle: allows MODRDN from ldap2
Thierry Bordaz
2015-04-16
1
-3
/
+5
*
baseldap: Handle missing parent objects properly in *-find commands
Tomas Babej
2015-01-13
1
-1
/
+3
*
keytab manipulation permission management
Petr Vobornik
2014-10-17
1
-0
/
+17
*
baseldap: Properly handle the case of renaming object to the same name
Tomas Babej
2014-09-29
1
-10
/
+17
*
Exclude attributelevelrights from --raw result processing in baseldap.
Jan Cholasta
2014-07-29
1
-3
/
+7
*
baseldap: return 'none' attr level right as unicode string
Petr Vobornik
2014-07-25
1
-1
/
+1
*
baseldap: Remove redundant search from LDAPAddReverseMember and LDAPRemoveRev...
Tomas Babej
2014-07-23
1
-6
/
+0
*
baseldap: Return empty string when no effective rights are found
Petr Viktorin
2014-07-09
1
-0
/
+4
*
sudorule: Refactor add and remove external_post_callback
Tomas Babej
2014-06-25
1
-10
/
+46
*
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
[next]