freeipa/daemons
Martin Kosek ce90a4538b ipa-kdb: avoid ENOMEM when all SIDs are filtered out
When all SIDs in info3.sids structure were filtered out, we tried
to talloc_realloc to zero memory size. talloc_realloc then returned
NULL pointer and filter_login_info returned with ENOMEM.

The code now rather frees the SID array and set info3.sidcount to
correct value.
2013-02-12 10:37:23 +01:00
..
ipa-kdb ipa-kdb: avoid ENOMEM when all SIDs are filtered out 2013-02-12 10:37:23 +01:00
ipa-sam ipasam: better Kerberos error handling in ipasam 2012-11-21 13:18:26 +01:00
ipa-slapi-plugins Password change in a transaction, ensure passwords are truly expired 2012-12-07 10:30:33 +01:00
configure.ac Bump 389-ds-base minimum in our spec file 2012-12-07 13:59:59 +01:00
ipa-version.h.in Fix typos 2011-09-07 13:20:42 +02:00
Makefile.am Add ipasam samba passdb backend 2011-12-06 08:29:53 -05:00