Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4:torture - partially revert "s4:torture - prefer the termination "return"s ↵ | Matthias Dieter Wallnöfer | 2010-11-30 | 1 | -4/+2 |
| | | | | | | | | | | | | at the end of two unittests" This partially reverts commit 54a5c398aaa1d53b5892c9b0aa5539ae7da651da. As tridge pointed out I've overseen the nested loop in "run_iometer". Therefore we end in a infinite loop. Obviously it wasn't run by "make test" since then I would have detected it. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Nov 30 09:23:00 CET 2010 on sn-devel-104 | ||||
* | samdb: Build as public library. | Jelmer Vernooij | 2010-11-29 | 2 | -1/+12 |
| | |||||
* | s4:torture - prefer the termination "return"s at the end of two unittests | Matthias Dieter Wallnöfer | 2010-11-29 | 2 | -4/+11 |
| | | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Nov 29 23:29:23 CET 2010 on sn-devel-104 | ||||
* | s4-smbtorture: only run the cupsaddsmb adobe driver test against s3. | Günther Deschner | 2010-11-29 | 1 | -0/+4 |
| | | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Nov 29 18:47:17 CET 2010 on sn-devel-104 | ||||
* | s4-smbtorture: add torture test for cupsaddsmb win9x driver install behavior. | Günther Deschner | 2010-11-29 | 1 | -0/+38 |
| | | | | Guenther | ||||
* | s4-smbtorture: make add-printerdriver test more robust against empty ↵ | Günther Deschner | 2010-11-29 | 1 | -1/+3 |
| | | | | | | configfiles. Guenther | ||||
* | s4-smbtorture: make driver upload/removal more robust against empty filenames. | Günther Deschner | 2010-11-29 | 1 | -2/+2 |
| | | | | Guenther | ||||
* | s4-smbtorture: add test for Adobe PostScript driver (Win9x) installation. | Günther Deschner | 2010-11-29 | 1 | -0/+28 |
| | | | | Guenther | ||||
* | s4-smbtorture: handle driverfile overlap during removal in RPC-SPOOLSS-DRIVER. | Günther Deschner | 2010-11-29 | 1 | -3/+5 |
| | | | | Guenther | ||||
* | s4-smbtorture: re-arrange RPC-SPOOLSS-DRIVER test a bit. | Günther Deschner | 2010-11-29 | 1 | -35/+44 |
| | | | | Guenther | ||||
* | s4:wrepl_server - add a cast on "iov_base" | Matthias Dieter Wallnöfer | 2010-11-29 | 1 | -1/+1 |
| | | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Nov 29 15:34:32 CET 2010 on sn-devel-104 | ||||
* | s4:lib/tls/tls_tstream.c - quiet warning on Solaris "cc" by casts | Matthias Dieter Wallnöfer | 2010-11-29 | 1 | -2/+2 |
| | |||||
* | s4:auth/gensec/gensec_tstream.c - quiet warnings on Solaris "cc" | Matthias Dieter Wallnöfer | 2010-11-29 | 1 | -2/+2 |
| | |||||
* | s4:wrepl_server - remove unreachable statement | Matthias Dieter Wallnöfer | 2010-11-29 | 1 | -2/+0 |
| | |||||
* | s4:dcesrv_drsuapi RPC server - remove unreachable statement | Matthias Dieter Wallnöfer | 2010-11-29 | 1 | -1/+0 |
| | |||||
* | s4:dns_server/dns_update.c - remove unreachable statements | Matthias Dieter Wallnöfer | 2010-11-29 | 1 | -2/+0 |
| | |||||
* | s4:torture - remove unreachable statements to quiet warnings of Solaris "cc" | Matthias Dieter Wallnöfer | 2010-11-29 | 4 | -10/+0 |
| | |||||
* | s4:auth/ntlmssp/ntlmssp_server.c - remove unnecessary ";" | Matthias Dieter Wallnöfer | 2010-11-29 | 1 | -1/+1 |
| | |||||
* | heimdal:base/heimbase.c - remove an unused variable | Matthias Dieter Wallnöfer | 2010-11-29 | 1 | -1/+0 |
| | |||||
* | s4:param/pyparam_util.c - remove unused include | Matthias Dieter Wallnöfer | 2010-11-29 | 1 | -1/+0 |
| | | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Nov 29 12:56:12 CET 2010 on sn-devel-104 | ||||
* | s4:auth/gensec/gensec_gssapi.c - always print error messages on the same ↵ | Matthias Dieter Wallnöfer | 2010-11-29 | 1 | -2/+2 |
| | | | | talloc context | ||||
* | s4-samdb: give a better exception if multiple users match in password change | Andrew Tridgell | 2010-11-29 | 1 | -1/+2 |
| | |||||
* | s4-repl_schema: fixed ldb exception handling | Andrew Tridgell | 2010-11-29 | 1 | -2/+4 |
| | |||||
* | s4-samba-tool: fixed exception handling in subcommands | Andrew Tridgell | 2010-11-29 | 13 | -74/+68 |
| | | | | | | | this switches to the new pattern of: except Exception, e: raise CommandError("some error message", e) | ||||
* | s4-samba-tool: fixed ldb exception handling in domainlevel command | Andrew Tridgell | 2010-11-29 | 1 | -4/+4 |
| | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-samba-tool: improved exception handling in samba-tool | Andrew Tridgell | 2010-11-29 | 1 | -5/+44 |
| | | | | | | | | we now do reasonable printing on a wide range of common exception classes, and always force a backtrace on an exception if the debug level is >= 3 Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> | ||||
* | s4-join: fixed exception handling in join command | Andrew Tridgell | 2010-11-29 | 1 | -9/+10 |
| | |||||
* | s4-ldapcmp: make ldapcmp a samba-tool command | Andrew Tridgell | 2010-11-29 | 2 | -91/+105 |
| | | | | | | The ldapcmp tool is very useful, and should be available to Samba admins, not just developers. This makes it a samba-tool command, which also gives it the nicer command line handling that samba-tool has | ||||
* | s4-ldapcmp: fixed exception handling | Andrew Tridgell | 2010-11-29 | 1 | -19/+17 |
| | | | | | | | | | This pattern, which is common in our code, is wrong: except LdbError, (ERR_NO_SUCH_OBJECT, _): what it actually does it to change the value of ldb.ERR_NO_SUCH_OBJECT to be equal to whatever ldb error occurred! This led to some really bizarre behavior | ||||
* | s4-pyglue: added get_debug_level() method | Andrew Tridgell | 2010-11-29 | 2 | -0/+8 |
| | | | | Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> | ||||
* | s4-loadparm: use loadparm_init_global() instead of loadparm_init() | Andrew Tridgell | 2010-11-29 | 4 | -24/+17 |
| | | | | | | | this prevents us having two lp_ctx contexts in these tools which leads to bizarre behaviour Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-loadparm: added loadparm_init_global() | Andrew Tridgell | 2010-11-29 | 2 | -0/+28 |
| | | | | | | | This ensures we use the same loadparm_context in all our command line tools. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-gpo: started on samba-tool gpo list command | Andrew Tridgell | 2010-11-29 | 1 | -0/+99 |
| | |||||
* | s4-dsdb: give full error message for operational failures | Andrew Tridgell | 2010-11-29 | 1 | -2/+2 |
| | |||||
* | s4-pydsdb: two more GPO related flags | Andrew Tridgell | 2010-11-29 | 1 | -0/+2 |
| | |||||
* | s4-samba-tool: started on gpo subcommands in python | Andrew Tridgell | 2010-11-29 | 2 | -0/+122 |
| | | | | | | this adds the listall GPO command. Currently the python variants are available as "samba-tool gpo2 SUBCOMMAND". These will replace the "samba-tool gpo" commands when complete | ||||
* | s4-pydsdb: added GPO policy flags | Andrew Tridgell | 2010-11-29 | 1 | -0/+7 |
| | |||||
* | samba.tests.hostconfig: Fix import. | Jelmer Vernooij | 2010-11-28 | 1 | -1/+1 |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 28 18:08:33 CET 2010 on sn-devel-104 | ||||
* | s4-python: Some reformatting for the purpose of pydoctor. | Jelmer Vernooij | 2010-11-28 | 11 | -64/+105 |
| | |||||
* | samba.upgradehelpers: Simplify code a bit. | Jelmer Vernooij | 2010-11-28 | 1 | -21/+17 |
| | |||||
* | samba.hostconfig: Move samba.shares into samba.hostconfig. | Jelmer Vernooij | 2010-11-28 | 4 | -69/+58 |
| | |||||
* | samba.getopt: Fix missing import of sys. | Jelmer Vernooij | 2010-11-28 | 1 | -8/+14 |
| | |||||
* | chgtdcpass: Fix program name in usage message. | Jelmer Vernooij | 2010-11-28 | 1 | -5/+4 |
| | |||||
* | s4:torture/smb2/acls.c - remove two unused variables | Matthias Dieter Wallnöfer | 2010-11-28 | 1 | -2/+0 |
| | | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Nov 28 17:22:54 CET 2010 on sn-devel-104 | ||||
* | s4:introduce casts before outputs of "time_t" variables | Matthias Dieter Wallnöfer | 2010-11-28 | 2 | -2/+2 |
| | | | | Otherwise we are getting warnings on "NetBSD". | ||||
* | Revert "s4:netcmd/drs.py - use "objectClass" for discovering the server and ↵ | Matthias Dieter Wallnöfer | 2010-11-28 | 1 | -2/+2 |
| | | | | | | | | | | | it's NTDS settings object" This reverts commit b87c3703cf890bd55340a201536073bd2be1e1d8. Andrew Bartlett told me that exactly the opposite is true - the "objectCategory" lookup is performing better. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Nov 28 14:18:41 CET 2010 on sn-devel-104 | ||||
* | s4:dsdb/repl/drepl* - move "lib/messaging/irpc.h" include into "drepl_service.h" | Matthias Dieter Wallnöfer | 2010-11-28 | 8 | -9/+1 |
| | | | | | | | This is needed to fix a Tru64 "cc" warning regarding "enum drepl_role_master". Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Nov 28 12:46:19 CET 2010 on sn-devel-104 | ||||
* | s4-selftest: Ignore broken pipe error from grep. | Jelmer Vernooij | 2010-11-28 | 1 | -1/+1 |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 28 05:45:05 CET 2010 on sn-devel-104 | ||||
* | samba.provision: Fix setup_path. | Jelmer Vernooij | 2010-11-28 | 3 | -72/+73 |
| | |||||
* | samba.provision: Add package with provision and backend modules. | Jelmer Vernooij | 2010-11-28 | 3 | -323/+337 |
| |