summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* s4-samba-tool: started on gpo subcommands in pythonAndrew Tridgell2010-11-292-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 flagsAndrew Tridgell2010-11-291-0/+7
|
* samba.tests.hostconfig: Fix import.Jelmer Vernooij2010-11-281-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 Vernooij2010-11-2811-64/+105
|
* samba.upgradehelpers: Simplify code a bit.Jelmer Vernooij2010-11-281-21/+17
|
* samba.hostconfig: Move samba.shares into samba.hostconfig.Jelmer Vernooij2010-11-284-69/+58
|
* samba.getopt: Fix missing import of sys.Jelmer Vernooij2010-11-281-8/+14
|
* chgtdcpass: Fix program name in usage message.Jelmer Vernooij2010-11-281-5/+4
|
* s4:torture/smb2/acls.c - remove two unused variablesMatthias Dieter Wallnöfer2010-11-281-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" variablesMatthias Dieter Wallnöfer2010-11-282-2/+2
| | | | Otherwise we are getting warnings on "NetBSD".
* Revert "s4:netcmd/drs.py - use "objectClass" for discovering the server and ↵Matthias Dieter Wallnöfer2010-11-281-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öfer2010-11-288-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 Vernooij2010-11-281-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 Vernooij2010-11-283-72/+73
|
* samba.provision: Add package with provision and backend modules.Jelmer Vernooij2010-11-283-323/+337
|
* s4-python: Fix formatting of docstrings for the purpose of pydoctor.Jelmer Vernooij2010-11-287-108/+120
|
* Makefile: Add rule for pydoctor.Jelmer Vernooij2010-11-281-0/+3
|
* samba.tests: Fix formatting.Jelmer Vernooij2010-11-281-22/+25
|
* s4-tests/bind.py: Use samba.tests.connect_samdb() instead of directly using ↵Kamen Mazdrashki2010-11-281-7/+10
| | | | | | | | | | | | | SamDB class connect_samdb() functino will correctly handle things like: - session_info param - it will create system_session() using supplied LoadParm parameter and thus avoiding creation of multiple LoadParm instances (LoadParm() will mask certain command line supplied options) - host url will be prefixed with ldap:// automatically Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Sun Nov 28 03:00:41 CET 2010 on sn-devel-104
* s4-samba-tool: support help, and show description of commandsAndrew Tridgell2010-11-281-7/+7
| | | | | | | | | when you don't specify a subcommand, show the description of the subcommands in the list of available subcommands. Also show the list of subcommands when you use 'help', '--help' or '-h' as a subcommand Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sun Nov 28 01:56:46 CET 2010 on sn-devel-104
* s4-drs: fixed credit for C versionAndrew Tridgell2010-11-281-0/+2
|
* s4:netcmd/drs.py - use "objectClass" for discovering the server and it's ↵Matthias Dieter Wallnöfer2010-11-271-2/+2
| | | | | | | | | | NTDS settings object Small optimisation: we don't need to look for "nTDSDSARO" since it's a subclass of "ntDSDSA". Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Nov 27 23:35:13 CET 2010 on sn-devel-104
* s4:dsdb/repl/drepl_service.c - return the correct WERR resultMatthias Dieter Wallnöfer2010-11-271-1/+1
|
* s4:drepl_service.c - fix error macro (use "_werr" and not "werr")Matthias Dieter Wallnöfer2010-11-271-1/+1
| | | | Detected by Tru64 "cc".
* s4:dsdb/repl/drepl_out_helpers.c - print out the correct error message (werr)Matthias Dieter Wallnöfer2010-11-271-1/+1
| | | | Also detected by Tru64 "cc".
* s4:lib/registry/rpc.c - remove a duplicate assignmentMatthias Dieter Wallnöfer2010-11-271-1/+0
|
* s4:torture/rpc/samr.c - fix uninitialised "status" variablesMatthias Dieter Wallnöfer2010-11-271-0/+4
| | | | Detected by Tru64. I wonder how this tests even worked.
* s4:torture/rpc/samsync.c - remove uninitialised "nt_status" checkMatthias Dieter Wallnöfer2010-11-271-8/+1
| | | | Found by Tru64 compiler.
* s4:drsuapi RPC server - fix "enum security_user_level" warning on Tru64Matthias Dieter Wallnöfer2010-11-276-10/+9
|
* s4:param/secrets.h - fix "enum netr_SchannelType" include correctlyMatthias Dieter Wallnöfer2010-11-275-5/+2
|
* s4:wkssvc RPC server - better solution for srvsvc* enum's in server_info.cMatthias Dieter Wallnöfer2010-11-272-1/+2
| | | | Reworked version of commit 7e710c4de92c310897817acc06d229cce763d2d7
* Revert "s4:rpc_server/common/common.h - introduce two forward declarations ↵Matthias Dieter Wallnöfer2010-11-271-3/+0
| | | | | | | to suppress parameter declaration warnings" This reverts commit 7e710c4de92c310897817acc06d229cce763d2d7. This causes more noise than it's useful.
* s4:libcli/security/session.h - fix include ordering for "enum ↵Matthias Dieter Wallnöfer2010-11-271-2/+2
| | | | security_user_level"
* s4:dsdb/samdb/samdb.h - fix include ordering in order to prevent warnings on ↵Matthias Dieter Wallnöfer2010-11-271-1/+1
| | | | Tru64
* build: change compile flags on mac os x if we face pb with common symbolsMatthieu Patou2010-11-271-2/+4
| | | | | Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sat Nov 27 18:02:41 CET 2010 on sn-devel-104
* show_test_time: Move to root scripting directory as it's useful for s3Jelmer Vernooij2010-11-271-19/+0
| | | | | | | and s4. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Nov 27 17:17:29 CET 2010 on sn-devel-104
* s4:role transfer - use always type "enum drepl_role_master" for role ↵Matthias Dieter Wallnöfer2010-11-274-5/+6
| | | | | | | specifications Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Nov 27 16:03:43 CET 2010 on sn-devel-104
* s4:samba3sam LDB module - correctly print out an unsigned valueMatthias Dieter Wallnöfer2010-11-271-1/+2
| | | | | Here we can print it out as unsigned since we are generating a string attribute.
* s4:samba3sam LDB module - make the "pw_uid"/"pw_gid" conversion a bit clearerMatthias Dieter Wallnöfer2010-11-271-2/+6
| | | | | And remove the "long" specifier since at least on the major platforms (Linux, BSD and Solaris) these types are defined as "uint32_t".
* s4:dsdb tests - make use of "ldb.get_domain_sid()"Matthias Dieter Wallnöfer2010-11-274-22/+5
|
* s4:dsdb/tests/python/sam.py - we don't need the domain SIDMatthias Dieter Wallnöfer2010-11-271-5/+0
|
* s4:torture/drs/python/fsmo.py - fix comments and an error messageMatthias Dieter Wallnöfer2010-11-271-3/+3
|
* s4-samba-tool: removed old C implementation of samba-tool drsAndrew Tridgell2010-11-276-1617/+0
| | | | | Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sat Nov 27 15:16:02 CET 2010 on sn-devel-104
* s4-samba-tool: switched over to python version of samba-tool drsAndrew Tridgell2010-11-283-12/+3
|
* s4-samba-tool: added python implementation of samba-tool drs commandsAndrew Tridgell2010-11-281-0/+402
| | | | | much simpler than the C code, and this brings us one step closer to a python samba-tool
* s4-pyglue: expose the remaining NTTIME functions from glueAndrew Tridgell2010-11-281-0/+3
|
* s4-drs: allow DrsReplicaGetInfo as a DCAndrew Tridgell2010-11-281-1/+1
|
* s4-pydsdb: use cpp macro to simplify flags definitionsAndrew Tridgell2010-11-281-137/+110
| | | | also added some more from flags.h
* s4-samba-tool: fixed "-k no" for disabling kerberos authAndrew Tridgell2010-11-281-2/+4
| | | | | | | The option "-k no" was not correctly disabling kerberos in python programs Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* Add timestamp when running with --maximum-runtimeMatthieu Patou2010-11-271-1/+15
| | | | | Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sat Nov 27 11:51:12 CET 2010 on sn-devel-104