mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
55c45110e6
We had a crash bug where a cached copy of a iconv convenience pointer was used after being freed when loadparm asked for iconv to reload. This could happen if a python module used a iconv based function before loadparm was completed. The fix is to ensure that any use of this pointer remains valid, by reusing the pointer itself when it has already been initialised, but filling in the child elements with the updated values. |
||
---|---|---|
.. | ||
tests | ||
config.mk | ||
generic.c | ||
loadparm.c | ||
loadparm.h | ||
param.h | ||
provision.c | ||
provision.h | ||
pyparam_util.c | ||
pyparam.c | ||
pyparam.h | ||
README | ||
samba-hostconfig.pc.in | ||
secrets.c | ||
secrets.h | ||
share_classic.c | ||
share_ldb.c | ||
share.c | ||
share.h | ||
util.c |
This directory contains "libsamba-hostconfig". The libsamba-hostconfig library provides access to all host-wide configuration such as the configured shares, default parameter values and host secret keys.