summaryrefslogtreecommitdiffstats
path: root/source3/registry
Commit message (Expand)AuthorAgeFilesLines
* s3-param Remove 'announce version' parameterAndrew Bartlett2011-06-231-2/+2
* tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell2011-06-201-1/+1
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-201-8/+8
* s3:registry/reg_parse_internal.c: add copyright informationMichael Adam2011-06-111-1/+6
* s3:registry/reg_parse_internal.h: add copyright informationMichael Adam2011-06-111-1/+6
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett2011-06-092-2/+2
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-092-2/+2
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-094-11/+11
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-092-2/+2
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-092-12/+12
* libcli/security: move secdesc.c to the top level libcli/securityAndrew Bartlett2011-05-312-0/+2
* s3-lib Replace StrnCaseCmp() with strncasecmp_m()Andrew Bartlett2011-05-181-1/+1
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-183-3/+3
* s3:registry: add a warning debug message when the sorted subkeys is created f...Michael Adam2011-05-121-0/+5
* s3:registry: recreate the sorted subkeys cache when storing keysMichael Adam2011-05-121-15/+2
* s3:registry: add create_sorted_subkeys() to delete and recreate the sorted su...Michael Adam2011-05-121-0/+21
* s3:registry: turn create_sorted_subkeys_internal to NTSTATUS return typeMichael Adam2011-05-121-4/+7
* s3:registry: rename create_sorted_subkeys() to create_sorted_subkeys_internal()Michael Adam2011-05-121-2/+3
* s3:registry: fix a typo in a debug messageMichael Adam2011-05-121-1/+1
* s3: only include tdb headers where needed.Günther Deschner2011-05-063-0/+3
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-1/+1
* Don't reuse a non-const pointer when manipulating const.Jeremy Allison2011-05-051-4/+3
* s3: Fix Coverity ID 2047, UNUSED_VALUEVolker Lendecke2011-04-221-2/+0
* s3: Make reg_backend_db.h includable by itselfVolker Lendecke2011-04-111-0/+1
* rep_parse_prs: remove some dead, unused code.Günther Deschner2011-03-312-421/+0
* s3: only include lib/privileges.h where needed.Günther Deschner2011-03-301-0/+1
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* registry: create and use shared libcli/registry/util_reg.h header.Günther Deschner2011-03-302-0/+2
* s3-includes: no point in including all security headers globally.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-305-1/+5
* s3-includes: only include system/iconv.h when needed.Günther Deschner2011-03-301-0/+1
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-1/+1
* s3-registry: remove some unused headers.Günther Deschner2011-03-185-7/+0
* s3:registry: fix invalid write in iconvert_talloc()Michael Adam2011-03-051-2/+5
* s3-amend: Don't overwrite existing valuesVolker Lendecke2011-02-151-0/+10
* s3-perfcount: Create the directory on tdb open.Andreas Schneider2011-02-073-19/+5
* s3-smbd: Init the svcctl registry keys on service startup.Andreas Schneider2011-02-071-2/+0
* s3-registry: Remove obsolete reg_eventlog.Andreas Schneider2011-02-073-214/+0
* s3-smbd: Init the eventlog registry on service startup.Andreas Schneider2011-02-071-1/+0
* s3-util: Moved eventlog_add_source to admin util.Andreas Schneider2011-02-072-203/+0
* s3: Remove superfluous ;Günther Deschner2011-02-021-1/+1
* s3:registry: in deletekey_recursive, fix return code upon error.Michael Adam2011-01-301-3/+10
* s3:registry: fix comments in regdb_store_regdb_version()Michael Adam2011-01-271-2/+2
* s3:registry correct a debug levelChristian Ambach2011-01-211-1/+1
* s3:registry: improve debug messages about regdb refcount changesMichael Adam2010-12-071-5/+10
* s3: Streamline regdb_normalize_keynames_fn a bitVolker Lendecke2010-10-281-4/+2
* s3: Fix the registry upgrade codeVolker Lendecke2010-10-281-1/+1
* Fix bug 7754 - samba uses index(), marked as legacy.Sven Neumann2010-10-271-3/+3