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
Commit message (
Expand
)
Author
Age
Files
Lines
*
dp: check whether hostid backend is configured before filing be request
Pavel Březina
2013-02-01
1
-0
/
+8
*
Fix minor grammar error in log
Stephen Gallagher
2013-01-30
1
-1
/
+1
*
krb: recreate ccache if it was deleted
Pavel Březina
2013-01-30
1
-1
/
+8
*
nested groups: fix group lookup hangs if member dn is incorrect
Pavel Březina
2013-01-28
1
-0
/
+24
*
Possible null derefence in ipa_subdomains.c.
Michal Zidek
2013-01-25
1
-0
/
+4
*
fix backend callbacks: remove callback properly from dlist
Pavel Březina
2013-01-22
1
-6
/
+18
*
Fix code style
Jakub Hrozek
2013-01-22
1
-1
/
+2
*
Make struct be_req opaque
Simo Sorce
2013-01-21
2
-18
/
+18
*
Add be_req_get_data() helper funciton.
Simo Sorce
2013-01-21
17
-32
/
+45
*
Add be_req_get_be_ctx() helper.
Simo Sorce
2013-01-21
22
-133
/
+155
*
Add be_req_create() helper
Simo Sorce
2013-01-21
3
-40
/
+38
*
Introduce be_req_terminate() helper
Simo Sorce
2013-01-21
18
-129
/
+84
*
Remove domain from be_req structure
Simo Sorce
2013-01-21
7
-64
/
+46
*
Pass domain not be_req to access check functions
Simo Sorce
2013-01-21
5
-22
/
+33
*
Split simple_access_check function out
Simo Sorce
2013-01-21
3
-206
/
+225
*
Do not pass NULL to ipa_subdomain_retrieve()
Simo Sorce
2013-01-21
1
-18
/
+20
*
Move hbac_ctx_is_offline()
Simo Sorce
2013-01-21
2
-7
/
+6
*
Remove hbac_ctx_sdap_id_[ctx|op]()
Simo Sorce
2013-01-21
2
-18
/
+6
*
Remove hbac_ctx_ev()
Simo Sorce
2013-01-21
2
-10
/
+3
*
Remove hbac_ctx_be()
Simo Sorce
2013-01-21
3
-12
/
+4
*
Remove hbac_ctx_sysdb()
Simo Sorce
2013-01-21
2
-12
/
+4
*
Remove sysdb argument from hbac_get_cached_rules()
Simo Sorce
2013-01-21
3
-9
/
+6
*
Remove sysdb arg from [ipa_]hbac_sysdb_save()
Simo Sorce
2013-01-21
3
-36
/
+25
*
Remove sysdb arg from ipa_hbac_service_info_send()
Simo Sorce
2013-01-21
3
-5
/
+0
*
Remove sysdb arg from hbac_*host_attrs_to_rule()
Simo Sorce
2013-01-21
3
-11
/
+4
*
Remove sysdb arg from hbac_service_attrs_to_rule()
Simo Sorce
2013-01-21
3
-5
/
+2
*
Remove sysdb argument from hbac_user_attrs_to_rule()
Simo Sorce
2013-01-21
3
-6
/
+4
*
Remove unused structure
Simo Sorce
2013-01-21
1
-6
/
+0
*
Remove sysdb argument from ipa_host_info_send()
Simo Sorce
2013-01-21
5
-9
/
+3
*
Remove sysdb as a be request structure member
Simo Sorce
2013-01-21
7
-12
/
+9
*
Remove sysdb as a be context structure member
Simo Sorce
2013-01-21
27
-56
/
+52
*
Move ldap provider access functions
Simo Sorce
2013-01-21
2
-59
/
+86
*
LDAP: Compare lists of DNs when saving autofs entries
Jakub Hrozek
2013-01-21
1
-134
/
+147
*
set struct bet_info->bet_type
Pavel Březina
2013-01-19
1
-0
/
+1
*
Invalidate user entry even if there are no groups
Jakub Hrozek
2013-01-16
1
-5
/
+7
*
Remove outdated code.
Simo Sorce
2013-01-16
1
-10
/
+0
*
LDAP: avoid complex realloc logic in save_rfc2307bis_group_memberships
Jakub Hrozek
2013-01-15
1
-12
/
+4
*
Add domain to some subdomain functions
Simo Sorce
2013-01-15
1
-2
/
+7
*
Add domain arguments to sysdb sudo functions
Simo Sorce
2013-01-15
4
-9
/
+22
*
Add domain arguments to sysdb ssh functions
Simo Sorce
2013-01-15
1
-1
/
+2
*
Add domain arguments to sysdb services functions
Simo Sorce
2013-01-15
3
-6
/
+7
*
Add domain argument to sysdb selinux functions
Simo Sorce
2013-01-15
3
-4
/
+9
*
Add domain argument to sysdb autofs functions
Simo Sorce
2013-01-15
2
-11
/
+18
*
Add domain arguemnt to sysdb_get_real_name()
Simo Sorce
2013-01-15
1
-1
/
+2
*
Add domain argument to sysdb_idmap_ funcitons
Simo Sorce
2013-01-15
1
-1
/
+2
*
Add domain argument to sysdb_remove_attrs()
Simo Sorce
2013-01-15
2
-5
/
+6
*
Add domain argument to sysdb_has/set_enumerated()
Simo Sorce
2013-01-15
3
-3
/
+4
*
Add domain arg to sysdb_search/delete_netgroup()
Simo Sorce
2013-01-15
3
-8
/
+8
*
Add domain argument to sysdb_delete_group()
Simo Sorce
2013-01-15
3
-5
/
+7
*
Add domain argument to sysdb_search_groups()
Simo Sorce
2013-01-15
4
-8
/
+13
[next]