r3169: unlink() is called on the listening unix socket every time a child process
[nivanova/samba-autobuild/.git] / source4 / lib / registry /
2007-10-10 Jelmer Vernooijr3164: Look up ncalrpc identifiers using the EPMAPPER...
2007-10-10 Jelmer Vernooijr2914: ... and support enumerating values (data is...
2007-10-10 Jelmer Vernooijr2913: - Don't print hive name if it is NULL (regtree)
2007-10-10 Jelmer Vernooijr2911: Fix bug in opening relative keys
2007-10-10 Jelmer Vernooijr2898: - Support enumerating remote registry values
2007-10-10 Jelmer Vernooijr2897: Fix double registration (of the registry subsyst...
2007-10-10 Andrew Tridgellr2857: this commit gets rid of smb_ucs2_t, wpstring...
2007-10-10 Stefan Metzmacherr2686: remove unused gtk+ check
2007-10-10 Andrew Tridgellr2672: don't call a variable "dup" as that conflicts...
2007-10-10 Andrew Tridgellr2671: we're getting too many errors caused by the...
2007-10-10 Andrew Tridgellr2623: don't do pointer arithmetic on void*, as it...
2007-10-10 Jelmer Vernooijr2518: Some long overdue changes:
2007-10-10 Jelmer Vernooijr2257: Tab completion support in regshell (complete...
2007-10-10 Jelmer Vernooijr2254: Fix a couple of compiler warnings...
2007-10-10 Andrew Bartlettr1990: Fix breakage caused by the recent talloc changes...
2007-10-10 Andrew Tridgellr1983: a completely new implementation of talloc
2007-10-10 Volker Lendecker1894: Convert // to /* */
2007-10-10 Jelmer Vernooijr1432: - Move the various Gtk-specific parts from the...
2007-10-10 Jelmer Vernooijr1147: Support enumerating values
2007-10-10 Jelmer Vernooijr1119: Saner keyboard shortcuts
2007-10-10 Jelmer Vernooijr1118: Read-only enumeration of keys in the LDB backend...
2007-10-10 Andrew Tridgellr1040: make sure main() doesn't get auto-prototyped
2007-10-10 Jelmer Vernooijr1035: Support shared modules again
2007-10-10 Jelmer Vernooijr1032: Fix RPC backend segfault
2007-10-10 Stefan Metzmacherr960: convert 'unsigned int' to uint_t in the most...
2007-10-10 Stefan Metzmacherr959: - a static WERROR function should return a WERROR:-)
2007-10-10 Jelmer Vernooijr955: Update debian package rules... builds now
2007-10-10 Stefan Metzmacherr943: change samba4 to use 'uint8_t' instead of 'unsign...
2007-10-10 Andrew Tridgellr893: a few more _t conversions
2007-10-10 Stefan Metzmacherr890: convert samba4 to use [u]int8_t instead of [u...
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2007-10-10 Andrew Tridgellr873: converted samba4 to use real 64 bit integers...
2007-10-10 Stefan Metzmacherr857: fix the build of gregedit (typo:-)
2007-10-10 Stefan Metzmacherr851: convert lib/registry/ to a config.mk file
2007-10-10 Jelmer Vernooijr834: Fix gconf and dir backends
2007-10-10 Jelmer Vernooijr833: Compile error
2007-10-10 Jelmer Vernooijr832: Only show menu items for backends if they're...
2007-10-10 Jelmer Vernooijr830: Use pull_ucs2_talloc() instead of acnv_u2ux(...
2007-10-10 Jelmer Vernooijr829: Implement 'hive' command
2007-10-10 Jelmer Vernooijr828: Some fixes in the core and regshell concerning...
2007-10-10 Jelmer Vernooijr825: - Introduce support for multiple roots (or 'hives')
2007-10-10 Jelmer Vernooijr819: Fix seg fault in rpc backend, found by Andrew...
2007-10-10 Jelmer Vernooijr734: Fix crash bug
2007-10-10 Stefan Metzmacherr700: fix SMB_LIBRARY() to disable the lib by default
2007-10-10 Jelmer Vernooijr693: Make static
2007-10-10 Jelmer Vernooijr692: Add libwinregistry
2007-10-10 Jelmer Vernooijr686: - Add SMB_EXT_LIB_FROM_PKGCONFIG()
2007-10-10 Stefan Metzmacherr681: don't init r.out.result.v
2007-10-10 Stefan Metzmacherr673: disable registry_gconf for now
2007-10-10 Stefan Metzmacherr672: disable gregedit for now
2007-10-10 Stefan Metzmacherr668: fix the build
2007-10-10 Stefan Metzmacherr665: merge over the new build system from my tmp branch
2007-10-10 Jelmer Vernooijr655: Fix if() logic
2007-10-10 Stefan Metzmacherr467: hopefully get the buildfarm compiling fine now...
2007-10-10 Stefan Metzmacherr425: add some comments to ugly code parts
2007-10-10 Tim Potterr355: Fix a bunch of compiler warnings in the registry...
2007-10-10 Jelmer Vernooijr274: Be somewhat more POSIX compatible
2007-10-10 Herb Lewisr200: fix compile errors
2007-10-10 Jelmer Vernooijr199: More registry rpc updates
2007-10-10 Jelmer Vernooijr190: More RPC updates
2007-10-10 Jelmer Vernooijr187: RPC registry backend fixes
2007-10-10 Jelmer Vernooijr183: More bugfixes
2007-10-10 Jelmer Vernooijr182: Fix a couple of segfaults
2007-10-10 Jelmer Vernooijr181: Parsing windows '95 registry files now works...
2007-10-10 Jelmer Vernooijr174: Win95 registry files (like USER.DAT) can now...
2007-10-10 Jelmer Vernooijr169: Fix gregedit
2007-10-10 Jelmer Vernooijr168: - Cleanups in rpc backend
2007-10-10 Jelmer Vernooijr166: Fix enumerating values in nt4 backend
2007-10-10 Jelmer Vernooijr165: Add support for viewing registry values in gregedit
2007-10-10 Jelmer Vernooijr164: Viewing remote registries with gregedit works now
2007-10-10 Jelmer Vernooijr162: Minor bugfixes:
2007-10-10 Andrew Tridgellr134: - added ldb to the build of smbd
2007-10-10 Jelmer Vernooijr129: Convert other utilities to new API
2007-10-10 Jelmer Vernooijr128: Another registry update. Changes:
2007-10-10 Stefan Metzmacherr125: use AC_CONFIG_FILES() instead of AC_OUTPUT()
2007-10-10 Jelmer Vernooijr61: - Implement first call in the winreg rpc server
2007-10-10 Jelmer Vernooijr46: Add CreateKey function (still working on it)
2007-10-10 Jelmer Vernooijr36: - Start using memory pools in the registry library
2007-10-10 Jelmer Vernooijr31: More registry updates. regdiff/regpatch work now.
2007-10-10 Jelmer Vernooijr20: Add the registry library. Still needs a lot of...