Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-03 | s4:lib/registry/ldb.c - quit the deletion of a not-existing default value ↵ | Matthias Dieter Wallnöfer | 1 | -1/+3 | |
with WERR_BADFILE Reviewed-by: Jelmer | |||||
2011-11-03 | s4:lib/registry/ldb.c - don't use search filters for base searches | Matthias Dieter Wallnöfer | 1 | -2/+4 | |
They are not necessary in this case. Reviewed-by: Jelmer | |||||
2011-11-03 | s4:lib/registry/regf.c - always generate debug messages on error cases | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
We need to know what is going on. Reviewed-by: Jelmer | |||||
2011-08-14 | Use public pytalloc header file. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Aug 14 17:18:46 CEST 2011 on sn-devel-104 | |||||
2011-08-10 | pytalloc: Use consistent prefix for functions, add ABI file. | Jelmer Vernooij | 1 | -15/+15 | |
2011-08-08 | s4:pyregistry: PyArg_ParseTuple("z#") requires an 'int' argument instead of ↵ | Stefan Metzmacher | 1 | -1/+4 | |
'size_t' If we pass variables by reference we don't get implicit type casting. metze | |||||
2011-06-06 | s4-modules Remove lp_ctx from init functions that no longer need it | Andrew Bartlett | 1 | -1/+1 | |
Now that we don't allow the smb.conf to change the modules dir, many functions that simply load modules or initialise a subsytem that may load modules no longer need an lp_ctx. Andrew Bartlett | |||||
2011-05-18 | build: Expand dcerpc-samba grouping library | Andrew Bartlett | 1 | -1/+1 | |
This is possible in common now because the generated RPC code does not rely on a particular dcerpc layer. Andrew Bartlett | |||||
2011-03-30 | s4:lib/registry/registry.h - align a copyright line in header comment | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2011-03-29 | Ensure convert_string_XXX is always called with a valid converted_size pointer. | Jeremy Allison | 2 | -2/+4 | |
Preparation for cleaning up this API. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Mar 29 21:01:49 CEST 2011 on sn-devel-104 | |||||
2011-03-24 | charcnv: removed the allow_badcharcnv and allow_bad_conv options to ↵ | Andrew Tridgell | 4 | -10/+9 | |
convert_string*() we shouldn't accept bad multi-byte strings, it just hides problems Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Mar 24 01:47:26 CET 2011 on sn-devel-104 | |||||
2011-03-19 | lib/registry/tests: Fix prototypes. | Jelmer Vernooij | 4 | -4/+4 | |
2011-03-19 | source4/lib: Fix prototypes for all functions. | Jelmer Vernooij | 1 | -0/+2 | |
2011-02-24 | build: moved util_reg.c into a common subsystem | Andrew Tridgell | 1 | -2/+2 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Feb 24 05:53:52 CET 2011 on sn-devel-104 | |||||
2011-02-10 | ldb: use #include <ldb.h> for ldb | Andrew Tridgell | 1 | -2/+2 | |
thi ensures we are using the header corresponding to the version of ldb we're linking against. Otherwise we could use the system ldb for link and the in-tree one for include Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 4 | -4/+4 | |
This is consistent with the test names used by selftest, should make the names less confusing and easier to integrate with other tools. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 11 04:16:13 CET 2010 on sn-devel-104 | |||||
2010-12-08 | s4-pkgconfig: add @LIB_RPATH@ to our link flags | Andrew Tridgell | 1 | -1/+1 | |
this is only set when rpath is used on install. It ensures that applications that link against Samba libraries get the rpath right Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Dec 8 12:46:00 CET 2010 on sn-devel-104 | |||||
2010-12-01 | pyregistry: Use talloc.Object. | Jelmer Vernooij | 1 | -4/+9 | |
2010-11-27 | s4:lib/registry/rpc.c - remove a duplicate assignment | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
2010-11-22 | Avoid the use of PyAPI_DATA, which is for internal Python API's. | Arnaud Faucher | 1 | -3/+3 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Nov 22 00:52:56 CET 2010 on sn-devel-104 | |||||
2010-11-07 | ldbsamba: Lowercase library name. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 1 | -111/+0 | |
The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104 | |||||
2010-10-30 | s4-build: removed some unnecessary dependencies | Andrew Tridgell | 1 | -1/+1 | |
based on running waf --symbol-check | |||||
2010-10-26 | talloc: change pytalloc-util to be a public library. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 1 | -5/+5 | |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 1 | -5/+5 | |
2010-10-21 | s4-waf: don't depend directly on python modules | Andrew Tridgell | 1 | -1/+1 | |
build rules should not list dependencies on python modules. Instead, if code needs the module it should use the python API import calls to access the module. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-15 | s4:lib/registry/util.c - cosmetic - fix indentation, trailing whitespaces | Matthias Dieter Wallnöfer | 1 | -10/+11 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Oct 15 07:27:07 UTC 2010 on sn-devel-104 | |||||
2010-10-15 | s4:lib/registry/util.c - strtoll call - better say explicitly that data is ↵ | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
in hex format Template is commit deebc934edb9a0a70e7615b1161d7a60fcb1d78f from Wilco. | |||||
2010-10-04 | registry: Make a two more functions static. | Jelmer Vernooij | 1 | -2/+2 | |
2010-10-03 | s4:patchfile_dotreg.c - use "size_t" when counting characters in DATA_BLOBs | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Oct 3 16:03:41 UTC 2010 on sn-devel-104 | |||||
2010-10-03 | Make sure REG_SZ is properly written to a .reg file (not as hex(1)), fix ↵ | Wilco Baan Hofman | 1 | -11/+25 | |
trailing comma REG_BINARY. Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-10-03 | Fix issues addressed by Jelmer: | Wilco Baan Hofman | 2 | -2/+7 | |
* Add a comment about why the reg_strhex_to_data_blob was added * Fix int which should've been a boolean Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-10-03 | Fix patchfile_dotreg to write proper .reg files: 'hex(1..B):', 'dword:', etc | Wilco Baan Hofman | 1 | -3/+73 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-10-03 | Fix registry editor to be compatible with Windows 7. | Wilco Baan Hofman | 1 | -5/+71 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-10-03 | 5 uint32_t's should be set, not 5 bytes. | Wilco Baan Hofman | 1 | -1/+1 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-10-03 | The root key should be created as a root key, not subkey. | Wilco Baan Hofman | 1 | -1/+1 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-10-03 | Do not include the closing doublequote in .reg files. | Wilco Baan Hofman | 1 | -1/+1 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-10-03 | Fix hex():00,00,00 bugs and strtol dword bugs, these values are explicitly hex. | Wilco Baan Hofman | 1 | -7/+37 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-10-03 | Make sure we write the value stored in value, not line (doublequoted). | Wilco Baan Hofman | 1 | -4/+4 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-10-03 | Make sure that regf only writes to disk every five seconds or when flushed ↵ | Wilco Baan Hofman | 1 | -9/+51 | |
or destroyed Brings speed up on a large .reg import from 17.5s to 0.95s, over 18 times faster Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-10-03 | Fix .reg file format parsing. | Wilco Baan Hofman | 1 | -39/+124 | |
* multiline data * doublequoted value name * handle windows format CRLF Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-10-03 | Fix registry parsing of strings to also support the windows method. | Wilco Baan Hofman | 1 | -1/+33 | |
Specifically: dword:00000000, hex:00,00,00,00, hex(0..B):00,00,00,00 Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-10-01 | samba: share readline wrappers among all buildsystems. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-09-22 | s4-param: Fix more memory leaks, invalid memory context. | Jelmer Vernooij | 1 | -3/+34 | |
2010-09-21 | s4-selftest: Move more tests to scripting/python, simplifies running of tests. | Jelmer Vernooij | 1 | -60/+0 | |
2010-09-19 | Fix regf.idl, subkey and rootkey types were switched. | wilco@baanhofman.nl | 1 | -2/+2 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-09-19 | Fix file corruption (non-updated header) on new allocation. | wilco@baanhofman.nl | 1 | -8/+17 | |
Also fixes debug messages to use hex offsets. Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-09-19 | Fix crash when no subkeys exist. Fix writing outside of buffer error by regf ↵ | wilco@baanhofman.nl | 1 | -2/+13 | |
backend. Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-09-19 | Add python bindings for open_hive function to be able to load REGF files. | wilco@baanhofman.nl | 1 | -4/+43 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> |