index
:
sssd.git
ccname
dlopen-test
err_facility
expand_tmpl
logind
master
mc_cleanup
mmap_cache
my-master
reviews
sasl_ad_compat
secsrv
wip
Experimental work on SSSD - Systen Security Services Daemon
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
SDAP: rename sdap_get_id_specific_filter
Pavel Březina
2016-01-19
17
-57
/
+35
*
SDAP: Add request that iterates over all search bases
Pavel Březina
2016-01-19
5
-7
/
+286
*
SDAP: do not fail if refs are found but not processed
Pavel Březina
2016-01-15
1
-10
/
+1
*
SDAP: handle ret properly in ldap_get_options()
Pavel Březina
2016-01-14
1
-4
/
+9
*
Krb5/PAM: Fix account lockout error handling
Simo Sorce
2016-01-14
4
-0
/
+11
*
KRB5: Adding DNS SRV lookup for krb5 provider
Petr Cech
2016-01-14
1
-0
/
+7
*
Fix pep8 warnings in pyhbac-test.py
Jakub Hrozek
2016-01-13
1
-27
/
+30
*
tests: use unittest.TestCase.assertCountEqual if possible
Jakub Hrozek
2016-01-13
2
-57
/
+55
*
DP: Print warning when the handler is not configured
Jakub Hrozek
2016-01-12
1
-1
/
+3
*
ldap: remove originalMeberOf if there is no memberOf
Sumit Bose
2016-01-12
2
-2
/
+18
*
AD SRV: prefer site-local DCs in LDAP ping
Pavel Březina
2016-01-11
1
-10
/
+30
*
AD: Log SID in debug message
Lukas Slebodnik
2016-01-08
1
-1
/
+1
*
sdap_save_grpmem: determine domain by SID if possible
Sumit Bose
2016-01-06
1
-13
/
+35
*
Use right domain for user lookups
Sumit Bose
2016-01-06
1
-1
/
+1
*
ipa_s2n_save_objects(): use configured user and group timeout
Sumit Bose
2016-01-06
1
-5
/
+5
*
nfs idmap: fix infinite loop
Sumit Bose
2016-01-05
1
-2
/
+2
*
SUDO: get srv_opts after we are connected
Pavel Březina
2015-12-15
1
-1
/
+3
*
SUDO: use size_t instead of int in for cycles
Pavel Březina
2015-12-15
1
-2
/
+2
*
SUDO: make sdap_sudo_handler static
Pavel Březina
2015-12-15
2
-2
/
+4
*
SUDO: remove finalizer
Pavel Březina
2015-12-15
1
-7
/
+1
*
SUDO: obtain host information when going online
Pavel Březina
2015-12-15
3
-55
/
+101
*
SUDO: fix potential memory leak in sdap_sudo_init
Pavel Březina
2015-12-15
1
-2
/
+9
*
SUDO: do not imitate full refresh if usn is unknown in smart refresh
Pavel Březina
2015-12-15
2
-20
/
+23
*
SUDO: built host filter inside sdap_sudo_refresh request
Pavel Březina
2015-12-15
3
-245
/
+215
*
SUDO: set USN inside sdap_sudo_refresh request
Pavel Březina
2015-12-15
3
-60
/
+49
*
SUDO: sdap_sudo_load_sudoers improve iterator
Pavel Březina
2015-12-15
1
-69
/
+55
*
SUDO: fix sdap_sudo_smart_refresh_recv()
Pavel Březina
2015-12-15
1
-7
/
+7
*
SUDO: fix tevent style
Pavel Březina
2015-12-15
4
-300
/
+265
*
SUDO: fix sdap_id_op logic
Pavel Březina
2015-12-15
1
-16
/
+18
*
SUDO: simplify error handling
Pavel Březina
2015-12-15
4
-70
/
+41
*
SUDO: move offline check to handler
Pavel Březina
2015-12-15
2
-6
/
+5
*
SUDO: move refreshes from sdap_sudo.c to sdap_sudo_refresh.c
Pavel Březina
2015-12-15
3
-642
/
+639
*
SUDO: convert periodical refreshes to be_ptask
Pavel Březina
2015-12-15
4
-657
/
+185
*
KRB5_CHILD: Debug logs for PAC timeout
Petr Cech
2015-12-14
1
-0
/
+3
*
KRB5: Mark globals in krb5_opts.h as extern
Pavel Březina
2015-12-14
2
-23
/
+48
*
IPA: Mark globals in ipa_opts.h as extern
Pavel Březina
2015-12-14
2
-297
/
+353
*
AD: Mark globals in ad_opts.h as extern
Pavel Březina
2015-12-14
2
-242
/
+288
*
LDAP: Mark globals in ldap_opts.h as extern
Pavel Březina
2015-12-14
2
-330
/
+388
*
SYSDB: Add missing include to sysdb_services.h
Pavel Březina
2015-12-14
1
-0
/
+2
*
DEBUG: Add missing new lines
Lukas Slebodnik
2015-12-14
7
-14
/
+14
*
MAN: Clarify when should TGs be disabled for group nesting restriction
Jakub Hrozek
2015-12-11
1
-2
/
+4
*
IPA_PROVIDER: Explicit no handle of services
Petr Cech
2015-12-11
1
-1
/
+29
*
MAN: sssd.conf should mention SSS_NSS_USE_MEMCACHE
Michal Židek
2015-12-10
1
-1
/
+7
*
LDAP: check early for missing SID in mapping check
Sumit Bose
2015-12-10
1
-0
/
+6
*
DP: Reduce code duplication in Data Provider handlers
Jakub Hrozek
2015-12-10
1
-167
/
+102
*
DP: Reduce code duplication in the callback handlers
Jakub Hrozek
2015-12-10
4
-232
/
+137
*
Clarify that subdomains always use service discovery
Dan Lavu
2015-12-10
1
-3
/
+11
*
IPA: Use search timeout, not enum timeout for searching overrides
Jakub Hrozek
2015-12-09
1
-1
/
+1
*
FO: Use tevent_req_defer_callback() when notifying callers
Jakub Hrozek
2015-12-07
2
-5
/
+59
*
KRB5: Handle KRB5_REALM_UNKNOWN as ERR_NETWORK_IO
Jakub Hrozek
2015-12-07
1
-0
/
+1
[next]