summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* selftest: Use SUBUNIT_FORMATTER command, if set in the environment.Jelmer Vernooij2010-01-201-15/+15
|
* Fix unintentional free of the last value when adding a new value to a key.Wilco Baan Hofman2010-01-201-4/+8
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4-smbtorture: remove unneeded ncaclrpc dir setup from RPC-SPOOLSS-NOTIFY.Günther Deschner2010-01-191-10/+0
| | | | Guenther
* s3: Fix a typoVolker Lendecke2010-01-191-1/+1
|
* s4-smbtorture: also configure check smbc_setOptionCaseSensitive for ↵Günther Deschner2010-01-191-1/+2
| | | | | | LIBSMBCLIENT testsuite. Guenther
* s3 net/i18n: Update .po filesKai Blin2010-01-191-1483/+1455
|
* s3 net: Fix compile warningsKai Blin2010-01-1924-380/+676
|
* s3: Remove a comment from ancient times that no longer appliesVolker Lendecke2010-01-191-1/+0
|
* s3-selftest: finally enable RPC-SPOOLSS-NOTIFY against s3.Günther Deschner2010-01-191-1/+1
| | | | Guenther
* s3-spoolss: stricter name checks when opening back-channel notify connection.Günther Deschner2010-01-191-7/+13
| | | | | | | Make sure to always check if the name the client passed in spoolss_RemoteFindFirstPrinterChangeNotifyEx is not one of our names. Guenther
* s3-selftest: use absolute path when setting SOCKET_WRAPPER_DIR.Günther Deschner2010-01-192-2/+2
| | | | Guenther
* s4-smbtorture: support spoolss_ReplyClosePrinter server call in ↵Günther Deschner2010-01-191-2/+36
| | | | | | | | | RPC-SPOOLSS-NOTIFY. A handle obtained with spoolss_ReplyOpenPrinter will be closed with spoolss_ReplyClosePrinter when we call spoolss_ClosePrinter on the remote side. Guenther
* s4-smbtorture: restructure spoolss server implementations in RPC-SPOOLSS-NOTIFY.Günther Deschner2010-01-191-1/+19
| | | | Guenther
* s4-smbtorture: skip ReplyOpenPrinter test in RPC-SPOOLSS-NOTIFY while ↵Günther Deschner2010-01-191-0/+4
| | | | | | testing s3. Guenther
* s4-smbtorture: strip trailing whitespace.Günther Deschner2010-01-191-12/+12
| | | | Guenther
* s3 net/i18n: update .po filesKai Blin2010-01-191-1257/+946
|
* s3 net/i18n: Use only one spelling for "Usage:"Kai Blin2010-01-1911-57/+57
|
* s3 net: Fix compile error with WITH_DNS_UPDATESKai Blin2010-01-191-2/+2
| | | | | bd3c922e2bc1a163efc1d8c9cb59578bebb79616 introduced a compile-time error when building with WITH_DNS_UPDATES.
* s3/net: split up some printable stings to ease i18nBjörn Jacke2010-01-1825-344/+347
| | | | | | If we put strings like "Usage:" into separate _() macros and not the whole "Usage:..." string we can cover much more messages by only one single translation. The drawback is that the message in the sources looks less pretty.
* s3/i18n/de: improve some German translationsBjörn Jacke2010-01-181-4/+4
|
* ѕ3/i18n/de: fix typoBjörn Jacke2010-01-181-2/+2
|
* testprogs: add tests for GetPrinterData{Ex} and EnumPrinterDataEx.Günther Deschner2010-01-184-18/+261
| | | | Guenther
* testprogs: add tests for GetForm.Günther Deschner2010-01-181-0/+48
| | | | Guenther
* testprogs: pass down LPPRINTER_DEFAULTS in spoolss test.Günther Deschner2010-01-181-8/+20
| | | | Guenther
* Merge branch 'master' of git://git.samba.org/sambaLars Müller2010-01-181-107/+116
|\
| * net: Add German translation, specially for the command listingAndré Hentschel2010-01-181-107/+116
| | | | | | | | Signed-off-by: Kai Blin <kai@samba.org>
* | Work around bad use of autoconf internaLars Müller2010-01-181-13/+37
|/ | | | | Merge fix made by Andreas Schwab <schwab@linux-m68k.org>. This change had been in use by SUSE since 2008-07-03.
* s3-docs: Add man page for vfs_scannedonly.Olivier Sessink2010-01-181-0/+243
| | | | Fix bug #7028.
* s3-selftest: use testenv dc so that smbtorture4 actually uses the client ↵Günther Deschner2010-01-181-1/+1
| | | | | | | | configuration. Found while trying to get RPC-SPOOLSS-NOTIFY working against s3. Guenther
* s3: Show share path in swat statuspageMarcin Gryszkalis2010-01-181-4/+7
|
* s3: Fix the format string for smbcontrol pool-usageVolker Lendecke2010-01-171-1/+1
| | | | With the dot I have seen printf to not print anything
* idl: switched to using the WSPP names for the 'neighbour' DRS optionsAndrew Tridgell2010-01-1815-192/+91
| | | | | | | The documentation shows that all these functions in fact use the same flags variable type. To be consistent between functions, and to allow easy reference to the WSPP docs, it is better for us to also use this generic DrsOptions bitfield rather than one per operations.
* s3: Protect against an invalid bcc in SMBsendtxtVolker Lendecke2010-01-171-1/+1
|
* s3: For "smbcontrol <pid> pool-usage", print the first 50 bytes of a stringVolker Lendecke2010-01-171-0/+17
|
* s3: Fix some nonempty blank linesVolker Lendecke2010-01-171-5/+5
|
* Modification of fix for bug 6876 - Delete of an object whose parent folder ↵Jeremy Allison2010-01-161-8/+5
| | | | | | | | | | does not have delete rights fails even if the delete right is set on the object Suggested by Volker. Reduce the surface area of the become_root() unbecome_root() code to reduce the chance of errors. Jeremy.
* s4-drs: allow for security bypass for DsReplicaGetInfoAndrew Tridgell2010-01-171-5/+9
| | | | | Use --option=drs:disable_sec_check=true until the group membership bug with the PAC is fixed.
* s4-dsdb: isGlobalCatalogReady should be shown by defaultAndrew Tridgell2010-01-171-1/+1
| | | | | This caused repadmin.exe to crash. Thanks to Hongwei for tracking this down for us.
* ldap: Fix test failure that seemed to go unreported previously.Jelmer Vernooij2010-01-171-2/+1
|
* ldap.py: Remove unused imports.Jelmer Vernooij2010-01-171-18/+4
|
* s3: Fix a crash in libsmbclient used against the OpenSolaris CIFS serverVolker Lendecke2010-01-161-1/+1
| | | | | | A user has sent me a sniff where the OpenSolaris CIFS server returns "32" in totalentries, but the array in ctr only contains 15 entries. Look at the right delimiter for walking the array.
* s4 selftest: Fix and reenable WINBIND-STRUCT.NETBIOS_NAME testKai Blin2010-01-163-8/+8
|
* s4-kerberos: raise the general kerberos debug level to 3Andrew Tridgell2010-01-161-1/+1
| | | | level 2 for every krb request is a bit much
* subunit/testtools: Include newer version.Jelmer Vernooij2010-01-1611-22/+205
|
* Import testtools as well, required for subunit.Jelmer Vernooij2010-01-1628-12/+3855
|
* subunit: Import new version.Jelmer Vernooij2010-01-1627-505/+4062
|
* Add README about subunit.Jelmer Vernooij2010-01-161-0/+7
|
* Add script for updating the copy of subunit.Jelmer Vernooij2010-01-161-0/+13
|
* Fix permissions - net subcommand modules don't need to be executable.Jelmer Vernooij2010-01-162-0/+0
|
* s4-torture: fixed DsReplicaGetInfo elementsAndrew Tridgell2010-01-161-2/+2
|