index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
lib
/
registry
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r2518: Some long overdue changes:
Jelmer Vernooij
16
-1254
/
+795
2007-10-10
r2257: Tab completion support in regshell (complete command names and key names
Jelmer Vernooij
2
-1
/
+125
2007-10-10
r2254: Fix a couple of compiler warnings...
Jelmer Vernooij
4
-16
/
+7
2007-10-10
r1990: Fix breakage caused by the recent talloc changes. (Failure to process
Andrew Bartlett
1
-2
/
+2
2007-10-10
r1983: a completely new implementation of talloc
Andrew Tridgell
4
-5
/
+5
2007-10-10
r1894: Convert // to /* */
Volker Lendecke
2
-2
/
+2
2007-10-10
r1432: - Move the various Gtk-specific parts from the registry code into a di...
Jelmer Vernooij
3
-801
/
+0
2007-10-10
r1147: Support enumerating values
Jelmer Vernooij
1
-4
/
+44
2007-10-10
r1119: Saner keyboard shortcuts
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r1118: Read-only enumeration of keys in the LDB backend works now :-)
Jelmer Vernooij
2
-36
/
+95
2007-10-10
r1040: make sure main() doesn't get auto-prototyped
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1035: Support shared modules again
Jelmer Vernooij
1
-12
/
+12
2007-10-10
r1032: Fix RPC backend segfault
Jelmer Vernooij
1
-2
/
+1
2007-10-10
r960: convert 'unsigned int' to uint_t in the most places
Stefan Metzmacher
2
-15
/
+15
2007-10-10
r959: - a static WERROR function should return a WERROR:-)
Stefan Metzmacher
1
-3
/
+4
2007-10-10
r955: Update debian package rules... builds now
Jelmer Vernooij
4
-5
/
+16
2007-10-10
r943: change samba4 to use 'uint8_t' instead of 'unsigned char'
Stefan Metzmacher
3
-11
/
+11
2007-10-10
r893: a few more _t conversions
Andrew Tridgell
1
-1
/
+1
2007-10-10
r890: convert samba4 to use [u]int8_t instead of [u]int8
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
7
-8
/
+8
2007-10-10
r873: converted samba4 to use real 64 bit integers instead of
Andrew Tridgell
1
-2
/
+1
2007-10-10
r857: fix the build of gregedit (typo:-)
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r851: convert lib/registry/ to a config.mk file
Stefan Metzmacher
2
-17
/
+147
2007-10-10
r834: Fix gconf and dir backends
Jelmer Vernooij
3
-14
/
+40
2007-10-10
r833: Compile error
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r832: Only show menu items for backends if they're present
Jelmer Vernooij
2
-24
/
+39
2007-10-10
r830: Use pull_ucs2_talloc() instead of acnv_u2ux() and fix a memory leak.
Jelmer Vernooij
1
-5
/
+2
2007-10-10
r829: Implement 'hive' command
Jelmer Vernooij
2
-1
/
+20
2007-10-10
r828: Some fixes in the core and regshell concerning hives and
Jelmer Vernooij
6
-17
/
+33
2007-10-10
r825: - Introduce support for multiple roots (or 'hives')
Jelmer Vernooij
12
-168
/
+213
2007-10-10
r819: Fix seg fault in rpc backend, found by Andrew Bartlett
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r734: Fix crash bug
Jelmer Vernooij
1
-3
/
+8
2007-10-10
r700: fix SMB_LIBRARY() to disable the lib by default
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r693: Make static
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r692: Add libwinregistry
Jelmer Vernooij
1
-0
/
+5
2007-10-10
r686: - Add SMB_EXT_LIB_FROM_PKGCONFIG()
Jelmer Vernooij
1
-9
/
+16
2007-10-10
r681: don't init r.out.result.v
Stefan Metzmacher
1
-1
/
+0
2007-10-10
r673: disable registry_gconf for now
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r672: disable gregedit for now
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r668: fix the build
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r665: merge over the new build system from my tmp branch
Stefan Metzmacher
14
-49
/
+52
2007-10-10
r655: Fix if() logic
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r467: hopefully get the buildfarm compiling fine now...
Stefan Metzmacher
5
-10
/
+13
2007-10-10
r425: add some comments to ugly code parts
Stefan Metzmacher
2
-1
/
+2
2007-10-10
r355: Fix a bunch of compiler warnings in the registry code.
Tim Potter
7
-36
/
+31
2007-10-10
r274: Be somewhat more POSIX compatible
Jelmer Vernooij
1
-9
/
+19
2007-10-10
r200: fix compile errors
Herb Lewis
2
-4
/
+7
2007-10-10
r199: More registry rpc updates
Jelmer Vernooij
1
-12
/
+31
2007-10-10
r190: More RPC updates
Jelmer Vernooij
2
-1
/
+54
2007-10-10
r187: RPC registry backend fixes
Jelmer Vernooij
4
-30
/
+127
[next]