1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/source4/param
Andrew Tridgell 55c45110e6 charset: fixed a problem with the global use of the iconv_convenience structure
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.
2010-03-18 14:18:41 +11:00
..
tests Various source4 spelling fixes. 2010-02-22 21:45:37 +01:00
config.mk param: Fix build on systems without ldb installed. 2009-12-22 01:24:58 +01:00
generic.c s4:param remove reference to private header from source4/param/param.h 2009-11-24 15:21:57 +11:00
loadparm.c charset: fixed a problem with the global use of the iconv_convenience structure 2010-03-18 14:18:41 +11:00
loadparm.h s4:loadparm: s/class/pclass 2009-02-02 13:09:10 +01:00
param.h charset: fixed a problem with the global use of the iconv_convenience structure 2010-03-18 14:18:41 +11:00
provision.c s4:provision.c - "provsion_store_self_join" - don't set the realm if it's NULL 2010-02-15 10:33:35 +01:00
provision.h s4:provision Add C binding to get at the generate schema 2009-11-12 16:34:11 +11:00
pyparam_util.c s4-python: we need to include Python.h first 2009-10-23 16:23:01 +11:00
pyparam.c s4:Remove "Py_RETURN_NONE" compatibility code 2010-02-09 17:53:09 +01:00
pyparam.h Fix unresolved symbol in python messaging module. 2009-06-02 18:05:42 +02:00
README Add README file explaining param/. 2008-04-01 15:03:24 +02:00
samba-hostconfig.pc.in Rename libsamba-config to libsamba-hostconfig. 2008-04-01 15:08:30 +02:00
secrets.c s4:winbind Make the 'no SID found' message even more detailed 2010-02-19 11:18:27 +11:00
secrets.h s4:param Modify secrets_get_domain_sid to give more useful errors 2010-02-18 10:58:24 +11:00
share_classic.c s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
share_ldb.c s4-dsdb: create a static system_session context 2009-10-23 14:52:17 +11:00
share.c s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
share.h s4:lib/tevent: rename structs 2008-12-29 20:46:40 +01:00
util.c charset: fixed a problem with the global use of the iconv_convenience structure 2010-03-18 14:18:41 +11:00

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.