Add detection for need of update to the registry db.
[kai/samba.git] / source3 / registry / reg_db.c
2008-01-14 Michael AdamAdd detection for need of update to the registry db.
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Michael AdamFix a DEBUG statement.
2008-01-04 Michael AdamUse the proper boolean constants.
2008-01-04 Günther DeschnerFix crash bug in regdb_close() when called with no...
2007-12-16 Volker LendeckeCut down memory usage of registry initialization
2007-12-08 Jeremy AllisonRemove next_token - all uses must now be next_token_talloc.
2007-11-27 Jeremy AllisonRemove pstrings from nsswitch/ and registry/
2007-11-05 Günther DeschnerWhen deleting a key from the registry make sure the...
2007-11-02 Gerald (Jerry) CarterMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-11-01 Gerald (Jerry) CarterPatch 2 of 3 from Debian Samba packagers:
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-12 Jelmer VernooijMerge branch 'v3-2-stable' into my_branch
2007-10-11 Volker LendeckeRemove bogus comment
2007-10-10 Volker Lendecker25528: Only do transactions on registry.tdb if anythin...
2007-10-10 Günther Deschnerr25417: Use DBGC_REGISTRY class.
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr23512: Fix conflict in #define for SECDESC_PREFIX...
2007-10-10 Michael Adamr23509: This activates the global options from the...
2007-10-10 Michael Adamr23507: Split one general function normalize_dbkey...
2007-10-10 Michael Adamr23504: Use tdb_wrap_open (instead of usual tdb_open...
2007-10-10 Michael Adamr23468: Open registry.tdb with sequence number.
2007-10-10 Michael Adamr23460: Re-add whitespace to reduce diff between branches.
2007-10-10 Michael Adamr23459: Remove one superfluous cast.
2007-10-10 Michael Adamr23458: Cosmetic fix in debug output.
2007-10-10 Michael Adamr23379: Whitespace cosmetics, to reduce irritating...
2007-10-10 Stefan Metzmacherr22009: change TDB_DATA from char * to unsigned char *
2007-10-10 Stefan Metzmacherr21978: make use of tdb_*_bystring()
2007-10-10 Stefan Metzmacherr21977: little cosmetic change to remove a local var...
2007-10-10 Volker Lendecker21219: Speed up the initial startup time of smbd on...
2007-10-10 Volker Lendecker20020: Arglll... eventlogadm links against reg_db...
2007-10-10 Volker Lendecker20019: Replace one set of tricky code by calls to...
2007-10-10 Volker Lendecker19963: Add 'registry shares = yes' and registry key...
2007-10-10 Volker Lendecker19841: Wrap regdb_store_keys and regdb_store_values...
2007-10-10 Volker Lendecker19839: Fix the build, we are not there yet :-)
2007-10-10 Volker Lendecker19838: We have to delete the value record as well...
2007-10-10 Volker Lendecker19837: Some reformatting (Jerry, I hope you do not...
2007-10-10 Volker Lendecker17333: Some C++ warnings
2007-10-10 Volker Lendecker17047: Fix a typo and a possible NULL dereference
2007-10-10 Volker Lendecker14247: Fix Coverity bug # 136
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Gerald Carterr10819: merging a couple of fixes from trunk
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Gerald Carterr9895: fix typo in registry path
2007-10-10 Gerald Carterr9894: Add new registry key expected by Windows XP...
2007-10-10 Gerald Carterr9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_C...
2007-10-10 Tim Potterr9278: Remove unused variable. Bugzilla #2983.
2007-10-10 Gerald Carterr9115: using #define for reg paths rather than typing...
2007-10-10 Gerald Carterr8501: * disable printer handle object cache (was mostl...
2007-10-10 Gerald Carterr8152: * remove commented out structure
2007-10-10 Gerald Carterr8064: * add the REG_XXX error codes to the pretty...
2007-10-10 Gerald Carterr8061: * mostly cleanup and refactoring for better...
2007-10-10 Gerald Carterr8026: * more fixes to the printing registry interface
2007-10-10 Gerald Carterr8007: * cleanup unused structure from reg_objects.h
2007-10-10 Gerald Carterr7995: * privileges are local except when they're ...
2007-10-10 Gerald Carterr7938: * move the hardcoded registry value names from...
2007-10-10 Gerald Carterr7908: * change REGISTRY_HOOK api to use const (fix...
2007-10-10 Gerald Carterr7890: * add Reg[SG]etKeySec() server stubs
2007-10-10 Gerald Carterr7698: * clean upserver frontend for RegDeleteKey()
2007-10-10 Gerald Carterr7692: start versioning the registry.tdb file since...
2007-10-10 Gerald Carterr7691: * add .gdbinit to the svn:ignore files
2007-10-10 Gerald Carterr7648: adding REGISTRY_HOOK->reg_access_check() for...
2007-10-10 Gerald Carterr6942: * merging the registry changes back to the 3...
2007-10-10 Gerald Carterr6680: event log patches from Marcin
2007-10-10 Gerald Carterr6232: more cleanups; remove BUFFER3; rename BUFFER4...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-10 Gerald Carteri guess i'm the only one this ever annyoed...
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-11 Tim PotterMerge of case fixes from APPLIANCE_HEAD.
2002-08-06 Andrew BartlettBack out idra's change (at his request) - the values...
2002-08-04 Simo Sorcecommented out strupper before key check against interna...
2002-07-26 Gerald Carter3 things:
2002-07-24 Gerald Carter* fix return code so we don't let a client just open...
2002-07-24 Gerald Carterseveral changes in this checkin
2002-07-20 Gerald Carterenumeration of printers keys ( no data yet ) via the...
2002-07-19 Gerald Carterfixed seg fault in registry frontend caused by trying to
2002-07-19 Gerald Carter* refactored registry operations some. subkey lists and
2002-07-18 Gerald Cartervirtual registry framework with initial printing hooks.