idra/samba.git
12 years agos4:libnet_become_dc: add missing 'return' after composite_error()
Stefan Metzmacher [Mon, 23 Apr 2012 07:22:18 +0000 (09:22 +0200)]
s4:libnet_become_dc: add missing 'return' after composite_error()

metze

12 years agoselftest: Add test for bug #8884: wbinfo --group-info=administrator segfaults s4...
Andrew Bartlett [Mon, 23 Apr 2012 03:52:17 +0000 (13:52 +1000)]
selftest: Add test for bug #8884: wbinfo --group-info=administrator segfaults s4-winbindd

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Mon Apr 23 07:44:50 CEST 2012 on sn-devel-104

12 years agos4-libnet: Fix continue_groupinfo_opengroup to check correct state info
Andrew Bartlett [Mon, 23 Apr 2012 03:48:49 +0000 (13:48 +1000)]
s4-libnet: Fix continue_groupinfo_opengroup to check correct state info

This meant that we would attempt to query the group that we could not open.

Andrew Bartlett

12 years agos4-libnet: Fix segfault shown by wbinfo --group-info=administrator
Andrew Bartlett [Mon, 23 Apr 2012 03:47:46 +0000 (13:47 +1000)]
s4-libnet: Fix segfault shown by wbinfo --group-info=administrator

The issue was that after the LookupNames call indicated that this was
not a group, the call paths diverged, with both sucess and failure
paths running.

Andrew Bartlett

12 years agos3-dbwrap: A void function can not return a value
Andrew Bartlett [Mon, 23 Apr 2012 02:21:35 +0000 (12:21 +1000)]
s3-dbwrap: A void function can not return a value

Only non-gcc compilers seem to notice this as an error.

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Mon Apr 23 05:58:52 CEST 2012 on sn-devel-104

12 years agodlz_bind9: Also produce and install binary plugin for bind 9.9
Andrew Bartlett [Sun, 22 Apr 2012 01:05:46 +0000 (11:05 +1000)]
dlz_bind9: Also produce and install binary plugin for bind 9.9

Thanks to Alexander Bokovoy <ab@samba.org> for the fix!

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Sun Apr 22 10:51:57 CEST 2012 on sn-devel-104

12 years agoidl: fix the charset for the source_dsa_address in DsReplicaDel call
Matthieu Patou [Fri, 20 Apr 2012 06:56:51 +0000 (23:56 -0700)]
idl: fix the charset for the source_dsa_address in DsReplicaDel call

Autobuild-User: Matthieu Patou <mat@samba.org>
Autobuild-Date: Sun Apr 22 03:00:06 CEST 2012 on sn-devel-104

12 years agos3: Implement db_id for dbwrap_cache
Volker Lendecke [Sat, 21 Apr 2012 10:07:28 +0000 (12:07 +0200)]
s3: Implement db_id for dbwrap_cache

Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Sat Apr 21 13:46:00 CEST 2012 on sn-devel-104

12 years agos3: Initialize "stored_callback" in dbwrap_cache
Volker Lendecke [Sat, 21 Apr 2012 10:04:13 +0000 (12:04 +0200)]
s3: Initialize "stored_callback" in dbwrap_cache

This should fix one of the recent flaky tests

12 years agos3: Remove two unused variables
Volker Lendecke [Sat, 21 Apr 2012 08:24:42 +0000 (10:24 +0200)]
s3: Remove two unused variables

12 years agos3:smbcontrol: remove an unused variable
Michael Adam [Fri, 20 Apr 2012 15:43:12 +0000 (17:43 +0200)]
s3:smbcontrol: remove an unused variable

Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Sat Apr 21 00:55:13 CEST 2012 on sn-devel-104

12 years agos3:memcache: remove the idmap-part from memcache
Michael Adam [Fri, 20 Apr 2012 08:56:58 +0000 (10:56 +0200)]
s3:memcache: remove the idmap-part from memcache

This was useful before the idmap cache was moved to gencache.
Nowadays it is available to smbd through gencache, so we
can remove the extra caching layer.

12 years agos3:id_cache: do not use the in-memory idmap cache (it is going to be removed)
Michael Adam [Fri, 20 Apr 2012 08:37:24 +0000 (10:37 +0200)]
s3:id_cache: do not use the in-memory idmap cache (it is going to be removed)

This also removes the ID_CACHE_FLUSH message.

