summaryrefslogtreecommitdiff
path: root/source3/registry
Commit message (Expand)AuthorAgeFilesLines
...
* s3:registry: remove the code to create and search the sorted subkeys cache re...Michael Adam2011-07-041-276/+0
* s3:registry: adapt the comment explaining the definition of the existence of ...Michael Adam2011-07-041-4/+3
* s3:registry: regdb_key_exists now checks only for the list-of-subkeys-recordMichael Adam2011-07-041-10/+3
* s3:registry: rewrite init_registry_key_internalMichael Adam2011-07-041-90/+52
* s3:registry: add regdb_create_basekey()Michael Adam2011-07-041-0/+36
* s3:registry: add regdb_create_subkey_internal() taking additional db context ...Michael Adam2011-07-041-4/+11
* s3:registry: add new mode to regdb_store_subkey_list() for handing in NULL pa...Michael Adam2011-07-041-1/+7
* s3:registry: create the empty list of subkeys of the new key in regdb_create_...Michael Adam2011-07-041-0/+2
* s3:registry: refactor creation of subkey list out into regdb_store_subkey_list()Michael Adam2011-07-041-22/+52
* s3:registry: remove redundant write of zero-lentgh subkey list recordMichael Adam2011-07-041-14/+0
* s3:registry: don't update the sorted subkeys cache any more in regdb_store_ke...Michael Adam2011-07-041-6/+0
* s3:registry: don't skip base key in existence check in regdb_store_keys_inter...Michael Adam2011-07-041-1/+1
* s3:registry: don't skip base keys from existence check in regdb_create_subkey()Michael Adam2011-07-041-1/+1
* s3:registry: don't skip base keys from existence check in regdb_delete_subkey()Michael Adam2011-07-041-1/+1
* s3:registry: when deleting the records for a key, also delete the sorted subk...Michael Adam2011-06-301-0/+8
* s3:registry: add helper function regdb_delete_sorted_subkeys()Michael Adam2011-06-301-0/+7
* s3-param Remove 'announce version' parameterAndrew Bartlett2011-06-231-2/+2
* tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell2011-06-201-1/+1
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-201-8/+8
* s3:registry/reg_parse_internal.c: add copyright informationMichael Adam2011-06-111-1/+6
* s3:registry/reg_parse_internal.h: add copyright informationMichael Adam2011-06-111-1/+6
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett2011-06-092-2/+2
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-092-2/+2
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-094-11/+11
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-092-2/+2
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-092-12/+12
* libcli/security: move secdesc.c to the top level libcli/securityAndrew Bartlett2011-05-312-0/+2
* s3-lib Replace StrnCaseCmp() with strncasecmp_m()Andrew Bartlett2011-05-181-1/+1
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-183-3/+3
* s3:registry: add a warning debug message when the sorted subkeys is created f...Michael Adam2011-05-121-0/+5
* s3:registry: recreate the sorted subkeys cache when storing keysMichael Adam2011-05-121-15/+2
* s3:registry: add create_sorted_subkeys() to delete and recreate the sorted su...Michael Adam2011-05-121-0/+21
* s3:registry: turn create_sorted_subkeys_internal to NTSTATUS return typeMichael Adam2011-05-121-4/+7
* s3:registry: rename create_sorted_subkeys() to create_sorted_subkeys_internal()Michael Adam2011-05-121-2/+3
* s3:registry: fix a typo in a debug messageMichael Adam2011-05-121-1/+1
* s3: only include tdb headers where needed.Günther Deschner2011-05-063-0/+3
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-1/+1
* Don't reuse a non-const pointer when manipulating const.Jeremy Allison2011-05-051-4/+3
* s3: Fix Coverity ID 2047, UNUSED_VALUEVolker Lendecke2011-04-221-2/+0
* s3: Make reg_backend_db.h includable by itselfVolker Lendecke2011-04-111-0/+1
* rep_parse_prs: remove some dead, unused code.Günther Deschner2011-03-312-421/+0
* s3: only include lib/privileges.h where needed.Günther Deschner2011-03-301-0/+1
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* registry: create and use shared libcli/registry/util_reg.h header.Günther Deschner2011-03-302-0/+2
* s3-includes: no point in including all security headers globally.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-305-1/+5
* s3-includes: only include system/iconv.h when needed.Günther Deschner2011-03-301-0/+1
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-1/+1