Age | Commit message (Collapse) | Author | Files | Lines |
|
Based on patch from Metze
(This used to be commit 2a86ef78282d33e16007d50095614713189ce4b5)
|
|
- 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)
(This used to be commit aa36f462d95f8a3a3a81a89c210b98a6f9fd295f)
|
|
(This used to be commit 9cc17bcfe633496ba6270fd82963ff768ae017b0)
|
|
* 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
(This used to be commit f0a32b9c1bdec504ec285486adc05936547f6dc5)
|
|
downloading stuff.
Volker
(This used to be commit b86ea50fa6dae04adeef750cdbe606a292c1430a)
|
|
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
(This used to be commit b4e52d90f8a207b5cd7415abb5915c3ac0c65dfc)
|
|
(This used to be commit b20b8d050b45846798a6dc535cfcd4a47ba21694)
|
|
(This used to be commit 872b2ba35bbe9f4312530368615e99808b3a7756)
|
|
is still under development.
(This used to be commit d110a56e433fd2ed5267c6d445b7a652d52940dc)
|
|
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.
(This used to be commit 93ea047a16a292b23a1d8736ce9bc4098ba142ba)
|
|
Andrew Bartlett
(This used to be commit 055a499afb0cab87529f3f991765af95f11cc364)
|
|
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).
(This used to be commit 58924582e8bb922680860a13a89381b44906e9bc)
|
|
Andrew Bartlett
(This used to be commit 54e736e6f46a8db6db64a1025daa33fffcbde799)
|
|
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
(This used to be commit c76ecbae6295022d031d2e286f2d67e5d08946a2)
|
|
(This used to be commit 453813ec6e2c25a3f6a664212aedcad15cfd6000)
|
|
(This used to be commit 3776840227104b1d7d3b7aeceba5d84ded6cfeec)
|
|
(This used to be commit 6a17c23a549e1e2ce2b428421fbf0b81b37ad0c1)
|
|
(This used to be commit 2a281784c95854e13076b21f8043cd624063d461)
|
|
we end up with an empty domain field, which a workstation
does not really like in sam_logon..
Volker
(This used to be commit e0cb325b99e09a5a5cba07f0403ed445814bbf53)
|
|
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
(This used to be commit 409a26282f8fcbd583a85df40c70b504eac26f6e)
|
|
client requested on tconx. We now return the same error
code like NT4SP6 and W2kSP3 return.
TCONDEV is a little test for this.
Volker
(This used to be commit 6ab88f31d6773f16baff8421ec9e530461cc8f93)
|
|
- Make passdb work with absolute paths (passdb backend = /path/to/smbpasswd.so works now). vfs, rpc and charset will follow
(This used to be commit 794d3ed03619a4e41558d9ff65783a1aa1b2be90)
|
|
(This used to be commit ca982a9f1d6485e2d388d4b2e9c13806736ad91e)
|
|
Andrew Bartlett
(This used to be commit 7064edf8534a6098fc4990bc516fcb45f4ff44bb)
|
|
(This used to be commit 0c12a206bb6610d79deb89868cac9293604b7c08)
|
|
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.
(This used to be commit 1d3c7e7fb628a528978f345f83289cc7f2521c35)
|
|
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.
(This used to be commit be98069c4e5bbfbe3ce66c20f796c2d2324e7511)
|
|
(This used to be commit c95ae394c5dfe5e0fcc658119213b17bcb95fab5)
|
|
elsewhere so other code can use it.
(This used to be commit b988e16b7da824864cac6b69910ade27885e7f50)
|
|
(This used to be commit de49c3f48f85519b31e797730eca82cb979098dc)
|
|
(This used to be commit 0dc611569427c8b63b752d0f62f2127dc1479754)
|
|
Andrew Bartlett
(This used to be commit 5dc29b10b08658178133aee7b4c47197fadc533a)
|
|
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
(This used to be commit 93c91a2e9d325a4b2d092e144e63f743e6e049bc)
|
|
fixed getsmbpass replacement test
(This used to be commit ff43a292b9f8e0a39d19cb099913efd899de84fa)
|
|
(This used to be commit a9ccae314fdb4b96115d31083f1a4b26209d597c)
|
|
which then changes SIGRTMIN. It is also possible for bash to leave
some real time signals blocked at startup. This fixes both problems.
(This used to be commit 8d45bf644aecb6993c2a82b86a4527b33029ed8f)
|
|
(This used to be commit 662e1bea1b5e8ca8fb842f7ef76f848541116760)
|
|
(This used to be commit 0502c8a06e3bcefd9ea0f16f611bafc66086fbe9)
|
|
(This used to be commit 0133c0a2ee36015f6f459da6f4d9472bf5a4dec4)
|
|
(This used to be commit afda828b388381742b4d980b21bed953273eb3aa)
|
|
(This used to be commit 2dd00078eec736797e65f69ad00297068e57cd9a)
|
|
easier to understand by moving the logic for init_ldap_from_sam
and friends around.
Volker
(This used to be commit 124c80facba364033f72b20660f347390effba59)
|
|
(This used to be commit a51ce67e322f91a56acb9e358ee8b2254b2e7792)
|
|
new modules system, we still fall back to the old system.
(This used to be commit cebe8d8b424f10006f2f791a8f086c6c8a7f5d57)
|
|
twice (probably a cut/paste error).
The definition of pstrcpy_base(), and the preceeding comments, were given
twice (probably a cut/paste error).
(This used to be commit 5306f6f7c88234d51c4ff13d5451d3489de6b00e)
|
|
Jeremy.
(This used to be commit ae754e9355c78c22ff5ca5a7f3276e61b4a8fcb7)
|
|
fix this better later.
(This used to be commit c6807d20457325012c4c9edd137b2f1f67e98ec4)
|
|
Jeremy.
(This used to be commit f81128bc0187765f6f9e6d7e05eaebf778cbfec8)
|
|
Jeremy.
(This used to be commit 4868633bc8182b939190d3cdb86b24cbdb78b5e1)
|
|
(This used to be commit b49436d020f8d88d42428c83ea9a278d3433d134)
|