| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
the returned session key is the one that we expect to get for that each
of login.
Andrew Bartlett
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
includes a --with-idmap=no switch to disable idmap usage if you find
problems.
cosmetic fixes and param aliases to separate winbind from idamp roles.
A temporarily remote idmap winbind compatibility backend.
As I have time I will further change code to not call directly winbind
(partly done but not tested) and a specilized module will be built in place
for the current glue hack.
The patch has been tested locally in my limited time, the patch is simple and
clear and should not reserve problems, if any just disable it.
As usual, comments and fisex are welcome :-)
Simo.
|
|
|
|
|
| |
Andrew Bartlett
C VS: ----------------------------------------------------------------------
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
|
| |
decoded.length after it's been zero'ed out by data_blob_free() doesn't
give you the original length...
Andrew Bartlett
|
|
|
|
| |
CR2102; reviewed by jra
|
| |
|
|
|
|
|
|
|
|
| |
acls. This is needed because sid_to_uid always claims that the sid is
a user, due ot a change I made some months back.
This change was suggested by Chere Zhou, but is really an interim
measure. Chere is looking at a longer term solution.
|
|
|
|
|
| |
fixes this. This means that TCON fails on win2000, but passes on Samba
and win2003
|
| |
|
|
|
|
| |
printer open; CR 2102 (reviewed by jreilly)
|
|
|
|
| |
Based on patch from Metze
|
|
|
|
|
|
|
| |
- Fix typo in Makefile.in
- Fix compatibility with older vfs modules (from patch by metze)
- Build some modules shared by default and some static (and fall
back to static when dlopen() is not available)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove 'ldap del only sam attr' after asking Lars Mueller from SuSE first.
It is replaced by 'ldap delete dn'
* Fix a typo in docs.
* Document 'set primary group script'. Alexander, could you check the
file in smbdotconf/ please? Thanks.
Volker
|
|
|
|
|
|
| |
downloading stuff.
Volker
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We have an extra NULL here, which is (if I understand correctly) related
to a optional 'charset conversion' function.
In any case, as this is a variable args length function, the compiler
didn't pick it up.
Would it be possible to change applicance_head (or even HEAD) in such
a way that this extra arg would cause a warning?
Finding this by testing is getting painful...
Andrew Bartlett
|
| |
|
| |
|
|
|
|
| |
is still under development.
|
|
|
|
|
|
|
| |
Mostly this consists of untangling the existing code and moving it in
to operating system specific files. The winbind client code for all
supported operating systems is now in nsswitch/winbind_nss_OSNAME.[ch]
to make things a bit clearer.
|
|
|
|
| |
Andrew Bartlett
|
|
|
|
|
|
|
|
|
|
| |
include/tdbsam2_parse_info.h which is included by sam/gumm_tdb.c which
doesn't seem to be used anywhere.
It would be nice to have the tdbsam2 stuff hidden behind a --with
configuration parameter so it doesn't interfere with normal builds.
(One of the build farm machines doesn't have perl installed).
|
|
|
|
| |
Andrew Bartlett
|
|
|
|
|
|
|
|
|
|
| |
The new modules system does not always dlopen() it's modules, and when it
does, it keeps them open for the life of the server, not the life of the
connection.
This caused a segfault on every tree disconnect!
Andrew Bartlett
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
we end up with an empty domain field, which a workstation
does not really like in sam_logon..
Volker
|
|
|
|
|
|
|
|
| |
are handled, though we assume that always everything needs to
be updated in LDAP. PDB_IS_* is not done yet for groups.
Do we need it?
Volker
|
|
|
|
|
|
|
|
|
| |
client requested on tconx. We now return the same error
code like NT4SP6 and W2kSP3 return.
TCONDEV is a little test for this.
Volker
|
|
|
|
| |
- Make passdb work with absolute paths (passdb backend = /path/to/smbpasswd.so works now). vfs, rpc and charset will follow
|
| |
|
|
|
|
| |
Andrew Bartlett
|
| |
|
|
|
|
|
|
| |
please remember to *test* your changes before committing them. This is
especially the case when you receive patches from outside the team -
before you commit you must make sure that the patch actually works.
|
|
|
|
|
|
|
|
|
|
|
|
| |
test.
It is an interesting test because it shows that win2000 completely
ignores the TID and VUID fields in a SMBwriteX. In Samba it is hard to
do this as we check the VUID and TID fields before we call the SMB
specific reply functions.
The test also shows that the list of open files must be global to the
socket, not specific to a tcon.
|
| |
|
|
|
|
| |
elsewhere so other code can use it.
|
| |
|
| |
|
|
|
|
| |
Andrew Bartlett
|
|
|
|
|
|
|
|
| |
If we don't have a vfs path set, just pass the original file name.
In future, we need to seperate the default path as a seperate paramater.
Andrew Bartlett
|
|
|
|
| |
fixed getsmbpass replacement test
|
| |
|
|
|
|
|
| |
which then changes SIGRTMIN. It is also possible for bash to leave
some real time signals blocked at startup. This fixes both problems.
|
| |
|
| |
|