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
/
responder_common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
SYSDB: Remove useless parameter from sysdb_init()
Jakub Hrozek
2016-07-07
1
-1
/
+1
*
Secrets: Add initial responder code for secrets service
Simo Sorce
2016-06-29
1
-12
/
+5
*
Responders: Add support for socket activation
Simo Sorce
2016-06-29
1
-2
/
+72
*
Responders: Make the client context more generic
Simo Sorce
2016-06-29
1
-16
/
+50
*
SYSDB: Open a timestamps cache for caching domains
Jakub Hrozek
2016-06-23
1
-1
/
+2
*
RESPONDER: New interface for client registration
Pavel Březina
2016-06-20
1
-3
/
+1
*
RESPONDERS: Negative caching of local users
Petr Cech
2016-06-10
1
-1
/
+21
*
RESPONDER: Removing of redudant function
Petr Cech
2016-05-11
1
-28
/
+0
*
RESPONDERS: Negcache in resp_ctx preparing
Petr Cech
2016-05-11
1
-0
/
+47
*
NEGCACHE: Adding timeout to struct sss_nc_ctx
Petr Cech
2016-05-11
1
-0
/
+28
*
Responders: Fix client destructor
Simo Sorce
2016-03-17
1
-4
/
+7
*
Util: Improve code to get connection credentials
Simo Sorce
2016-01-28
1
-18
/
+39
*
util: Update get_next_domain's interface
Michal Židek
2015-10-23
1
-3
/
+5
*
REFACTOR: SCKT_RSP_UMASK constant in responder code
Petr Cech
2015-10-14
1
-1
/
+1
*
REFACTOR: DFL_RSP_UMASK constant in responder code
Petr Cech
2015-10-14
1
-1
/
+2
*
UTIL: Convert domain->disabled into tri-state with domain states
Jakub Hrozek
2015-09-21
1
-2
/
+3
*
sbus: add new iface via sbus_conn_register_iface()
Pavel Březina
2015-01-23
1
-7
/
+1
*
UTIL: Unify the fd_nonblocking implementation
Jakub Hrozek
2015-01-15
1
-24
/
+1
*
RESPONDER: Log failures to resolve user names in csv_string_to_uid_array
Jakub Hrozek
2014-12-13
1
-0
/
+3
*
RESPONDERS: Don't hard-code umask value in utility function
Pavel Reichl
2014-10-29
1
-4
/
+4
*
RESPONDERS: refactor create_pipe_fd()
Pavel Reichl
2014-10-27
1
-9
/
+12
*
responders: Do not initialize pipe fd if already present
Michal Zidek
2014-10-22
1
-6
/
+14
*
responder_common: Create fd for pipe in helper
Michal Zidek
2014-10-22
1
-72
/
+63
*
UTIL: Add a function to convert id_t from a number or a name
Jakub Hrozek
2014-10-22
1
-11
/
+6
*
UTIL: Do not depend on monitor code
Jakub Hrozek
2014-10-09
1
-1
/
+1
*
Make the space override responder-agnostic
Jakub Hrozek
2014-08-13
1
-0
/
+21
*
RESPONDER: Fix a wrong DEBUG message
Jakub Hrozek
2014-04-22
1
-2
/
+1
*
sbus: Refactor how we export DBus interfaces
Stef Walter
2014-03-14
1
-9
/
+18
*
sbus: Add struct sbus_request to represent a DBus invocation
Stef Walter
2014-03-14
1
-4
/
+3
*
Update DEBUG* invocations to use new levels
Nikolai Kondrashov
2014-02-12
1
-32
/
+48
*
Make DEBUG macro invocations variadic
Nikolai Kondrashov
2014-02-12
1
-98
/
+98
*
Include external headers with #include <foo.h>
Jakub Hrozek
2013-10-22
1
-1
/
+2
*
Fix formating of variables with type: rlim_t
Lukas Slebodnik
2013-09-11
1
-5
/
+5
*
Missing space in debug message
Michal Zidek
2013-07-15
1
-2
/
+2
*
Fixing critical format string issues.
Lukas Slebodnik
2013-05-20
1
-2
/
+3
*
Add responder_get_domain_by_id()
Sumit Bose
2013-05-02
1
-0
/
+49
*
responder_get_domain(): remove timeout calculation
Sumit Bose
2013-05-02
1
-10
/
+1
*
responder_get_domain: do not return disabled domains
Sumit Bose
2013-05-02
1
-0
/
+4
*
Remove unused TALLOC_CTX from responder_get_domain()
Sumit Bose
2013-05-02
1
-2
/
+1
*
do not leak memory on failure in *_process_init()
Pavel Březina
2013-03-20
1
-10
/
+14
*
Move sss_cmd_execute from client to responder code.
Jakub Hrozek
2013-03-08
1
-1
/
+9
*
Remove the alt_db_path parameter of sysdb_init
Michal Zidek
2013-03-05
1
-1
/
+1
*
Fix uninitialized time_t var in responder
Ondrej Kos
2013-02-21
1
-1
/
+1
*
Introduce IS_SUBDOMAIN() macro
Simo Sorce
2013-02-10
1
-3
/
+3
*
Change the way domains are linked.
Simo Sorce
2013-02-10
1
-20
/
+11
*
Add function get_next_domain()
Simo Sorce
2013-02-10
1
-2
/
+2
*
Refactor sysdb initialization
Simo Sorce
2013-01-15
1
-1
/
+1
*
failover: Protect against empty host names
Michal Zidek
2013-01-02
1
-1
/
+2
*
Always append rctx as private data
Simo Sorce
2012-12-05
1
-1
/
+1
*
Display more information on DB version mismatch
Ondrej Kos
2012-11-19
1
-0
/
+1
[next]