1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-11 00:23:51 +03:00
Commit Graph

2408 Commits

Author SHA1 Message Date
Andrew Tridgell
bc392d88b1 r3269: fixed return value 2007-10-10 13:04:48 -05:00
Andrew Tridgell
5352613342 r3268: - fixed wildcard handling in new dirlist code
- ensure that d_name from readdir is not used after closedir
2007-10-10 13:04:48 -05:00
Andrew Tridgell
c5d338d061 r3267: make LIBTDB depend on LIBREPLACE. This is needed for building the tdb tools on Solaris. 2007-10-10 13:04:48 -05:00
Andrew Tridgell
e5a0763655 r3263: - pvfs now passes RAW-SEARCH 2007-10-10 13:04:48 -05:00
Andrew Tridgell
0d98f7653a r3262: - new pvfs_dirlist code that reopens the directory between search
calls. This is needed to allow for "new files appear during a search"
  behaviour

- pvfs now passes RAW-SEARCH
2007-10-10 13:04:48 -05:00
Andrew Tridgell
05530bfb99 r3261: added seek to RAW-SEARCH test 2007-10-10 13:04:47 -05:00
Andrew Tridgell
692623c6c0 r3260: redid the pvfs_dirlist() interface in preparation for a "keep
directory open" implementation, as opposed to the "load the whole
directory" interface used now. This will be needed to pass RAW-SEARCH
2007-10-10 13:04:47 -05:00
Andrew Tridgell
cc58d249f9 r3259: expanded the RAW-SEARCH test some more 2007-10-10 13:04:47 -05:00
Andrew Tridgell
51f84800d5 r3258: fixed "don't change" attribute for RAW_SFILEINFO_BASIC_INFO 2007-10-10 13:04:47 -05:00
Andrew Tridgell
097823bbde r3257: make the RAW-SEARCH test less sensitive to the servers directory ordering 2007-10-10 13:04:47 -05:00
Andrew Tridgell
f1c5be396b r3256: get rid of the unused session_claim() and session_yield() calls 2007-10-10 13:04:47 -05:00
Andrew Tridgell
86b5118c2a r3255: - fixed 2 uninitialised data errors found with valgrind
- fixed offset of setup words in nttrans reply
2007-10-10 13:04:47 -05:00
Andrew Tridgell
98f6dbdba4 r3254: - expanded the RAW-IOCTL test
- fixed the old ioctl interface to not check handle before failing

- pvs now passes RAW-IOCTL
2007-10-10 13:04:46 -05:00
Andrew Tridgell
367f0c2af4 r3253: - added rudimentary support for ntioctl in pvfs
- catch the SIGXFSZ signal, which for some completely insane reason is
  generated in current Linux systems when you write before the maximum
  offset in a file (maximum is 2^41 on my box). Why wasn't errno good
  enough for this?

- give the right ntstatus code for large offset write failures
2007-10-10 13:04:46 -05:00
Andrew Tridgell
a024cef2d0 r3252: pvfs now passes BASE-TRANS2 2007-10-10 13:04:46 -05:00
Andrew Tridgell
d4042c4364 r3251: - move the openattr test code into basic/attr.c
- cleaned up the RAW-WRITE test so it passes against w2k3, and gives
  more useful error messages
2007-10-10 13:04:46 -05:00
Tim Potter
68cd0b82e9 r3250: Add idl for printer info level 0. 2007-10-10 13:04:46 -05:00
Andrew Tridgell
98aea91ce6 r3249: - change_time is closer to ctime than mtime
- pvfs now passes the RAW-CLOSE test
2007-10-10 13:04:46 -05:00
Andrew Tridgell
4cdd750b5c r3248: don't stop searches on failed fill_search_info() 2007-10-10 13:04:46 -05:00
Andrew Tridgell
36286e477c r3247: FILE_ATTRIBUTE_NORMAL is only a null-op for setattr and setattre, not basic_info 2007-10-10 13:04:46 -05:00
Andrew Tridgell
090574c698 r3246: new files should get created with FILE_ATTRIBUTE_ARCHIVE 2007-10-10 13:04:45 -05:00
Andrew Tridgell
3d5f7f4ac4 r3245: use __location__ in RAW-SEARCH 2007-10-10 13:04:45 -05:00
Andrew Tridgell
230ec4d980 r3244: pvfs now passes the RAW-UNLINK and RAW-READ tests 2007-10-10 13:04:45 -05:00
Andrew Tridgell
977bc87d18 r3243: read the high offset count in SMBreadx in the server 2007-10-10 13:04:45 -05:00
Andrew Tridgell
ecd4e315b9 r3242: make the RAW-READ test not exercise the 0-0 lock, which is not deterministic 2007-10-10 13:04:45 -05:00
Andrew Tridgell
7ce6139f98 r3241: don't skip the read completely for a zero-length read, as it could give a lock conflict 2007-10-10 13:04:45 -05:00
Andrew Tridgell
9305b07af3 r3240: - update the rules for what error codes should be given on the
different type of unlink an seach mismatches

