s3-vfs: Use ENOATTR in errno comparison for getxattr
[garming/samba-autobuild/.git] / source4 / lib / registry /
2018-04-13 Douglas Bagnalls4/lib/py-registry: initialize optional parameters...
2018-04-03 Andreas Schneiders4:registry: Fix size type and loop
2017-10-18 Lumir Balharpython: Port samba.registry module to Python 3 compatib...
2017-05-11 Jeremy Allisons4: popt: Global replace of cmdline_credentials ->...
2016-11-30 Douglas Bagnalllib/registry/regf: better initialise nk_block
2016-09-28 Volker Lendeckelib: Fix CID 1373388 Uninitialized scalar variable
2016-09-28 Volker Lendeckelib: Fix CID 1373389 Uninitialized scalar variable
2016-09-27 Günther Deschnerwerror: replace WERR_INVALID_PARAM with WERR_INVALID_PA...
2016-09-27 Günther Deschnerwerror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAIL...
2016-09-27 Günther Deschnerwerror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY...
2016-09-27 Günther Deschnerwerror: replace WERR_BADFILE with WERR_FILE_NOT_FOUND...
2016-09-26 Chris Daviss4-registry: properly initialize registry key to be...
2016-09-26 Chris Daviss4-registry: implement set value and delete value for RPC
2016-05-12 Michael Adams4:regshell: fix O3 error unused result of asprintf...
2016-05-12 Michael Adams4:registry:patchfile: fix O3 error unused result of...
2016-05-09 Douglas Bagnallsource4/registry/local: avoid str_list_length() to...
2016-04-25 Noel Powers4:lib:registry: fix 'Conditional jump or move' valgrin...
2016-03-08 Andrew Bartlettpyregistry: Use pytalloc_BaseObject_PyType_Ready()
2016-03-03 Douglas Bagnallregtree: avoid GCC indentation warning
2016-01-13 Jelmer VernooijMake libregistry private, for now.
2016-01-07 Andrew Bartlettpyregistry: Adjust to use of PY_SSIZE_T_CLEAN
2015-03-10 Volker Lendeckeregistry: Fix CID 240989 Buffer not null terminated
2015-03-10 Volker Lendeckeregistry: Fix CID 241075 Unchecked return value
2015-02-25 Volker LendeckeFix the developer O3 build
2014-11-25 Stefan Metzmachers4:lib/registry: remove unused allow_warnings=True
2014-11-25 Stefan Metzmachers4:lib/registry: fix compiler warnings
2014-11-25 Stefan Metzmachers4:lib/registry: avoid some const warnings
2014-09-08 Andrew BartlettUse correct size for test string, sizeof() was of the...
2014-04-02 Stefan Metzmachers4:lib/registry: explicitly use allow_warnings=True
2013-11-19 Günther Deschnerdocs: remove duplicate arguments listing in regdiff...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-11-11 Volker Lendeckeregistry: Fix Coverity ID 1034918 Wrong sizeof argument
2013-11-11 Volker Lendeckeregistry: Fix Coverity ID 1034917 Wrong sizeof argument
2013-11-11 Volker Lendeckeregistry: Fix Coverity ID 1034916 Wrong sizeof argument
2013-08-18 Volker Lendeckeregistry4: Fix CID 1034911 Dereference before null...
2013-08-18 Volker Lendeckeregistry4: Fix CID 1034911 Dereference before null...
2013-03-05 Andreas Schneiders4-libregistry: Improve NULL handling of name.
2013-03-05 Andreas Schneiders4-libregistry: Fix path check and improve while loops.
2013-03-05 Andreas Schneiders4-libregistry: Make sure we don't dereference a NULL...
2013-02-28 Stefan Metzmachers4:pyregistry: make use of samba_tevent_context_init()
2013-02-22 Andreas Schneiders4-registry: Don't leak file descriptor.
2013-02-22 Andreas Schneiders4-registry: Don't leak memory on error.
2012-12-21 Andreas Schneiders4-regsitry: Check return value of ldb_msg_add_empty().
2012-11-29 Karolin Seegerdocs: man regtree: Add missing meta data.
2012-11-29 Karolin Seegerdocs: man regshell: Add missing meta data.
2012-11-29 Karolin Seegerdocs: man regpatch: Add missing meta data.
2012-11-29 Karolin Seegerdocs: man regdiff: Add missing meta data.
2012-08-06 Stefan Metzmachers4:libcli/pyerrors: s/PyErr_WERROR_IS_ERR_RAISE/PyErr_W...
2012-07-13 Michael Adams4:registry:regdiff: use existing talloc context for...
2012-07-12 Michael Adams4:registry:regdiff: add TALLOC_CTX * argument to open_...
2012-07-12 Michael Adams4:registry: add a TALLOC_CTX argument to reg_open_remote()
2012-06-12 Michael Adams4:registry:testsuite: fix use of non-existent word...
2012-02-08 Jelmer Vernooijregshell: Fix a counter that can actually be non-zero.
2012-01-23 David DisseldorpWERROR type variable being incorrectly checked with...
2011-12-29 Jelmer Vernooijpyregistry: Remove directory support.
2011-12-29 Jelmer VernooijRemove the 'dir' registry backend.
2011-11-03 Matthias Dieter... s4:lib/registry - enhance registry tests in respect...
2011-11-03 Matthias Dieter... s4:lib/registry/ldb.c - quit the deletion of a not...
2011-11-03 Matthias Dieter... s4:lib/registry/ldb.c - don't use search filters for...
2011-11-03 Matthias Dieter... s4:lib/registry/regf.c - always generate debug messages...
2011-08-14 Jelmer VernooijUse public pytalloc header file.
2011-08-10 Jelmer Vernooijpytalloc: Use consistent prefix for functions, add...
2011-08-08 Stefan Metzmachers4:pyregistry: PyArg_ParseTuple("z#") requires an ...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-06 Andrew Bartletts4-modules Remove lp_ctx from init functions that no...
2011-05-18 Andrew Bartlettbuild: Expand dcerpc-samba grouping library
2011-03-30 Matthias Dieter... s4:lib/registry/registry.h - align a copyright line...
2011-03-29 Jeremy AllisonEnsure convert_string_XXX is always called with a valid...
2011-03-24 Andrew Tridgellcharcnv: removed the allow_badcharcnv and allow_bad_con...
2011-03-19 Jelmer Vernooijlib/registry/tests: Fix prototypes.
2011-03-19 Jelmer Vernooijsource4/lib: Fix prototypes for all functions.
2011-02-24 Andrew Tridgellbuild: moved util_reg.c into a common subsystem
2011-02-10 Andrew Tridgellldb: use #include <ldb.h> for ldb
2010-12-11 Jelmer Vernooijs4-smbtorture: Make test names lowercase and dot-separated.
2010-12-08 Andrew Tridgells4-pkgconfig: add @LIB_RPATH@ to our link flags
2010-12-01 Jelmer Vernooijpyregistry: Use talloc.Object.
2010-11-27 Matthias Dieter... s4:lib/registry/rpc.c - remove a duplicate assignment
2010-11-21 Arnaud FaucherAvoid the use of PyAPI_DATA, which is for internal...
2010-11-07 Jelmer Vernooijldbsamba: Lowercase library name.
2010-10-31 Jelmer Vernooijs4: Remove the old perl/m4/make/mk-based build system.
2010-10-30 Andrew Tridgells4-build: removed some unnecessary dependencies
2010-10-26 Jelmer Vernooijtalloc: change pytalloc-util to be a public library.
2010-10-26 Jelmer Vernooijwaf: Remove lib prefix from libraries manually.
2010-10-24 Jelmer Vernooijs4: Rename LIBSAMBA-* to libsamba-*
2010-10-21 Andrew Tridgells4-waf: don't depend directly on python modules
2010-10-15 Matthias Dieter... s4:lib/registry/util.c - cosmetic - fix indentation...
2010-10-15 Matthias Dieter... s4:lib/registry/util.c - strtoll call - better say...
2010-10-04 Jelmer Vernooijregistry: Make a two more functions static.
2010-10-03 Matthias Dieter... s4:patchfile_dotreg.c - use "size_t" when counting...
2010-10-03 Wilco Baan HofmanMake sure REG_SZ is properly written to a .reg file...
2010-10-03 Wilco Baan HofmanFix issues addressed by Jelmer:
2010-10-03 Wilco Baan HofmanFix patchfile_dotreg to write proper .reg files: 'hex...
2010-10-03 Wilco Baan HofmanFix registry editor to be compatible with Windows 7.
2010-10-03 Wilco Baan Hofman5 uint32_t's should be set, not 5 bytes.
2010-10-03 Wilco Baan HofmanThe root key should be created as a root key, not subkey.
2010-10-03 Wilco Baan HofmanDo not include the closing doublequote in .reg files.
2010-10-03 Wilco Baan HofmanFix hex():00,00,00 bugs and strtol dword bugs, these...
2010-10-03 Wilco Baan HofmanMake sure we write the value stored in value, not line...
2010-10-03 Wilco Baan HofmanMake sure that regf only writes to disk every five...
next