s4-registry: fixed byte order assumptions
[abartlet/samba.git/.git] / source4 / lib / registry / regf.c
2010-02-07 Andrew Tridgells4-registry: fixed byte order assumptions
2010-01-19 Wilco Baan HofmanFix unintentional free of the last value when adding...
2009-11-15 Wilco Baan HofmanFix trailing garbage in the hbin block.
2009-09-26 Jelmer Vernooijregistry: Fix warning freeing talloc pointer with multi...
2009-06-19 Matthias Dieter... Fixed some uninitialised variables
2009-02-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-05 Stefan Metzmachers4:lib/registry: fix c++ warnings
2009-01-04 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-02 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-01-02 scudette@gmail.comChanged code to use proper talloc context instead of...
2009-01-02 scudette@gmail.comFixes uninitialised access as reported by valgrind.
2008-10-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-24 Jelmer VernooijRemove unused include param/param.h.
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-12 Jelmer VernooijUse common util_file code.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-05-27 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-15 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-14 Wilco Baan HofmanAdd support for security descriptors. Also patched...
2008-04-08 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-02 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-02 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-02 Jelmer VernooijMerge hive.h into registry.h
2008-03-03 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-03-03 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-03-02 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-03-02 Jelmer VernooijMerge branch 'v4-0-test' into id10ts-registry
2008-02-29 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-28 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-28 Jelmer VernooijMerge branch 'v4-0-trivial' into v4-0-test
2008-02-27 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-27 Andrew Kroegerregistry: Implement recursive deletes for regf-backed...
2008-02-21 Jelmer VernooijRemove yet more uses of global_loadparm.
2008-01-22 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-01-21 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-01-18 Andrew BartlettMerge commit 'origin/v4-0-test' into 4-0-local
2008-01-18 Jelmer Vernooijregistry: Use correct return values.
2008-01-18 Jelmer Vernooijregistry: Improve error codes and update tests.
2008-01-07 Jelmer Vernooijr26689: registry: Return max_subkeynamelen, max_valname...
2008-01-01 Jelmer Vernooijr26639: librpc: Pass iconv convenience on from RPC...
2008-01-01 Jelmer Vernooijr26638: libndr: Require explicitly specifying iconv_con...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Kai Blinr26451: Janitorial: fix warnings in lib/registry/
2007-12-21 Jelmer Vernooijr26443: Remove global_loadparm instances.
2007-12-21 Jelmer Vernooijr26439: Require tdr_pull users to specify a smb_iconv...
2007-12-21 Jelmer Vernooijr26438: Store iconv convenience in tdr push contexts.
2007-12-21 Stefan Metzmacherr25920: ndr: change NTSTAUS into enum ndr_err_code...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Günther Deschnerr25544: Cleanup some more indents in lib/registry.
2007-10-10 Jelmer Vernooijr25047: Fix more warnings.
2007-10-10 Jelmer Vernooijr25000: Fix some more C++ compatibility warnings.
2007-10-10 Jelmer Vernooijr24684: Be a bit less verbose
2007-10-10 Jelmer Vernooijr24667: Finally merge the registry improvements that...