| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
why does anything but smbd care about sec_init() anyway??
|
| |
|
|
|
|
|
| |
without before sec_init(). This should avoid the formation of another
magic function club. (-:
|
|
|
|
| |
Changed "SMB/Netbios" to "SMB/CIFS" in file header.
|
|
|
|
|
|
|
| |
libsmb has not been written to be setuid, with things like LIBSMB_PROG allowing
all sort of fun and games.
Andrew Bartlett
|
| |
|
|
|
|
| |
fixed - an mmaped file or the like would be a good idea.
|
|
|
|
| |
the initial uid
|
| |
|
| |
|
|
|
|
|
| |
allow us to have test targets without special configure options
- fixed make proto so that it actually does something
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
that libsmb/ creates a local tcp socket then launches smbd as a subprocess
attached to that socket. smbd thinks it is being launched from inetd.
to use it do the following:
- compile with -DSMB_REGRESSION_TEST
- run like this (also works with smbtorture etc)
export SMBD_TEST=1
export LIBSMB_PROG=bin/smbd
smbclient //server/share -Uuser%pass
obviously you need to setup a smb.conf etc. Using --prefix to configure
is useful.
The aim of all this stuff is to add a decent set of regression tests
to the build farm, so we know if smbd actually runs correctly on all the
platforms, not just builds. We can run smbtorture, masktest, locktest etc,
plus a bunch of smbclient scripts and any new tests we write.
This doesn't help much with nmbd (at least not yet) but its a good start.
|
| |
|
|
|
|
|
| |
seems to have drifted a little.
Jeremy.
|
|
|