Jelmer Vernooij
ae48c626c8
samba.tests: Fix formatting.
2010-11-28 05:00:05 +01:00
Kamen Mazdrashki
092e923e2b
s4-tests/bind.py: Use samba.tests.connect_samdb() instead of directly using 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
2010-11-28 03:00:41 +01:00
Andrew Tridgell
60bf020394
s4-samba-tool: support help, and show description of commands
...
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
2010-11-28 01:56:46 +01:00
Andrew Tridgell
2a4c6da783
s4-drs: fixed credit for C version
2010-11-28 01:11:06 +01:00
Matthias Dieter Wallnöfer
b87c3703cf
s4:netcmd/drs.py - use "objectClass" for discovering the server and it's 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
2010-11-27 23:35:13 +01:00
Matthias Dieter Wallnöfer
989d8803f2
tdb:common/open.c - use "discard_const_p" for certain "tdb->name" assignments
...
In order to suppress compiler warnings.
2010-11-27 21:50:42 +01:00
Matthias Dieter Wallnöfer
eaac277381
s4:dsdb/repl/drepl_service.c - return the correct WERR result
2010-11-27 21:50:42 +01:00
Matthias Dieter Wallnöfer
bfb28243d0
s4:drepl_service.c - fix error macro (use "_werr" and not "werr")
...
Detected by Tru64 "cc".
2010-11-27 21:50:42 +01:00
Matthias Dieter Wallnöfer
a13bd32fa9
s4:dsdb/repl/drepl_out_helpers.c - print out the correct error message (werr)
...
Also detected by Tru64 "cc".
2010-11-27 21:50:42 +01:00
Matthias Dieter Wallnöfer
450b26b9b5
s4:lib/registry/rpc.c - remove a duplicate assignment
2010-11-27 21:50:42 +01:00
Matthias Dieter Wallnöfer
24c5d6b504
s4:torture/rpc/samr.c - fix uninitialised "status" variables
...
Detected by Tru64. I wonder how this tests even worked.
2010-11-27 21:50:42 +01:00
Matthias Dieter Wallnöfer
5c8f0c5b9d
s4:torture/rpc/samsync.c - remove uninitialised "nt_status" check
...
Found by Tru64 compiler.
2010-11-27 21:50:42 +01:00
Matthias Dieter Wallnöfer
6df6364220
s4:drsuapi RPC server - fix "enum security_user_level" warning on Tru64
2010-11-27 21:50:42 +01:00
Matthias Dieter Wallnöfer
c8aa7d5837
s4:param/secrets.h - fix "enum netr_SchannelType" include correctly
2010-11-27 21:50:41 +01:00
Matthias Dieter Wallnöfer
4010eff80b
s4:wkssvc RPC server - better solution for srvsvc* enum's in server_info.c
...
Reworked version of commit 7e710c4de9
2010-11-27 21:50:41 +01:00
Matthias Dieter Wallnöfer
3c343fec8a
Revert "s4:rpc_server/common/common.h - introduce two forward declarations to suppress parameter declaration warnings"
...
This reverts commit 7e710c4de9
.
This causes more noise than it's useful.
2010-11-27 21:50:41 +01:00
Matthias Dieter Wallnöfer
19ea37886c
s4:libcli/security/session.h - fix include ordering for "enum security_user_level"
2010-11-27 21:50:41 +01:00
Matthias Dieter Wallnöfer
4dece699ed
s4:dsdb/samdb/samdb.h - fix include ordering in order to prevent warnings on Tru64
2010-11-27 21:50:41 +01:00
Volker Lendecke
2f40657ab3
s3: Use localtime_r, libreplace defines it
...
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sat Nov 27 20:50:27 CET 2010 on sn-devel-104
2010-11-27 20:50:27 +01:00
Volker Lendecke
87c67433c8
libwbclient: Correctly order the wbcAllocateMemory args
...
In these cases, it does not make a functional difference.
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sat Nov 27 19:56:02 CET 2010 on sn-devel-104
2010-11-27 19:56:02 +01:00
Volker Lendecke
a642cb5a92
libwbclient: Fix a division by zero
...
If wbinfo -r returns no groups, wbcAllocateMemory divides by zero
2010-11-27 19:11:03 +01:00
Volker Lendecke
3b71f5df03
s3: Return the correct result from winbindd_dual_auth_passdb
2010-11-27 19:11:03 +01:00
Matthias Dieter Wallnöfer
0b877824cb
MAINTAINERS.txt - fix typo
...
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sat Nov 27 19:09:29 CET 2010 on sn-devel-104
2010-11-27 19:09:29 +01:00
Matthias Dieter Wallnöfer
d2560cd7dc
tdb:tdbstore.c - remove an useless '\'
...
Discovered by a warning of the Tru64 host on the buildfarm.
2010-11-27 18:22:38 +01:00
Matthieu Patou
caa8a92f52
build: change compile flags on mac os x if we face pb with common symbols
...
Autobuild-User: Matthieu Patou <mat@samba.org>
Autobuild-Date: Sat Nov 27 18:02:41 CET 2010 on sn-devel-104
2010-11-27 18:02:41 +01:00
Matthieu Patou
e5eaed0180
remove useless debug message :-)
2010-11-27 17:18:19 +01:00
Jelmer Vernooij
498743bd46
show_test_time: Move to root scripting directory as it's useful for s3
...
and s4.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Nov 27 17:17:29 CET 2010 on sn-devel-104
2010-11-27 17:17:29 +01:00
Matthias Dieter Wallnöfer
258dc02a9d
s4:role transfer - use always type "enum drepl_role_master" for role specifications
...
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sat Nov 27 16:03:43 CET 2010 on sn-devel-104
2010-11-27 16:03:42 +01:00
Matthias Dieter Wallnöfer
d613f91a74
s4:samba3sam LDB module - correctly print out an unsigned value
...
Here we can print it out as unsigned since we are generating a string
attribute.
2010-11-27 15:17:18 +01:00
Matthias Dieter Wallnöfer
2163c7a298
s4:samba3sam LDB module - make the "pw_uid"/"pw_gid" conversion a bit clearer
...
And remove the "long" specifier since at least on the major platforms
(Linux, BSD and Solaris) these types are defined as "uint32_t".
2010-11-27 15:17:18 +01:00
Matthias Dieter Wallnöfer
e9f019e28c
s4:dsdb tests - make use of "ldb.get_domain_sid()"
2010-11-27 15:17:18 +01:00
Matthias Dieter Wallnöfer
7545b5b3db
s4:dsdb/tests/python/sam.py - we don't need the domain SID
2010-11-27 15:17:18 +01:00
Matthias Dieter Wallnöfer
02addbc40d
s4:torture/drs/python/fsmo.py - fix comments and an error message
2010-11-27 15:17:18 +01:00
Andrew Tridgell
847b909b6e
s4-samba-tool: removed old C implementation of samba-tool drs
...
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Sat Nov 27 15:16:02 CET 2010 on sn-devel-104
2010-11-27 15:16:02 +01:00
Andrew Tridgell
3d8d382fe5
s4-samba-tool: switched over to python version of samba-tool drs
2010-11-28 00:16:38 +11:00
Andrew Tridgell
d06bf954ba
s4-samba-tool: added python implementation of samba-tool drs commands
...
much simpler than the C code, and this brings us one step closer to a
python samba-tool
2010-11-28 00:16:38 +11:00
Andrew Tridgell
f6c2d39d0b
s4-pyglue: expose the remaining NTTIME functions from glue
2010-11-28 00:16:38 +11:00
Andrew Tridgell
8310375a04
s4-drs: allow DrsReplicaGetInfo as a DC
2010-11-28 00:16:38 +11:00
Andrew Tridgell
a589b9a033
s4-pydsdb: use cpp macro to simplify flags definitions
...
also added some more from flags.h
2010-11-28 00:16:37 +11:00
Andrew Tridgell
ed598ac99b
libds: added mS-DS-ReplicatesNCReason flags
...
these define why a KCC connection was made
2010-11-28 00:16:37 +11:00
Andrew Tridgell
af93f227ad
s4-samba-tool: fixed "-k no" for disabling kerberos auth
...
The option "-k no" was not correctly disabling kerberos in python
programs
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-11-28 00:16:37 +11:00
Matthieu Patou
6a781b5286
Add timestamp when running with --maximum-runtime
...
Autobuild-User: Matthieu Patou <mat@samba.org>
Autobuild-Date: Sat Nov 27 11:51:12 CET 2010 on sn-devel-104
2010-11-27 11:51:12 +01:00
Jelmer Vernooij
d237698850
blackbox.ldb: Support using system ldbsearch.
...
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Nov 27 04:32:11 CET 2010 on sn-devel-104
2010-11-27 04:32:11 +01:00
Jelmer Vernooij
3483adaf0a
selftest: Allow using ldb* utilities from system.
2010-11-27 03:48:20 +01:00
Andrew Tridgell
dbb9500448
s4-libnet: use the full DNS domain for CLDAP lookups if possible
...
many of the internal libnet interfaces use the short domain name,
which leads to unreliable NBT lookups. If we are trying to look for
our workgroup, then look for our DNS domain instead
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Sat Nov 27 03:47:52 CET 2010 on sn-devel-104
2010-11-27 03:47:52 +01:00
Andrew Tridgell
8737baee7c
wintest: cope with VMs sometimes not rebooting
...
my w2k8 image occasionally gets stuck in the early stages of
booting. This adds code to detect a failed reboot, in which case the
VM is reset
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Sat Nov 27 02:42:19 CET 2010 on sn-devel-104
2010-11-27 02:42:19 +01:00
Andrew Tridgell
353cdd006a
wintest: avoid adding a blank line to resolv.conf on each run
...
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Sat Nov 27 01:47:48 CET 2010 on sn-devel-104
2010-11-27 01:47:48 +01:00
Andrew Tridgell
3bc6145143
wintest: handle missing firewall commands
...
my w2k3 box doesn't have these firewall commands
2010-11-27 01:03:30 +01:00
Andrew Bartlett
1e96da556a
s3-param Fix lp_set_cmdline() to set the flag on alias values too
...
Otherwise, -d10 would be overridden by 'debug level = 1', because
debug level is an alias of 'log level' which -d was setting.
Andrew Bartlett
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Sat Nov 27 01:02:40 CET 2010 on sn-devel-104
2010-11-27 01:02:40 +01:00
Matthieu Patou
58db821de1
Fix endianess problems as discovered on the build farm
...
Autobuild-User: Matthieu Patou <mat@samba.org>
Autobuild-Date: Fri Nov 26 22:32:16 CET 2010 on sn-devel-104
2010-11-26 22:32:16 +01:00