Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
The functionality of these modules is already present in a more current
form in other modules.
|
|
|
|
|
|
|
|
|
|
|
|
schema.
|
|
|
|
without path reference
|
|
subunit and iso8601.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
them
|
|
|
|
Rewrote wafsamba using a new dependency handling system, and started
adding the waf test code
|
|
|
|
|
|
|
|
|
|
|
|
This macro assumed that all errors were runtime errors.
|
|
|
|
|
|
|
|
|
|
|
|
very useful for debugging our cPython extensions, such as dcerpc
modules
|
|
|
|
the normal namespace when the system doesn't have it available.
|
|
the system.
|
|
subunit and testtools as well.
|
|
|
|
|
|
|
|
This also avoids it from being installed if it's already present on the
system.
|
|
|
|
|
|
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
|
|
|
|
|
|
|
|
|
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.
|