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
/
responder
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
cache_req: always go to dp first when looking up host
Pavel Březina
2017-02-08
1
-1
/
+1
*
cache_req: add host by name search
Pavel Březina
2017-02-08
8
-0
/
+357
*
cache_req: move dp request to plugin
Pavel Březina
2017-02-08
23
-313
/
+360
*
cache_req: add api to create ldb_result from message
Pavel Březina
2017-02-08
1
-19
/
+28
*
cache_req: search user by name with attrs
Pavel Březina
2017-02-08
2
-2
/
+42
*
cache_req: add ability to not use default domain suffix
Pavel Březina
2017-02-08
21
-1
/
+31
*
sss_parse_inp_send: provide default_domain as parameter
Pavel Březina
2017-02-08
3
-6
/
+32
*
Suppres implicit-fallthrough from gcc 7
Lukas Slebodnik
2017-02-01
1
-0
/
+1
*
RESPONDER: Change how client timeout is calculated
Fabiano Fidêncio
2017-01-23
2
-8
/
+33
*
RESPONDER: Shutdown {dbus,socket}-activated responders in case they're idle
Fabiano Fidêncio
2017-01-23
2
-1
/
+132
*
RESPONDER: Don't expose client_idle_handler()
Fabiano Fidêncio
2017-01-23
2
-21
/
+16
*
RESPONDER: Make clear {reset_,}idle_timer() are related to client
Fabiano Fidêncio
2017-01-23
2
-13
/
+13
*
SBUS: Add a time_t pointer to the sbus_connection
Fabiano Fidêncio
2017-01-23
1
-1
/
+2
*
RESPONDER: Make responders' common code ready for socket activation
Fabiano Fidêncio
2017-01-23
1
-36
/
+34
*
UTIL: Introduce --dbus-activated cmd option for responders
Fabiano Fidêncio
2017-01-23
2
-2
/
+5
*
UTIL: Introduce --socket-activated cmdline option for responders
Fabiano Fidêncio
2017-01-23
2
-1
/
+6
*
MONITOR: Pass the service type to the RegisterService method
Fabiano Fidêncio
2017-01-23
1
-2
/
+2
*
DP: Remove unused attr_type from struct dp_id_data
Lukas Slebodnik
2017-01-16
1
-4
/
+2
*
nss: rewrite nss responder so it uses cache_req
Pavel Březina
2016-12-19
1
-1
/
+1
*
responders: do not try to contact DP with LOCAL provider
Pavel Březina
2016-12-19
1
-0
/
+22
*
responders: unify usage of sss_cmd_send_empty and _error
Pavel Březina
2016-12-19
2
-3
/
+2
*
cache_req: do not set ncache if dp request fails
Pavel Březina
2016-12-19
3
-10
/
+36
*
cache_req: allow to search subdomains without fqn
Pavel Březina
2016-12-19
6
-10
/
+10
*
cache_req: fix plugin function description
Pavel Březina
2016-12-19
1
-2
/
+3
*
cache_req: improve debugging
Pavel Březina
2016-12-19
3
-3
/
+4
*
cache_req: make plug-ins definition const
Pavel Březina
2016-12-19
22
-42
/
+42
*
cache_req: add object by id
Pavel Březina
2016-12-19
5
-0
/
+177
*
cache_req: add object by name
Pavel Březina
2016-12-19
5
-0
/
+271
*
cache_req: allow upn search with attrs
Pavel Březina
2016-12-19
1
-1
/
+6
*
cache_req: make sure that we always fetch default attrs
Pavel Březina
2016-12-19
1
-1
/
+43
*
cache_req: return well known objects in object by sid
Pavel Březina
2016-12-19
3
-1
/
+148
*
cache_req: allow to return well known object as result
Pavel Březina
2016-12-19
21
-3
/
+153
*
cache_req: allow shallow copy of result
Pavel Březina
2016-12-19
2
-0
/
+67
*
cache_req: add support for netgroups
Pavel Březina
2016-12-19
5
-0
/
+173
*
cache_req: add support for services enumeration
Pavel Březina
2016-12-19
5
-0
/
+107
*
cache_req: add support for service by port
Pavel Březina
2016-12-19
5
-0
/
+190
*
cache_req: add support for service by name
Pavel Březina
2016-12-19
6
-5
/
+273
*
cache_req: add group enumeration
Pavel Březina
2016-12-19
5
-0
/
+117
*
cache_req: add user enumeration
Pavel Březina
2016-12-19
5
-0
/
+133
*
cache_req: add ability to filter domains by enumeration
Pavel Březina
2016-12-19
13
-5
/
+55
*
cache_req: add ability to gather result from all domains
Pavel Březina
2016-12-19
13
-17
/
+71
*
cache_req: encapsulate output data into structure
Pavel Březina
2016-12-19
3
-50
/
+179
*
cache_req: skip first search on bypass cache
Pavel Březina
2016-12-19
1
-10
/
+22
*
cache_req: fix initgroups by name
Pavel Březina
2016-12-19
1
-1
/
+3
*
setent_notify: remove unused private context
Pavel Březina
2016-12-19
2
-5
/
+0
*
nss: move nss_ctx->global_names to rctx
Pavel Březina
2016-12-19
2
-0
/
+7
*
RESPONDER: Remove dead assignment to the variable ret
Lukas Slebodnik
2016-12-08
1
-2
/
+0
*
RESPONDER: Adding of return value checking
Petr Čech
2016-11-14
1
-1
/
+1
*
cache_req: delete old code
Pavel Březina
2016-10-20
2
-1886
/
+0
*
cache_req: move from switch to plugins, add plugins
Pavel Březina
2016-10-20
15
-0
/
+2019
[next]