Simo Sorce
b7774527fa
r19531: Make struct ldb_dn opaque and local to ldb_dn.c
...
(This used to be commit 889fb983ba
)
2007-10-10 14:24:44 -05:00
Andrew Bartlett
d046e8d0cc
r19523: Remove unused functions.
...
Andrew Bartlett
(This used to be commit 3a3c1040a9
)
2007-10-10 14:24:44 -05:00
Andrew Bartlett
899ae849e8
r19522: Remove gensec and credentials dependency from the rootdse module (less
...
dependency loops).
This moves the evaluation of the SASL mechansim list to display in the
rootDSE to the ldap server.
Andrew Bartlett
(This used to be commit 379da475e2
)
2007-10-10 14:24:44 -05:00
Andrew Bartlett
74adb98b65
r19521: Fix memory leak.
...
Andrew Bartlett
(This used to be commit cf1b0cc19f
)
2007-10-10 14:24:44 -05:00
Andrew Bartlett
abe0c30aba
r19520: Try not to read past the end of the ldb buffer.
...
Andrew Bartlett
(This used to be commit 3a103149a6
)
2007-10-10 14:24:43 -05:00
Jelmer Vernooij
56c9e61d10
r19513: Add support for recipes (using '@')
...
(This used to be commit dbe5e8dd8c
)
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 087a8e80a9
)
2007-10-10 14:24:43 -05:00
Jelmer Vernooij
0c09a79339
r19511: Remove unused externs.
...
(This used to be commit a58a366bea
)
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 f5d6b3ca29
)
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 a6d6108059
)
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 44c897764e
)
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 7a01235067
)
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 66bebb2105
)
2007-10-10 14:24:41 -05:00
Andrew Tridgell
6fbbef77e6
r19505: fixed a valgrind error
...
(This used to be commit 8b9359aa7d
)
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 c5423ea22b
)
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 9e1a8475ca
)
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 e3c04cf165
)
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 c260b17568
)
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 ebf1d523da
)
2007-10-10 14:24:39 -05:00
Stefan Metzmacher
a74de9886c
r19496: remove unused file
...
metze
(This used to be commit fe733f6307
)
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 8913d60c72
)
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 bf2a7dd218
)
2007-10-10 14:24:38 -05:00
Simo Sorce
cc22f65d7b
r19490: better to check the return result
...
(This used to be commit abdc4edbb8
)
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 0fa5d4bc22
)
2007-10-10 14:24:38 -05:00
Volker Lendecke
3cee746a3f
r19485: Fix Coverity # 319
...
(This used to be commit d12bdb6133
)
2007-10-10 14:24:37 -05:00
Stefan Metzmacher
7c95ae3aca
r19482: remove pointless cast
...
metze
(This used to be commit 81a975100c
)
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 1940fbed15
)
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 97fb407a4c
)
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 df31237c0c
)
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 5ee0fc0351
)
2007-10-10 14:21:40 -05:00
Brad Henry
c309e2e597
r19476: small typo.
...
(This used to be commit 51580208a7
)
2007-10-10 14:21:39 -05:00
Brad Henry
11c6ecc8be
r19475: fixed a couple of typos.
...
(This used to be commit f2df3a90f1
)
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 908b483ed0
)
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 7d382b175b
)
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 046b38817a
)
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 33760cfe94
)
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 5871960928
)
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 bd1e0f679c
)
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 c843fce7a0
)
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 a28a17c508
)
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 12765db714
)
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 cbfc7305ad
)
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 59ac5cf96b
)
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 d74fac5740
)
2007-10-10 14:21:35 -05:00
Simo Sorce
566c7481d9
r19458: Some info on the "schema"
...
(This used to be commit 724d8fb153
)
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 48e38abe71
)
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 778198f279
)
2007-10-10 14:21:35 -05:00
Simo Sorce
002338283f
r19455: forgot this
...
(This used to be commit 2b770885cd
)
2007-10-10 14:21:34 -05:00
Simo Sorce
92ec8e5c1e
r19454: In standalone build init asq too
...
(This used to be commit e58b03cd66
)
2007-10-10 14:21:34 -05:00
Simo Sorce
21e63dca9b
r19453: Expose helper functions
...
(This used to be commit ee86e88e4f
)
2007-10-10 14:21:34 -05:00