s3-popt: Fix configure.developer builds on Solairs.
[bbaumbach/samba-autobuild/.git] / source3 / registry /
2012-01-24 Gregor Becks3:registry: do not write empty value lists to registry.tdb
2012-01-18 Volker Lendeckes3: Add a "lock_order" argument to db_open
2012-01-04 David Disseldorps3-perfcount: fix incorrect array length calculations
2011-12-20 Volker Lendeckes3: Fix some False/NULL hickups
2011-12-06 Michael Adams3:registry: replace use of rawmemchr by portable equiv...
2011-12-03 Gregor Becklib/util: factor out tdb_data_is_empty
2011-12-03 Gregor Becks3:registry: do not use regdb functions during db upgrade
2011-11-25 Gregor Becks3:registry: write INFO/version if we create registry.tdb
2011-11-09 Michael Adams3:registry: prevent unnecessary transactions in regdb_init
2011-11-03 Björn Baumbachs3-registry: fix upgrade code
2011-10-27 Andreas Schneiderreplace: Add don't include unistd.h directly and add...
2011-10-27 Andreas Schneiders3: Include uid_wrapper where it is missing.
2011-10-12 Gregor Becks3:registry add function srprs_hive()
2011-10-12 Michael Adams3:registry: improve regdb_create_subkey_internal(...
2011-10-11 Michael Adams3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS...
2011-10-11 Michael Adams3:registry: convert reg_backend_db to use dbwrap wrapp...
2011-10-11 Michael Adams3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystrin...
2011-10-11 Michael Adams3:dbwrap: move the db_open_rbt() prototype to a new...
2011-10-01 Michael Adams3:registry: fix the test for a REG_SZ blob possibly...
2011-10-01 Gregor Becks3:registry: reg_format: handle unterminated REG_SZ...
2011-09-19 Michael Adams3:registry: fix a debug message in the v2_to_v3 upgrad...
2011-09-07 Volker Lendeckes3: Fix Coverity ID 2611, UNINIT
2011-09-07 Volker Lendeckes3: Fix Coverity ID 2612, UNINIT
2011-09-02 Michael Adams3:registry: fix a debug message typo
2011-09-02 Michael Adams3:registry: introduce a define REGDB_CODE_VERSION...
2011-09-02 Michael Adams3:registry: rename REGVE_Vx toREGDB_VERSION_Vx for...
2011-09-01 Michael Adams3:registry: implement regdb_set_secdesc() with regdb_t...
2011-09-01 Michael Adams3:registry: implement regdb_store_values() with regdb_...
2011-09-01 Michael Adams3:registry: change regdb_store_values_internal() from...
2011-09-01 Michael Adams3:registry: use the regdb_trans_do wrapper instead...
2011-09-01 Michael Adams3:registry: add regdb_trans_do(): a transaction wrappe...
2011-09-01 Michael Adams3:registry: drop log level of unknown regdb version...
2011-08-25 Michael Adams3:registry: fix the v2_to_v3 upgrade code so that...
2011-08-25 Michael Adams3:registry: fix the v1_to_v2 upgrade code so that...
2011-08-25 Michael Adams3:registry: define a constant REGDB_VERSION_KEYNAME...
2011-08-25 Michael Adams3:registry: hand db context in to v2_to_v3 upgrade...
2011-08-25 Michael Adams3:registry: fix broken use of dbwrap store record...
2011-08-25 Günther Deschners3-registry: fix bug #8401 - registry/reg_format.c...
2011-08-15 Michael Adams3:registry: enhance debugging of deletekey_recursive
2011-08-15 Michael Adams3:registry: fix regdb_key_exists: the record has to...
2011-08-08 Gregor Becks3:registry avoid updating keys which are going to...
2011-07-29 Michael Adams3:dbwrap: move all .c and .h files of dbwrap to lib...
2011-07-29 Michael Adams3:dbwrap: move db_open() to a file dbwrap_open.c of...
2011-07-15 Gregor Becks3:registry avoid pruning the sequencenumber while...
2011-07-14 Gregor Becks3:registry avoid leaking an old regsubkey_ctr on regsu...
2011-07-06 Michael Adams3:registry: update copyright for the registry db imple...
2011-07-04 Michael Adams3:registry: remove unused function regdb_key_is_base_key()
2011-07-04 Michael Adams3:registry: replace use of deprecated talloc_destroy...
2011-07-04 Michael Adams3:registry: remove superfluous check for success of...
2011-07-04 Michael Adams3:registry: add debug-level-10 verbosity to regdb_upgr...
2011-07-04 Michael Adams3:registry: adapt a debug message to be more systematic
2011-07-04 Michael Adams3:registry: set registry version to 3 and add upgrade...
2011-07-04 Michael Adams3:registry: add db_context argument to regdb_upgrade_v...
2011-07-04 Michael Adams3:registry: wrap the whole db upgrade in one transaction
2011-07-04 Michael Adams3:registry: change regdb_store_regdb_version() to...
2011-07-04 Michael Adams3:registry: fix a comment typo
2011-07-04 Michael Adams3:registry: remove unused regdb_delete_sorted_subkeys()
2011-07-04 Michael Adams3:registry: don't delete the unused subkeys cache...
2011-07-04 Michael Adams3:registry: remove the code to create and search the...
2011-07-04 Michael Adams3:registry: adapt the comment explaining the definitio...
2011-07-04 Michael Adams3:registry: regdb_key_exists now checks only for the...
2011-07-04 Michael Adams3:registry: rewrite init_registry_key_internal
2011-07-04 Michael Adams3:registry: add regdb_create_basekey()
2011-07-04 Michael Adams3:registry: add regdb_create_subkey_internal() taking...
2011-07-04 Michael Adams3:registry: add new mode to regdb_store_subkey_list...
2011-07-04 Michael Adams3:registry: create the empty list of subkeys of the...
2011-07-04 Michael Adams3:registry: refactor creation of subkey list out into...
2011-07-04 Michael Adams3:registry: remove redundant write of zero-lentgh...
2011-07-04 Michael Adams3:registry: don't update the sorted subkeys cache...
2011-07-04 Michael Adams3:registry: don't skip base key in existence check...
2011-07-04 Michael Adams3:registry: don't skip base keys from existence check...
2011-07-04 Michael Adams3:registry: don't skip base keys from existence check...
2011-06-30 Michael Adams3:registry: when deleting the records for a key, also...
2011-06-30 Michael Adams3:registry: add helper function regdb_delete_sorted_su...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-23 Andrew Bartletts3-param Remove 'announce version' parameter
2011-06-20 Rusty Russelltdb_traverse/tdb_traverse_read: check returns for negat...
2011-06-20 Rusty Russelltdb_fetch_compat: use instead of tdb_fetch.
2011-06-11 Michael Adams3:registry/reg_parse_internal.c: add copyright information
2011-06-11 Michael Adams3:registry/reg_parse_internal.h: add copyright information
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_P() to talloc()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-05-30 Andrew Bartlettlibcli/security: move secdesc.c to the top level libcli...
2011-05-18 Andrew Bartletts3-lib Replace StrnCaseCmp() with strncasecmp_m()
2011-05-18 Andrew Bartletts3-lib Replace StrCaseCmp() with strcasecmp_m()
2011-05-12 Michael Adams3:registry: add a warning debug message when the sorte...
2011-05-12 Michael Adams3:registry: recreate the sorted subkeys cache when...
2011-05-12 Michael Adams3:registry: add create_sorted_subkeys() to delete...
2011-05-12 Michael Adams3:registry: turn create_sorted_subkeys_internal to...
2011-05-12 Michael Adams3:registry: rename create_sorted_subkeys() to create_s...
2011-05-12 Michael Adams3:registry: fix a typo in a debug message
2011-04-22 Volker Lendeckes3: Fix Coverity ID 2047, UNUSED_VALUE
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-05-05 Jeremy AllisonMore const fixes. Remove CONST_DISCARD.
next