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
Commit message (
Expand
)
Author
Age
Files
Lines
*
sudo smart refresh: fix debug message
Pavel Březina
2013-01-07
1
-1
/
+1
*
sudo smart refresh: do not include usn in filter if no valid usn is known
Pavel Březina
2013-01-07
1
-5
/
+12
*
memcache: make MC_PTR_TO_SLOT() more readable
Pavel Březina
2013-01-07
1
-2
/
+1
*
explicit null dereferenced in sss_nss_mc_get_record()
Pavel Březina
2013-01-07
1
-0
/
+5
*
memcache: add macro that validates record length
Pavel Březina
2013-01-07
2
-2
/
+7
*
sss_userdel and sss_groupdel with use_fully_qualified_names
Michal Zidek
2013-01-07
1
-15
/
+50
*
SYSDB: split sysdb_add_user
Ondrej Kos
2013-01-07
1
-125
/
+176
*
SYSDB: Modify ghosts in permissive mode
Ondrej Kos
2013-01-07
1
-1
/
+33
*
Search for SHORTNAME$@REALM instead of fqdn$@REALM by default
Jakub Hrozek
2013-01-07
1
-3
/
+35
*
Fix tevent_req style for sdap_async_sudo.
Simo Sorce
2013-01-07
1
-22
/
+22
*
Remove redundant definition.
Simo Sorce
2013-01-07
2
-2
/
+1
*
Remove unused header
Simo Sorce
2013-01-06
1
-1
/
+0
*
sss_cache: fqdn not accepted
Michal Zidek
2013-01-04
1
-14
/
+149
*
LDAP: initialize refresh function handler
Ondrej Kos
2013-01-04
1
-1
/
+1
*
let krb5_backup_kpasswd failover work
Pavel Březina
2013-01-02
1
-2
/
+2
*
failover: Protect against empty host names
Michal Zidek
2013-01-02
11
-102
/
+174
*
set ret to EOK after for loop in sdap_sudo_purge_sudoers
Pavel Březina
2013-01-02
1
-0
/
+2
*
mmap cache: invalidate cache on fatal error
Simo Sorce
2012-12-20
3
-10
/
+30
*
Carefully check records when forcibly invalidating
Simo Sorce
2012-12-20
2
-20
/
+105
*
Update free table when records are invalidated.
Simo Sorce
2012-12-20
1
-14
/
+23
*
nss_mc: Add extra checks when dereferencing records
Simo Sorce
2012-12-20
1
-0
/
+12
*
krb5 tgt renewal: fix usage of ldb_dn_get_component_val()
Sumit Bose
2012-12-20
1
-4
/
+4
*
Free resources if fileno failed
Jakub Hrozek
2012-12-20
1
-0
/
+2
*
Add default section to switch statement
Sumit Bose
2012-12-19
1
-0
/
+3
*
Fix a 'shadows a global declaration' warning
Sumit Bose
2012-12-19
1
-2
/
+2
*
sssd_nss: Plug memory leaks
Simo Sorce
2012-12-19
1
-2
/
+11
*
memberof: Prevent unneded failure case
Simo Sorce
2012-12-19
1
-2
/
+7
*
use talloc_zfree when freeing rhostent in resolver
Pavel Březina
2012-12-19
1
-1
/
+1
*
select_principal_from_keytab() do wildcard lookups after specific ones
Sumit Bose
2012-12-18
1
-3
/
+3
*
select_principal_from_keytab() look for plain input as well
Sumit Bose
2012-12-18
1
-2
/
+6
*
responder_dp: Add timeout to side requets
Simo Sorce
2012-12-18
1
-1
/
+25
*
AUTOFS: Clear enum cache if a request comes in from the sss_cache
Jakub Hrozek
2012-12-18
3
-0
/
+31
*
RESPONDERS: Create a common file with service names and versions
Jakub Hrozek
2012-12-18
11
-17
/
+50
*
AUTOFS: remove all maps from hash if request for auto.master comes in
Jakub Hrozek
2012-12-18
2
-3
/
+59
*
AUTOFS: allow removing entries from hash table
Jakub Hrozek
2012-12-18
3
-1
/
+32
*
DP: invalidate all cached maps if a request for auto.master comes in
Jakub Hrozek
2012-12-18
3
-0
/
+16
*
SYSDB: Add API to invalidate all map objects
Jakub Hrozek
2012-12-18
2
-0
/
+94
*
SYSDB: fix copy-n-paste error
Jakub Hrozek
2012-12-18
1
-1
/
+1
*
sudo: do full refresh when data provider is back online
Pavel Březina
2012-12-18
2
-7
/
+75
*
sudo: schedule another full refresh in short interval if the first fails
Pavel Březina
2012-12-18
2
-0
/
+28
*
check dp error in sdap_sudo_full_refresh_done()
Pavel Březina
2012-12-18
1
-3
/
+8
*
add sdap_sudo_schedule_refresh()
Pavel Březina
2012-12-18
2
-43
/
+77
*
try primary server after retry_timeout + 1 seconds when switching to backup
Pavel Březina
2012-12-18
4
-2
/
+14
*
RESOLV: Do not steal the resulting hostent on error
Jakub Hrozek
2012-12-18
1
-2
/
+3
*
Set cloexec flag for log files
Jakub Hrozek
2012-12-18
1
-0
/
+11
*
MEMBEROF: silence compilation warnings
Jakub Hrozek
2012-12-17
1
-15
/
+15
*
PROXY: fix groups caching
Ondrej Kos
2012-12-17
1
-0
/
+6
*
let ldap_chpass_uri failover work when using same hostname
Pavel Březina
2012-12-15
1
-11
/
+4
*
sssd_pam: Cleanup requests cache on sbus reconect
Simo Sorce
2012-12-14
1
-1
/
+4
*
Allow mmap calls to gracefully return absent ctx
Simo Sorce
2012-12-14
1
-0
/
+25
[next]