Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-05 | upgradeprovision: Fix use of dict.get(). | Jelmer Vernooij | 1 | -11/+5 | |
Avoid modifying list while iterating over it. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Jan 5 03:37:35 CET 2011 on sn-devel-104 | |||||
2011-01-05 | s4-python: Allow setting TEST_DEBUG_LEVEL to override debug level for tests. | Jelmer Vernooij | 1 | -0/+10 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Jan 5 01:58:44 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s4/ldapcmp: Check if creds2 is actualy set by the command line | Anatoliy Atanasov | 1 | -1/+1 | |
When parsing the command line for the second set of credentials the parser returns wrong user if the second set of parameters isn't set. So check if the password is set instead. Autobuild-User: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> Autobuild-Date: Tue Jan 4 18:11:26 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s4/ldapcmp: Fix the parsing of the second set of credentials | Anatoliy Atanasov | 1 | -1/+1 | |
We need this second set of credentials so we can do comparison between DCs in two different domains. Autobuild-User: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> Autobuild-Date: Tue Jan 4 16:36:06 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s4-smbtorture: check driver_version equality as well. | Günther Deschner | 1 | -0/+2 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jan 4 11:22:09 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s4-smbtorture: always setup full driver level 8 in test_add_driver_arg(). | Günther Deschner | 1 | -6/+13 | |
Guenther | |||||
2011-01-04 | s4-smbtorture: in test_GetDriverInfo_winreg() always test level 6 for samba3 as | Günther Deschner | 1 | -7/+2 | |
well. Guenther | |||||
2011-01-04 | s4-smbtorture: setup help and dependent files in spoolss driver unc path tests. | Günther Deschner | 1 | -0/+8 | |
Guenther | |||||
2011-01-04 | s4-smbtorture: fix DriverDate and DriverVersion comparison checks against w2k3. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2011-01-04 | s4-smbtorture: add more tests for driver_dates. | Günther Deschner | 1 | -0/+39 | |
Guenther | |||||
2011-01-04 | dynconfig: Add extern to header, try to unbreak imini buildfarm host. | Brad Hards | 1 | -1/+1 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Jan 4 05:39:57 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s4-heimdal_build Remove talloc dep for krb5-glue.c | Andrew Bartlett | 1 | -6/+0 | |
This glue does not require any internal Samba functionality, just the same heimdal headers as the files it is providing a stub replacement for. Andrew Bartlett | |||||
2011-01-04 | s4-heimdal_build Remove talloc dependency from hdb-glue.c | Andrew Bartlett | 1 | -6/+0 | |
This file can compile with just heimdal headers. Andrew Bartlett | |||||
2011-01-03 | s4:gensec/schannel: use netsec_outgoing_sig_size() to get the signature size | Stefan Metzmacher | 1 | -1/+6 | |
metze | |||||
2011-01-03 | s4:dynconfig: Add prototypes to match dynconfig.c | Brad Hards | 2 | -20/+36 | |
Also, SCRIPTSBINDIR isn't really common with Samba3 dynconfig Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 3 13:25:04 CET 2011 on sn-devel-104 | |||||
2011-01-03 | s4:ldb: Make sample module implementation static. | Brad Hards | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 3 12:28:21 CET 2011 on sn-devel-104 | |||||
2011-01-03 | s4:ldb: Add prototype header. | Brad Hards | 1 | -0/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-01-03 | remove unnecessary use of pass. | Jelmer Vernooij | 1 | -8/+0 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Jan 3 08:21:12 CET 2011 on sn-devel-104 | |||||
2011-01-03 | pyldb: Fix memory reference error. | Jelmer Vernooij | 2 | -2/+6 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Jan 3 02:34:05 CET 2011 on sn-devel-104 | |||||
2011-01-03 | Use TestCase.get_credentials() where possible. | Jelmer Vernooij | 4 | -7/+6 | |
2011-01-03 | pyldb: Always return -1, 0, or 1 in tp_compare functions. | Jelmer Vernooij | 1 | -6/+9 | |
2011-01-03 | Revert broken destructor changes. | Jelmer Vernooij | 1 | -1/+1 | |
2011-01-03 | pyldb: Fix memory context, add more OOM checks. | Jelmer Vernooij | 2 | -7/+11 | |
2011-01-03 | pyldb: Some more OOM checks. | Jelmer Vernooij | 1 | -4/+28 | |
2011-01-03 | Make all functions in pyldb.c private, as they can't be used anyway. | Jelmer Vernooij | 2 | -26/+27 | |
2011-01-03 | s4-python: Add missing prototypes. | Jelmer Vernooij | 2 | -0/+4 | |
2011-01-03 | pyldb: Use pytalloc-util. | Jelmer Vernooij | 2 | -1/+2 | |
2011-01-03 | ldb: Remove duplicate definition of check_special, use PyObject_New. | Jelmer Vernooij | 1 | -5/+4 | |
2011-01-03 | s4-python: Properly call PyObject_Del from all destructors. | Jelmer Vernooij | 1 | -1/+1 | |
2011-01-02 | s4: Happy New Year 2011 | Stefan Metzmacher | 1 | -1/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Jan 2 18:42:12 CET 2011 on sn-devel-104 | |||||
2011-01-01 | heimdal_build: Add missing dependencies when building with system heimdal. | Jelmer Vernooij | 3 | -3/+4 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Jan 1 04:46:35 CET 2011 on sn-devel-104 | |||||
2011-01-01 | heimdal_build: Support using system gssapi library. | Jelmer Vernooij | 1 | -0/+2 | |
2011-01-01 | heimdal_build: Support using system hdb and kdc libraries. | Jelmer Vernooij | 1 | -0/+5 | |
2011-01-01 | heimdal_build: Add conditionals for all libraries. | Jelmer Vernooij | 1 | -110/+105 | |
2011-01-01 | heimdal_build: Allow using system krb5. | Jelmer Vernooij | 2 | -70/+72 | |
2011-01-01 | heimdal_build: Allow using system heimntlm. | Jelmer Vernooij | 2 | -12/+16 | |
2011-01-01 | heimdal_build: Look for asn1_compile (but by default, don't use it). | Jelmer Vernooij | 2 | -10/+31 | |
2011-01-01 | s4-python: Only set BASETYPE flag if subclassing is supported. | Jelmer Vernooij | 5 | -20/+16 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Jan 1 03:39:58 CET 2011 on sn-devel-104 | |||||
2011-01-01 | s4-python: Add more prototypes. | Jelmer Vernooij | 3 | -0/+6 | |
2011-01-01 | s4-python: Properly call PyObject_Del from all destructors. | Jelmer Vernooij | 2 | -6/+7 | |
2010-12-27 | s4:ldb: setup TEST_DATA_PREFIX for make test | Stefan Metzmacher | 1 | -1/+5 | |
metze | |||||
2010-12-27 | s4:ldb:python/api: use filename() instead of hardcoded filenames | Stefan Metzmacher | 1 | -6/+6 | |
metze | |||||
2010-12-27 | s4:ldb/tests: there's no need to copy samba4.png | Stefan Metzmacher | 2 | -4/+1 | |
metze | |||||
2010-12-27 | s4:selftest: specify the gentest_seeds.dat location | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-12-27 | s4:selftest: selftest.pl already sets TEST_DATA_PREFIX | Stefan Metzmacher | 1 | -3/+2 | |
metze | |||||
2010-12-24 | s4:ldb:python/api: use only one ldb file in test_contains() | Stefan Metzmacher | 1 | -2/+3 | |
metze | |||||
2010-12-24 | s4:ldb:python/api: use filename() instead of hardcoded filenames | Stefan Metzmacher | 1 | -6/+7 | |
This makes sure we use files under $SELFTEST_PREFIX instead of the source directory. metze | |||||
2010-12-24 | Start on alpha 15. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Dec 24 12:59:49 CET 2010 on sn-devel-104 | |||||
2010-12-24 | Typo fix in KDC parameters. | Brad Hards | 1 | -3/+3 | |
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Dec 24 12:09:00 CET 2010 on sn-devel-104 | |||||
2010-12-24 | mkrelease: Simplify further. | Jelmer Vernooij | 1 | -7/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Dec 24 02:01:10 CET 2010 on sn-devel-104 |