s3-rpc_client: support AES encryption in netr_ServerPasswordSet2 client.
[kai/samba.git] / source3 / registry /
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... save-diskspace-tags/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.
2011-05-05 Jeremy AllisonDon't reuse a non-const pointer when manipulating const.
2011-04-11 Volker Lendeckes3: Make reg_backend_db.h includable by itself
2011-03-30 Günther Deschnerrep_parse_prs: remove some dead, unused code.
2011-03-29 Günther Deschners3: only include lib/privileges.h where needed.
2011-03-29 Günther Deschners3-passdb: use passdb headers where needed.
2011-03-29 Günther Deschnerregistry: create and use shared libcli/registry/util_re...
2011-03-29 Günther Deschners3-includes: no point in including all security headers...
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-29 Günther Deschners3-includes: only include system/iconv.h when needed.
2011-03-24 Andrew Tridgellcharcnv: removed the allow_badcharcnv and allow_bad_con...
2011-03-18 Günther Deschners3-registry: remove some unused headers.
2011-03-05 Michael Adams3:registry: fix invalid write in iconvert_talloc()
2011-02-15 Volker Lendeckes3-amend: Don't overwrite existing values
2011-02-07 Andreas Schneiders3-perfcount: Create the directory on tdb open.
2011-02-07 Andreas Schneiders3-smbd: Init the svcctl registry keys on service startup.
2011-02-07 Andreas Schneiders3-registry: Remove obsolete reg_eventlog.
2011-02-07 Andreas Schneiders3-smbd: Init the eventlog registry on service startup.
2011-02-07 Andreas Schneiders3-util: Moved eventlog_add_source to admin util.
2011-02-02 Günther Deschners3: Remove superfluous ;
2011-01-30 Michael Adams3:registry: in deletekey_recursive, fix return code...
2011-01-27 Michael Adams3:registry: fix comments in regdb_store_regdb_version()
2011-01-21 Christian Ambachs3:registry correct a debug level
2010-12-07 Michael Adams3:registry: improve debug messages about regdb refcoun...
2010-10-28 Volker Lendeckes3: Streamline regdb_normalize_keynames_fn a bit
2010-10-28 Volker Lendeckes3: Fix the registry upgrade code
2010-10-27 Sven NeumannFix bug 7754 - samba uses index(), marked as legacy.
2010-10-22 Jeremy AllisonRevert "Wrap security_token_has_privilege() with a...
2010-10-22 Jeremy AllisonWrap security_token_has_privilege() with a check for...
2010-10-12 Michael Adams3:registry: fix some trailing spaces in reg_backend_db
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-10-05 Günther Deschners3-reg_parse: fix uninitialized variable in srprs_key().
2010-09-27 Gregor Becks3:registry: proposed aix build fix for reg_parse_internal
2010-09-25 Volker Lendeckes3: Fix some 64-bit warnings
2010-09-25 Volker Lendeckes3: Fix bug 7470
2010-09-23 Michael Adams3:registry: try to fix the build of reg_parse_internal...
2010-09-22 Günther Deschners3-registry: fix some c++ build warnings.
2010-09-22 Michael Adams3:registry: remove unneeded TALLOC_CTX argument from...
2010-09-22 Gregor Becks3-registry: handle registration entries (.reg) files
2010-09-21 Michael Adams3:registry: move regio.h from include/ to registry/
2010-09-21 Michael Adams3:registry: move the reg_db.h from include/ to registry/
next