View Bazaar branches
Get this repository:
git clone https://git.not.enabled/sssd

See all merge proposals.

Import details

Import Status: Suspended

This repository is an import of the Git repository at https://github.com/SSSD/sssd.git.

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 50 seconds — see the log

Branches

Name Last Modified Last Commit
sssd-2-9 2023-10-18 13:35:22 UTC
Adding test case for bz2167728

Author: Dan Lavu
Author Date: 2023-04-30 05:11:39 UTC

Adding test case for bz2167728

* Cleaned up lines since the character count has increased
* Added test ids to existing tests

Signed-off-by: Dan Lavu <dlavu@redhat.com>

Reviewed-by: Jakub Vávra <jvavra@redhat.com>
Reviewed-by: Madhuri Upadhye <mupadhye@redhat.com>
(cherry picked from commit 95678ad7e4f18e47cd67aabe660e0c26c07a2ffa)

master 2023-10-18 13:35:16 UTC
Adding test case for bz2167728

Author: Dan Lavu
Author Date: 2023-04-30 05:11:39 UTC

Adding test case for bz2167728

* Cleaned up lines since the character count has increased
* Added test ids to existing tests

Signed-off-by: Dan Lavu <dlavu@redhat.com>

Reviewed-by: Jakub Vávra <jvavra@redhat.com>
Reviewed-by: Madhuri Upadhye <mupadhye@redhat.com>

sssd-2-8 2023-10-16 09:19:10 UTC
Tests: adjoin in test_00015_authselect_cannot_validate_its_own_files

Author: Jakub Vavra
Author Date: 2023-10-16 08:13:01 UTC

Tests: adjoin in test_00015_authselect_cannot_validate_its_own_files

Switch test_00015_authselect_cannot_validate_its_own_files to use adjoin
fixture instead of joining manually.

Reviewed-by: Shridhar Gadekar <sgadekar@redhat.com>
(cherry picked from commit 4a9f8ebb8032df4b2e8dffb2be80fbd6575b0e7b)

sssd-2-7 2023-07-19 11:53:53 UTC
ci: run workflows on sssd-2-9

Author: =?utf-8?q?Pavel_B=C5=99ezina?=
Author Date: 2023-07-17 14:18:56 UTC

ci: run workflows on sssd-2-9

Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
Reviewed-by: Iker Pedrosa <ipedrosa@redhat.com>
(cherry picked from commit 5c72905ec97a30abe3e5568c56d010279cc25548)

sssd-1-16 2023-01-06 19:15:29 UTC
certmap: sanitize LDAP search filter

Author: Sumit Bose
Author Date: 2019-12-09 10:31:14 UTC

certmap: sanitize LDAP search filter

The sss_certmap_get_search_filter() will now sanitize the values read
from the certificates before adding them to a search filter. To be able
to get the plain values as well sss_certmap_expand_mapping_rule() is
added.

Resolves:
https://github.com/SSSD/sssd/issues/5135

Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
(cherry picked from commit a2b9a84460429181f2a4fa7e2bb5ab49fd561274)

Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
Reviewed-by: Justin Stephenson <jstephen@redhat.com>

sssd-1-13 2018-08-03 08:26:16 UTC
CRYPTO: Save prefix in s3crypt_sha512

Author: Lukas Slebodnik
Author Date: 2018-07-31 20:44:06 UTC

CRYPTO: Save prefix in s3crypt_sha512

Since commit 2951a9a84bd85f384213a3e071ffc167907df2d7 where we switched from
stpncpy to memcpy the salt prefix "$6$" is not stored at all.
This broke offline authentication if someone upgraded from old version
that stored the prefix to one that doesn't store it.

Resolves:
https://pagure.io/SSSD/sssd/issue/3791

Merges: https://pagure.io/SSSD/sssd/pull-request/3792

Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
(cherry picked from commit f62d2af0c270a4f6143264a6cf3ce618f4a9ba80)
(cherry picked from commit 89a05bdaec89a8ee651836f11872d810bf0641fa)

sssd-1-14 2018-08-03 08:24:24 UTC
crypto-tests: Add unit test for s3crypt_sha512

Author: Lukas Slebodnik
Author Date: 2018-07-31 20:44:16 UTC

crypto-tests: Add unit test for s3crypt_sha512

Resolves:
https://pagure.io/SSSD/sssd/issue/3791

Merges: https://pagure.io/SSSD/sssd/pull-request/3792

Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
(cherry picked from commit 8e1576b1ce7548530bba6efaa43b321d70707a1d)

sssd-1-11 2016-02-17 08:56:58 UTC
Updating the version for the 1.11.9 release

Author: Jakub Hrozek
Author Date: 2016-02-17 08:56:58 UTC

Updating the version for the 1.11.9 release

sssd-1-12 2016-02-15 14:00:18 UTC
sysdb-tests: Fix warning - incompatible pointer type

