index
:
sssd.git
adlookup
aramco
bycert
dpstr
experimental-fo
f23
intg_test
krb5test
ldapdebug
master
mdbtest
memberof
misc
mpgfix
nonroot
nonroot-libcap
nsscrash19
oneway
override-pb
pk11child
pwrap
refactor
refactor-fo
review
review-negcache
review-sc
rhel-6.7
rhel-6.8
rhel-7.1
rhel-7.2
rhel5.10
rhel5.8
rhel5.9
rhel6.3
rhel6.4
rhel6.5
rhel6.6
rhel7.0
sbus-1-11
selinux
sid_index
simo_ccname
srvbackport
sssd-1-10
sssd-1-11
sssd-1-12
sssd-1-5
sssd-1-8
sssd-1-9
subdomfo
sysdb
tests
sssd with jhrozek's patches
Jakub Hrozek
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only build extract_and_send_pac on platforms that support it
Jakub Hrozek
2012-11-15
4
-104
/
+138
*
KRB5: Rename variable to avoid shadowing a global declaration
Jakub Hrozek
2012-11-14
1
-4
/
+4
*
sudo: print how many rules we are refreshing or returning
Pavel Březina
2012-11-14
1
-3
/
+4
*
sudo: do not send domain name with username
Pavel Březina
2012-11-14
5
-22
/
+11
*
sudo: support users from subdomains
Pavel Březina
2012-11-14
4
-60
/
+214
*
use tmp_ctx in sudosrv_get_sudorules_from_cache()
Pavel Březina
2012-11-14
1
-8
/
+20
*
sudo: fix missing parameter in two debug messages
Pavel Březina
2012-11-14
1
-3
/
+3
*
subdomains: check request type on one place only
Pavel Březina
2012-11-14
1
-6
/
+0
*
Run IPA subdomain provider if IPA ID provider is configured
Sumit Bose
2012-11-14
4
-7
/
+101
*
Always start PAC responder if IPA ID provider is configured
Sumit Bose
2012-11-14
3
-0
/
+84
*
Add string_in_list() and add_string_to_list() with tests
Sumit Bose
2012-11-14
3
-0
/
+152
*
Store the original group DN in the subdomain user object
Sumit Bose
2012-11-12
1
-26
/
+58
*
Get lists of GIDs to be added and deleted and use them
Sumit Bose
2012-11-12
1
-3
/
+89
*
Add pac_user_get_grp_info() to read current group memberships
Sumit Bose
2012-11-12
2
-0
/
+107
*
Add diff_gid_lists() with test
Sumit Bose
2012-11-12
3
-2
/
+279
*
Do not remove a group if it has members from subdomains
Sumit Bose
2012-11-12
1
-4
/
+15
*
Clarify debug message about initgroups and subdomains
Sumit Bose
2012-11-12
1
-0
/
+7
*
sss_dp_get_domains_send(): handle subreq error correctly
Pavel Březina
2012-11-12
1
-1
/
+2
*
util_lock.c: sss_br_lock_file accepted invalid parameter value
Michal Zidek
2012-11-11
2
-3
/
+7
*
SSSDConfig: Locate the force_timeout option in the correct sections
Stephen Gallagher
2012-11-11
2
-1
/
+4
*
MAN: Specify the correct location for the force_timeout option
Stephen Gallagher
2012-11-11
1
-16
/
+32
*
Monitor: Better debugging for ping timeouts
Stephen Gallagher
2012-11-11
1
-0
/
+8
*
sss_cache: Remove fastcache even if sssd is not running.
Michal Zidek
2012-11-06
4
-23
/
+175
*
util: Added new file util_lock.c
Michal Zidek
2012-11-06
3
-1
/
+89
*
RPMS: Move sss_cache tool to main package
Stephen Gallagher
2012-11-06
1
-3
/
+6
*
sss_cache: Multiple domains not handled properly
Michal Zidek
2012-11-06
1
-35
/
+37
*
create pid file immediately after fork again
Pavel Březina
2012-11-06
1
-25
/
+4
*
exit original process after sssd is initialized
Pavel Březina
2012-11-06
3
-2
/
+56
*
make monitor_quit() usable outside signal handler
Pavel Březina
2012-11-06
1
-14
/
+26
*
fix indendation, coding style and debug levels in server.c
Pavel Březina
2012-11-06
1
-110
/
+114
*
add SSSDBG_IMPORTANT_INFO macro
Pavel Březina
2012-11-06
1
-0
/
+1
*
LDAP: Fix off-by-one error when saving ghost users
Jakub Hrozek
2012-11-06
1
-1
/
+1
*
PAM: Do not leak fd after SELinux context file is written
Jakub Hrozek
2012-11-05
1
-0
/
+1
*
Monitor: read the correct SIGKILL timeout for providers, too
Jakub Hrozek
2012-11-05
1
-33
/
+41
*
authconfig: allow chpass_provider = proxy
Pavel Březina
2012-11-05
2
-1
/
+4
*
Free the internal DP request
Jakub Hrozek
2012-11-05
1
-0
/
+8
*
Make sub-domains case-insensitive
Sumit Bose
2012-11-05
2
-3
/
+24
*
sss_parse_name_for_domains: always return the canonical domain name
Sumit Bose
2012-11-05
1
-2
/
+7
*
krb5_auth: update with correct UPN if needed
Sumit Bose
2012-11-05
3
-0
/
+133
*
Use find_or_guess_upn() where needed
Sumit Bose
2012-11-05
6
-36
/
+52
*
Add new call find_or_guess_upn()
Sumit Bose
2012-11-05
4
-8
/
+54
*
krb5_child: send back the client principal
Sumit Bose
2012-11-05
4
-5
/
+42
*
krb5_mod_ccname: replace wrong memory context
Sumit Bose
2012-11-05
1
-1
/
+1
*
krb5_child: send PAC to PAC responder
Sumit Bose
2012-11-05
2
-3
/
+143
*
krb5_auth: send different_realm flag to krb5_child
Sumit Bose
2012-11-05
2
-1
/
+8
*
krb5_auth: check if principal belongs to a different realm
Sumit Bose
2012-11-05
5
-0
/
+88
*
Add replacement for krb5_find_authdata()
Sumit Bose
2012-11-05
3
-0
/
+20
*
check_ccache_files: search sub-domains as well
Sumit Bose
2012-11-05
1
-4
/
+14
*
sysdb: add sysdb_base_dn()
Sumit Bose
2012-11-05
2
-0
/
+5
*
krb5_auth_send: check for sub-domains
Sumit Bose
2012-11-05
4
-11
/
+37
[next]