pagure Logo
  • Log In

SSSD / sssd

Clone
Source Code
GIT
Documentation
GIT

Learn more about these different git repos.

Other Git URLs

  • Source
  • Docs
  • Issues  0
  • Pull Requests  0
  • Roadmap 
  • Stats
 Overview  Files  Commits  Branches  Forks  Releases

Commits 304

Branch: sssd-1-4
1-0-0 1-1-0 maint-0.6 maint-0.7 master sssd-1-10 sssd-1-11 sssd-1-12 sssd-1-13 sssd-1-14 sssd-1-16 sssd-1-2 sssd-1-3 sssd-1-4 sssd-1-5 sssd-1-6 sssd-1-7 sssd-1-8 sssd-1-9
This branch contains 14 commits not in the main branch master
Add overflow check to SAFEALIGN_COPY_*_CHECK macros
Sumit Bose • 14 years ago  
004ce53
Validate user supplied size of data items
Sumit Bose • 14 years ago  
9c0dba9
Fix two return value checks
Sumit Bose • 14 years ago  
8fa6093
Fix misused SDAP_SEARCH_BASE
Moritz Baumann • 14 years ago  
2cc1426
Fix incorrect free of req in krb5_auth.c
Stephen Gallagher • 14 years ago  
595de25
Mention ding-libs in BUILD.txt
Sumit Bose • 14 years ago  
ff15fb6
Bumping version to 1.4.1 dev
Stephen Gallagher • 14 years ago  
f875149
Always use uint32_t for UID/GID numbers
Jakub Hrozek • 14 years ago  
c528975
Fix double free issue
Sumit Bose • 14 years ago  
09aa3d9
Always use talloc_zero() to allocate cmdctx
Sumit Bose • 14 years ago  
c475a1c
Remove all nss requests after a reconnect
Sumit Bose • 14 years ago  
98e3c54
Implement netgroups for proxy provider
Sumit Bose • 14 years ago  
40f65a9
Add netgroups infrastructure to proxy provider
Sumit Bose • 14 years ago  
de43f4f
Updating pl translation
Piotr Drąg • 14 years ago  
c6f0faf
Add overflow check to SAFEALIGN_COPY_*_CHECK macros
Sumit Bose • 14 years ago  
004ce53
Validate user supplied size of data items
Sumit Bose • 14 years ago  
9c0dba9
Fix two return value checks
Sumit Bose • 14 years ago  
8fa6093
Mention ding-libs in BUILD.txt
Sumit Bose • 14 years ago  
ff15fb6
Fix double free issue
Sumit Bose • 14 years ago  
09aa3d9
Always use talloc_zero() to allocate cmdctx
Sumit Bose • 14 years ago  
c475a1c
Remove all nss requests after a reconnect
Sumit Bose • 14 years ago  
98e3c54
Implement netgroups for proxy provider
Sumit Bose • 14 years ago  
40f65a9
Add netgroups infrastructure to proxy provider
Sumit Bose • 14 years ago  
de43f4f
Avoid a global variable in netgroup client.
Sumit Bose • 14 years ago  
60dceae
Implement netgroup support for LDAP provider
Sumit Bose • 14 years ago  
619bd40
Add infrastructure to LDAP provider for netgroup support
Sumit Bose • 14 years ago  
d9ed57c
Also return member groups to the client
Sumit Bose • 14 years ago  
8c64b46
Add sysdb_netgroup_base_dn()
Sumit Bose • 14 years ago  
517b5d7
Do not fail if netgroup exists just update the attributes
Sumit Bose • 14 years ago  
8000e50
Add handling of nested netgroups to nss client
Sumit Bose • 14 years ago  
36fc83f
Return NSS_STATUS_RETURN instead of NSS_STATUS_NOTFOUND
Sumit Bose • 14 years ago  
c640ae8
Add missing tevent_req_done()
Sumit Bose • 14 years ago  
a49350f
Raise the required version of libdhash
Sumit Bose • 14 years ago  
464e996
Remove unused defines
Sumit Bose • 14 years ago  
8cdb721
Distribute XML sources instead of man-pages
Sumit Bose • 14 years ago  
f0e068c
Rename index to idx
Sumit Bose • 14 years ago  
f2c47d8
Add a missing include file
Sumit Bose • 14 years ago  
50b2537
Use POPT_TABLEEND to close option table
Sumit Bose • 14 years ago  
daa53f4
Suppress some 'unchecked return value' warnings
Sumit Bose • 14 years ago  
5d395f5
Suppress some 'may be used uninitialized' warnings
Sumit Bose • 14 years ago  
f7fa22d
Use new MIT krb5 API for better password expiration warnings
Sumit Bose • 14 years ago  
047332e
Save all data to sysdb in one transaction
Sumit Bose • 14 years ago  
a685a84
Handle host objects like other objects
Sumit Bose • 14 years ago  
ff76f3e
Store rootdse supported features in sdap_handler
Sumit Bose • 14 years ago  
71af272
Allow sssd clients to reconnect
Sumit Bose • 14 years ago  
8c02b00
Do not treat missing HBAC rules as an error
Sumit Bose • 14 years ago  
1598d65
Fix SASL authentication
Sumit Bose • 14 years ago  
b0249a8
Add a missing free()
Sumit Bose • 15 years ago  
e5196fd
Add a missing initializer
Sumit Bose • 15 years ago  
fb02f98
Avoid a potential double-free
Sumit Bose • 15 years ago  
cd08e2f
Initialize pam_data in Kerberos child.
Sumit Bose • 15 years ago  
a777a48
Unify sdap and sysdb data handling
Sumit Bose • 15 years ago  
a904f31
Compare full service name
Sumit Bose • 15 years ago  
4c51ec3
Remove service groups
Sumit Bose • 15 years ago  
07a093a
Use new schema for HBAC service checks
Sumit Bose • 15 years ago  
c5b4479
Use sysdb_attrs_get_string_array() instead of sysdb_attrs_get_el()
Sumit Bose • 15 years ago  
1f77bde
Add sysdb_attrs_get_string_array()
Sumit Bose • 15 years ago  
5fad9a3
Check ipaEnabledFlag
Sumit Bose • 15 years ago  
a790a52
Remove signal event if child was terminated by a signal
Sumit Bose • 15 years ago  
d66944d
Fix check if LDAP id provider is already initialized
Sumit Bose • 15 years ago  
2892c3c
Reset run_online_cb flag even if there are no callbacks
Sumit Bose • 15 years ago  
beb8bad
Add offline callback to disconnect global SDAP handle
Sumit Bose • 15 years ago  
8bb6aa3
Add krb5 SIGTERM handler to ipa auth provider
Sumit Bose • 15 years ago  
b21813c
Refactor krb5 SIGTERM handler installation
Sumit Bose • 15 years ago  
eaf3dcc
Krb5 locator plugin returns KRB5_PLUGIN_NO_HANDLE
Sumit Bose • 15 years ago  
717bab5
  • « Newer
  • page 1 of 7
  • » Older
Powered by Pagure 5.14.1
Documentation • File an Issue • About • SSH Hostkey/Fingerprint
© Red Hat, Inc. and others.