Author: Pavel Reichl
Author Date: 2015-11-20 15:31:49 UTC

sysdb-tests: Fix warning - incompatible pointer type

Reviewed-by: Sumit Bose <sbose@redhat.com>
(cherry picked from commit 1352cf0d037c21eb6245fed17f1e6596ea3a3ccd)

sssd-1-9 2014-12-05 12:20:03 UTC
Updating version for 1.9.8

Author: Jakub Hrozek
Author Date: 2014-12-05 12:20:03 UTC

Updating version for 1.9.8

sssd-1-10 2013-09-23 15:12:36 UTC
Check slot validity before MC_SLOT_TO_PTR.

Author: Michal Zidek
Author Date: 2013-09-13 15:41:28 UTC

Check slot validity before MC_SLOT_TO_PTR.

resolves:
https://fedorahosted.org/sssd/ticket/2049

sssd-1-5 2013-08-28 11:46:38 UTC
SIGCHLD handler: do not call callback when pvt data where freed

Author: Pavel Březina
Author Date: 2013-08-27 09:11:05 UTC

SIGCHLD handler: do not call callback when pvt data where freed

https://fedorahosted.org/sssd/ticket/1992

sssd-1-8 2013-02-26 16:22:16 UTC
sysdb: try dealing with binary-content attributes

Author: Jan Engelhardt
Author Date: 2013-02-21 12:12:25 UTC

sysdb: try dealing with binary-content attributes

https://fedorahosted.org/sssd/ticket/1818

I have here a LDAP user entry which has this attribute

 loginAllowedTimeMap::
  AAAAAAAAAP///38AAP///38AAP///38AAP///38AAP///38AAAAAAAAA

In the function sysdb_attrs_add_string(), called from
sdap_attrs_add_ldap_attr(), strlen() is called on this blob, which is
the wrong thing to do. The result of strlen is then used to populate
the .v_length member of a struct ldb_val - and this will set it to
zero in this case. (There is also the problem that there may not be
a '\0' at all in the blob.)

Subsequently, .v_length being 0 makes ldb_modify(), called from
sysdb_set_entry_attr(), return LDB_ERR_INVALID_ATTRIBUTE_SYNTAX. End
result is that users do not get stored in the sysdb, and programs like
`id` or `getent ...` show incomplete information.

The bug was encountered with sssd-1.8.5. sssd-1.5.11 seemed to behave
fine, but that may not mean that is the absolute lower boundary of
introduction of the problem.

sssd-1-7 2011-12-22 18:42:57 UTC
Importing new translations for 1.7.0 release

Author: Stephen Gallagher
Author Date: 2011-12-22 18:39:17 UTC

Importing new translations for 1.7.0 release

sssd-1-6 2011-12-09 18:39:27 UTC
Fix potential resource leak in backup_file.c

Author: Stephen Gallagher
Author Date: 2011-12-09 18:38:31 UTC

Fix potential resource leak in backup_file.c

sssd-1-2 2011-02-17 12:45:16 UTC
Change hbacservices/groups container

Author: Sumit Bose
Author Date: 2011-02-17 08:47:30 UTC

Change hbacservices/groups container

The containers store store hbacservices and hbacservicegroups
definitions were changed in recent versions of FreeIPA.

sssd-1-4 2011-01-11 17:25:02 UTC
Add overflow check to SAFEALIGN_COPY_*_CHECK macros

Author: Sumit Bose
Author Date: 2010-12-07 16:01:04 UTC

Add overflow check to SAFEALIGN_COPY_*_CHECK macros

sssd-1-3 2011-01-11 17:21:09 UTC
Add overflow check to SAFEALIGN_COPY_*_CHECK macros

Author: Sumit Bose
Author Date: 2010-12-07 16:01:04 UTC

Add overflow check to SAFEALIGN_COPY_*_CHECK macros

1-1-0 2010-08-24 16:57:53 UTC
Updating version to 1.1.2

Author: Stephen Gallagher
Author Date: 2010-08-24 16:57:53 UTC

Updating version to 1.1.2

1-0-0 2010-08-24 16:53:47 UTC
Updating to version 1.0.7 for security update

Author: Stephen Gallagher
Author Date: 2010-08-24 16:53:47 UTC

Updating to version 1.0.7 for security update

maint-0.7 2009-10-27 17:35:11 UTC
Update version to 0.7.1

Author: Stephen Gallagher
Author Date: 2009-10-27 17:32:37 UTC

Update version to 0.7.1

No string changes have occurred.

maint-0.6 2009-10-13 15:22:03 UTC
Updating release script to use the VERSION file

Author: Stephen Gallagher
Author Date: 2009-09-29 14:11:37 UTC

Updating release script to use the VERSION file

122 of 22 results

Other repositories

Name Last Modified
lp:sssd 2023-10-19
11 of 1 result
You can't create new repositories for sssd.