1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-23 20:23:50 +03:00
Commit Graph

32 Commits

Author SHA1 Message Date
Jelmer Vernooij
5086d6b249 r2913: - Don't print hive name if it is NULL (regtree)
- Initialise hive name (reg_interface)
- Fix LDB backend (enumerating keys works now!)
2007-10-10 12:59:47 -05:00
Jelmer Vernooij
2762ed3b9b r2518: Some long overdue changes:
- Samba4-style code in lib/registry (struct registry_key instead of REG_KEY, etc)
 - Use hives (like Windows has drives) instead of one root key (like a Unix FS)
 - usability fixes in the GTK utilities (autodetect the username,
	enable/disable options, etc)
 - fix gwsam compile
 - several bugfixes in the registry rpc code
 - do charset conversion in nt4 registry backend
2007-10-10 12:59:01 -05:00
Jelmer Vernooij
83f9f8eaa4 r2257: Tab completion support in regshell (complete command names and key names
in the current key)
2007-10-10 12:58:35 -05:00
Volker Lendecke
5dc793b2b4 r1894: Convert // to /* */ 2007-10-10 12:58:09 -05:00
Jelmer Vernooij
d321cf20f1 r1432: - Move the various Gtk-specific parts from the registry code into a directory gtk/
- Move common "Samba-Gtk" code into gtk/common/ ("Connect to RPC pipe"-dialog, etc)
- Add a new utility 'gwcrontab' that can currently list, delete and add 'atsvc' jobs. It still displays times and dates as integers though, will fix that later.

Some screenshots available at:
 http://samba.org/~jelmer/gwcrontab/
2007-10-10 12:56:55 -05:00
Jelmer Vernooij
971941acc7 r1119: Saner keyboard shortcuts 2007-10-10 12:56:38 -05:00
Andrew Tridgell
7c2279e4bc r1040: make sure main() doesn't get auto-prototyped 2007-10-10 12:56:33 -05:00
Jelmer Vernooij
7949dc25ab r1035: Support shared modules again 2007-10-10 12:56:31 -05:00
Stefan Metzmacher
b5378803fd r943: change samba4 to use 'uint8_t' instead of 'unsigned char'
metze
2007-10-10 12:56:21 -05:00
Jelmer Vernooij
fe5166ee88 r834: Fix gconf and dir backends 2007-10-10 12:53:54 -05:00
Jelmer Vernooij
9228aeeafd r832: Only show menu items for backends if they're present 2007-10-10 12:53:54 -05:00
Jelmer Vernooij
2a87981bd0 r829: Implement 'hive' command 2007-10-10 12:53:53 -05:00
Jelmer Vernooij
25c27b176c r828: Some fixes in the core and regshell concerning hives and
unicode
2007-10-10 12:53:53 -05:00
Jelmer Vernooij
8cd1b6bc70 r825: - Introduce support for multiple roots (or 'hives')
- Clean up rpc backend (possible now that multiple hives are supported)
2007-10-10 12:53:53 -05:00
Jelmer Vernooij
30d3915c76 r693: Make static 2007-10-10 12:53:43 -05:00
Stefan Metzmacher
c78a2ddb28 r665: merge over the new build system from my tmp branch
to the main SAMBA_4_0 tree.

NOTE: that it's not completely ready, but it's functional:-)

metze
2007-10-10 12:53:36 -05:00
Jelmer Vernooij
09096cfc3e r655: Fix if() logic 2007-10-10 12:51:56 -05:00
Stefan Metzmacher
d15f0e18bb r467: hopefully get the buildfarm compiling fine now...
metze
2007-10-10 12:51:44 -05:00
Tim Potter
0be7a866dc r355: Fix a bunch of compiler warnings in the registry code. 2007-10-10 12:51:34 -05:00
Jelmer Vernooij
0a67057e96 r190: More RPC updates 2007-10-10 12:51:16 -05:00
Jelmer Vernooij
f832d6776c r187: RPC registry backend fixes 2007-10-10 12:51:15 -05:00
Jelmer Vernooij
88911bbcca r183: More bugfixes 2007-10-10 12:51:15 -05:00
Jelmer Vernooij
dd31d3bcbf r174: Win95 registry files (like USER.DAT) can now be partially parsed 2007-10-10 12:51:15 -05:00
Jelmer Vernooij
32036375de r169: Fix gregedit 2007-10-10 12:51:13 -05:00
Jelmer Vernooij
aa739e8d3c r168: - Cleanups in rpc backend
- Small fixess in nt4 and dir backends
- Start on w95 file backend
2007-10-10 12:51:13 -05:00
Jelmer Vernooij
1d8a6d762a r165: Add support for viewing registry values in gregedit 2007-10-10 12:51:13 -05:00
Jelmer Vernooij
697560a117 r164: Viewing remote registries with gregedit works now 2007-10-10 12:51:13 -05:00
Jelmer Vernooij
1bb64782c6 r162: Minor bugfixes:
- Don't keep windows open after errors
 - Don't build ldb backend by default
2007-10-10 12:51:12 -05:00
Jelmer Vernooij
95c9852b16 r129: Convert other utilities to new API 2007-10-10 12:51:09 -05:00
Jelmer Vernooij
3adffa0217 r128: Another registry update. Changes:
- Start with the LDB backend
- The API is now more windows-like, which should make it easier to use
  in rpc_server
- Added a GTK+ front-end
- Added some more IDL

More updates will follow, especially in the RPC field..
2007-10-10 12:51:09 -05:00
Jelmer Vernooij
98224f5436 r31: More registry updates. regdiff/regpatch work now. 2007-10-10 12:50:40 -05:00
Jelmer Vernooij
7cab3a00d7 r20: Add the registry library. Still needs a lot of work,
see source/lib/registry/TODO for details.
2007-10-10 12:50:33 -05:00