index
:
sssd.git
ad_domain_local_groups
add_upn_support_for_sid_requests
certificate_mapping
email-login
fill_grent_with_view
fq_review
gdm_sc_fix
ipa_automatic_enterprise
ipa_provider_n2
jhrozek-nssattr
jhrozek_sysdb_fqdn
krb5_rebase
libwbclient-0.13
master
master-upn-from_pac
memberof_default_view
my_head
new_backend_target
one_certificate_multiple_users
pam
policy_stuff
prompting
python_api
review
simo
smartcard
sssd-1-2-proxy
subdomain-password-authentication
subdomains
wip
wip-extdom
wip-views
Unnamed repository; edit this file to name it for gitweb.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
providers
/
ldap
/
sdap_async_users.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
make make_realm_upper_case() static
Pavel Březina
2014-02-18
1
-0
/
+18
*
Update DEBUG* invocations to use new levels
Nikolai Kondrashov
2014-02-12
1
-3
/
+4
*
Make DEBUG macro invocations variadic
Nikolai Kondrashov
2014-02-12
1
-54
/
+54
*
LDAP: Don't fail if subdomain cannot be found by sid
Lukas Slebodnik
2014-01-22
1
-4
/
+6
*
LDAP: Fix a debug message
Jakub Hrozek
2013-12-09
1
-2
/
+1
*
Remove unused parameter from sdap_save_user
Lukas Slebodnik
2013-11-27
1
-3
/
+1
*
LDAP: Split out a request to search for a user w/o saving
Jakub Hrozek
2013-11-20
1
-33
/
+131
*
SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)
Michal Zidek
2013-11-15
1
-1
/
+1
*
sdap_save_user: try to determine domain by SID
Pavel Březina
2013-10-29
1
-22
/
+32
*
sdap_idmap_domain_has_algorithmic_mapping: add domain name argument
Sumit Bose
2013-10-25
1
-0
/
+1
*
Fix formating of variables with type: size_t
Lukas Slebodnik
2013-09-11
1
-2
/
+3
*
sdap_save_user: save original primary GID of subdomain users
Sumit Bose
2013-08-19
1
-11
/
+22
*
LDAP: Use domain-specific name where appropriate
Jakub Hrozek
2013-07-24
1
-42
/
+39
*
Replace SDAP_ID_MAPPING checks with sdap_idmap_domain_has_algorithmic_mapping
Sumit Bose
2013-06-28
1
-1
/
+4
*
LDAP: Do not store separate GID for subdomain users
Jakub Hrozek
2013-06-07
1
-10
/
+18
*
Split generating primary GID for ID mapped users into a separate function
Jakub Hrozek
2013-06-07
1
-41
/
+70
*
LDAP: store FQDNs for trusted users and groups
Jakub Hrozek
2013-06-07
1
-2
/
+10
*
LDAP: always store SID if available
Sumit Bose
2013-05-02
1
-12
/
+30
*
ldap: Fallback option for rfc2307 schema
Simo Sorce
2013-03-20
1
-0
/
+91
*
Add domain argument to sysdb_store_user()
Simo Sorce
2013-01-15
1
-2
/
+3
*
AD: replace GID/UID, do not add another one
Jakub Hrozek
2013-01-09
1
-2
/
+5
*
idmap: Silence DEBUG messages when dealing with built-in SIDs.
Michal Zidek
2012-11-28
1
-44
/
+51
*
LDAP: fix uninitialized variable
Ondrej Kos
2012-11-23
1
-1
/
+1
*
LDAP: Only convert direct parents' ghost attribute to member
Jakub Hrozek
2012-11-20
1
-5
/
+17
*
do not default fullname to gecos when schema = ad
Pavel Březina
2012-11-08
1
-0
/
+14
*
Unify usage of sysdb transactions
Michal Zidek
2012-08-23
1
-1
/
+12
*
Ghost members - removed sdap_check_aliases()
Jan Zeleny
2012-05-31
1
-6
/
+0
*
LDAP: Add helper function to map IDs
Stephen Gallagher
2012-05-03
1
-57
/
+6
*
LDAP: Do not remove uidNumber and gidNumber attributes when saving id-mapped ...
Stephen Gallagher
2012-05-03
1
-0
/
+11
*
LDAP: Add helper routine to convert LDAP blob to SID string
Stephen Gallagher
2012-05-03
1
-20
/
+4
*
LDAP: Map the user's primaryGroupID
Stephen Gallagher
2012-05-03
1
-12
/
+64
*
LDAP: Allow automatically-provisioning a domain and range
Stephen Gallagher
2012-05-03
1
-3
/
+43
*
LDAP: Enable looking up ID-mapped users by name
Stephen Gallagher
2012-05-03
1
-9
/
+54
*
Modifications to simplify list_missing_attrs
Jan Zeleny
2012-02-24
1
-11
/
+2
*
LDAP: Only use paging control on requests for multiple entries
Stephen Gallagher
2012-02-24
1
-1
/
+2
*
Fix memory hierarchy when processing nested group memberships
Jakub Hrozek
2012-02-14
1
-1
/
+2
*
NSS: Add individual timeouts for entry types
Stephen Gallagher
2012-02-04
1
-1
/
+1
*
LDAP: Do not fail if RootDSE check cannot determine search bases
Stephen Gallagher
2012-02-04
1
-0
/
+9
*
Save original memberof, not memberof
Jakub Hrozek
2011-12-20
1
-4
/
+16
*
Use the case sensitivity flag in the LDAP provider
Jakub Hrozek
2011-12-16
1
-1
/
+1
*
Refactor saving sdap entities
Jakub Hrozek
2011-12-16
1
-78
/
+20
*
LDAP: Add support for multiple search bases for user enumeration
Stephen Gallagher
2011-11-02
1
-5
/
+43
*
LDAP: Support multiple user search bases (non-enumeration)
Stephen Gallagher
2011-11-02
1
-13
/
+62
*
SysDB commands that save lastUpdate allows this value to be passed in
Pavel Březina
2011-10-13
1
-3
/
+6
*
Store name aliases for users, groups
Jakub Hrozek
2011-09-28
1
-0
/
+21
*
sdap_async_accounts.c split
Jan Zeleny
2011-08-15
1
-0
/
+513