summaryrefslogtreecommitdiff
path: root/source3/lib/util_reg.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-27s3: use shared registry functions.Günther Deschner1-142/+0
2010-04-09s3: add iconv_convenience handle to pull/push sz helpers.Günther Deschner1-8/+12
2009-11-24s3-registry: remove reg_pull_multi_sz().Günther Deschner1-23/+0
2009-09-30s3-util: use pull_reg_multi_sz in reg_pull_multi_sz.Günther Deschner1-26/+10
2009-09-30s3-util: add pull_reg_sz() and pull_reg_multi_sz() convenience functions.Günther Deschner1-0/+35
2009-09-30s3-util: add push_reg_sz() and push_reg_multi_sz() convenience functions.Günther Deschner1-0/+30
2009-04-27s3:registry: replace typedef REGISTRY_OPS by struct registry_opsMichael Adam1-1/+1
2009-04-14Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett1-1/+1
2008-04-12registry: move normalize_dbkey() from lib/util_reg.c to registry/reg_util.cMichael Adam1-7/+0
2008-04-11Cleanup size_t return values in convert_string_allocateTim Prouty1-4/+2
2008-04-10libsmbconf: move registry_smbconf_valname_forbidden() to the registry backendMichael Adam1-22/+0
2008-03-13Allow parameter "include" in registry based configuration (again).Michael Adam1-1/+0
2008-02-14Use the proper boolean constants.Michael Adam1-3/+3
2008-01-16Add "config backend" to the parameters forbidden in registry config.Michael Adam1-0/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
2007-10-10r25417: Use DBGC_REGISTRY class.Günther Deschner1-0/+3
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23641: Put check for forbidden values in smbconf into a function.Michael Adam1-0/+22
2007-10-10r23507: Split one general function normalize_dbkey from reg_db.c into util_reg.cMichael Adam1-0/+7
2007-10-10r23485: This checkin consists mostly of refactorings in preparation of theMichael Adam1-115/+2
2007-10-10r19991: Sorry for this 2000-liner...Volker Lendecke1-30/+30
2007-10-10r19827: Move registry_push/pull_value to lib/util_reg.cVolker Lendecke1-1/+116
2007-10-10r19811: Decode REG_MULTI_SZ and REG_BINARYVolker Lendecke1-1/+1
2007-10-10r18963: * Move parts of registry headers that were still inGerald Carter1-2/+2
2007-10-10r18793: Fix BE string handling in the auto-generatedJeremy Allison1-1/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-0/+110