Age | Commit message (Collapse) | Author | Files | Lines |
|
metze
(This used to be commit 5d40e10d8e5cef542826cd6ebda85cd602a2bf11)
|
|
way too long). Jeremy, whats the idea behind those long sleeps?
its also redundent, as the RAW-MUX test already tests the sharing
violation open delay
(This used to be commit d63d113c8aaa0104ab23380533dbc081c1ab0898)
|
|
(This used to be commit c4668192f96b9b32af23a05f9f97dc87fdc41089)
|
|
Start wrapper for ldb_search(). Currently it returns a list of swig
ldb_message objects. More unpacking of results required.
(This used to be commit 704787978aa705edba233249e8eab236ffe303a4)
|
|
(This used to be commit c6c759e19f7fb9232d9c97b66d140c1bb0876dff)
|
|
for skipping
metze
(This used to be commit 127fe33c460ff77c53ad53728782bdb119bcdfb4)
|
|
metze
(This used to be commit 711df01cc82037b47f750572387accbf28d10bfc)
|
|
metze
(This used to be commit b52baadf2233335f5f92b4e08b7f1c2dfd0d764f)
|
|
(This used to be commit 757805f02050a6023ff728c28e2f79d00f277f6f)
|
|
Add the start of a test framework for swigged functionality.
(This used to be commit 3dfd0959f78518c021417f3f1158c51d70a1e88c)
|
|
'make test'
without developer mode)
(This used to be commit 3aafd0902094b7d3ed3c4ebe2c9245e2a86d53ea)
|
|
metze
(This used to be commit f61bd2e9a2b59a3e5c7eded6b4a7075d193c980a)
|
|
as an alias. The netbios name is then 'localtest', which will resolve
with netbios and work with krb5.
Andrew Bartlett
(This used to be commit cc7c84bfc947e28bae56815d8bde5d0565328e2b)
|
|
(This used to be commit 3286636dbb78485e57357a2e7c23579e808264b2)
|
|
changed.
(This used to be commit 06403ea2be9ce38dbd099e710ccf17dc4340fa43)
|
|
cflags.pl when using GNU make
(This used to be commit 4354147f6b5e9485d0550fa6c8a33be526f54db6)
|
|
(This used to be commit 0944dca9586e3dc5ef4a9516c47151d8b121767f)
|
|
file that contains the paths where headers need to be installed.
(This used to be commit c3d975f4dce85245c7ba2b159c1128711d828291)
|
|
include this header.
(This used to be commit 9bfc3c2537eb7183ba722c8c83248521c2126109)
|
|
(This used to be commit c6a478a1af38cad5622d3c3c53a7a99f9770b169)
|
|
Move architecture-independent data to DATADIR (was LIBDIR)
(This used to be commit 2c7b62a861f702067e8df4c3239ac7e377631a15)
|
|
line
empty after inserting new prototypes.
(This used to be commit d3a21b58d488bcd74ca873ea045fbf2a787ad552)
|
|
(This used to be commit 265cfb39c386e6a630f14e2c339d62d2c3dfa12e)
|
|
metze
(This used to be commit 2db081fd708ff2403082e31a777320a713e74756)
|
|
to not export symbols when building shared libraries. Symbols that have to be
available to users of the library can be explicitly exported by
prepending them with _PUBLIC_ in the C source.
(This used to be commit ea9988dfda6df09f1ee8f9aea1dc5b96fff52ee6)
|
|
(This used to be commit fd6135aa85d056a9018840edd2e5c1ae36e9951b)
|
|
set subsystem-specific compiler flags in the .mk files.
(This used to be commit d512b147e8dda39016faf74a50a9d85bfc23a2eb)
|
|
(This used to be commit d55db268ca90167c8ef5545937d7169b0dfcb69b)
|
|
The switch to turn off SPNEGO in the client is a bit messy, but it works.
Andrew Bartlett
(This used to be commit 085ba80cc8a954bd84ecf30e5d57a1583f54062f)
|
|
(This used to be commit fb620c2706fec93f34afcdbafa999fbaff724467)
|
|
(This used to be commit b6c2d1e0b958a029053f7d1f5abef00708d018e1)
|
|
- Collect the generic utility functions into a lib/util/ (a la GLib is
for the GNOME folks)
- Remove even more files from include/
(This used to be commit ba62880f5b05c2a505dc7f54676b231197a7e707)
|
|
metze
(This used to be commit fbd78b6272eaca4b89071139e4b34cbdd15ed644)
|
|
metze
(This used to be commit 7f1de54c84f86c292833c7e66ab2699ee4f83c52)
|
|
metze
(This used to be commit ae559920e1d227e4e787fe34d908a965b922b284)
|
|
Andrew Bartlett
(This used to be commit b0e7a58cc9e513240c117ad5464c613c7b62410d)
|
|
isn't every parameter on NTLMSSP, but it is most of the important
ones.
This showed up that we had the '128bit && LM_KEY' case messed up.
This isn't supported, so we must look instead at the 56 bit flag.
Andrew Bartlett
(This used to be commit 990da31b5f63f1e707651af8bf1a3241a8309811)
|
|
the new socket.
We should also test netlogon operations, but there are issues with
what state is expected to be stored (far more than we currently do).
Andrew Bartlett
(This used to be commit 39ddba0d0dc4475f9f7c5b7aa19ffff42c9fd1f5)
|
|
(This used to be commit 07fa55db32dcb93bfb4406baca0cfba31d3bc189)
|
|
Fix asq module, add a second_stage_init to register with rootdse
Fix asq control ldap parsing routines (this was nasty to find out)
(This used to be commit 933a80397d137f7d5b79c82a068d62bb6928ef47)
|
|
in client/cifsdd*, which implements a minimal implementation of dd. The
IO path is careful to always perform IO at the requested block size.
There is a very basic test suite in script/tests/test_cifsdd.sh which
covers local and remote IO at a variety of block sizes.
Added to lib/util_str.c is a small set of conv_str_*() functions to
convert strings to the corresponding type.
smbcli_parse_unc is modified to insert NULL terminators after its
hostname and sharename parameters. This allows it to correctly parse a
path of the form //foo/share/path/file.
(This used to be commit cd2f94a65817bfae20ac21b730a2c42d8e581ab3)
|
|
in Samba4. This allows us to start winbindd by default, including in
'make test'.
This is via a new 'winbindd socket directory' parameter for utilities
linked against loadparm, as well as a --with-winbindd-socket-dir
option to configure (setting the default and the value for simple
clients).
I hope to add basic winbindd tests, to ensure continued correct
operation, but at least now I don't have to manually change my 'server
services' line.
The other problem with the hard-coded /tmp/.winbind is that RedHat has
moved this in Fedora (to /var/run I think). For this reason, this
functionality should probably be ported to Samba3 as well.
The default for Samba4 is PREFIX/var/run/winbind_pipe.
I have also re-added the paranoia checks from Samba3 for correct
permissions on the socket directory.
Andrew Bartlett
(This used to be commit 8866aa06ffc3896094c878e9c07b40c03826d9a7)
|
|
Andrew Bartlett
(This used to be commit ea0a53d6795488ed530c3436343587595221cb78)
|
|
quicktest' but
also 'make test'
(This used to be commit e3d0676aee84e96e5c87bed4cd0cde75a4191953)
|
|
This allows the easy addition of additional named pipes and removes the
circular dependencies between the CIFS, RPC and RAP servers.
Simple tests for a custom named pipe included.
(This used to be commit 898d15acbd18e3b302a856c847e08c22c5024792)
|
|
(This used to be commit 765991ab486188bce76332b00194efbd6cbb3e01)
|
|
(This used to be commit 2384dec6f2451d86fc4b7737b663379623ae4a5c)
|
|
(This used to be commit 861d45beda0e10b52ab8a82a1d92844d18685bba)
|
|
Andrew Bartlett
(This used to be commit 2c02a45d5a6c79ced7aea0f7e9d23fae19c2d127)
|
|
metze
(This used to be commit 7cb4e1bd0471f0c03fde25f6171565d74ab0549f)
|