ldb: expose syntax oids to python
[amitay/samba.git] / source4 / lib / registry /
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...
2010-10-03 Wilco Baan HofmanFix .reg file format parsing.
2010-10-03 Wilco Baan HofmanFix registry parsing of strings to also support the...
2010-10-01 Günther Deschnersamba: share readline wrappers among all buildsystems.
2010-09-23 Jelmer Vernooijs4-param: Fix more memory leaks, invalid memory context.
2010-09-22 Jelmer Vernooijs4-selftest: Move more tests to scripting/python, simpl...
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-19 wilco@baanhofman.nlFix regf.idl, subkey and rootkey types were switched.
2010-09-19 wilco@baanhofman.nlFix file corruption (non-updated header) on new allocation.
2010-09-19 wilco@baanhofman.nlFix crash when no subkeys exist. Fix writing outside...
2010-09-19 wilco@baanhofman.nlAdd python bindings for open_hive function to be able...
2010-09-15 Andrew Tridgells4: fixed some printf format errors
2010-08-23 Andrew Tridgells4-pyregistry: use s4_event_context_init()
2010-08-22 Jelmer VernooijAvoid use of Samba DTD, which requires net access.
2010-08-17 Andrew Tridgells4-ldb: use LDB_FLAG_MOD_TYPE() to extract element...
2010-08-09 Andrew Tridgells4-build: use @PACKAGE_VERSION@ in s4 pc.in files
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-07-01 Matthias Dieter... s4:lib/registry/ldb.c - free some "msg" objects earlier...
2010-07-01 Matthias Dieter... s4:registry - move some common constraint checks to...
2010-07-01 Matthias Dieter... s4:lib/registry/tests/registry.c - test recursive key...
2010-07-01 Matthias Dieter... s4:registry - on key add operations we have to handle...
2010-07-01 Matthias Dieter... s4:lib/registry/local.c - support recursive key generation
2010-07-01 Matthias Dieter... s4:lib/registry/ldb.c - refactor "reg_path_to_ldb"
2010-07-01 Matthias Dieter... s4:lib/registry/ldb.c - use "ldb_path" rather than...
2010-07-01 Matthias Dieter... s4:lib/registry/ldb.c - "ldb_add_key" - fix talloc...
2010-06-28 Matthias Dieter... s4:lib/registry/ldb.c - add a missing brace
2010-06-28 Matthias Dieter... s4:lib/registry/ldb.c - fix memory handling in "ldb_ope...
2010-06-28 Matthias Dieter... s4:lib/ldb/registry.c - handle the classname in the...
2010-06-28 Matthias Dieter... s4:lib/registry/ldb.c - remove really useless "local_ctx"
2010-06-28 Matthias Dieter... s4:lib/registry/ldb.c - retrieve the classname correctl...
2010-06-28 Matthias Dieter... s4:lib/registry/ldb.c - change the "ldb_get_value"...
2010-06-25 Matthias Dieter... s4:lib/registry/ldb.c - cosmetic - fix comment
2010-06-25 Matthias Dieter... s4:lib/registry/ldb.c - cosmetic - wrap lines
2010-06-20 Matthias Dieter... s4:registry/regf.c - add some casts to suppress build...
2010-06-20 Matthias Dieter... s4:registry/rpc.c - fix Solaris warnings by casts
2010-06-19 Jelmer Vernooijpython: Use samba.tests.TestCase, make sure base class...
2010-06-16 Stefan Metzmachers4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA...
2010-05-28 Matthias Dieter... s4:regshell - fix an "asprintf"
2010-05-28 Matthias Dieter... s4:regshell - don't use negative exit codes
2010-05-18 Jelmer VernooijFinish removal of iconv_convenience in public API's.
2010-04-27 Stefan Metzmachers4:lib/registry: fix the waf build
2010-04-27 Günther Deschners4: use shared registry functions.
2010-04-18 Andrew Tridgells4-waf: removed the unused installdir= option to SAMBA_...
2010-04-10 Matthias Dieter... s4:registry - "patchfile_preg.c" - use more "sizeof...
2010-04-10 Matthias Dieter... s4:registry - "patchfile_preg.c" - fix indentation
2010-04-10 Matthias Dieter... s4:registry - "patchfile_preg.c" - fix a datatype
2010-04-08 Matthias Dieter... s4:registry - "patchfile_preg.c" - assign a better...
2010-04-08 Matthias Dieter... s4:registry - "patchfile_preg.c" - make a SIVAL stateme...
2010-04-08 Jelmer Vernooijpynet: Create a net class.
2010-04-08 Matthias Dieter... s4:registry - "REGF backend" - don't ignore wrong-sized...
2010-04-08 Matthias Dieter... s4:registry - "patchfile_preg.c" - fix the read operati...
2010-04-08 Matthias Dieter... s4:registry - "patchfile_preg.c" - use "sizeof(uint32_t...
2010-04-07 Matthias Dieter... s4:registry - "regf backend" - fix it up regarding...
2010-04-07 Matthias Dieter... s4:pyregistry.c - fix indentation
2010-04-06 Andrew Tridgells4-waf: cleanup use of LIBPOPT vs popt dependency
2010-04-06 Andrew Tridgells4-waf: mark the wscript files as python so vim/emacs...
2010-04-06 Andrew Tridgells4-waf: enable the pc_files in the build rules
2010-04-06 Andrew Tridgellbuild: waf quicktest nearly works
2010-04-06 Andrew Tridgellbuild: much nicer pidl rules
2010-04-06 Andrew Tridgellbuild: enable ENFORCE_GROUP_ORDERING()
2010-03-30 Matthias Dieter... s4:registry/tests/diff.c - try to make also this test...
2010-03-30 Matthias Dieter... s4:registry/tests/hive.c - make the test compatible...
2010-03-29 Matthias Dieter... s4:registry/util.c - remove those "talloc_free"s
2010-03-29 Matthias Dieter... s4:registry/tests/generic.c - fix the DWORD_* types...
2010-03-29 Matthias Dieter... s4:registry/ldb.c - Break with "NULL" as an error case...
next