[PATCHES] Collection and ELAPI patches
by Dmitri Pal
See comments in the patches.
Patch 1: Improvements to trace macro
Patch 2: New object - dynamic array with reference count (to build it do
it inside its directory it is not hooked to the build tree in this patch)
Patch 3: Minor improvement to collection
Patch 4-6: A set of patches improving ELAPI. It is still work in
progress and not the final state. I am just trying to slice things. View
then as an early preview rather than something that needs to be pushed.
Comments about those are welcome but again it is not even half baked
work though it builds, runs, does what I want and does not have memory
leaks.
Next steps:
* Revise high level API to add error callbacks
* Add sync and async variant of the IPA
* Hook tevent for sync API
* Internally enforce that the dispatcher is always async, i.e provide
you own event loop in non advanced function
* Revise sink <-> provider interface . Assume all sinks are async.
* Wrap internal processing of the events on the sink level in such a way
that the event travels between the sinks via event loop calls and
callbacks
* Update wiki with design changes
* Develop man pages
These are significant changes that affect the code so I am reluctant to
pass it over to anybody at this point.
Plan to do as much as possible as soon as possible...
--
Thank you,
Dmitri Pal
Engineering Manager IPA project,
Red Hat Inc.
-------------------------------
Looking to carve out IT costs?
www.redhat.com/carveoutcosts/
14 years, 1 month
[PATCH] added a ASQ search API for sysdb
by Sumit Bose
Hi,
this patch adds a sysdb interface for ASQ (attribute scoped query)
searches. These are useful to limit searches to objects listed in
member/memberof attributes (this is not limited to member/memberof you
can take any attribute you want).
bye,
Sumit
14 years, 1 month
[PATCH] make ldap provider a little bit more resistant to errors
by Simo Sorce
I was seeing in some non-easily reproduceable cases errors returned by
ldap_search_ext() that would hose the connection. The same connection
handler would be used after the offline timeout causing again the same
error (and us going offline again).
This patch should fix it or at least make the code a bit more resilient
to this kind of errors.
Simo.
--
Simo Sorce * Red Hat, Inc * New York
14 years, 1 month
Announcing the availability of the RHEL5 unofficial yum repository
by Stephen Gallagher
Starting with 0.7.1-1, I will be maintaining an unofficial yum
repository for Red Hat Enterprise Linux 5 binaries. This repository will
contain an RPM compiled for Red Hat Enterprise Linux 5 rebuilt from the
latest Fedora *rawhide* RPM. This repository will also carry the four
dependencies necessary to run SSSD on RHEL5: talloc, tdb, tevent and ldb.
If you choose to use this repository, please be aware that it is NOT an
officially-supported Red Hat repository and should be treated with the
same care as the Fedora rawhide repository.
To enable this repository, copy the attached repo file into
/etc/yum.repos.d on your Red Hat Enterprise Linux 5 system and then run
'yum install sssd' as root.
Once installed, the configuration is the same as on Fedora. Instructions
can be found at https://fedorahosted.org/sssd/
--
Stephen Gallagher
RHCE 804006346421761
Looking to carve out IT costs?
www.redhat.com/carveoutcosts/
14 years, 1 month
Announcing the release of SSSD 0.7.1
by Stephen Gallagher
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The SSSD development team is proud to announce the immediate maintenance
release of SSSD 0.7.1. It can be found at https://fedorahosted.org/sssd/
== Highlights ==
* Eliminate segfaults when using credential caching for offline
authentication
* Fix upgrade issues from old versions of SSSD
* Ensure that the upgrade script eliminates the 'dp' service from the
services list, since it's been removed
== Detailed changes since 0.7.0 ==
Jakub Hrozek (2):
* Fix migration script for pre-0.5 local domains
* Do not migrate Data Provider
Piotr Dr?g (1):
* Updating polish translation for 0.7.0
Simo Sorce (4):
* Zero pointers on free
* Use standard coding practice to set last login
* Fix segfault
* Read the right buffer, avoids potential segfaults
Stephen Gallagher (3):
* Remove DP from example configuration
* Remove [dp] section from example config
* Update version to 0.7.1
- --
Stephen Gallagher
RHCE 804006346421761
Looking to carve out IT costs?
www.redhat.com/carveoutcosts/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
iEYEARECAAYFAkrnNe0ACgkQeiVVYja6o6MfVgCgrNhYe8QxwuSQI2mzFWMOiQVF
1E8AoJF7YzlOIimUEBSWoFt2LfTpTLbn
=cKHW
-----END PGP SIGNATURE-----
14 years, 1 month