summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s4-provision: Always give the warning if we are using eadb. It really ↵Andrew Bartlett2012-04-191-3/+6
| | | | should be for testing only
* s3: Fix the build on FreeBSDVolker Lendecke2012-04-191-1/+1
| | | | | Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Thu Apr 19 19:13:45 CEST 2012 on sn-devel-104
* s3: Fix Coverity ID 2682: NULL_RETURNSVolker Lendecke2012-04-191-0/+4
|
* librpc: Make finding newest pidl file more portableVolker Lendecke2012-04-191-9/+1
| | | | | | FreeBSD find does not support the -printf argument. David, please check if this still work for you!
* s3: Fix Coverity ID 2743: CHECKED_RETURNVolker Lendecke2012-04-191-3/+6
|
* s3: Fix Coverity ID 2744: CHECKED_RETURNVolker Lendecke2012-04-191-1/+6
|
* s3: Fix Coverity ID 2745 and 2746: FORWARD_NULLVolker Lendecke2012-04-191-11/+15
| | | | We can assume that the rbt dbs are around
* s3: Fix Coverity ID 2747: FORWARD_NULLVolker Lendecke2012-04-191-1/+1
| | | | | | 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.
* s3: Attempt to fix Coverity ID 2748: INTEGER_OVERFLOWVolker Lendecke2012-04-191-1/+1
| | | | Not sure this will actually please Coverity, but it fixes a severe bug
* s3: Fix Coverity ID 2749: REVERSE_INULLVolker Lendecke2012-04-191-1/+3
|
* waf: Fix mispellingSimo Sorce2012-04-194-11/+11
| | | | | Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Thu Apr 19 17:36:41 CEST 2012 on sn-devel-104
* Fix Error messagesSimo Sorce2012-04-191-4/+2
|
* s3/ldap: remove outdated netscape ds 5 schema fileBjörn Jacke2012-04-192-79/+2
| | | | | | | | 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
* s3-xattr_tdb: Remove dead code: talloc_stackframe() cannot failAndrew Bartlett2012-04-192-20/+0
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Apr 19 14:15:42 CEST 2012 on sn-devel-104
* s3-dbwrap: Remove dead code: talloc_stackframe() cannot failAndrew Bartlett2012-04-191-10/+1
|
* s3-passdb: Remove unused sampass->pass_must_change_timeAndrew Bartlett2012-04-197-45/+3
| | | | | | | | | | | | 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
* s4-kcc: avoid a false alarm with rodcMatthieu Patou2012-04-191-0/+7
| | | | | Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Thu Apr 19 12:32:58 CEST 2012 on sn-devel-104
* samba_spnupdate: don't try to register DNS related SPN if we are not ↵Matthieu Patou2012-04-191-1/+24
| | | | | | | | 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.
* s3: Fix a "ISO C90 forbids mixed declarations and code"Volker Lendecke2012-04-191-3/+7
| | | | | Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Thu Apr 19 10:32:27 CEST 2012 on sn-devel-104
* dbcheck: Add a check that every FSMO role has a valid ownerAndrew Bartlett2012-04-191-0/+41
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Apr 19 07:49:54 CEST 2012 on sn-devel-104
* s4-samba-tool: Fix samba-tool fsmo seizeAndrew Bartlett2012-04-192-46/+51
| | | | | | This is currently untested, and a restructure broke it. Andrew Bartlett
* s4-s3upgrade: Do not ever set a domain-wide maxPwdAge of 0Andrew Bartlett2012-04-191-1/+1
| | | | | | This means no-expiry in s3, and so we must treat it like -1. Andrew Bartlett
* s4-s3upgrade: Ignore (with warning) groups that are listed but we cannot ↵Andrew Bartlett2012-04-191-2/+14
| | | | list members for
* Fix samba3.raw.samba3hide test - ensure we set up POSIX capabilitiesJeremy Allison2012-04-181-0/+37
| | | | | | | 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
* Add smb_raw_setfsinfo() - currently only available level is ↵Jeremy Allison2012-04-183-0/+94
| | | | SMB_SET_CIFS_UNIX_INFO.
* Ensure we have 12 bytes of data for a SMB_SET_CIFS_UNIX_INFO call. Add debug.Jeremy Allison2012-04-181-1/+4
|
* s4-torture: Fix the raw.notify mask testVolker Lendecke2012-04-181-0/+4
| | | | | | | | | | 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
* s4-torture: Use 2 client connections for raw.notify.maskVolker Lendecke2012-04-181-19/+20
| | | | This makes the test more interesting in a cluster
* s4-torture: Use 2 client connections for raw.notify.treeVolker Lendecke2012-04-181-3/+9
| | | | This makes the test more interesting in a cluster
* s4-torture: Use 2 client connections for raw.notify.recursiveVolker Lendecke2012-04-181-6/+13
| | | | This makes the test more interesting in a cluster
* s3-dbwrap: Fix an unused var warningVolker Lendecke2012-04-181-0/+2
|
* s4:torture:smb2: add a session.reauth2 test.Michael Adam2012-04-181-0/+93
| | | | | | | | | | | * 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
* s4:torture:smb2: rename the file in the session-reauth1 test more systematicallyMichael Adam2012-04-181-1/+1
| | | | The original name seems to have come in via copy and paste.
* s4:torture:smb2: rename the session_reauth test to session_reauth1Michael Adam2012-04-181-2/+2
| | | | More tests reauth? will follow...
* s4-torture: notify all is empty nowVolker Lendecke2012-04-181-19/+0
| | | | | Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Apr 18 15:16:13 CEST 2012 on sn-devel-104
* s4-torture: Separate out the notify alignment subtestVolker Lendecke2012-04-181-4/+9
|
* s4-torture: Separate out the notify basedir subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify overflow subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify tree subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify double subtestVolker Lendecke2012-04-181-2/+7
|
* s4-torture: Separate out the notify tcp_dis subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify ulogoff subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify exit subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify tdis subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify file subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify mask_change subtestVolker Lendecke2012-04-181-2/+9
|
* s4-torture: Separate out the notify recursive subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify mask subtestVolker Lendecke2012-04-181-2/+8
|
* s4-torture: Separate out the notify dir subtestVolker Lendecke2012-04-181-3/+9
|
* s4-torture: Separate out the notify tcon subtestVolker Lendecke2012-04-181-2/+8
|