index
:
sssd
build-fixes
build-fixes-1
heimdal
heimdal-1
master
System Security Services Daemon
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
providers
/
ldap
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-02
Fix czech specific character in my name
Pavel Březina
2
-2
/
+2
2013-08-28
LDAP: Make sdap_id_setup_tasks reusable for subdomains
Jakub Hrozek
3
-7
/
+19
2013-08-28
LDAP: Make the cleanup task reusable for subdomains
Jakub Hrozek
5
-42
/
+73
2013-08-28
LDAP: Make cleanup synchronous
Jakub Hrozek
3
-150
/
+34
2013-08-28
LDAP: Convert enumeration to the ptask API
Jakub Hrozek
4
-136
/
+132
2013-08-28
LDAP: Move the ldap enum request to its own reusable module
Jakub Hrozek
6
-642
/
+741
2013-08-28
LDAP: Remove unused constant
Jakub Hrozek
1
-2
/
+0
2013-08-28
LDAP: Add enum_{users,groups}_recv to follow the tevent_req style
Jakub Hrozek
1
-24
/
+19
2013-08-26
sudo: do not strdup usn on ENOENT
Pavel Březina
1
-1
/
+1
2013-08-26
sudo: do not fail to store the rule if we can't read usn
Pavel Březina
1
-3
/
+4
2013-08-19
sysdb_add_incomplete_group: store SID string is available
Sumit Bose
2
-9
/
+18
2013-08-19
save_rfc2307bis_user_memberships: use fq names for subdomains
Sumit Bose
1
-0
/
+16
2013-08-19
sdap_add_incomplete_groups: use fully qualified name if needed
Sumit Bose
1
-4
/
+14
2013-08-19
sudo: continue if we are unable to resolve fqdn
Pavel Březina
1
-1
/
+0
2013-08-19
sdap_save_user: save original primary GID of subdomain users
Sumit Bose
1
-11
/
+22
2013-08-19
sdap_get_initgr_done: use the right SID to get a GID
Sumit Bose
1
-1
/
+2
2013-08-11
ldap, krb5: More descriptive msg on chpass failure.
Michal Zidek
1
-0
/
+15
2013-08-08
Enable removing nonexisting dn in sdap_handle_account_info
Lukas Slebodnik
1
-1
/
+1
2013-08-08
Fix memory context for hash entries
Sumit Bose
1
-2
/
+4
2013-08-07
Fix memory context for a state member
Sumit Bose
1
-1
/
+1
2013-08-05
sudo: print better debug message when a rule has multiple cn values
Pavel Březina
1
-1
/
+5
2013-08-05
sudo: skip rule on error instead of failing completely
Pavel Březina
1
-1
/
+3
2013-07-25
Prevent using uninitialized "group_name" in done section.
Lukas Slebodnik
1
-1
/
+1
2013-07-24
LDAP: Use domain-specific name where appropriate
Jakub Hrozek
5
-112
/
+159
2013-07-17
SIGCHLD handler: do not call callback when pvt data where freed
Pavel Březina
1
-1
/
+1
2013-07-17
print hint about password complexity when new password is rejected
Pavel Březina
1
-0
/
+8
2013-07-17
LDAP: When resolving a SID, search for groups first, then users
Jakub Hrozek
1
-19
/
+18
2013-07-01
ldap: only update shadowLastChange when password change is successful
Jim Collins
1
-1
/
+2
2013-06-28
AD: Move storing sdap_domain for subdomain to generic LDAP code
Jakub Hrozek
2
-0
/
+77
2013-06-28
LDAP: Add utility function sdap_copy_map
Jakub Hrozek
2
-0
/
+45
2013-06-28
Replace new_subdomain() with find_subdomain_by_name()
Sumit Bose
1
-3
/
+2
2013-06-28
Replace SDAP_ID_MAPPING checks with sdap_idmap_domain_has_algorithmic_mapping
Sumit Bose
5
-14
/
+38
2013-06-28
Add sdap_idmap_domain_has_algorithmic_mapping()
Sumit Bose
2
-0
/
+62
2013-06-28
Allow different methods to find new domains for idmapping
Sumit Bose
2
-3
/
+24
2013-06-28
SDAP IDMAP: Add configured domain to idmap context
Sumit Bose
1
-0
/
+70
2013-06-28
Add now options ldap_min_id and ldap_max_id
Sumit Bose
2
-0
/
+4
2013-06-24
LDAP: Retry SID search based on result of LDAP search, not the return code
Jakub Hrozek
1
-2
/
+13
2013-06-18
nested groups: do not expect any particular number of groups
Pavel Březina
1
-19
/
+10
2013-06-18
nested groups: do not return ENOMEM if num_groups is 0
Pavel Březina
1
-6
/
+10
2013-06-17
handle ERR_ACCOUNT_EXPIRED properly
Pavel Březina
1
-1
/
+5
2013-06-17
nested groups: allocate more space if deref returns more members
Pavel Březina
1
-0
/
+21
2013-06-10
A new option krb5_use_kdcinfo
Jakub Hrozek
3
-2
/
+8
2013-06-10
providers: refresh expired netgroups
Pavel Březina
3
-0
/
+183
2013-06-07
LDAP: Do not store separate GID for subdomain users
Jakub Hrozek
1
-10
/
+18
2013-06-07
Split generating primary GID for ID mapped users into a separate function
Jakub Hrozek
1
-41
/
+70
2013-06-07
LDAP: store FQDNs for trusted users and groups
Jakub Hrozek
5
-12
/
+36
2013-06-07
LDAP: split a function to create search bases
Jakub Hrozek
2
-29
/
+73
2013-06-07
LDAP: return sdap search return code to ID
Jakub Hrozek
5
-50
/
+126
2013-06-07
LDAP: new SDAP domain structure
Jakub Hrozek
21
-127
/
+281
2013-06-07
LDAP: Pass in a connection to ID functions
Jakub Hrozek
6
-29
/
+62
[next]