summaryrefslogtreecommitdiff
path: root/source3/registry
AgeCommit message (Expand)AuthorFilesLines
2011-06-23s3-param Remove 'announce version' parameterAndrew Bartlett1-2/+2
2011-06-20tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell1-1/+1
2011-06-20tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell1-8/+8
2011-06-11s3:registry/reg_parse_internal.c: add copyright informationMichael Adam1-1/+6
2011-06-11s3:registry/reg_parse_internal.h: add copyright informationMichael Adam1-1/+6
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett2-2/+2
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2-2/+2
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett4-11/+11
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett1-2/+2
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2-2/+2
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2-12/+12
2011-05-31libcli/security: move secdesc.c to the top level libcli/securityAndrew Bartlett2-0/+2
2011-05-18s3-lib Replace StrnCaseCmp() with strncasecmp_m()Andrew Bartlett1-1/+1
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett3-3/+3
2011-05-12s3:registry: add a warning debug message when the sorted subkeys is created f...Michael Adam1-0/+5
2011-05-12s3:registry: recreate the sorted subkeys cache when storing keysMichael Adam1-15/+2
2011-05-12s3:registry: add create_sorted_subkeys() to delete and recreate the sorted su...Michael Adam1-0/+21
2011-05-12s3:registry: turn create_sorted_subkeys_internal to NTSTATUS return typeMichael Adam1-4/+7
2011-05-12s3:registry: rename create_sorted_subkeys() to create_sorted_subkeys_internal()Michael Adam1-2/+3
2011-05-12s3:registry: fix a typo in a debug messageMichael Adam1-1/+1
2011-05-06s3: only include tdb headers where needed.Günther Deschner3-0/+3
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison1-1/+1
2011-05-05Don't reuse a non-const pointer when manipulating const.Jeremy Allison1-4/+3
2011-04-22s3: Fix Coverity ID 2047, UNUSED_VALUEVolker Lendecke1-2/+0
2011-04-11s3: Make reg_backend_db.h includable by itselfVolker Lendecke1-0/+1
2011-03-31rep_parse_prs: remove some dead, unused code.Günther Deschner2-421/+0
2011-03-30s3: only include lib/privileges.h where needed.Günther Deschner1-0/+1
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner1-0/+1
2011-03-30registry: create and use shared libcli/registry/util_reg.h header.Günther Deschner2-0/+2
2011-03-30s3-includes: no point in including all security headers globally.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner5-1/+5
2011-03-30s3-includes: only include system/iconv.h when needed.Günther Deschner1-0/+1
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell1-1/+1
2011-03-18s3-registry: remove some unused headers.Günther Deschner5-7/+0
2011-03-05s3:registry: fix invalid write in iconvert_talloc()Michael Adam1-2/+5
2011-02-15s3-amend: Don't overwrite existing valuesVolker Lendecke1-0/+10
2011-02-07s3-perfcount: Create the directory on tdb open.Andreas Schneider3-19/+5
2011-02-07s3-smbd: Init the svcctl registry keys on service startup.Andreas Schneider1-2/+0
2011-02-07s3-registry: Remove obsolete reg_eventlog.Andreas Schneider3-214/+0
2011-02-07s3-smbd: Init the eventlog registry on service startup.Andreas Schneider1-1/+0
2011-02-07s3-util: Moved eventlog_add_source to admin util.Andreas Schneider2-203/+0
2011-02-02s3: Remove superfluous ;Günther Deschner1-1/+1
2011-01-30s3:registry: in deletekey_recursive, fix return code upon error.Michael Adam1-3/+10
2011-01-27s3:registry: fix comments in regdb_store_regdb_version()Michael Adam1-2/+2
2011-01-21s3:registry correct a debug levelChristian Ambach1-1/+1
2010-12-07s3:registry: improve debug messages about regdb refcount changesMichael Adam1-5/+10
2010-10-28s3: Streamline regdb_normalize_keynames_fn a bitVolker Lendecke1-4/+2
2010-10-28s3: Fix the registry upgrade codeVolker Lendecke1-1/+1
2010-10-27Fix bug 7754 - samba uses index(), marked as legacy.Sven Neumann1-3/+3