12 years agos3:passdb: do not use the in-memory idmap cache (it will be removed)
Michael Adam [Fri, 20 Apr 2012 08:31:31 +0000 (10:31 +0200)]
s3:passdb: do not use the in-memory idmap cache (it will be removed)

12 years agos3-dbwrap: dbwrap_watch_record_stored => NT_STATUS_NOT_FOUND is ok...
Stefan Metzmacher [Thu, 19 Apr 2012 07:06:40 +0000 (09:06 +0200)]
s3-dbwrap: dbwrap_watch_record_stored => NT_STATUS_NOT_FOUND is ok...

Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Fri Apr 20 17:05:52 CEST 2012 on sn-devel-104

12 years agos3-g_lock: Use dbwrap_record_watch_send/recv
Volker Lendecke [Wed, 15 Feb 2012 15:38:43 +0000 (16:38 +0100)]
s3-g_lock: Use dbwrap_record_watch_send/recv

This simplifies the g_lock implementation. The new implementation tries to
acquire a lock. If that fails due to a lock conflict, wait for the g_lock
record to change. Upon change, just try again. The old logic had to cope with
pending records and an ugly hack into ctdb itself. As a bonus, we now get a
really clean async g_lock_lock_send/recv that can asynchronously wait for a
global lock. This would have been almost impossible to do without the
dbwrap_record_watch infrastructure.

12 years agos3-dbwrap: Add "listwatchers" to dbwrap_tool
Volker Lendecke [Wed, 15 Feb 2012 15:33:21 +0000 (16:33 +0100)]
s3-dbwrap: Add "listwatchers" to dbwrap_tool

12 years agos3-dbwrap: Add dbwrap_record_watch_send/recv
Volker Lendecke [Wed, 15 Feb 2012 14:17:33 +0000 (15:17 +0100)]
s3-dbwrap: Add dbwrap_record_watch_send/recv

With this API you can asynchronously wait for a record to be modified

12 years agos3-dbwrap: Add dbwrap_set_stored_callback
Volker Lendecke [Wed, 15 Feb 2012 14:08:29 +0000 (15:08 +0100)]
s3-dbwrap: Add dbwrap_set_stored_callback

This is a per-db function that is called whenever some record is modified

12 years agos3-dbwrap: Add "db_context" to "db_record"
Volker Lendecke [Mon, 2 Jan 2012 12:30:51 +0000 (13:30 +0100)]
s3-dbwrap: Add "db_context" to "db_record"

12 years agos3-dbwrap: Add dbwrap_db_id
Volker Lendecke [Wed, 15 Feb 2012 13:57:01 +0000 (14:57 +0100)]
s3-dbwrap: Add dbwrap_db_id

This returns a blob uniquely identifying the database

12 years agos3: Fix msg_channel in the cluster case
Volker Lendecke [Fri, 20 Apr 2012 09:52:02 +0000 (11:52 +0200)]
s3: Fix msg_channel in the cluster case

12 years agos3: Remove an unused variable
Volker Lendecke [Fri, 20 Apr 2012 09:04:28 +0000 (11:04 +0200)]
s3: Remove an unused variable

Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Fri Apr 20 12:44:20 CEST 2012 on sn-devel-104

12 years agoselftest: Add extra info on what is failing in wbclient tests
Andrew Bartlett [Fri, 20 Apr 2012 05:10:31 +0000 (15:10 +1000)]
selftest: Add extra info on what is failing in wbclient tests

This may help me chase down the failure in my idmap rework.

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Fri Apr 20 09:51:35 CEST 2012 on sn-devel-104

12 years agowafsamba: allow certain public libraries to be forced to be private
Andrew Bartlett [Thu, 19 Apr 2012 05:34:48 +0000 (15:34 +1000)]
wafsamba: allow certain public libraries to be forced to be private

This will help installations where the Samba4 libraries must be used but
the main system is not using the system libs that would normally
be installed.  This in particular impacts on libwbclient, which is a
core dep, but is different to that used by the rest of a Samba 3.x based
system.

Use eg:  ./configure --private-libraries=wbclient

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Fri Apr 20 03:27:22 CEST 2012 on sn-devel-104

12 years agolibwbclient: bump version to 0.9, and add this version to .pc file
Andrew Bartlett [Thu, 19 Apr 2012 04:59:43 +0000 (14:59 +1000)]
libwbclient: bump version to 0.9, and add this version to .pc file

