Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | auth: Allow a NULL principal to be obtained from the credentials | Andrew Bartlett | 2011-12-07 | 2 | -3/+14 |
| | | | | | | This is important when trying to let GSSAPI search the keytab. Andrew Bartlett | ||||
* | dlz_bind9: Add command line options for URL and debug | Amitay Isaacs | 2011-12-07 | 2 | -9/+28 |
| | | | | | | | | To specify debug level, use -d <level> in named.conf. To specify sam db, use -H <path/to/sam.ldb> in named.conf. The default log level is set to 0. The log level specified in smb.conf is not used. To set log level, use -d option. | ||||
* | dlz_bind9: Set debugging output to stderr | Amitay Isaacs | 2011-12-07 | 1 | -0/+3 |
| | |||||
* | dlz_bind9: Use client supplied credentials for DNS record update | Amitay Isaacs | 2011-12-07 | 1 | -0/+79 |
| | | | | This creates the DNS records with correct owner and group settings. | ||||
* | dlz_bind9: For creating a child entry, use only SEC_ADS_CREATE_CHILD | Amitay Isaacs | 2011-12-07 | 1 | -1/+1 |
| | | | | | The member servers in AD do not have access to modify the parent, but do have access to create child DNS records. | ||||
* | tevent: Install python tevent modules. | Jelmer Vernooij | 2011-12-06 | 1 | -0/+6 |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Dec 6 23:13:37 CET 2011 on sn-devel-104 | ||||
* | Install (platform-independent) python scripts to the PYTHONDIR rather than ↵ | Jelmer Vernooij | 2011-12-06 | 1 | -1/+1 |
| | | | | PYTHONARCHDIR. | ||||
* | Add stub python module for tevent. | Jelmer Vernooij | 2011-12-06 | 1 | -0/+28 |
| | |||||
* | lib/util/util_tdb: adhere to coding style for tdb_data_is_empty() | Michael Adam | 2011-12-06 | 1 | -1/+2 |
| | | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue Dec 6 15:22:08 CET 2011 on sn-devel-104 | ||||
* | s3:net registry check: replace rawmemchr by functionally equivalent portable ↵ | Michael Adam | 2011-12-06 | 1 | -2/+2 |
| | | | | | | | | | strchr rawmemchr is glibc only - not portable. Remarked by Ira Cooper. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue Dec 6 12:20:48 CET 2011 on sn-devel-104 | ||||
* | Revert "Remove rawmemchr calls - found by Ira Cooper. These are ↵ | Michael Adam | 2011-12-06 | 1 | -4/+3 |
| | | | | | | | | glibc-specific calls, makes us completely non-portable." This reverts commit 82b1702284ba2bb61b23e1f14ce9145d896c36c0. This is not functionally equivalent, needs to be done differently. | ||||
* | s3:registry: replace use of rawmemchr by portable equivalent use of strchr. | Michael Adam | 2011-12-06 | 1 | -1/+1 |
| | |||||
* | knownfail: Mark some ldap.acl search tests as no longer failing. | Jelmer Vernooij | 2011-12-06 | 1 | -1/+7 |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Dec 6 00:43:40 CET 2011 on sn-devel-104 | ||||
* | knownfail: Remove working winbind tests. | Jelmer Vernooij | 2011-12-05 | 1 | -4/+0 |
| | |||||
* | knownfail: The resolve async tests work now. | Jelmer Vernooij | 2011-12-05 | 1 | -1/+0 |
| | |||||
* | knownfail: remove now succeeding local.iconv test. | Jelmer Vernooij | 2011-12-05 | 1 | -1/+0 |
| | |||||
* | knownfail: remove base.maximum_allowed test, as it appears to be passing now. | Jelmer Vernooij | 2011-12-05 | 1 | -1/+0 |
| | |||||
* | knownfail: re-add createx test. | Jelmer Vernooij | 2011-12-05 | 1 | -0/+1 |
| | |||||
* | knownfail: Exclude specific list of SMB2 oplock tests. | Jelmer Vernooij | 2011-12-05 | 1 | -1/+15 |
| | |||||
* | knownfail: Remove smb2.compound tests, they pass now. | Jelmer Vernooij | 2011-12-05 | 1 | -3/+0 |
| | |||||
* | Remove samba4.raw.oplock.brl4. Bug 7928 has been fixed. | Jelmer Vernooij | 2011-12-05 | 1 | -1/+0 |
| | |||||
* | knownfail: Match on end-of-file, not end-of-file-access. | Jelmer Vernooij | 2011-12-05 | 1 | -1/+1 |
| | |||||
* | knownfail: samba4.base.createx_access.createx_access works. | Jelmer Vernooij | 2011-12-05 | 1 | -1/+0 |
| | |||||
* | knownfail: LogonControl2Ex works. | Jelmer Vernooij | 2011-12-05 | 1 | -2/+2 |
| | |||||
* | knownfail: Ignore failures for drsuapi tests over other transports as well. | Jelmer Vernooij | 2011-12-05 | 1 | -2/+2 |
| | |||||
* | samba4: Remove rpc-handles mixed-shared tests from known failing list. | Jelmer Vernooij | 2011-12-05 | 1 | -1/+0 |
| | |||||
* | selftest: Re-mark some drsuapi tests as known failing. | Jelmer Vernooij | 2011-12-05 | 1 | -0/+2 |
| | |||||
* | wafsamba: Cope with not everything having a final_libs attribute. | Jelmer Vernooij | 2011-12-05 | 1 | -1/+1 |
| | |||||
* | selftest: Don't mark drsuapi tests as knownfailing. | Jelmer Vernooij | 2011-12-05 | 1 | -1/+0 |
| | |||||
* | wafsamba: Use final_libs list to determine if a target needs private ↵ | Jelmer Vernooij | 2011-12-05 | 1 | -1/+1 |
| | | | | libraries, rather than direct dependencies list. | ||||
* | Fix typo. | Jelmer Vernooij | 2011-12-05 | 1 | -1/+1 |
| | |||||
* | selftest: 'samba4.rpc.netlogon on ncalrpc with ↵ | Jelmer Vernooij | 2011-12-05 | 1 | -1/+0 |
| | | | | seal,padcheck.netlogon.DsrEnumerateDomainTrusts' now succeeds, remove it from the knownfail list. | ||||
* | GetForestTrustInformation is implemented, remove it from knownfail. | Jelmer Vernooij | 2011-12-05 | 1 | -1/+0 |
| | |||||
* | rap netsessiongetinfo apparently *is* provided by samba3, so don't list it ↵ | Jelmer Vernooij | 2011-12-05 | 1 | -1/+0 |
| | | | | in knownfail. | ||||
* | s3-selftest: Don't mark samba3.blackbox.failure.success test as known failing. | Jelmer Vernooij | 2011-12-05 | 1 | -1/+1 |
| | |||||
* | filter-subunit: Fix default for flapping setting. | Jelmer Vernooij | 2011-12-05 | 1 | -1/+1 |
| | |||||
* | selftest: Display unexpected successes and expected failures. | Jelmer Vernooij | 2011-12-05 | 2 | -15/+52 |
| | |||||
* | selftest: Add --flapping argument to filter-subunit. | Jelmer Vernooij | 2011-12-05 | 4 | -7/+40 |
| | |||||
* | selftest: Split out flapping tests into a separate file. | Jelmer Vernooij | 2011-12-05 | 4 | -11/+21 |
| | |||||
* | s4-drs: do not try to contact for replication servers that are not anymore ↵ | Matthieu Patou | 2011-12-05 | 1 | -6/+40 |
| | | | | | | | | | | | | in reps* Servers connection can be removed from repsTo and respFrom either due to DC demote or topology change by the KCC, if a server is removed from the reps* it must be effectivly removed from the list of server that we will contact for getNcChanges and for replicaSync. Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Mon Dec 5 19:56:09 CET 2011 on sn-devel-104 | ||||
* | s4-resolver: do not use all the A and AAAA records, those after a NS are not ↵ | Matthieu Patou | 2011-12-05 | 2 | -1/+17 |
| | | | | the one we want to use | ||||
* | s4-drs: mark WERR_DS_DRA_BUSY as a non error in DsReplicaUpdateRefs | Matthieu Patou | 2011-12-05 | 1 | -2/+22 |
| | |||||
* | s4: add blackbox test for the demote function | Matthieu Patou | 2011-12-05 | 2 | -0/+40 |
| | |||||
* | samba-tool: refuse to demote if the current DC has still roles | Matthieu Patou | 2011-12-05 | 1 | -4/+12 |
| | |||||
* | samba-tool: add a function to cleanly demote a DC | Matthieu Patou | 2011-12-05 | 2 | -2/+257 |
| | | | | | samba-tool domain demote allow the local DC to properly demote against Microsoft and Samba DC. | ||||
* | s4-python: factorize the definition of get_dsServiceName | Matthieu Patou | 2011-12-05 | 4 | -18/+14 |
| | |||||
* | s4-python: externalize some function to the drs_utils module so that they ↵ | Matthieu Patou | 2011-12-05 | 2 | -25/+66 |
| | | | | can be reused | ||||
* | s4-python: rename conflicting variable with the import option | Matthieu Patou | 2011-12-05 | 1 | -2/+2 |
| | |||||
* | tdb2: tlist: remove type arg from tlist_top(), tlist_tail() | Rusty Russell | 2011-12-05 | 1 | -1/+1 |
| | | | | | | | | | | | With the type canary, it's unnecessary. Though the implementation is a bit more awkward since they longer map directly through to list_top/tail. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (Imported from CCAN commit a6b5111fe6948e51114c33aa34785c9fd0d403e6) Autobuild-User: Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date: Mon Dec 5 12:13:08 CET 2011 on sn-devel-104 | ||||
* | tdb2: display capability information in tdb_summary() | Rusty Russell | 2011-12-05 | 2 | -25/+145 |
| | | | | | | | | | This means we know they're there in future, and what restrictions they carry. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (Imported from CCAN commit b3ca95351517e76b635347b39382b059a66f8388) |