Age | Commit message (Expand) | Author | Files | Lines |
2010-10-07 | script: improvements to bisect-test.py | Andrew Tridgell | 1 | -12/+17 |
2010-10-07 | waf: fixed exit status of test suites | Andrew Tridgell | 3 | -6/+12 |
2010-10-07 | s3: Adding TCP_KEEPALIVE_THRESHOLD and TCP_KEEPALIVE_ABORT_THRESHOLD to t... | Ira Cooper | 1 | -0/+6 |
2010-10-06 | tevent: Only call handlers that ask for events | Volker Lendecke | 1 | -1/+1 |
2010-10-06 | Fix crash in SMB2 rename found by gentest. We must always have an lcomp | Jeremy Allison | 1 | -1/+1 |
2010-10-06 | maintainers: delete the old MAINTAINERS file | Andrew Tridgell | 1 | -40/+0 |
2010-10-06 | maintainers: added initial MAINTAINERS.txt | Andrew Tridgell | 1 | -0/+152 |
2010-10-06 | s3: Make the write end of the echo responder pipe non-blocking | Volker Lendecke | 1 | -0/+1 |
2010-10-06 | s3-build: use the simpler "make bin/smbtorture" for s4 torture | Andrew Tridgell | 1 | -2/+2 |
2010-10-06 | waf: allow for commands like "make bin/smbtorture" | Andrew Tridgell | 2 | -0/+9 |
2010-10-06 | s3-spoolss: added another intermittent failure to knownfail | Andrew Tridgell | 1 | -0/+1 |
2010-10-06 | autobuild: only add autobuild.log if it exists | Andrew Tridgell | 1 | -1/+2 |
2010-10-06 | waf: fixed some python3.x portability issues | Andrew Tridgell | 7 | -10/+18 |
2010-10-06 | waf: update to waf version 1.5.19 | Andrew Tridgell | 2 | -1/+1 |
2010-10-06 | s4:samldb LDB module - remove "type" parameter of "samldb_fill_object" | Matthias Dieter Wallnöfer | 1 | -6/+9 |
2010-10-06 | idtree: fix right shift of signed ints, crash on large ids on AIX | Rusty Russell | 1 | -1/+1 |
2010-10-06 | s4-heimdal: disable using the system compile_et for now | Andrew Tridgell | 1 | -2/+5 |
2010-10-06 | waf: fixed the problem with com_err on Ubuntu 9.04 | Andrew Tridgell | 2 | -22/+32 |
2010-10-06 | s4-test: Fix PYTHONPATH for samba4.schemaInfo.python(dc) test | Kamen Mazdrashki | 1 | -1/+1 |
2010-10-06 | Fix crash in SMB2 rename found by gentest. We must always have an lcomp | Jeremy Allison | 1 | -1/+1 |
2010-10-05 | heimdal-build: Require com_err library to provide com_right_r function. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-05 | land: Fix stage description during failure. | Jelmer Vernooij | 1 | -2/+2 |
2010-10-05 | land: Print out failed test in case of subunit failures. | Jelmer Vernooij | 1 | -3/+30 |
2010-10-05 | heimdal-com_err: fix the build for systems with older 'com_err' library | Kamen Mazdrashki | 1 | -1/+1 |
2010-10-05 | selftest: make it more obvious we only expect the printjob tests to fail. | Günther Deschner | 1 | -1/+2 |
2010-10-05 | Revert "libndr: fix "excess elements in struct initializer" warning." | Günther Deschner | 1 | -1/+0 |
2010-10-05 | s3-waf: add slightly different mkbuildoptions awk script for waf. | Günther Deschner | 2 | -1/+274 |
2010-10-05 | s3-waf: use more of the NDR_ subsystems. | Günther Deschner | 1 | -8/+7 |
2010-10-05 | Fix bug 7704 - Possible error in fix to rpc_server/srv_spoolss_nt.c. | Jeremy Allison | 1 | -1/+1 |
2010-10-05 | s4:subtree_delete LDB module - remove the DN from an error message | Matthias Dieter Wallnöfer | 1 | -3/+6 |
2010-10-05 | s4:setup/provision_rootdse_add.ldif - provide informations in the right order | Matthias Dieter Wallnöfer | 2 | -3/+3 |
2010-10-05 | s3-selftest: enable smb2 torture tests against samba3. | Günther Deschner | 3 | -1/+6 |
2010-10-05 | s4-selftest: move spoolss to skip list. | Günther Deschner | 2 | -1/+1 |
2010-10-05 | libndr: fix "excess elements in struct initializer" warning. | Günther Deschner | 1 | -0/+1 |
2010-10-05 | s3-reg_parse: fix uninitialized variable in srprs_key(). | Günther Deschner | 1 | -1/+1 |
2010-10-05 | s3-libndr: handle NDR_ERR_IPV6ADDRESS case in ndr_errstr(). | Günther Deschner | 1 | -0/+3 |
2010-10-05 | land: Fix failure detection. | Jelmer Vernooij | 1 | -33/+39 |
2010-10-05 | land: Simplify retry checker. | Jelmer Vernooij | 1 | -20/+30 |
2010-10-05 | s4-provision: Reset "debuglevel" after "provision" take place | Kamen Mazdrashki | 1 | -7/+9 |
2010-10-05 | s4-libnet_vampire: Reparent result.lp_ctx - we have already referenced it | Kamen Mazdrashki | 1 | -1/+1 |
2010-10-05 | s4-test: Fix PYTHONPATH for python.drs_ tests | Kamen Mazdrashki | 1 | -2/+2 |
2010-10-05 | s4-test: Use absolute path for 'samba4srcdir' | Kamen Mazdrashki | 1 | -1/+1 |
2010-10-05 | s3-waf: convert NSS_INFO into a subsystem. | Günther Deschner | 2 | -8/+52 |
2010-10-05 | s3-waf: add RPCCLI_WINREG subsystem. | Günther Deschner | 1 | -11/+9 |
2010-10-05 | s3: Stop using the write cache after an oplock break | Volker Lendecke | 1 | -0/+1 |
2010-10-05 | s4:samldb LDB module - simplify/unify the message handling on add and modify ... | Matthias Dieter Wallnöfer | 1 | -28/+54 |
2010-10-05 | s4:samldb LDB module - assign better memory contexts on two places | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2010-10-05 | s4:kdc - use "userAccountControl" always unsigned | Matthias Dieter Wallnöfer | 3 | -5/+5 |
2010-10-05 | s4:ldb_modules.c - fix a typo | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-10-05 | s4-test: changed the gentest test to use a fixed seed. | Andrew Tridgell | 1 | -1/+1 |