12 years agoMove kdc_get_policy helper in the lsa server where it belongs.
Simo Sorce [Thu, 19 Apr 2012 21:54:57 +0000 (17:54 -0400)]
Move kdc_get_policy helper in the lsa server where it belongs.

This was used in only 2 places, db-glue.c and the lsa server.
In db-glue.c it is awkward though, as it forces to use an unconvenient lsa
structure and conversions from time_t to nt_time only to have nt_times
converted back to time_t for actual use. This is silly.

Also the kdc-policy file was a single funciton library, that's just ridiculous.

The loadparm helper is all we need to keep the values consistent, and if we
ever end up doing something with group policies we will care about it when it's
the time. the code would have to change quite a lot anyway.

Autobuild-User: Simo Sorce <idra@samba.org>
Autobuild-Date: Fri Apr 20 01:53:37 CEST 2012 on sn-devel-104

12 years agoUse loadparm helper to find lifetime defaults
Simo Sorce [Thu, 19 Apr 2012 15:17:25 +0000 (11:17 -0400)]
Use loadparm helper to find lifetime defaults

Implictly fixes buggy use of int for time_t

12 years agoloadparm: Add helper function to fetch default lifetime policies
Simo Sorce [Thu, 19 Apr 2012 15:16:03 +0000 (11:16 -0400)]
loadparm: Add helper function to fetch default lifetime policies

This use long to fetch time_t quantities, because there are architectures were
time_t is a signed long but long != int, So long is the proper way to deal with
it.

12 years agoloadparm: Add convenience function to return long integers
Simo Sorce [Thu, 19 Apr 2012 15:00:45 +0000 (11:00 -0400)]
loadparm: Add convenience function to return long integers

12 years agoloadparm: Fix broken lp_ulong utility function
Simo Sorce [Thu, 19 Apr 2012 14:58:39 +0000 (10:58 -0400)]
loadparm: Fix broken lp_ulong utility function

12 years agoMove README file in the right place.
Simo Sorce [Thu, 19 Apr 2012 14:34:54 +0000 (10:34 -0400)]
Move README file in the right place.

Someone forgot to move the README when they moved the code ...

12 years agoFix bug #8877 - Syslog broken owing to mistyping of debug_settings.syslog.
Joseph Tam [Thu, 19 Apr 2012 18:46:16 +0000 (11:46 -0700)]
Fix bug #8877 - Syslog broken owing to mistyping of debug_settings.syslog.

Setting "syslog only = yes" did not divert log messages to syslog.  The test in
lib/util/debug.c:Debug1():747

   if( syslog_level < state.settings.syslog )

produces wrong results since .syslog is typed "bool" rather than "int".
The attached patch fixes this by typing this field correctly as "int".

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Fri Apr 20 00:06:12 CEST 2012 on sn-devel-104

12 years agos3: Fix Coverity ID 2682 -- NULL_RETURNS
Volker Lendecke [Thu, 19 Apr 2012 14:09:41 +0000 (16:09 +0200)]
s3: Fix Coverity ID 2682 -- NULL_RETURNS

Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Thu Apr 19 22:28:34 CEST 2012 on sn-devel-104

12 years agos3: Fix Coverity ID 2727 to 2740 -- UNINIT
Volker Lendecke [Thu, 19 Apr 2012 13:38:25 +0000 (15:38 +0200)]
s3: Fix Coverity ID 2727 to 2740 -- UNINIT

12 years agos3: Fix Coverity ID 2686 -- RESOURCE_LEAK
Volker Lendecke [Thu, 19 Apr 2012 13:30:06 +0000 (15:30 +0200)]
s3: Fix Coverity ID 2686 -- RESOURCE_LEAK

12 years agos4-python: Ensure we handle the no-eadb case for system xattrs in get/setntacl
Andrew Bartlett [Thu, 19 Apr 2012 12:45:48 +0000 (22:45 +1000)]
s4-python: Ensure we handle the no-eadb case for system xattrs in get/setntacl

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Thu Apr 19 20:51:16 CEST 2012 on sn-devel-104

12 years agoAdded number of FSMO roles owned by the server we are trying to demote.
Daniele Dario [Thu, 19 Apr 2012 10:13:41 +0000 (12:13 +0200)]
Added number of FSMO roles owned by the server we are trying to demote.

12 years agos4-provision: Always give the warning if we are using eadb. It really should be...
Andrew Bartlett [Thu, 19 Apr 2012 12:31:29 +0000 (22:31 +1000)]
s4-provision: Always give the warning if we are using eadb.  It really should be for testing only

