| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
shell script portability issues in 'make test'
|
| |
| |
| |
| |
| |
| |
| |
| | |
All 'usage' messages are still printed to stdout.
Fix some compiler warnings for system() calls where we didn't used the
return code. Add appropriate error messages and return with the error
code we got from system() or NT_STATUS_UNSUCCESSFUL.
|
| |
| |
| |
| | |
(-H) in nmbd. Patch from Andrew Esh <Andrew_Esh@adaptec.com>
|
| |
| |
| |
| |
| |
| |
| | |
Else SAFE_FREE seg faults. Thanks to Günther for pointing me at this.
I've implemented in in this was as we should announce to remove the
idmap_ strip stuff after some time at all.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
On a Windows share, a file with read-only dosmode can be opened with
DELETE_ACCESS. But on a Samba share (delete readonly = no), it
fails with NT_STATUS_CANNOT_DELETE error.
This semantic causes a problem that a user can not
rename a file with read-only dosmode on a Samba share
from a Windows command prompt (i.e. cmd.exe, but can rename
from Windows Explorer).
Jeremy.
|
| |
| |
| |
| |
| |
| | |
this will
not acutally help, but it is good to be complete.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
<jojowil@hvcc.edu>.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If we detect a leading 'idmap_' for the idmap backend setting we strip
this and inform about the deprecated config with DEBUG 0.
I'm not sure if we should set a TTL of one year or five additional
releases from now for this code.
This is required for the changes Günther made as the first step to solve
bug #3264. With this fix we can even run with an old config. This is
very important as we else will break existing configurations with an
update.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
patch by Alex Deiter (tiamat@komi.mts.ru).
Introduces level 9 of getuserinfo and allows to successfully install MS SMS2003
on a member of a Samba domain. Also added support for this level in rpcclient.
The code for infolevel 9 is modelled upon Samba-TNG by Alex Deiter.
Jerry, we need this in 3.0.21b.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
Yau Lam Yiu <yiuext@cs.ust.hk>.
Jeremy.
|
| |
| |
| |
| | |
names
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
bad access to gencache.tdb after fork() in smbmount
|
| |
| |
| |
| |
| |
| |
| | |
Finally cleanup the way idmap modules are build and loaded, idmap_rid
now will have to be loaded without prefix, just "rid".
Guenther
|
| |
| |
| |
| | |
Guenther
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Correctly handle the case where users logon with an expired password.
In that case pam_sm_authenticate has to return PAM_SUCESS instead of
PAM_NEW_AUTHTOK_REQD or PAM_AUTHTOK_EXPIRED and pam_sm_acct_mgmt has to
take care of requesting an immediate password change. (see the Linux PAM
documentation).
Fixes Bugzilla #1524, #3205. Tested with login, sshd, kdm and gdm on
Linux.
Thanks to Scott Barker <Scott_Barker@mtechIT.com>.
Guenther
|
| |
| |
| |
| | |
accessing a previously freed pointer
|
| |
| |
| |
| |
| | |
Caught by Samba4 oplock torture tester.
Jeremy.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
always linearize into little-endian. Should fix all
Solaris issues with this, plus provide a cleaner base
moving forward for cluster-aware Samba where smbd's
can communicate across different compilers/architectures
(eventually these message will have to go cross-machine).
Jeremy.
|
| |
| |
| |
| |
| |
| | |
head.
Volker: Thanks for poking me last week.
|
| |
| |
| |
| | |
handle
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| |
| | |
The session key, after beeing set, was zeroed later on by the prs_init
in the CLI_DO_RPC macro.
Guenther
|
| |
| |
| |
| | |
Volker
|
| |
| |
| |
| |
| |
| |
| |
| | |
- find Tru64 AIO lib in configure
Thanks to Björn Jacke <bj@sernet.de>
Volker
|
| |
| |
| |
| |
| |
| | |
AIX in
linking smbd when the symbol table for ld exceeds 65536 bytes.
|
| |
| |
| |
| | |
automatic inclusion of aio support on AIX
|
| |
| |
| |
| |
| |
| |
| | |
sid_to_name lookup result already after doing a sucessfull name_to_sid
lookup.
Guenther
|
| |
| |
| |
| |
| |
| | |
name_to_sid lookups in the cache.
Guenther
|
| |
| |
| |
| |
| |
| |
| | |
Simplify the interfaces to domain trusts a bit: Nothing outside secrets.c
needs to know we're storing stuff in ucs2.
Volker
|
| |
| |
| |
| |
| |
| | |
Thanks to "The Written Word" -- whoever that is :-)
Volker
|
| | |
|
| |
| |
| |
| | |
remove old superfluous comment and ifdef
|
| |
| |
| |
| | |
Guenther
|
| |
| |
| |
| |
| |
| | |
before it goes in.
Volker
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
modes and
oplocks across the cluster. Adapt Samba to it.
The gpfs API is called via libgpfs.so. This code is written with dlopen(), so
that you can compile on a system with gpfs installed and later on run on
systems without gpfs available.
So to actually make Samba call gpfs share mode calls you need to compile with
gpfs.h and libgpfs.so around and set 'gpfs share = yes' on the shares you
export from GPFS.
Volker
|
| |
| |
| |
| | |
Guenther
|
| |
| |
| |
| | |
Jeremy.
|
| | |
|
| | |
|
| |
| |
| |
| | |
metze
|
| |
| |
| |
| |
| |
| | |
for bug #3348. Don't assume owning sticky bit
directory means write access allowed.
Jeremy.
|
| |
| |
| |
| |
| |
| | |
next.
Volker
|
| |
| |
| |
| |
| |
| | |
Fix bug 3351.
Volker
|