Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-10-30 | s4-build: removed some unnecessary dependencies | Andrew Tridgell | 1 | -1/+1 |
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 |
2010-10-15 | s4:lib/registry/util.c - cosmetic - fix indentation, trailing whitespaces | Matthias Dieter Wallnöfer | 1 | -10/+11 |
2010-10-15 | s4:lib/registry/util.c - strtoll call - better say explicitly that data is in... | Matthias Dieter Wallnöfer | 1 | -1/+1 |
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 |
2010-10-03 | Make sure REG_SZ is properly written to a .reg file (not as hex(1)), fix trai... | Wilco Baan Hofman | 1 | -11/+25 |
2010-10-03 | Fix issues addressed by Jelmer: | Wilco Baan Hofman | 2 | -2/+7 |
2010-10-03 | Fix patchfile_dotreg to write proper .reg files: 'hex(1..B):', 'dword:', etc | Wilco Baan Hofman | 1 | -3/+73 |
2010-10-03 | Fix registry editor to be compatible with Windows 7. | Wilco Baan Hofman | 1 | -5/+71 |
2010-10-03 | 5 uint32_t's should be set, not 5 bytes. | Wilco Baan Hofman | 1 | -1/+1 |
2010-10-03 | The root key should be created as a root key, not subkey. | Wilco Baan Hofman | 1 | -1/+1 |
2010-10-03 | Do not include the closing doublequote in .reg files. | Wilco Baan Hofman | 1 | -1/+1 |
2010-10-03 | Fix hex():00,00,00 bugs and strtol dword bugs, these values are explicitly hex. | Wilco Baan Hofman | 1 | -7/+37 |
2010-10-03 | Make sure we write the value stored in value, not line (doublequoted). | Wilco Baan Hofman | 1 | -4/+4 |
2010-10-03 | Make sure that regf only writes to disk every five seconds or when flushed or... | Wilco Baan Hofman | 1 | -9/+51 |
2010-10-03 | Fix .reg file format parsing. | Wilco Baan Hofman | 1 | -39/+124 |
2010-10-03 | Fix registry parsing of strings to also support the windows method. | Wilco Baan Hofman | 1 | -1/+33 |
2010-10-01 | samba: share readline wrappers among all buildsystems. | Günther Deschner | 1 | -1/+1 |
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 |
2010-09-19 | Fix file corruption (non-updated header) on new allocation. | wilco@baanhofman.nl | 1 | -8/+17 |
2010-09-19 | Fix crash when no subkeys exist. Fix writing outside of buffer error by regf ... | wilco@baanhofman.nl | 1 | -2/+13 |
2010-09-19 | Add python bindings for open_hive function to be able to load REGF files. | wilco@baanhofman.nl | 1 | -4/+43 |
2010-09-15 | s4: fixed some printf format errors | Andrew Tridgell | 2 | -2/+2 |
2010-08-23 | s4-pyregistry: use s4_event_context_init() | Andrew Tridgell | 1 | -2/+2 |
2010-08-22 | Avoid use of Samba DTD, which requires net access. | Jelmer Vernooij | 4 | -4/+4 |
2010-08-17 | s4-ldb: use LDB_FLAG_MOD_TYPE() to extract element type from messages | Andrew Tridgell | 1 | -1/+1 |
2010-08-09 | s4-build: use @PACKAGE_VERSION@ in s4 pc.in files | Andrew Tridgell | 1 | -1/+1 |
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 2 | -3/+3 |
2010-07-01 | s4:lib/registry/ldb.c - free some "msg" objects earlier through explicit "tal... | Matthias Dieter Wallnöfer | 1 | -1/+10 |
2010-07-01 | s4:registry - move some common constraint checks to the "local" backend | Matthias Dieter Wallnöfer | 2 | -24/+24 |
2010-07-01 | s4:lib/registry/tests/registry.c - test recursive key generation | Matthias Dieter Wallnöfer | 1 | -8/+3 |
2010-07-01 | s4:registry - on key add operations we have to handle with paths not always o... | Matthias Dieter Wallnöfer | 3 | -5/+5 |
2010-07-01 | s4:lib/registry/local.c - support recursive key generation | Matthias Dieter Wallnöfer | 1 | -40/+53 |
2010-07-01 | s4:lib/registry/ldb.c - refactor "reg_path_to_ldb" | Matthias Dieter Wallnöfer | 1 | -19/+21 |
2010-07-01 | s4:lib/registry/ldb.c - use "ldb_path" rather than "ldap_path" as LDB key var... | Matthias Dieter Wallnöfer | 1 | -14/+14 |
2010-07-01 | s4:lib/registry/ldb.c - "ldb_add_key" - fix talloc handling | Matthias Dieter Wallnöfer | 1 | -8/+14 |
2010-06-28 | s4:lib/registry/ldb.c - add a missing brace | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-06-28 | s4:lib/registry/ldb.c - fix memory handling in "ldb_open_key" | Matthias Dieter Wallnöfer | 1 | -1/+4 |
2010-06-28 | s4:lib/ldb/registry.c - handle the classname in the right way | Matthias Dieter Wallnöfer | 1 | -1/+8 |
2010-06-28 | s4:lib/registry/ldb.c - remove really useless "local_ctx" | Matthias Dieter Wallnöfer | 1 | -8/+2 |
2010-06-28 | s4:lib/registry/ldb.c - retrieve the classname correctly in "ldb_get_subkey_b... | Matthias Dieter Wallnöfer | 1 | -7/+6 |
2010-06-28 | s4:lib/registry/ldb.c - change the "ldb_get_value" implementation to use the ... | Matthias Dieter Wallnöfer | 1 | -20/+17 |