12 years agos3: Fix the build on FreeBSD
Volker Lendecke [Thu, 19 Apr 2012 11:32:14 +0000 (13:32 +0200)]
s3: Fix the build on FreeBSD

Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Thu Apr 19 19:13:45 CEST 2012 on sn-devel-104

12 years agos3: Fix Coverity ID 2682: NULL_RETURNS
Volker Lendecke [Thu, 19 Apr 2012 09:36:11 +0000 (11:36 +0200)]
s3: Fix Coverity ID 2682: NULL_RETURNS

12 years agolibrpc: Make finding newest pidl file more portable
Volker Lendecke [Thu, 19 Apr 2012 07:03:18 +0000 (09:03 +0200)]
librpc: Make finding newest pidl file more portable

FreeBSD find does not support the -printf argument.

David, please check if this still work for you!

12 years agos3: Fix Coverity ID 2743: CHECKED_RETURN
Volker Lendecke [Thu, 19 Apr 2012 09:15:46 +0000 (11:15 +0200)]
s3: Fix Coverity ID 2743: CHECKED_RETURN

12 years agos3: Fix Coverity ID 2744: CHECKED_RETURN
Volker Lendecke [Thu, 19 Apr 2012 08:47:07 +0000 (10:47 +0200)]
s3: Fix Coverity ID 2744: CHECKED_RETURN

12 years agos3: Fix Coverity ID 2745 and 2746: FORWARD_NULL
Volker Lendecke [Thu, 19 Apr 2012 08:27:07 +0000 (10:27 +0200)]
s3: Fix Coverity ID 2745 and 2746: FORWARD_NULL

We can assume that the rbt dbs are around

12 years agos3: Fix Coverity ID 2747: FORWARD_NULL
Volker Lendecke [Thu, 19 Apr 2012 08:20:27 +0000 (10:20 +0200)]
s3: Fix Coverity ID 2747: FORWARD_NULL

For the notify cleanup process we have a notify context without a
messaging entry. We will never call notify_add/remove for this, but
the code should protect against this.

12 years agos3: Attempt to fix Coverity ID 2748: INTEGER_OVERFLOW
Volker Lendecke [Thu, 19 Apr 2012 08:04:04 +0000 (10:04 +0200)]
s3: Attempt to fix Coverity ID 2748: INTEGER_OVERFLOW

Not sure this will actually please Coverity, but it fixes a severe bug

12 years agos3: Fix Coverity ID 2749: REVERSE_INULL
Volker Lendecke [Thu, 19 Apr 2012 07:51:11 +0000 (09:51 +0200)]
s3: Fix Coverity ID 2749: REVERSE_INULL

12 years agowaf: Fix mispelling
Simo Sorce [Mon, 9 Apr 2012 12:33:37 +0000 (08:33 -0400)]
waf: Fix mispelling

Autobuild-User: Simo Sorce <idra@samba.org>
Autobuild-Date: Thu Apr 19 17:36:41 CEST 2012 on sn-devel-104

12 years agoFix Error messages
Simo Sorce [Thu, 19 Apr 2012 13:35:08 +0000 (09:35 -0400)]
Fix Error messages

12 years agos3/ldap: remove outdated netscape ds 5 schema file
Björn Jacke [Thu, 19 Apr 2012 11:26:20 +0000 (13:26 +0200)]
s3/ldap: remove outdated netscape ds 5 schema file

remove outdated netscape ds 5 schema file and put a README there pointing to
the FDS schema file instead. This fixes bug #8869

Autobuild-User: Björn Jacke <bj@sernet.de>
Autobuild-Date: Thu Apr 19 15:54:56 CEST 2012 on sn-devel-104

12 years agos3-xattr_tdb: Remove dead code: talloc_stackframe() cannot fail
Andrew Bartlett [Thu, 19 Apr 2012 06:31:52 +0000 (16:31 +1000)]
s3-xattr_tdb: Remove dead code: talloc_stackframe() cannot fail

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Thu Apr 19 14:15:42 CEST 2012 on sn-devel-104

12 years agos3-dbwrap: Remove dead code: talloc_stackframe() cannot fail
Andrew Bartlett [Thu, 19 Apr 2012 06:31:40 +0000 (16:31 +1000)]
s3-dbwrap: Remove dead code: talloc_stackframe() cannot fail

