summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* s4-kcc: added DsReplicaGetInfo pending ops callAndrew Tridgell2010-01-161-1/+30
| | | | Just return 0 pending ops for now
* s4-provision: added w2k8r2 ldap capabilitiesAndrew Tridgell2010-01-161-0/+2
|
* s4-devel: added rebuild_zone.shAndrew Tridgell2010-01-161-0/+107
| | | | This rebuilds a DNS zone file, including all DCs from sam.ldb
* s4-provision: added "check-names ignore;" to allow for _msdcs A recordsAndrew Tridgell2010-01-161-0/+3
|
* s4-kcc: added DsReplicaGetInfo CURSORS2 levelAndrew Tridgell2010-01-161-0/+29
|
* s4-idl: in DsReplicaGetInfo unknown2 is actually an enumeration_contextAndrew Tridgell2010-01-165-39/+39
|
* s4-kcc: added support for CURSORS info level in DsReplicaGetInfoAndrew Tridgell2010-01-161-3/+34
|
* s4-dsdb: take advantage of local cursor and sortAndrew Tridgell2010-01-162-71/+3
| | | | | in getncchanges and repl task we don't need the extra load and sort any more.
* s4-dsdb: add our local cursor and sort in dsdb_load_udv_*()Andrew Tridgell2010-01-161-19/+65
| | | | This makes things much simpler for the callers
* s4-drs: use dsdb_load_udv_v2() in getncchanges codeAndrew Tridgell2010-01-161-52/+6
|
* s4-dsdb: use dsdb_load_udv_v2() in repl taskAndrew Tridgell2010-01-161-27/+2
|
* s4-dsdb: added dsdb_load_udv_v2() and dsdb_load_udv_v1()Andrew Tridgell2010-01-161-0/+82
|