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
2009-07-19
source4/lib/registry/patchfile.c(reg_diff_load): fixed possible resource leak.
Slava Semushin
1
-0
/
+1
2009-06-19
Fixed some uninitialised variables
Matthias Dieter Wallnöfer
1
-1
/
+2
2009-06-02
python: Move helper functions for using param into a separate file rather
Jelmer Vernooij
1
-1
/
+1
2009-04-23
Add a new non-convenience version of push_codepoint.
Jelmer Vernooij
1
-20
/
+18
2009-03-01
s4: Use same function signature for convert_* as s3.
Jelmer Vernooij
3
-13
/
+13
2009-03-01
Add allow_badcharcnv argument to all conversion function, for
Jelmer Vernooij
3
-7
/
+7
2009-02-06
s4:pyregistry: fix crash bugs introduced by e5a6eadd8214b56da34f733318a0fecae...
Stefan Metzmacher
1
-2
/
+3
2009-02-05
s4:pyregistry: fix compiler warnings
Stefan Metzmacher
1
-13
/
+16
2009-02-05
s4:lib/registry: fix c++ warnings
Stefan Metzmacher
2
-8
/
+8
2009-02-02
s4:auth/credentials: the python bindings don't use swig anymore
Stefan Metzmacher
1
-1
/
+1
2009-02-02
s4:lib/registry: s/new/nkey
Stefan Metzmacher
1
-3
/
+3
2009-01-16
winreg: fix winreg_EnumValue callers.
Günther Deschner
1
-1
/
+1
2009-01-08
Avoid using a utility header for Python replacements included in Samba,
Jelmer Vernooij
1
-1
/
+5
2009-01-07
s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4
Tim Prouty
1
-1
/
+1
2009-01-06
py: Properly increase the reference counter of Py_None.
Jelmer Vernooij
1
-9
/
+9
2009-01-02
Changed code to use proper talloc context instead of NULL to control memory l...
scudette@gmail.com
2
-2
/
+2
2009-01-02
Memory leak fixed due to accumulation of open reg keys.
scudette@gmail.com
1
-5
/
+8
2009-01-02
Fixes uninitialised access as reported by valgrind.
scudette@gmail.com
1
-1
/
+1
2009-01-02
s4:pyregistry: use tevent_context_init()
Stefan Metzmacher
1
-1
/
+1
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
10
-19
/
+19
2008-12-22
Add header for pyparam.
Jelmer Vernooij
1
-1
/
+1
2008-12-21
py: Fix initialisation of subtypes, fix segfaults.
Jelmer Vernooij
1
-0
/
+3
2008-12-18
Use plain Python C API for registry module, rather than SWIG.
Jelmer Vernooij
3
-19
/
+322
2008-12-16
Start converting registry python module to plain C rather than SWIG.
Jelmer Vernooij
5
-4870
/
+132
2008-11-16
s4:torture: fix the build with auto dependencies
Stefan Metzmacher
1
-1
/
+1
2008-11-02
Remove use of global_loadparm during initialization of gensec.
Jelmer Vernooij
1
-1
/
+1
2008-10-30
Fix installation of Samba 4 during merged build.
Jelmer Vernooij
1
-1
/
+1
2008-10-24
Remove unused include param/param.h.
Jelmer Vernooij
5
-6
/
+1
2008-10-24
Regenerate SWIG files.
Jelmer Vernooij
2
-7
/
+6
2008-10-24
Remove more usages of global_loadparm.
Jelmer Vernooij
6
-25
/
+48
2008-10-24
Remove more uses of global_loadparm.
Jelmer Vernooij
1
-8
/
+4
2008-10-24
Remove iconv_convenience argument from convert_string{,talloc}() but
Jelmer Vernooij
3
-7
/
+7
2008-10-21
Fix double free.
Jelmer Vernooij
1
-1
/
+0
2008-10-21
Fix the build.
Jelmer Vernooij
1
-2
/
+2
2008-10-21
Revert "Registry server LDB backend: Don't make copies of the same type"
Jelmer Vernooij
1
-2
/
+2
2008-10-21
Merge branch 'master' of ssh://git.samba.org/data/git/samba into regsrv
Jelmer Vernooij
14
-214
/
+307
2008-10-21
Registry server LDB backend: Don't make copies of the same type
Matthias Dieter Wallnöfer
1
-2
/
+2
2008-10-21
Registry server LDB backend REG_BINARY type: Save it directly in LDB
Matthias Dieter Wallnöfer
1
-3
/
+5
2008-10-21
Registry server LDB backend REG_SZ type: Always use UTF8 encoding
Matthias Dieter Wallnöfer
1
-2
/
+2
2008-10-21
Registry server LDB backend REG_SZ type: Fix up the empty string problem
Matthias Dieter Wallnöfer
1
-5
/
+15
2008-10-21
Registry server: Fixes up the patch with "type" != NULL (used in "EnumValue" ...
Matthias Dieter Wallnöfer
1
-2
/
+3
2008-10-21
Registry server "reg_ldb_unpack_value": Tests demonstrate that also "type" do...
Matthias Dieter Wallnöfer
1
-2
/
+2
2008-10-21
Revert "Registry server "reg_ldb_unpack_value": Let "data" pointer be NULL"
Matthias Dieter Wallnöfer
1
-27
/
+23
2008-10-21
Registry server "reg_ldb_unpack_value": Let "data" pointer be NULL
Matthias Dieter Wallnöfer
1
-23
/
+27
2008-10-21
Cleanups of server files
Matthias Dieter Wallnöfer
1
-1
/
+5
2008-10-21
Registry server: More work to be compatible
Matthias Dieter Wallnöfer
1
-14
/
+25
2008-10-21
ldb_get_value_by_id: Fix the return of the default value
Matthias Dieter Wallnöfer
1
-14
/
+15
2008-10-21
reg_ldb_unpack_value: Change "CH_UTF8" in "CH_UNIX"
Matthias Dieter Wallnöfer
1
-1
/
+1
2008-10-21
ldb_del_value: Free key data also when removing the default attribute
Matthias Dieter Wallnöfer
1
-4
/
+4
2008-10-21
Fix for allowing the REG_BINARY type and introducing the default attribute
Matthias Dieter Wallnöfer
1
-45
/
+128
[next]