12 years agos3-passdb: Remove unused sampass->pass_must_change_time
Andrew Bartlett [Thu, 19 Apr 2012 00:39:56 +0000 (10:39 +1000)]
s3-passdb: Remove unused sampass->pass_must_change_time

There is no need to call pdb_set_pass_must_change_time() because
nothing ever consults that value.  It is always calculated from the
domain policy.

Also, this means we no longer store the value in LDAP.  The value
would only ever be set when migrating from tdbsam or smbpasswd, not on
password changes, so would become incorrect over time.

Andrew Bartlett

12 years agos4-kcc: avoid a false alarm with rodc
Matthieu Patou [Thu, 19 Apr 2012 08:51:24 +0000 (01:51 -0700)]
s4-kcc: avoid a false alarm with rodc

Autobuild-User: Matthieu Patou <mat@samba.org>
Autobuild-Date: Thu Apr 19 12:32:58 CEST 2012 on sn-devel-104

12 years agosamba_spnupdate: don't try to register DNS related SPN if we are not mastering the NC
Matthieu Patou [Thu, 19 Apr 2012 08:44:14 +0000 (01:44 -0700)]
samba_spnupdate: don't try to register DNS related SPN if we are not mastering the NC

For RW DC the impact is pretty small but for RODC the whole SPN set is
rejected by the target DC as RODC hasn't the right to register DNS SPN
if it is not mastering this NC.

12 years agos3: Fix a "ISO C90 forbids mixed declarations and code"
Volker Lendecke [Thu, 19 Apr 2012 06:24:27 +0000 (08:24 +0200)]
s3: Fix a "ISO C90 forbids mixed declarations and code"

Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Thu Apr 19 10:32:27 CEST 2012 on sn-devel-104

12 years agodbcheck: Add a check that every FSMO role has a valid owner
Andrew Bartlett [Thu, 19 Apr 2012 04:14:35 +0000 (14:14 +1000)]
dbcheck: Add a check that every FSMO role has a valid owner

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Thu Apr 19 07:49:54 CEST 2012 on sn-devel-104

12 years agos4-samba-tool: Fix samba-tool fsmo seize
Andrew Bartlett [Thu, 19 Apr 2012 03:57:29 +0000 (13:57 +1000)]
s4-samba-tool: Fix samba-tool fsmo seize

This is currently untested, and a restructure broke it.

Andrew Bartlett

12 years agos4-s3upgrade: Do not ever set a domain-wide maxPwdAge of 0
Andrew Bartlett [Thu, 19 Apr 2012 00:42:05 +0000 (10:42 +1000)]
s4-s3upgrade: Do not ever set a domain-wide maxPwdAge of 0

This means no-expiry in s3, and so we must treat it like -1.

Andrew Bartlett

12 years agos4-s3upgrade: Ignore (with warning) groups that are listed but we cannot list members for
Andrew Bartlett [Wed, 18 Apr 2012 23:59:40 +0000 (09:59 +1000)]
s4-s3upgrade: Ignore (with warning) groups that are listed but we cannot list members for

12 years agoFix samba3.raw.samba3hide test - ensure we set up POSIX capabilities
Jeremy Allison [Wed, 18 Apr 2012 19:38:06 +0000 (12:38 -0700)]
Fix samba3.raw.samba3hide test - ensure we set up POSIX capabilities
before doing POSIX calls like chmod.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Wed Apr 18 23:14:40 CEST 2012 on sn-devel-104

12 years agoAdd smb_raw_setfsinfo() - currently only available level is SMB_SET_CIFS_UNIX_INFO.
Jeremy Allison [Wed, 18 Apr 2012 19:37:20 +0000 (12:37 -0700)]
Add smb_raw_setfsinfo() - currently only available level is SMB_SET_CIFS_UNIX_INFO.

12 years agoEnsure we have 12 bytes of data for a SMB_SET_CIFS_UNIX_INFO call. Add debug.
Jeremy Allison [Wed, 18 Apr 2012 19:36:19 +0000 (12:36 -0700)]
Ensure we have 12 bytes of data for a SMB_SET_CIFS_UNIX_INFO call. Add debug.

12 years agos4-torture: Fix the raw.notify mask test
Volker Lendecke [Wed, 18 Apr 2012 16:05:24 +0000 (18:05 +0200)]
s4-torture: Fix the raw.notify mask test

