Andrew Bartlett
abe0c30aba
r19520: Try not to read past the end of the ldb buffer.
...
Andrew Bartlett
(This used to be commit 3a103149a6c083b80f25163c0f3762f86bb496c1)
2007-10-10 14:24:43 -05:00
Jelmer Vernooij
56c9e61d10
r19513: Add support for recipes (using '@')
...
(This used to be commit dbe5e8dd8c0986e5ab55a072957048f633838157)
2007-10-10 14:24:43 -05:00
Jelmer Vernooij
af3c5b46d3
r19512: Add --shell option to smbtorture (first work towards support for 'recipes')
...
(This used to be commit 087a8e80a9e912b330178b8c647b83381635f8e9)
2007-10-10 14:24:43 -05:00
Jelmer Vernooij
0c09a79339
r19511: Remove unused externs.
...
(This used to be commit a58a366beadd5558449d2b87b4b8d2777e1da309)
2007-10-10 14:24:42 -05:00
Jelmer Vernooij
108de297a7
r19510: Make smbtorture's `nprocs' parameter a parametric option.
...
(This used to be commit f5d6b3ca29788d171d53822a26295ae895a5ed8f)
2007-10-10 14:24:42 -05:00
Jelmer Vernooij
72b164d2e9
r19509: Simplify buildsystem code, create proper symlinks for aliases.
...
(This used to be commit a6d610805970dcb8b2676db9074432a094f7c149)
2007-10-10 14:24:42 -05:00
Andrew Tridgell
d6c003083c
r19508: fixed SMB2-SETINFO
...
the pvfs_acl_xattr backend was not being initialised
(This used to be commit 44c897764e6e2b9cfc4398fd3df52dc3eda6b341)
2007-10-10 14:24:42 -05:00
Jelmer Vernooij
4fa24df98d
r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libraries
...
works again now, by specifying --enable-dso to configure.
(This used to be commit 7a01235067a4800b07b8919a6a475954bfb0b04c)
2007-10-10 14:24:41 -05:00
Andrew Tridgell
535d1920f8
r19506: fixed remaining parts of RAW-READ and RAW-WRITE tests to check for
...
CAP_LARGE_FILES
(This used to be commit 66bebb210550793d0e7fe1b6a03a5140455ae72f)
2007-10-10 14:24:41 -05:00
Andrew Tridgell
6fbbef77e6
r19505: fixed a valgrind error
...
(This used to be commit 8b9359aa7d7b60e0d5e36a2c736278f39dcb07bf)
2007-10-10 14:24:40 -05:00
Andrew Tridgell
9cd2b012f3
r19504: - fixed a free error in file_lines_parse
...
- added a function to test for large file support
- enable CAP_LARGE_FILES only if the test passes
- don't test at large offsets if the server doesn't set
CAP_LARGE_FILES
(This used to be commit c5423ea22bdaa055807d4e6f7ac4be934194fe45)
2007-10-10 14:24:40 -05:00
Andrew Tridgell
863bd921f2
r19503: it only makes sense to run the LOCAL-ICONV test on 'known good'
...
platforms as it tests the system iconv with the built in iconv. Limit
the test to Linux to avoid spurious errors.
(This used to be commit 9e1a8475ca7d1f8490cf8502c08a2544cfec5599)
2007-10-10 14:24:40 -05:00
Andrew Tridgell
bb435cbd03
r19502: fixed the RPC-SECRETS test with kerberos. Andrew, can you look at this
...
as well?
The server side change is needed to fix a valgrind error, which was
possibly exploitable if the client sent deliberately bad data
(This used to be commit e3c04cf165fe15739197b2713e78046399aa7653)
2007-10-10 14:24:40 -05:00
Andrew Tridgell
b4a5794e09
r19501: fix the hangs in the build farm in RPC-SECRETS
...
a RPC-SECRETS on kerberos test still fails, but I'll let andrew take a
look at that later :)
(This used to be commit c260b175682c1cd95eaba958bfd9f054cb2547ea)
2007-10-10 14:24:39 -05:00
Andrew Tridgell
5438fc6c62
r19498: the autofree test cannot be run as part of smbtorture
...
(This used to be commit ebf1d523da45fe19757bca45262f7514702ee108)
2007-10-10 14:24:39 -05:00
Stefan Metzmacher
a74de9886c
r19496: remove unused file
...
metze
(This used to be commit fe733f6307bb5801d523a968aeb5395f463ce6d6)
2007-10-10 14:24:39 -05:00
Jelmer Vernooij
bc596cf917
r19495: Stop linking binaries twice (once before installation, once during build).
...
Make TORTURE-TALLOC and TORTURE-REPLACE builtin again rather than
separate binaries.
(This used to be commit 8913d60c72a67b041b08d569c9bd048953106c85)
2007-10-10 14:24:39 -05:00
Stefan Metzmacher
f8afc52ed0
r19492: - fix RPC-AUTHCONTEXT and RPC-SAMBA3-GETUSERNAME (sorry volker:-)
...
smb_composite_sesssetup() doesn't set session->vuid any more...
(I changed that yesterday, because it was inconsistently only done
for spnego session setups, as it was needed internaly for the 2nd
session setup call, but know session->vuid is only touched (reset to 0)
for the wrong password case)
metze
(This used to be commit bf2a7dd2180c9a025b99b87831960827baf75f16)
2007-10-10 14:24:38 -05:00
Simo Sorce
cc22f65d7b
r19490: better to check the return result
...
(This used to be commit abdc4edbb8f8b8234bad1be05fa92b3f3bc8876c)
2007-10-10 14:24:38 -05:00
Simo Sorce
7f833458ca
r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argument.
...
This is a pointer to an element pointer. If it is not null it will be
filled with the pointer of the manipulated element.
Will avoid double searches on the elements list in some cases.
(This used to be commit 0fa5d4bc225b83e9f63ac6d75bffc4c08eb6b620)
2007-10-10 14:24:38 -05:00
Volker Lendecke
3cee746a3f
r19485: Fix Coverity # 319
...
(This used to be commit d12bdb6133c1612b9d3e1a0c6692cbc4ab17fe32)
2007-10-10 14:24:37 -05:00
Stefan Metzmacher
7c95ae3aca
r19482: remove pointless cast
...
metze
(This used to be commit 81a975100cbf7058de9245e51992d61cbdcb6473)
2007-10-10 14:21:41 -05:00
Stefan Metzmacher
827d142e9d
r19481: - reset the vuid before trying a new session setup
...
- only touch session->vuid when needed
- it make no sense to set an .spnego.out.vuid
metze
(This used to be commit 1940fbed154c89d29214ddf293128a70a97bf923)
2007-10-10 14:21:41 -05:00
Stefan Metzmacher
9b97c4d02e
r19480: - clear the whole session struct (only let the pid untouched)
...
- zero state struct
metze
(This used to be commit 97fb407a4cfcf71e95663e437cb7f638ac4028fc)
2007-10-10 14:21:41 -05:00
Andrew Bartlett
2da96ebd7a
r19479: Remove more unused functions. These are handled via authentication
...
abstractions now.
Andrew Bartlett
(This used to be commit df31237c0cac0213c4f32fc491bcec2ea9f885c3)
2007-10-10 14:21:40 -05:00
Andrew Bartlett
7f686233d7
r19478: Remove unused functions, and make static functions used only in this
...
file. Everybody calls this via the dcerpc_pipe_connect() or
dcerpc_pipe_connect_b() functions.
Andrew Bartlett
(This used to be commit 5ee0fc035179c76f1362547ccc500f8677c8fa1f)
2007-10-10 14:21:40 -05:00
Brad Henry
c309e2e597
r19476: small typo.
...
(This used to be commit 51580208a77bfed3981ed4098e39ff401dfb8847)
2007-10-10 14:21:39 -05:00
Brad Henry
11c6ecc8be
r19475: fixed a couple of typos.
...
(This used to be commit f2df3a90f1f3b85bc3c847ebfc1d01e2fa9e9ee7)
2007-10-10 14:21:39 -05:00
Brad Henry
e0dfd66361
r19474: Move the Samba server / Windows client test to its own script.
...
(This used to be commit 908b483ed096497e1604b67ea797c223c3e34adf)
2007-10-10 14:21:38 -05:00
Brad Henry
622928924f
r19473: Add NET tests in their own script. Run the same set of tests that 'make test' does.
...
Comment those tests which don't pass.
(This used to be commit 7d382b175b548ae32b4c7c1b728dcd02e20cbbfa)
2007-10-10 14:21:38 -05:00
Brad Henry
9c83f44fa1
r19472: Move rpc tests to their own scripts. Run the same tests as 'make test' does.
...
Comment those tests that don't pass.
(This used to be commit 046b38817ad30df14214c5d66ae10999699bdb08)
2007-10-10 14:21:38 -05:00
Brad Henry
2fa394a51a
r19471: Move BASE and RAW tests to their own scripts. Run the same set of tests as 'make test' does, at least for those that pass.
...
Comment the tests that don't pass.
(This used to be commit 33760cfe94f8a4a0e4441dd8fb5089cf8c26487f)
2007-10-10 14:21:37 -05:00
Brad Henry
ac83f285a1
r19470: Move common windows test functions into their own script wintest_functions.sh, and remove them from the main windows test script.
...
(This used to be commit 587196092846dbab009be9063b1680ad73ae9c14)
2007-10-10 14:21:37 -05:00
Andrew Bartlett
3c203ab927
r19465: Rather than use the non-standard API for determining the signature
...
length, use the amount the wapped message expanded by.
This works, because GSSAPI doesn't do AEAD (signing of headers), and
so changing the signature length after the fact is valid.
Andrew Bartlett
(This used to be commit bd1e0f679c8f2b9755051b8d34114fa127a7cf26)
2007-10-10 14:21:37 -05:00
Andrew Bartlett
9542481727
r19464: Reject passwords that cannot be converted into UCS2.
...
Andrew Bartlett
(This used to be commit c843fce7a0e9b91c4d2de44e7a9ad9599b33ec5c)
2007-10-10 14:21:37 -05:00
Andrew Bartlett
5bfc0d6317
r19463: Make it clear what argument is incorrect
...
Andrew Bartlett
(This used to be commit a28a17c50853ccd4d7b2122497d3d18f0a6feed9)
2007-10-10 14:21:36 -05:00
Andrew Bartlett
614e52764e
r19462: This isn't an encrypted attribute.
...
Andrew Bartlett
(This used to be commit 12765db714de9e0fed61e6616b3671d525ee3bef)
2007-10-10 14:21:36 -05:00
Simo Sorce
a326893159
r19461: Make sqlite3 work again (semi-async)
...
Still not all tests pass
(This used to be commit cbfc7305ad594c672a16a7f6f82758d17eb5ba62)
2007-10-10 14:21:36 -05:00
Simo Sorce
766193da3f
r19460: currently building when there is an existing previous build in place is broken
...
(This used to be commit 59ac5cf96b208cebe2eb608d853314d335756068)
2007-10-10 14:21:36 -05:00
Simo Sorce
8e82a76105
r19459: Do not build nss by default (it probably works only on linux)
...
Fix warning with standalone.sh if build exists
(This used to be commit d74fac574067ff2f3918ad435df2c2352e4b2ef7)
2007-10-10 14:21:35 -05:00
Simo Sorce
566c7481d9
r19458: Some info on the "schema"
...
(This used to be commit 724d8fb153cfe6f941ba2b8893e5221b24da9431)
2007-10-10 14:21:35 -05:00
Simo Sorce
d29c54385a
r19457: committed by mistake, this binary is available from here anyway:
...
http://www.samba.org/ftp/unpacked/junkcode/nsstest.c
(This used to be commit 48e38abe7170a4ec9996079fd5c4672312cc96a0)
2007-10-10 14:21:35 -05:00
Simo Sorce
803a6dbaca
r19456: Add an example application for ldb using the tdb backend
...
(This used to be commit 778198f279b374222c737e5eda1c47efc2dce39c)
2007-10-10 14:21:35 -05:00
Simo Sorce
002338283f
r19455: forgot this
...
(This used to be commit 2b770885cd234027f92ba543706df5d55f16f739)
2007-10-10 14:21:34 -05:00
Simo Sorce
92ec8e5c1e
r19454: In standalone build init asq too
...
(This used to be commit e58b03cd666c6e5df8e5720a62aef23f87be9362)
2007-10-10 14:21:34 -05:00
Simo Sorce
21e63dca9b
r19453: Expose helper functions
...
(This used to be commit ee86e88e4f523d67900b52b5a4d4040a76360c61)
2007-10-10 14:21:34 -05:00
Simo Sorce
5203031007
r19452: Warn but don't die if registering against the rootdse is not possible
...
(This used to be commit 4ad2eba2aa7711d480a844766e2dd3da938b3413)
2007-10-10 14:21:33 -05:00
Derrell Lipman
68453d1da2
r19449: ldbbrowse: installation hopefully works now. "Developer" installations
...
('configure.developer' or 'configure --enable-developer') may still have
problems as I'm not sure I got all of the paths right for that.
With the changes Tridge has made to the Main Menu in swat, given a
non-developer installation, you should be able to get to ldbbrowse via:
JSON/qooxdoo -> ldb browser
Derrell
(This used to be commit 2406af10791cd8545c598c8591a48de5515c7dc5)
2007-10-10 14:21:33 -05:00
Stefan Metzmacher
7653fa22d9
r19443: reset trap when we have removed the test specifc files already
...
metze
(This used to be commit 15d24f355a32b9b028d3397911194fa681dd0a40)
2007-10-10 14:21:33 -05:00
Stefan Metzmacher
2e468ee5df
r19442: this real cause of the failures on *BSD came from the missing
...
ICONV dependency and not from a broken configure test
and incorrect ifdef's.
metze
(This used to be commit 3df2cb1ea82dae7395d3d19ba73f97dad26bb86b)
2007-10-10 14:21:32 -05:00