r23468: Open registry.tdb with sequence number.
[sfrench/samba-autobuild/.git] / source / registry / reg_db.c
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.