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
/
sss_client
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmap_cache: Use two chains for hash collision.
Lukas Slebodnik
2013-09-23
4
-8
/
+23
*
Rename _SSS_MC_SPECIAL
Michal Zidek
2013-09-13
1
-2
/
+2
*
CLIENT: Fix non gnu sss_strnlen implementation
Lukas Slebodnik
2013-08-28
1
-1
/
+1
*
mmap_cache: Off by one error.
Michal Zidek
2013-08-19
2
-8
/
+8
*
mmap_cache: Remove triple checks in client code.
Michal Zidek
2013-08-19
2
-40
/
+20
*
mmap_cache: Check data->name value in client code
Michal Zidek
2013-08-19
2
-0
/
+37
*
mmap_cache: Check if slot and name_ptr are not invalid.
Michal Zidek
2013-08-11
2
-0
/
+16
*
Fix warnings: uninitialized variable
Lukas Slebodnik
2013-07-22
1
-1
/
+1
*
Enhance PAC responder for AD users
Sumit Bose
2013-06-06
1
-15
/
+47
*
Rename SAFEALIGN macros.
Michal Zidek
2013-05-14
1
-34
/
+2
*
SSH: Use separate field for domain name in client requests
Jan Cholasta
2013-05-07
4
-37
/
+29
*
Add client library for SID related lookups
Sumit Bose
2013-05-03
5
-0
/
+1925
*
sudo client: remove dead code
Pavel Březina
2013-04-24
1
-8
/
+0
*
Fix sss_client breakage.
Lukas Slebodnik
2013-03-18
1
-1
/
+1
*
Removing unused header file providers.h
Lukas Slebodnik
2013-03-13
1
-151
/
+0
*
Reuse sss_open_cloexec at other places in code.
Lukas Slebodnik
2013-03-13
1
-17
/
+2
*
Add support for krb5 1.11's responder callback.
Nathaniel McCallum
2013-03-08
1
-0
/
+3
*
Updated Doxygen configuration to 1.8.1
Thorsten Scherf
2013-03-06
1
-134
/
+478
*
Revert "Add debug message to autofs client"
Jakub Hrozek
2013-03-01
1
-3
/
+0
*
Add debug message to autofs client
Pavel Březina
2013-03-01
1
-0
/
+3
*
autofs: Use SAFEALIGN_SET_UINT32 instead of SAFEALIGN_COPY_UINT32
Jakub Hrozek
2013-01-16
1
-10
/
+5
*
Potential resource leak in sss_nss_mc_get_record
Jakub Hrozek
2013-01-08
1
-0
/
+1
*
explicit null dereferenced in sss_nss_mc_get_record()
Pavel Březina
2013-01-07
1
-0
/
+5
*
Add a macro to copy with barriers
Simo Sorce
2012-12-13
1
-17
/
+30
*
Add memory barrier to mmap cache client code loop
Simo Sorce
2012-12-05
1
-0
/
+3
*
Fix errors reported by rpmlint
Jan Cholasta
2012-11-22
7
-21
/
+14
*
SUDO: Remove unused variable
Stephen Gallagher
2012-11-15
1
-1
/
+0
*
sudo: do not send domain name with username
Pavel Březina
2012-11-14
2
-16
/
+6
*
Include talloc log in our debug facility
Michal Zidek
2012-10-29
2
-2
/
+2
*
PAM: fix handling the client fd in pam destructor
Jakub Hrozek
2012-10-12
3
-18
/
+18
*
Remove libsss_sudo.pc and move libsss_sudo.so to libsss_sudo
Jakub Hrozek
2012-10-12
1
-12
/
+0
*
PAM: close socket fd with pam_set_data
Jakub Hrozek
2012-10-11
3
-0
/
+33
*
do not fail if POLLHUP occurs while reading data
Pavel Březina
2012-10-10
1
-1
/
+9
*
SSH: Simplify public key formatting function
Jan Cholasta
2012-09-04
1
-2
/
+1
*
SSH: Return error code in SSH utility functions
Jan Cholasta
2012-09-04
1
-6
/
+7
*
Use PTHREAD_MUTEX_ROBUST to avoid deadlock in the client
Jakub Hrozek
2012-08-27
1
-6
/
+90
*
sss_client: Group lookups should work even when fastcache cannot be initialized
Jakub Hrozek
2012-08-13
1
-8
/
+2
*
Write SELinux config files in responder instead of PAM module
Jan Zeleny
2012-07-27
2
-99
/
+0
*
Move SELinux processing from session to account PAM stack
Jan Zeleny
2012-07-27
1
-55
/
+55
*
Fix uninitialized values
Nick Guay
2012-07-18
1
-1
/
+1
*
sudo test client: avoid SIGSEGV when run without arguments
Pavel Březina
2012-07-16
1
-1
/
+1
*
Remove resource leak in sssdpac_import_authdata
Sumit Bose
2012-07-10
1
-3
/
+1
*
Fix use-after-free
Stephen Gallagher
2012-07-09
1
-0
/
+1
*
sudo responder: change protocol version to 1
Pavel Březina
2012-06-29
1
-1
/
+1
*
sudo api: send uid, username and domainname
Pavel Březina
2012-06-29
5
-66
/
+158
*
sudo api: remove EOK
Pavel Březina
2012-06-29
2
-13
/
+10
*
PAC client: add krb5 authdata plugin
Sumit Bose
2012-06-21
2
-0
/
+467
*
PAC client: add basic support in common client code
Sumit Bose
2012-06-21
2
-0
/
+38
*
PAC responder: add the core functionality
Sumit Bose
2012-06-21
1
-0
/
+4
*
Add close on exec support for old platforms
Simo Sorce
2012-06-21
1
-1
/
+16
[next]