When we do the notify triggers via a different client connection, adding the
notify record becomes subject to a race. Add a dummy operation after the
initial changenotify request was sent to make sure the notify record actually
arrived.

Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Wed Apr 18 19:47:53 CEST 2012 on sn-devel-104

12 years agos4-torture: Use 2 client connections for raw.notify.mask
Volker Lendecke [Wed, 18 Apr 2012 12:45:20 +0000 (14:45 +0200)]
s4-torture: Use 2 client connections for raw.notify.mask

This makes the test more interesting in a cluster

12 years agos4-torture: Use 2 client connections for raw.notify.tree
Volker Lendecke [Wed, 18 Apr 2012 12:45:20 +0000 (14:45 +0200)]
s4-torture: Use 2 client connections for raw.notify.tree

This makes the test more interesting in a cluster

12 years agos4-torture: Use 2 client connections for raw.notify.recursive
Volker Lendecke [Wed, 18 Apr 2012 12:45:20 +0000 (14:45 +0200)]
s4-torture: Use 2 client connections for raw.notify.recursive

This makes the test more interesting in a cluster

12 years agos3-dbwrap: Fix an unused var warning
Volker Lendecke [Wed, 18 Apr 2012 12:23:06 +0000 (14:23 +0200)]
s3-dbwrap: Fix an unused var warning

12 years agos4:torture:smb2: add a session.reauth2 test.
Michael Adam [Wed, 18 Apr 2012 12:12:28 +0000 (14:12 +0200)]
s4:torture:smb2: add a session.reauth2 test.

* open a file,
* reauth anonymously
* try to access file via handle
* reauth as user
* try to access file again

Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Wed Apr 18 16:53:35 CEST 2012 on sn-devel-104

12 years agos4:torture:smb2: rename the file in the session-reauth1 test more systematically
Michael Adam [Mon, 16 Apr 2012 12:58:48 +0000 (14:58 +0200)]
s4:torture:smb2: rename the file in the session-reauth1 test more systematically

The original name seems to have come in via copy and paste.

12 years agos4:torture:smb2: rename the session_reauth test to session_reauth1
Michael Adam [Mon, 16 Apr 2012 12:57:18 +0000 (14:57 +0200)]
s4:torture:smb2: rename the session_reauth test to session_reauth1

More tests reauth? will follow...

12 years agos4-torture: notify all is empty now
Volker Lendecke [Wed, 18 Apr 2012 10:57:06 +0000 (12:57 +0200)]
s4-torture: notify all is empty now

Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Wed Apr 18 15:16:13 CEST 2012 on sn-devel-104

12 years agos4-torture: Separate out the notify alignment subtest
Volker Lendecke [Wed, 18 Apr 2012 10:56:39 +0000 (12:56 +0200)]
s4-torture: Separate out the notify alignment subtest

12 years agos4-torture: Separate out the notify basedir subtest
Volker Lendecke [Wed, 18 Apr 2012 10:54:25 +0000 (12:54 +0200)]
s4-torture: Separate out the notify basedir subtest

12 years agos4-torture: Separate out the notify overflow subtest
Volker Lendecke [Wed, 18 Apr 2012 10:53:08 +0000 (12:53 +0200)]
s4-torture: Separate out the notify overflow subtest

12 years agos4-torture: Separate out the notify tree subtest
Volker Lendecke [Wed, 18 Apr 2012 10:51:26 +0000 (12:51 +0200)]
s4-torture: Separate out the notify tree subtest

12 years agos4-torture: Separate out the notify double subtest
Volker Lendecke [Wed, 18 Apr 2012 10:49:55 +0000 (12:49 +0200)]
s4-torture: Separate out the notify double subtest

12 years agos4-torture: Separate out the notify tcp_dis subtest
Volker Lendecke [Wed, 18 Apr 2012 10:47:39 +0000 (12:47 +0200)]
s4-torture: Separate out the notify tcp_dis subtest

12 years agos4-torture: Separate out the notify ulogoff subtest
Volker Lendecke [Wed, 18 Apr 2012 10:44:21 +0000 (12:44 +0200)]
s4-torture: Separate out the notify ulogoff subtest

12 years agos4-torture: Separate out the notify exit subtest
Volker Lendecke [Wed, 18 Apr 2012 10:42:13 +0000 (12:42 +0200)]
s4-torture: Separate out the notify exit subtest

12 years agos4-torture: Separate out the notify tdis subtest
Volker Lendecke [Wed, 18 Apr 2012 10:39:08 +0000 (12:39 +0200)]
s4-torture: Separate out the notify tdis subtest

