Gerald Carter
26a2fa97e4
r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for correct grammar
2007-10-10 14:08:59 -05:00
Jelmer Vernooij
3a5d3eb62c
r15878: Add explicit initialization to make the IBM checker happy.
2007-10-10 14:08:36 -05:00
Jelmer Vernooij
dece573d47
r15659: Implement opening a key by name (significant better performance
...
in some situations). Patch by Wilco Baan Hofman.
2007-10-10 14:08:04 -05:00
Jelmer Vernooij
02859870d6
r15458: Fix support for Windows XP-style registry files and support for large numbers of subkeys.
...
Patch by Wilco Baan Hofman <wilco@baanhofman.nl >
2007-10-10 14:05:38 -05:00
Jelmer Vernooij
eb435386f0
r14554: Write out header dependencies. This means all C files affected will be
...
rebuilt when a header file is changed. It also means parallel builds work now.
It will take a minute or so to generate all the dependency information,
but there should be no need to rebuild that information later on, unless
a file changes.
This behaviour is only enabled when building in developer mode
(--enable-developer) and requires a GNU make (or compatible). In all other
cases, the file 'static_deps.mk' is included, which contains some basic
hardcoded dependency information.
2007-10-10 13:58:45 -05:00
Andrew Tridgell
759e148734
r14295: make sure we return a valid data blob
2007-10-10 13:57:09 -05:00
Tim Potter
8fe5eadafe
r11709: Comment out unused function.
2007-10-10 13:46:16 -05:00
Jelmer Vernooij
b1ad340b47
r10207: Add some const
2007-10-10 13:38:08 -05:00
Tim Potter
05c0201815
r10104: Fix code before declaration.
2007-10-10 13:37:59 -05:00
Jelmer Vernooij
0e358de93a
r10030: Add hierarchical memory allocation to TDR's pull functions
2007-10-10 13:36:31 -05:00
Jelmer Vernooij
499d03bc90
r10028: More registry fixes.
...
Remove save_hive() function (there is a flush_key function already).
Fixes for the allocation mechanism in the REGF backend
2007-10-10 13:36:31 -05:00
Jelmer Vernooij
47cecd4726
r10026: Move registry header file to lib/registry
...
Add support for showing security descriptor in regshell
Add support for saving files in NT4 registry backend
2007-10-10 13:36:30 -05:00
Jelmer Vernooij
bcd433bfc1
r10025: Add some utility functions for storing/loading tdr encoded data
2007-10-10 13:36:30 -05:00
Jelmer Vernooij
ff8d3a27c1
r10020: Support for malloc / realloc / free in HBIN blocks
...
Initial support for adding keys (still broken though)
2007-10-10 13:36:30 -05:00
Jelmer Vernooij
b349e902c7
r10016: Support reading security descriptors on keys.
2007-10-10 13:36:29 -05:00
Jelmer Vernooij
0ad46ef804
r10015: Change the NT4 registry backend to use the IDL-generate parse functions.
2007-10-10 13:36:29 -05:00
Jelmer Vernooij
709fdc7ebf
r10007: Merge data_blk and data_len member of registry_value into a DATA_BLOB.
...
Fix handling of REG_DWORD in the LDB backend.
Fix a couple of warnings
2007-10-10 13:36:28 -05:00
Andrew Tridgell
a58ea6b385
r8520: fixed a pile of warnings from the build farm gcc -Wall output on
...
S390. This is an attempt to avoid the panic we're seeing in the
automatic builds.
The main fixes are:
- assumptions that sizeof(size_t) == sizeof(int), mostly in printf formats
- use of NULL format statements to perform dn searches.
- assumption that sizeof() returns an int
2007-10-10 13:29:34 -05:00
Jelmer Vernooij
6c3b1ec329
r6045: Couple of small GTK+ fixes
...
Use uint32_t and uint16_t rather then DWORD and WORD in
the NT4 backend. Add some more unknown fields..
2007-10-10 13:11:16 -05:00
Stefan Metzmacher
6bb07a0ed8
r5134: - fix types to always use _t types
...
- add #include "system/filesys.h" where needed
metze
2007-10-10 13:09:25 -05:00
Andrew Tridgell
ec32b22ed5
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
...
large commit. I thought this was worthwhile to get done for
consistency.
2007-10-10 13:09:15 -05:00
Andrew Tridgell
89b74b5354
r4549: got rid of a lot more uses of plain talloc(), instead using
...
talloc_size() or talloc_array_p() where appropriate.
also fixed a memory leak in pvfs_copy_file() (failed to free a memory
context)
2007-10-10 13:08:25 -05:00
Jelmer Vernooij
9fa25260d3
r4213: Store REG_SZ in UTF16, not the unix charset..
...
It is now possible to use the "Add..." button in the Security
tab of the File Properties Dialog box.
2007-10-10 13:07:27 -05:00
Jelmer Vernooij
f3e0578280
r4209: Fix several smaller bugs
...
Add "predef" and "set" commands in regshell
Some of the remote calls from a Windows box work now.
2007-10-10 13:07:27 -05:00
Jelmer Vernooij
c169e86c1f
r4132: - Bunch of rather large fixes in the registry
...
- Added some README files
Not everything works yet, e.g. the EnumValue test appears to be broken.
2007-10-10 13:06:29 -05:00