summaryrefslogtreecommitdiff
path: root/source4/lib/registry/common/reg_util.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r18971: avoid strndup is a few places. Fixes a minor memory leak, and shouldAndrew Tridgell1-2/+2
2007-10-10r15807: Fix incorrect initialization. Very nice catch by the IBM Checker.Jelmer Vernooij1-1/+1
2007-10-10r13899: Get the shared library build building again. Just compiles for now,Jelmer Vernooij1-4/+4
2007-10-10r13855: Docs for the registry library as wellJelmer Vernooij1-2/+8
2007-10-10r10604: Put in the new registry "patchfile" code (similar to ldifJelmer Vernooij1-18/+22
2007-10-10r10026: Move registry header file to lib/registryJelmer Vernooij1-1/+1
2007-10-10r10007: Merge data_blk and data_len member of registry_value into a DATA_BLOB.Jelmer Vernooij1-22/+12
2007-10-10r9503: removed duplicate REG_* defines from registry.h now that they areAndrew Tridgell1-0/+1
2007-10-10r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like toTim Potter1-3/+0
2007-10-10r6795: Make some functions static and remove some unused ones.Jelmer Vernooij1-38/+0
2007-10-10r5134: - fix types to always use _t typesStefan Metzmacher1-5/+5
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-3/+3
2007-10-10r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell1-1/+1
2007-10-10r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell1-1/+1
2007-10-10r4299: Store REG_SZ, REG_EXPAND_SZ and REG_DWORD values in human-readable (an...Jelmer Vernooij1-1/+1
2007-10-10r4213: Store REG_SZ in UTF16, not the unix charset..Jelmer Vernooij1-6/+4
2007-10-10r4209: Fix several smaller bugsJelmer Vernooij1-8/+59
2007-10-10r4204: Arguments to reg_del_key more like the RPC for more efficient usageJelmer Vernooij1-0/+87
2007-10-10r3464: split out registry.h, rap.h and ldap_server.hAndrew Tridgell1-0/+1
2007-10-10r2623: don't do pointer arithmetic on void*, as it doesn't work with non-GNU ...Andrew Tridgell1-1/+1
2007-10-10r2518: Some long overdue changes:Jelmer Vernooij1-43/+21
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher1-1/+1
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-1/+1
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-1/+1
2007-10-10r182: Fix a couple of segfaultsJelmer Vernooij1-2/+2
2007-10-10r128: Another registry update. Changes:Jelmer Vernooij1-9/+13
2007-10-10r36: - Start using memory pools in the registry libraryJelmer Vernooij1-2/+7
2007-10-10r20: Add the registry library. Still needs a lot of work,Jelmer Vernooij1-0/+164