Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add NTDSConnection schedule attr blob | Dave Craft | 2011-12-08 | 1 | -0/+20 |
| | | | | | | | Add schedule blob to drsblobs to allow NDR unpacking into a python class. Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | Add samba_kcc load parameter | Dave Craft | 2011-12-08 | 1 | -0/+11 |
| | | | | | | | | Configures parameter to enumerate name of python KCC topology generator for subsequent use by samba_runcmd_send() invocation from kcc task Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | Add version attribute for pytevent. | Jelmer Vernooij | 2011-12-07 | 3 | -1/+5 |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Dec 7 15:07:49 CET 2011 on sn-devel-104 | ||||
* | selftest: samba4.samba-tool.domopen now passes, so do not skip | Andrew Bartlett | 2011-12-07 | 1 | -1/+0 |
| | | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Dec 7 04:42:02 CET 2011 on sn-devel-104 | ||||
* | s4-selftest re-enable nsstest on libnss_winbind.so | Andrew Bartlett | 2011-12-07 | 3 | -2/+23 |
| | |||||
* | s4-kdc: only build hdb plugin if we build against system Heimdal | Andrew Bartlett | 2011-12-07 | 1 | -0/+1 |
| | | | | | | | It is not safe to have a system kadmin use our plugin if we do not share the same libkrb5. Andrew Bartlett | ||||
* | clarify Roadmap, as the shape of Samba 4.0 is much clearer now | Andrew Bartlett | 2011-12-07 | 1 | -9/+5 |
| | |||||
* | Remove outdated information from the README | Andrew Bartlett | 2011-12-07 | 1 | -27/+9 |
| | |||||
* | s4-dnsupdate: Do not attempt to add the PDC names if we are not a PDC | Andrew Bartlett | 2011-12-07 | 1 | -5/+11 |
| | |||||
* | pydsdb: provide a am_pdc hook like am_rodc to python scripts | Andrew Bartlett | 2011-12-07 | 2 | -0/+26 |
| | |||||
* | s4-dns Use match-by-key in GSSAPI server if principal is not specified | Andrew Bartlett | 2011-12-07 | 2 | -25/+14 |
| | | | | | | | | | This allows dlz_bind9 to match on exactly the same key as bind9 itself Andrew Bartlett Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Wed Dec 7 02:20:10 CET 2011 on sn-devel-104 | ||||
* | 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 |
| |