summaryrefslogtreecommitdiffstats
path: root/source/registry/reg_db.c
Commit message (Expand)AuthorAgeFilesLines
* Rename reg_db.c to reg_backend_db.cMichael Adam2008-01-211-949/+0
* Add a registry backend perflib that replaces the former dynamic overlay.Michael Adam2008-01-201-2/+2
* Use some consts instead of literal strings for registry keys.Michael Adam2008-01-201-4/+4
* Add a registry backend tcpip_params that replaces the former dynamic overlay.Michael Adam2008-01-201-1/+1
* Add a registry backend prod_options that replaces the former dynamic overlay.Michael Adam2008-01-201-1/+1
* Use constant KEY_NETLOGON_PARAMS instead of literal key.Michael Adam2008-01-201-1/+1
* Add detection for need of update to the registry db.Michael Adam2008-01-141-1/+28
* Fix a DEBUG statement.Michael Adam2008-01-041-1/+1
* Use the proper boolean constants.Michael Adam2008-01-041-9/+9
* Fix crash bug in regdb_close() when called with no ref count.Günther Deschner2008-01-041-0/+4
* Cut down memory usage of registry initializationVolker Lendecke2007-12-161-25/+31
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-6/+13
* Remove pstrings from nsswitch/ and registry/Jeremy Allison2007-11-261-187/+256
* When deleting a key from the registry make sure the non-defaultGünther Deschner2007-11-061-0/+15
* Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter2007-11-011-5/+5
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-6/+6
* Remove bogus commentVolker Lendecke2007-10-111-5/+0
* r25528: Only do transactions on registry.tdb if anything changesVolker Lendecke2007-10-101-4/+48
* r25417: Use DBGC_REGISTRY class.Günther Deschner2007-10-101-1/+1
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23512: Fix conflict in #define for SECDESC_PREFIX. Ensure allJeremy Allison2007-10-101-5/+5
* r23509: This activates the global options from the registry in loadparm.Michael Adam2007-10-101-7/+2
* r23507: Split one general function normalize_dbkey from reg_db.c into util_reg.cMichael Adam2007-10-101-7/+0
* r23504: Use tdb_wrap_open (instead of usual tdb_open) in reg_db.Michael Adam2007-10-101-27/+22
* r23468: Open registry.tdb with sequence number.Michael Adam2007-10-101-3/+15
* r23460: Re-add whitespace to reduce diff between branches.Michael Adam2007-10-101-1/+1
* r23459: Remove one superfluous cast.Michael Adam2007-10-101-1/+1
* r23458: Cosmetic fix in debug output.Michael Adam2007-10-101-1/+1
* r23379: Whitespace cosmetics, to reduce irritating diffs...Michael Adam2007-10-101-1/+1
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-7/+7
* r21978: make use of tdb_*_bystring()Stefan Metzmacher2007-10-101-4/+2
* r21977: little cosmetic change to remove a local var that's not really neededStefan Metzmacher2007-10-101-4/+2
* r21219: Speed up the initial startup time of smbd on systems with loaded diskVolker Lendecke2007-10-101-3/+32
* r20020: Arglll... eventlogadm links against reg_db but not the rest of the re...Volker Lendecke2007-10-101-79/+86
* r20019: Replace one set of tricky code by calls to another set of tricky code:Volker Lendecke2007-10-101-86/+79
* r19963: Add 'registry shares = yes' and registry key security descriptors.Volker Lendecke2007-10-101-3/+89
* r19841: Wrap regdb_store_keys and regdb_store_values in tdb transactionsVolker Lendecke2007-10-101-18/+52
* r19839: Fix the build, we are not there yet :-)Volker Lendecke2007-10-101-1/+0
* r19838: We have to delete the value record as well, otherwise the old values ...Volker Lendecke2007-10-101-0/+4
* r19837: Some reformatting (Jerry, I hope you do not mindVolker Lendecke2007-10-101-4/+9
* r17333: Some C++ warningsVolker Lendecke2007-10-101-2/+2
* r17047: Fix a typo and a possible NULL dereferenceVolker Lendecke2007-10-101-2/+4
* r14247: Fix Coverity bug # 136Volker Lendecke2007-10-101-1/+3
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-3/+2
* r10819: merging a couple of fixes from trunkGerald Carter2007-10-101-3/+59
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-10/+2
* r9895: fix typo in registry pathGerald Carter2007-10-101-1/+1
* r9894: Add new registry key expected by Windows XP clients.Gerald Carter2007-10-101-9/+15
* r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter2007-10-101-27/+51