summaryrefslogtreecommitdiff
path: root/source4/lib/registry/reg_backend_ldb.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldbAndrew Bartlett1-1/+2
2007-10-10r11567: Ldb API change patch.Simo Sorce1-11/+25
2007-10-10r11472: use talloc_get_type() to try to catch an intermittent failure I'm see...Andrew Tridgell1-26/+30
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell1-6/+6
2007-10-10r10207: Add some constJelmer Vernooij1-8/+8
2007-10-10r10007: Merge data_blk and data_len member of registry_value into a DATA_BLOB.Jelmer Vernooij1-18/+16
2007-10-10r9503: removed duplicate REG_* defines from registry.h now that they areAndrew Tridgell1-2/+3
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-32/+29
2007-10-10r9390: fixed mixing of code and dataAndrew Tridgell1-1/+2
2007-10-10r9387: regedit uses "New Key #nn" for newly created keys, which conflicts wit...Andrew Tridgell1-3/+15
2007-10-10r9386: OpenKey with a bad name must return WERR_BADFILE (w2k3 regedit relies ...Andrew Tridgell1-1/+1
2007-10-10r9378: initialise the last_mod attribute in the ldb backend. Better to returnAndrew Tridgell1-0/+2
2007-10-10r9209: - fixed the ldb registry backend to work with the new provision ldifAndrew Tridgell1-1/+1
2007-10-10r6520: Fix unused variable warning.Tim Potter1-1/+1
2007-10-10r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce1-3/+3
2007-10-10r5585: LDB interfaces change:Simo Sorce1-9/+6
2007-10-10r5307: removed db_wrap.h from includes.hAndrew Tridgell1-0/+1
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-4/+4
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-15/+15
2007-10-10r4475: fixed smbd to work with the small changes in the ldb API (the most imp...Andrew Tridgell1-6/+6
2007-10-10r4371: Add "Create Key", "Delete Key" and "Delete Value" buttons.Jelmer Vernooij1-4/+5
2007-10-10r4299: Store REG_SZ, REG_EXPAND_SZ and REG_DWORD values in human-readable (an...Jelmer Vernooij1-5/+35
2007-10-10r4298: Update to credentials.h after feedback from Andrew BartlettJelmer Vernooij1-25/+34
2007-10-10r4209: Fix several smaller bugsJelmer Vernooij1-23/+25
2007-10-10r4204: Arguments to reg_del_key more like the RPC for more efficient usageJelmer Vernooij1-2/+60
2007-10-10r4166: More small API fixes, keep registry structs as small as possible.Jelmer Vernooij1-1/+1
2007-10-10r4141: Fix crash bug in ldb backendJelmer Vernooij1-5/+5
2007-10-10r4140: Get rid of close_hive (replace it with talloc destructors).Jelmer Vernooij1-7/+10
2007-10-10r4137: Make *_open_key take a registry_key instead of a hive (more efficientJelmer Vernooij1-9/+21
2007-10-10r4133: Cache results of subkey and value queriesJelmer Vernooij1-26/+58
2007-10-10r4132: - Bunch of rather large fixes in the registryJelmer Vernooij1-0/+219