Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-03 | heimdal: Move SAMBA_ERRTABLE to heimdal_build. | Jelmer Vernooij | 2 | -36/+35 | |
2010-10-03 | heimdal: Move autoproto code to heimdal_build. | Jelmer Vernooij | 2 | -23/+25 | |
2010-10-03 | wafsamba: Move heimdal library code to heimdal_build. | Jelmer Vernooij | 2 | -270/+274 | |
2010-10-03 | land: Inherit EMAIL from the environment. | Jelmer Vernooij | 1 | -0/+3 | |
2010-10-03 | pidl: Allow longs for bitmasks. | Jelmer Vernooij | 1 | -13/+24 | |
2010-10-03 | pidl: simplify some generated code. | Jelmer Vernooij | 1 | -4/+2 | |
2010-10-03 | heimdal: Convert hx509 to library. | Jelmer Vernooij | 1 | -2/+3 | |
2010-10-03 | heimdal: convert some subsystems to libraries, consistent with upstream heimdal. | Jelmer Vernooij | 4 | -24/+32 | |
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 | 2 | -42/+127 | |
* 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-03 | s3: I thought I had compiled this.... | Volker Lendecke | 1 | -1/+1 | |
2010-10-03 | s4:dsdb_dn_val_rmd_flags - memmem - scan the whole string for occourences | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Do this as in "dsdb_dn_is_upgraded_link_val". There is really no reason to truncate before search. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Oct 3 10:45:39 UTC 2010 on sn-devel-104 | |||||
2010-10-03 | s4:ldap.py - delete the right object after test completition | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-10-03 | s4:ldap.py - fix "system only" test | Matthias Dieter Wallnöfer | 1 | -0/+8 | |
A part was missing | |||||
2010-10-03 | s4:acl_read LDB module - fix counter type | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
2010-10-03 | s4:getncchanges.c - fix some counter types | Matthias Dieter Wallnöfer | 1 | -3/+3 | |
2010-10-03 | s4:schema_samba4.ldif - update allocated controls list | Matthias Dieter Wallnöfer | 1 | -0/+1 | |
This needs always to be done after a control allocation otherwise we end up in double-allocations and unexpected behaviour. | |||||
2010-10-03 | s4:libcli/resolve/dns_ex.c - fix "const" warning | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
2010-10-03 | s3: Move #define VALGRIND to config.h | Volker Lendecke | 2 | -10/+7 | |
This fixes the valgrind overrun in the tdb jenkins hash | |||||
2010-10-03 | s4:rpc_server/echo: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Oct 3 09:41:51 UTC 2010 on sn-devel-104 | |||||
2010-10-03 | s3: Attempt to fix the IRIX build | Volker Lendecke | 1 | -1/+1 | |
2010-10-03 | s3: Attempt to fix a ton of warnings on the build farm | Volker Lendecke | 3 | -12/+11 | |
2010-10-03 | s3: Remove talloc_autofree_context() from dmapi.c | Volker Lendecke | 1 | -2/+1 | |
This is a place where an explicit dmapi_destroy_session would be needed. But we don't use a destructor for this. | |||||
2010-10-03 | s3: Remove talloc_autofree_context() from unexpected.c | Volker Lendecke | 1 | -2/+1 | |
Same argument as in 997a64f6fb11e19d78c: If tdb_close() was needed at exit time, we'd have more severe problems by now. | |||||
2010-10-03 | s3: Remove talloc_autofree_context() from srv_samr_nt.c | Volker Lendecke | 1 | -4/+2 | |
The dispinfo structs need to survive within a process across pipe opens, but they don't have a special destructor | |||||
2010-10-03 | s3: Remove talloc_autofree_context from pdb_interface | Volker Lendecke | 1 | -1/+1 | |
None of the pdb backends have special destructors that need to be run at program exit. | |||||
2010-10-03 | s4-kcc: silence "Testing kcctpl_create_intersite_connections" message | Andrew Tridgell | 1 | -1/+1 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sun Oct 3 04:51:44 UTC 2010 on sn-devel-104 | |||||
2010-10-02 | s4-selftest: support 'make testenv SCREEN=1' | Andrew Tridgell | 4 | -5/+27 | |
this can be used to start a test envioronment in screen windows. Use: make testenv SCREEN=1 SELFTEST_TESTENV=dc to launch just one environment (in this case, "dc") | |||||
2010-10-02 | s4-selftest: silence warnings about bind chown | Andrew Tridgell | 2 | -2/+4 | |
2010-10-02 | s4-test: silence a tap2subunit error | Andrew Tridgell | 1 | -1/+1 | |
2010-10-02 | s4-test: silence the Failed to chown message in make test | Andrew Tridgell | 1 | -3/+5 | |
2010-10-02 | s4-ldif: get rid of the ndr_pull_error message on startup | Andrew Tridgell | 1 | -10/+15 | |
detect if the prefixmap blob is text or binary using the first 4 bytes | |||||
2010-10-02 | s4-server: exit with status 127 on SIGTERM | Andrew Tridgell | 1 | -1/+1 | |
this ensures that make test detects a failure if samba is killed by SIGTERM | |||||
2010-10-02 | s4-selftest: added --screen option for test | Andrew Tridgell | 2 | -4/+75 | |
you can now do: make test TESTS="some test" SCREEN=1 while in GNU screen, and all the samba servers will launch in their own new screen, named after the server name. You can also do: make test TESTS="some test" SCREEN=1 VALGRIND_SERVER=1 to run valgrind on each samba server, or make test TESTS="some test" SCREEN=1 GDBTEST=1 to run gdb on each server | |||||
2010-10-02 | s4-selftest: fixed up exit codes on signals for make test | Andrew Tridgell | 1 | -5/+10 | |
also set $ENVNAME in launched servers | |||||
2010-10-03 | land: Force always emailing when there is no other mechanism of progress ↵ | Jelmer Vernooij | 1 | -2/+8 | |
reporting. | |||||
2010-10-03 | land: Attach tarball of logs rather than individual logs to keep the | Jelmer Vernooij | 1 | -19/+11 | |
mail size reasonable. | |||||
2010-10-03 | land: Some cosmetic fixes. | Jelmer Vernooij | 2 | -30/+55 | |
2010-10-03 | land: Attach test output files to result emails. | Jelmer Vernooij | 1 | -11/+43 | |
2010-10-03 | land: Add --revision argument. | Jelmer Vernooij | 2 | -8/+29 | |