12 years agos4-torture: Separate out the notify file subtest
Volker Lendecke [Wed, 18 Apr 2012 10:31:12 +0000 (12:31 +0200)]
s4-torture: Separate out the notify file subtest

12 years agos4-torture: Separate out the notify mask_change subtest
Volker Lendecke [Wed, 18 Apr 2012 10:27:38 +0000 (12:27 +0200)]
s4-torture: Separate out the notify mask_change subtest

12 years agos4-torture: Separate out the notify recursive subtest
Volker Lendecke [Wed, 18 Apr 2012 10:24:59 +0000 (12:24 +0200)]
s4-torture: Separate out the notify recursive subtest

12 years agos4-torture: Separate out the notify mask subtest
Volker Lendecke [Wed, 18 Apr 2012 10:22:31 +0000 (12:22 +0200)]
s4-torture: Separate out the notify mask subtest

12 years agos4-torture: Separate out the notify dir subtest
Volker Lendecke [Wed, 18 Apr 2012 10:19:12 +0000 (12:19 +0200)]
s4-torture: Separate out the notify dir subtest

12 years agos4-torture: Separate out the notify tcon subtest
Volker Lendecke [Wed, 18 Apr 2012 09:47:48 +0000 (11:47 +0200)]
s4-torture: Separate out the notify tcon subtest

12 years agos4-torture: Make notify a suite
Volker Lendecke [Wed, 18 Apr 2012 09:43:12 +0000 (11:43 +0200)]
s4-torture: Make notify a suite

12 years agolibsmb: Actually use an introduced variable
Volker Lendecke [Wed, 18 Apr 2012 09:49:35 +0000 (11:49 +0200)]
libsmb: Actually use an introduced variable

Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Wed Apr 18 13:39:53 CEST 2012 on sn-devel-104

12 years agoTalloc doc: Fix a cut&paste error
Volker Lendecke [Wed, 18 Apr 2012 08:22:39 +0000 (10:22 +0200)]
Talloc doc: Fix a cut&paste error

Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Wed Apr 18 11:59:49 CEST 2012 on sn-devel-104

12 years agoTalloc doc: talloc_pool() when not enough memory in the pool
Pavel Březina [Mon, 16 Apr 2012 13:23:55 +0000 (15:23 +0200)]
Talloc doc: talloc_pool() when not enough memory in the pool

12 years agoTalloc doc: TALLOC_FREE_FILL
Pavel Březina [Mon, 16 Apr 2012 13:04:44 +0000 (15:04 +0200)]
Talloc doc: TALLOC_FREE_FILL

12 years agoTalloc doc: talloc_set_log_stderr()
Pavel Březina [Mon, 16 Apr 2012 12:49:03 +0000 (14:49 +0200)]
Talloc doc: talloc_set_log_stderr()

Documents this function.

12 years agoTalloc doc: talloc_set_log_fn()
Pavel Březina [Mon, 16 Apr 2012 12:47:16 +0000 (14:47 +0200)]
Talloc doc: talloc_set_log_fn()

Documents this function.

12 years agoTalloc doc: talloc_set_abort_fn()
Pavel Březina [Mon, 16 Apr 2012 12:43:37 +0000 (14:43 +0200)]
Talloc doc: talloc_set_abort_fn()

Documents this function.

12 years agoTalloc doc: talloc_asprintf_append_buffer()
Pavel Březina [Mon, 16 Apr 2012 11:32:02 +0000 (13:32 +0200)]
Talloc doc: talloc_asprintf_append_buffer()

Explains the difference between _append and _append_buffer.

12 years agoTalloc doc: talloc_strndup_append_buffer()
Pavel Březina [Mon, 16 Apr 2012 11:17:59 +0000 (13:17 +0200)]
Talloc doc: talloc_strndup_append_buffer()

Explains the difference between _append and _append_buffer.

12 years agoTalloc doc: talloc_strndup_append()
Pavel Březina [Mon, 16 Apr 2012 11:12:41 +0000 (13:12 +0200)]
Talloc doc: talloc_strndup_append()

The destination string is reallocated instead of duplicating the result.

12 years agoTalloc doc: talloc_strdup_append_buffer()
Pavel Březina [Mon, 16 Apr 2012 10:59:22 +0000 (12:59 +0200)]
Talloc doc: talloc_strdup_append_buffer()

Explains the difference between _append and _append_buffer.