summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "s4:api.py - DN tests - test a bit more special DNs and merge the ↵Matthias Dieter Wallnöfer2010-11-181-44/+1
| | | | | | | | | | comparison tests" This reverts commit 732ef9353dff56384e8bb01aa20d2a371cd995c2. Jelmer doesn't like to have these tests there. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Nov 18 17:46:38 UTC 2010 on sn-devel-104
* s4:dsdb python tests - use "ldb.domain_dn"Matthias Dieter Wallnöfer2010-11-187-62/+15
| | | | By inspiration of Nadya's patches
* s4/operational: Fix swapped parameters for ldb_msg_copy_attrAnatoliy Atanasov2010-11-181-2/+2
| | | | | Autobuild-User: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> Autobuild-Date: Thu Nov 18 17:02:07 UTC 2010 on sn-devel-104
* s4/ldap: ldap_syntaxes.py cleanupAnatoliy Atanasov2010-11-181-17/+3
| | | | | Autobuild-User: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> Autobuild-Date: Thu Nov 18 16:16:27 UTC 2010 on sn-devel-104
* s3: Call sid_check_is_domain instead of dom_sid_equalVolker Lendecke2010-11-181-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Nov 18 15:32:32 UTC 2010 on sn-devel-104
* s3: Make winbind recover from a signing errorVolker Lendecke2010-11-181-0/+2
| | | | | | | | | When winbind sees a signing error on the smb connection to a DC (for whatever reason, our bug, network glitch, etc) it should recover properly. The "old" code in clientgen.c just closed the socket in this case. This is the right thing to do, this connection is spoiled anyway. The new, async code did not do this so far, which led to the code in winbindd_cm.c not detect that we need to reconnect.
* s3/vfs_tsmsm: remove unneeded cast to off_tBjörn Jacke2010-11-181-2/+2
| | | | | | | "off_t" is wrong on 32 bit systems anyhow ... Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Thu Nov 18 14:47:59 UTC 2010 on sn-devel-104
* s3/vfs_tsmsm: fix debug output for large filesBjörn Jacke2010-11-181-6/+6
|
* ldb: error out when modules are not foundSimo Sorce2010-11-181-1/+1
| | | | | | | | We shouldn't proceed without all required modules, it could cause damage to the ldb if operations are performed w/o the needed modules. Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Thu Nov 18 14:02:34 UTC 2010 on sn-devel-104
* s4-tests: Descriptor tests should use the existing samdb domain_dn method ↵Nadezhda Ivanova2010-11-181-7/+1
| | | | | | | instead of defining a new one Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Thu Nov 18 12:52:48 UTC 2010 on sn-devel-104
* s4-tests: Acl tests should use the existing samdb domain_dn method instead ↵Nadezhda Ivanova2010-11-181-7/+1
| | | | of defining a new one
* ldb:skel.c - don't introduce trailing whitespaces by a module templateMatthias Dieter Wallnöfer2010-11-181-2/+2
| | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Nov 18 12:08:30 UTC 2010 on sn-devel-104
* s4:password_hash LDB module - remove unused headersMatthias Dieter Wallnöfer2010-11-181-3/+0
|
* s4:repl_meta_data LDB module - allow also special DNs to be renamed correctlyMatthias Dieter Wallnöfer2010-11-182-1/+8
| | | | | | | Do always escape RDN values - this fixes bug #7794 Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Nov 18 10:43:40 UTC 2010 on sn-devel-104
* s4:api.py - DN tests - test a bit more special DNs and merge the comparison ↵Matthias Dieter Wallnöfer2010-11-181-11/+47
| | | | tests
* ldb:ldb_dn_explode - point out that on error cases "data" is implicitly free'dMatthias Dieter Wallnöfer2010-11-181-1/+1
|
* s4-test: added greater control over tests to runAndrew Tridgell2010-11-183-220/+320
| | | | | | | now supports --list to list tests, and --skip to skip the named tests Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Nov 18 04:29:24 UTC 2010 on sn-devel-104
* s4-test: rename scripting/devel/howto to scripting/devel/wintestAndrew Tridgell2010-11-183-0/+0
| | | | | | | this won't just be for the howto anymore Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Nov 18 00:45:18 UTC 2010 on sn-devel-104
* s4-wintest: added wintest.py libraryAndrew Tridgell2010-11-182-420/+462
| | | | | | | converted test-howto.py to use the wintest library. The idea is for us to create other tests that test lots of different interactions with windows
* s3: Fix a missing return valueVolker Lendecke2010-11-171-1/+3
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Nov 17 20:40:18 UTC 2010 on sn-devel-104
* s3-spoolss: make sure members of "BUILTIN\Print Operators" can open printersGünther Deschner2010-11-171-1/+3
| | | | | | | | | with admin privileges. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Nov 17 15:05:02 UTC 2010 on sn-devel-104
* s3-spoolss: add debug statement for access denied cases in OpenPrinterEx path.Günther Deschner2010-11-171-0/+3
| | | | Guenther
* s3-rpcclient: exit early in cmd_spoolss_enum_data() when there is a failure.Günther Deschner2010-11-171-0/+9
| | | | Guenther
* s4-repl: removed the syncall_workaround codeAndrew Tridgell2010-11-172-6/+0
| | | | | | | this isn't needed any more Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Nov 17 13:41:51 UTC 2010 on sn-devel-104
* s4-repl: save the result of the last replication in repsFrom/repsToAndrew Tridgell2010-11-173-58/+75
| | | | | | | when a replication fails, we should add the failure to repsFrom when a notify fails, we need to save it to repsTo this ensures showrepl always shows the latest status
* s4-repl: ensure we don't starve pending replication opsAndrew Tridgell2010-11-174-6/+24
| | | | | | when there was a continuous sequence of notify ops, we could leave the replication ops starving. This ensures we run whichever was queued first
* s4-kcc: fixed result_last_attempt in showreplAndrew Tridgell2010-11-171-0/+1
|
* s4-doserr: telling our users to "see Windows help" doesn't seem rightAndrew Tridgell2010-11-171-4/+4
|
* s4-provision: don't test for xattrs if posix:eadb is setAndrew Tridgell2010-11-172-1/+2
| | | | | when it is set in smb.conf or on the command line, obey the setting and don't try to test for system xattr support
* s4-provision: setup posix:eadb using lp.set()Andrew Tridgell2010-11-174-8/+2
| | | | | this allows it to override a setting made during the automatic testing of xattr support
* developer: only do the C++ reserved name checking on LinuxAndrew Tridgell2010-11-173-28/+2
| | | | | this prevents us breaking the solaris build, but will still mean we prevent C++ vars in our code
* s4-provision: don't try to autodetect xattr is posix:eadb is setAndrew Tridgell2010-11-171-1/+1
| | | | when posix:eadb is set then we know we should be using an eadb
* s4-heimdal: ask for non-atomic heimdalAndrew Tridgell2010-11-171-0/+3
| | | | this allows us to build with compilers other than gcc
* heimdal: added HEIM_BASE_NON_ATOMIC optionAndrew Tridgell2010-11-171-1/+8
| | | | | This allows heimdal to build without gcc, by not using atomic operations. We don't need heimdal to be atomic in Samba.
* s4-test: updates to test-howto.pyAndrew Tridgell2010-11-172-59/+122
| | | | | | | | | | | | - handle clock skew using "net time" on windows after we open the telnet connection - allow checking for result lists in order - replicate all partitions after vampiring so we don't need to wait for periodic replication - use a krb5 ccache in the prefix for kinit based tests The complete test suite now passes on my system, taking just over 13 minutes to complete
* s4-heimdal: implement KERB_AP_ERR_TYPE_SKEW_RECOVERYAndrew Tridgell2010-11-171-1/+5
| | | | | | | | | this e_data field in a kerberos error packet tells windows to do clock skew recovery. See [MS-KILE] 2.2.1 KERB-ERROR-DATA Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-gensec: zero the gssapi_stateAndrew Tridgell2010-11-171-1/+1
| | | | | | this fixes a use of the target_principal before initialisation Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-provision: use the command line lp in provisionAndrew Tridgell2010-11-171-1/+1
| | | | | this ensures that provision options are stored in the generated smb.conf
* s4-provision: add log messages about IP lookupAndrew Tridgell2010-11-171-0/+2
| | | | | the IPv6 lookup can be very slow if a DNS server in the search list is unavailable. It's good to let the user know what its doing.
* s4-dns: catch more expections in samba_dnsupdateAndrew Tridgell2010-11-171-1/+5
|
* s3: Remove a reference to "winbindd_cli_state" from append_auth_dataVolker Lendecke2010-11-171-13/+14
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Nov 17 12:02:34 UTC 2010 on sn-devel-104
* s3: Remove a reference to "winbindd_cli_state" from append_info3_as_txtVolker Lendecke2010-11-171-28/+29
|
* s3: Remove a reference to "winbindd_cli_state" from append_afs_tokenVolker Lendecke2010-11-171-8/+6
|
* s3: Remove a reference to "winbindd_cli_state" from append_info3_as_ndrVolker Lendecke2010-11-171-4/+5
|
* s3: Remove a reference to "winbindd_cli_state" from append_unix_usernameVolker Lendecke2010-11-171-6/+6
|
* s3: Remove a reference to "winbindd_cli_state" from append_auth_dataVolker Lendecke2010-11-171-11/+11
|
* "bool ? true : false" is a bit pointlessVolker Lendecke2010-11-171-2/+1
|
* s3: Move parse_sidlist to the only calling fileVolker Lendecke2010-11-173-44/+42
|
* s3: Remove some unused codeVolker Lendecke2010-11-172-23/+0
|
* ldb:ldb_dn.c - ldb_dn_explode - free also the extended components on error casesMatthias Dieter Wallnöfer2010-11-171-1/+4
| | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Wed Nov 17 08:45:53 UTC 2010 on sn-devel-104