Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-16 | Import testtools as well, required for subunit. | Jelmer Vernooij | 28 | -12/+3855 | |
2010-01-16 | subunit: Import new version. | Jelmer Vernooij | 27 | -505/+4062 | |
2010-01-16 | Add README about subunit. | Jelmer Vernooij | 1 | -0/+7 | |
2010-01-16 | Add script for updating the copy of subunit. | Jelmer Vernooij | 1 | -0/+13 | |
2010-01-16 | Fix permissions - net subcommand modules don't need to be executable. | Jelmer Vernooij | 2 | -0/+0 | |
2010-01-16 | s4-torture: fixed DsReplicaGetInfo elements | Andrew Tridgell | 1 | -2/+2 | |
2010-01-16 | s4-kcc: added DsReplicaGetInfo pending ops call | Andrew Tridgell | 1 | -1/+30 | |
Just return 0 pending ops for now | |||||
2010-01-16 | s4-provision: added w2k8r2 ldap capabilities | Andrew Tridgell | 1 | -0/+2 | |
2010-01-16 | s4-devel: added rebuild_zone.sh | Andrew Tridgell | 1 | -0/+107 | |
This rebuilds a DNS zone file, including all DCs from sam.ldb | |||||
2010-01-16 | s4-provision: added "check-names ignore;" to allow for _msdcs A records | Andrew Tridgell | 1 | -0/+3 | |
2010-01-16 | s4-kcc: added DsReplicaGetInfo CURSORS2 level | Andrew Tridgell | 1 | -0/+29 | |
2010-01-16 | s4-idl: in DsReplicaGetInfo unknown2 is actually an enumeration_context | Andrew Tridgell | 5 | -39/+39 | |
2010-01-16 | s4-kcc: added support for CURSORS info level in DsReplicaGetInfo | Andrew Tridgell | 1 | -3/+34 | |
2010-01-16 | s4-dsdb: take advantage of local cursor and sort | Andrew Tridgell | 2 | -71/+3 | |
in getncchanges and repl task we don't need the extra load and sort any more. | |||||
2010-01-16 | s4-dsdb: add our local cursor and sort in dsdb_load_udv_*() | Andrew Tridgell | 1 | -19/+65 | |
This makes things much simpler for the callers | |||||
2010-01-16 | s4-drs: use dsdb_load_udv_v2() in getncchanges code | Andrew Tridgell | 1 | -52/+6 | |
2010-01-16 | s4-dsdb: use dsdb_load_udv_v2() in repl task | Andrew Tridgell | 1 | -27/+2 | |
2010-01-16 | s4-dsdb: added dsdb_load_udv_v2() and dsdb_load_udv_v1() | Andrew Tridgell | 1 | -0/+82 | |
2010-01-16 | s4-kcc: simplify the ReplicaGetInfo implementation a bit | Andrew Tridgell | 1 | -53/+17 | |
2010-01-16 | s4-kcc: squash a warning | Andrew Tridgell | 1 | -0/+2 | |
2010-01-16 | s4-drs: better debug info when security checks fail | Andrew Tridgell | 1 | -3/+8 | |
show the security token of the user at debug level 2 | |||||
2010-01-16 | s4-dsdb: require admin access for DsReplicaGetInfo | Andrew Tridgell | 1 | -5/+7 | |
2010-01-16 | s4-drs: framework for DsGetReplInfo(), includes the DS_REPL_INFO_NEIGHBORS ↵ | Andrew Tridgell | 4 | -4/+518 | |
infoType. This patch includes the framework for the implementation of all infoTypes of the DsGetReplInfo() call, and includes the implementation for the first one, the DS_REPL_INFO_NEIGHBORS. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-01-16 | s4-drs: give better debug info on unsupported DRS calls | Andrew Tridgell | 1 | -14/+20 | |
2010-01-16 | s4-drs: torture test for DsGetReplInfo() (RPC-DSGETINFO test). | Erick Nogueira do Nascimento | 3 | -1/+352 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-01-16 | s4-dsdb: added isGlobalCatalogReady | Andrew Tridgell | 1 | -0/+12 | |
needed for dcdiag.exe | |||||
2010-01-15 | Second part of bug 7045 - Bad (non memory copying) interfaces in ↵ | Jeremy Allison | 1 | -3/+9 | |
smbc_setXXXX calls. Protect against SMB_STRDUP of null... Jeremy. | |||||
2010-01-15 | Fix bug 7045 - Bad (non memory copying) interfaces in smbc_setXXXX calls. | Jeremy Allison | 2 | -10/+25 | |
In smbc_free_context libsmbclient just called free() on the string options so it assumes the callers have malloced them before setting them via smbc_set calls. Change to corretly malloc/free string options to the library. Jeremy | |||||
2010-01-16 | s4-ldb: cope with bad ptr alignment in ldb_index.c | Andrew Tridgell | 1 | -3/+3 | |
We can't assume that a rec_ptr will come back from a tdb traverse with alignment sufficient for a pointer. | |||||
2010-01-15 | s4 selftest: Ignore more winbind test known to fail | Kai Blin | 1 | -0/+2 | |
2010-01-15 | s4-smbtorture: add setup_schannel_netlogon_pipe() function. | Günther Deschner | 1 | -34/+25 | |
Guenther | |||||
2010-01-14 | Fix bug #7036 - net rpc getsid fails in hardened windows environments. | Jeremy Allison | 1 | -1/+7 | |
Fix suggested by Dave.Daugherty@Centrify.com. | |||||
2010-01-14 | s4-torture: Migrate ntp_signd test to tsocket. | Andreas Schneider | 1 | -126/+160 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-01-14 | Part 4 of bug #7028 - include scannedonly VFS module | Olivier Sessink | 1 | -13/+8 | |
Fix some issues with handling names ending in '/'. | |||||
2010-01-14 | s3-libsmbclient: Fix crash bug in SMBC_parse_path(). | Günther Deschner | 1 | -1/+1 | |
Patch from Tim Waugh <twaugh@redhat.com>. This resolves https://bugzilla.redhat.com/show_bug.cgi?id=552658 LIBSMBCLIENT-OPENDIR torture test checks this as well. Guenther | |||||
2010-01-14 | s4-smbtorture: add rather simple libsmbclient torture testsuite. | Günther Deschner | 7 | -0/+280 | |
Guenther | |||||
2010-01-14 | s3:auth: fix account unlock regression introduced with fix for bug #4347 | Michael Adam | 1 | -7/+5 | |
By an oversight, the patchset for #4347 made the unlocking of a locked account after the lockout duration ineffective. Thanks to Björn for finding this! Michael | |||||
2010-01-14 | s3 selftest: Enable the WINBIND-STRUCT tests | Kai Blin | 1 | -1/+1 | |
2010-01-14 | s3 test: Fix WINBINDD-STRUCT tests | Kai Blin | 2 | -2/+5 | |
The struct-based tests are working in make selftest, make them work in plain "make test" as well. | |||||
2010-01-14 | s3 selftest: Fix LOOKUP_SID test. | Kai Blin | 1 | -4/+12 | |
WINBINDD_LIST_USERS does not give a domain name if we're a DC and the user is from our domain. | |||||
2010-01-14 | s3 selftest: Fix WINBINDD_LIST_GROUPS test | Kai Blin | 1 | -9/+22 | |
If there's no groups in the database, there are no entries in extra_data. This caused WINBINDD_LIST_GROUPS test to fail. Use the fact that WINBINDD_LIST_GROUPS now reports the number of groups in data.num_entries to identify the "no groups" case. | |||||
2010-01-14 | s3 winbindd: Return number of groups in data.num_entries for ↵ | Kai Blin | 1 | -1/+3 | |
WINBINDD_LIST_GROUPS This allows to test if there's something wrong with the group list in extra_data or if there's simply no groups in the database. Volker, please check. | |||||
2010-01-14 | s3 selftest: Allow the enumeration of users and groups | Kai Blin | 2 | -1/+3 | |
This fixes the WINBINDD_GETPWENT test. | |||||
2010-01-14 | s3 selftest: Fix the WINBINDD_GETDCNAMEe test. | Kai Blin | 1 | -0/+10 | |
The WINBINDD_GETDCNAME test expected an NSS_STATUS_SUCCESS return from all calls. However, this does not apply for BUILTIN and the DC's own domain. Make the test work again by skipping those two. | |||||
2010-01-14 | s3 winbindd: Get WINBINDD_CHECK_MACHACC torture test to work again. | Kai Blin | 1 | -1/+4 | |
WINBINDD_CHECK_MACHACC used to report an NTSTATUS error and appropriate error strings. Make this work again. | |||||
2010-01-14 | s4:provision_users.ldif - Add a comment that some objects under "Users" are ↵ | Matthias Dieter Wallnöfer | 1 | -0/+3 | |
now located elsewhere This is needed due to the new RID/SID distribution system | |||||
2010-01-14 | s4:provision_users.ldif - Add objects for IIS | Matthias Dieter Wallnöfer | 1 | -0/+21 | |
Some WSPP locations point out that beginning with Windows Server 2008 they're also per default present. Compared against Windows Server 2008 | |||||
2010-01-14 | s4:provision_users.ldif - Add additional BUILTIN objects | Matthias Dieter Wallnöfer | 1 | -0/+30 | |
Compared against Windows Server 2008 | |||||
2010-01-14 | s4:provision_users.ldif - add the restant part of the objects needing for ↵ | Matthias Dieter Wallnöfer | 1 | -0/+26 | |
RODC support RODC = Read Only Domain Controllers Compared against Windows Server 2008 | |||||
2010-01-14 | s4:provision_users.ldif - Fix up errors on existing entries | Matthias Dieter Wallnöfer | 1 | -6/+8 | |
Compared against Windows Server 2008 |