sssd:maint-0.7

Last commit made on 2009-10-27
Get this branch:
git clone -b maint-0.7 https://git.launchpad.net/sssd

Branch merges

Branch information

Name:
maint-0.7
Repository:
lp:sssd

Recent commits

71cdfff... by Stephen Gallagher

Update version to 0.7.1

No string changes have occurred.

bf2fe76... by Simo Sorce <email address hidden>

Read the right buffer, avoids potential segfaults

Also fix some debug message levels

baa46e7... by Jakub Hrozek <email address hidden>

Do not migrate Data Provider

Add a way to make changes to the most recent format of config
files. Use it to remove all traces of Data Provider from the config file
which is being migrated.

4423c68... by Simo Sorce <email address hidden>

Fix segfault

Fix copy/paste error that picked up the wrong request structure to pass down.
This was causing the talloc code that checks for the right signature to fail and
abort as the 2 request structures have different state structures attacched.

184e45b... by Stephen Gallagher

Remove [dp] section from example config

Also remove references to the DP service from the sssd.conf
manpages.

1d65d7a... by Stephen Gallagher

Remove DP from example configuration

1659e5b... by Simo Sorce <email address hidden>

Use standard coding practice to set last login

This rewrite should also fix a segfault in the code that may happen when
exiting in case of error conditions. The previous code was attaching the
transaction handle to llreq structure and then calling prepare_reply() from
within the request handlers which could ultimately free the preq and
llreq and handle before the transaction request was actually completed
by tevent.

10d858c... by Simo Sorce <email address hidden>

Zero pointers on free

If the pointer stays around, zero it when it is freed, so we do not risk
access to released memory in case of bugs.

b303921... by Jakub Hrozek <email address hidden>

Fix migration script for pre-0.5 local domains

Configuration files before 0.5.0 did not enforce provider= in local
domains it did special-case by domain name (LOCAL). Our script was
relying on provider= value, this patch adds the special-casing in case
the domain was called LOCAL.

cdde145... by Piotr Drąg

Updating polish translation for 0.7.0

Signed-off-by: Stephen Gallagher <email address hidden>