- wildcard directory listings that have attribute
  FILE_ATTRIBUTE_DIRECTORY and match "." or ".." should be failed.

- don't set the write_time on SMBclose unless it is non-zero

- added much better support for setfileinfo and setpathinfo in pvfs

- better (and more efficient) handling of .. and . components in filenames
2007-10-10 13:04:45 -05:00
Andrew Tridgell
16c7dd6417 r3239: reads of more than UINT16_MAX bytes should return 0 bytes 2007-10-10 13:04:45 -05:00
Andrew Tridgell
687633b5d6 r3238: rename null_mtime() to the more accurate name "null_time()", and
expose it for use by the posix backend
2007-10-10 13:04:44 -05:00
Andrew Tridgell
e9aa1f7899 r3237: - allow for readx calls larger than 64k
- combine setattre and standard levels in setfileinfo, as they use the
  same structure
2007-10-10 13:04:43 -05:00
Andrew Tridgell
5b239ad57b r3236: test a few more combinations in RAW-UNLINK 2007-10-10 13:04:43 -05:00
Andrew Tridgell
e07c557eca r3235: try readx beyond 64k in RAW-READ 2007-10-10 13:04:43 -05:00
Andrew Tridgell
70be45de05 r3234: in SMBreadx, if the client asks for exactly 65535 bytes then don't try
to align the buffer, as that would make the read reply not fit
2007-10-10 13:04:43 -05:00
Andrew Tridgell
d84ade90ce r3227: added a per-share option "case insensitive filesystem", that tells the
backend that the underlying filesystem is case insensitive, so it can
bypass the directory search if the name is not found.
2007-10-10 13:04:43 -05:00
Andrew Tridgell
b2bdde6d14 r3224: add the LOCAL-* tests to test_posix.sh 2007-10-10 13:04:43 -05:00
Andrew Tridgell
f6862bfc1c r3223: continue the effort on LIBREPLACE to try to get the ldb tools to
compile on platforms like solaris without having to link to the whole
of the Samba4 lib directory.
2007-10-10 13:04:43 -05:00
Volker Lendecke
d91659b037 r3219: Hi, Andrew B.!
Not sure which Samba3 you mean, but *my* one bails out with
INVALID_PARAMETER...

Volker
2007-10-10 13:04:42 -05:00
Volker Lendecke
478ba62915 r3218: Fix the build 2007-10-10 13:04:42 -05:00
Tim Potter
994fe92feb r3217: Start of a spoolss_GetPrinter test. 2007-10-10 13:04:42 -05:00
Tim Potter
b7ff5f0ded r3216: Add tests for OpenPrinterEx and ClosePrinter. 2007-10-10 13:04:42 -05:00
Tim Potter
6a9e18528c r3215: access_required -> access_mask for OpenPrinterEx 2007-10-10 13:04:42 -05:00
Jelmer Vernooij
636d209814 r3214: Load the config file (required for ncacn_np:) 2007-10-10 13:04:42 -05:00
Jelmer Vernooij
a9473750f6 r3213: Make credentials in a binding dialog optional
Small fixes in gepdump
2007-10-10 13:04:42 -05:00
Jelmer Vernooij
4808b2a2f7 r3212: Never put a hostname in a ncalrpc binding string 2007-10-10 13:04:42 -05:00
Jelmer Vernooij
71dfc27b8e r3211: Add a graphical endpoint mapper view tool 2007-10-10 13:04:41 -05:00
Andrew Tridgell
e6ddb9d8f3 r3210: split lib/replace.o into a separate build subsystem LIBREPLACE, and
make the ldb tools depend on it. This should help the build of the ldb
tools on platforms without strnlen() or strndup()
2007-10-10 13:04:41 -05:00
Jelmer Vernooij
b53f4cd169 r3209: - Create directory for ncalrpc with correct mode
- Support binding strings like :

ncacn_np:[sign]
ncacn_np:myhost[seal,sign,endpoint]

again
2007-10-10 13:04:41 -05:00
Andrew Tridgell
adbfd206f4 r3208: fixed permissions of ncalrpc directory creation 2007-10-10 13:04:41 -05:00
Andrew Tridgell
efaa0eaec4 r3207: - reformat error msgs in BASE-DIR* tests
- added support for mandatory attributes in old style directory search

- we now pass BASE-DIR1 and BASE-DIR2
2007-10-10 13:04:41 -05:00
Andrew Tridgell
3f247ec21c r3206: - added the reverse map for ERRbaduid to NT_STATUS_INVALID_HANDLE
- force disable spnego in the RAW-CONTEXT test (it breaks the test)
2007-10-10 13:04:41 -05:00