Age | Commit message (Collapse) | Author | Files | Lines |
|
as that's what they do. Fix string_replace() to fast-path ascii.
Jeremy.
(This used to be commit f35e9a8b909d3c74be47083ccc4a4e91a14938db)
|
|
smb.conf
Fixes to ensure we work with disable netbios = yes
(This used to be commit 3913e43724870c62a0d77ec3e73cbe9480cb6247)
|
|
ability to use variables in paths for the [homes] service.
(This used to be commit 8fd13b63103b3c144bdd170edcb3b642dfd9bb54)
|
|
(This used to be commit 666d0fa721561978fe088cc665e16f8f1b65954f)
|
|
(This used to be commit 0283b0152e4cbe3d26b305ab9867e2b0765addfe)
|
|
(This used to be commit 5c3094ee5558a85b9e688aca8044f228ec6fbb33)
|
|
nmblookup
(This used to be commit 50bb063f3ba0ce0f336bd9f1af3090839ee7b118)
|
|
kerberos symbols unless I do the same as smbd does. It does not hurt
on my debian, so simply give a pointer to LDAPLIBS as well.
Volker
(This used to be commit 353d5272912ac11aa3ebf7403593177c45b20147)
|
|
(This used to be commit e3f5afb83142f44369dcd341d6e66ed2fe51248f)
|
|
(This used to be commit 62d5611df0cf86c267d7fe820822d4d019ae28bd)
|
|
Ken Cross. Sometimes ads conenction get stale but we don't know
they are dead until we try them. This patch may need some optimization
after people bang on it for a while.
(This used to be commit 7021cf63a4501c90620cf6a5f117eef345bbd291)
|
|
Also added shortcut so that 'net lookup foo#1b' works.
(This used to be commit f38679201e301d66473e74506f07812590d19fa4)
|
|
(This used to be commit c9c7150a627abe93a5d3c866605f2300a3cc5ec9)
|
|
relocatable form.
Added a comment about this in the hope that it won't happen again.
Renamed PAM_WINBIND_OBJ to PAM_WINBIND_PICOBJ to make it a bit clearer.
(This used to be commit 04797e12d85a4b4d616397dd1283e5a65af5adab)
|
|
character sets and how we use this call.
Jeremy.
(This used to be commit a9709700eea3bb48ab4a79d74e0b8d22dc98576f)
|
|
Possible fix for bug 403.
(This used to be commit 6babab93ff845c18f7c0d73e6a016764e31f4fac)
|
|
(This used to be commit 061decb608a3c881e646617b623277895fc0c13e)
|
|
Jeremy.
(This used to be commit b3176f2ec246441dd483dc9757a487535b1656e6)
|
|
to walk to the end anyway.
Jeremy.
(This used to be commit 467cafdb1f7ddfb4278824f385b732975246a4f5)
|
|
Also make sure thet ads_startup uses lp_realm instead of
just relying on the workgroup name. Fixes bug in net ads join
when the workgroup defaults to "WORKGROUP" and we ignore the
realm name.
(This used to be commit b1763ace4e85f41574894e3807cabb5196fec661)
|
|
NBENCH calls. Requires fixed buffer size for strdup_upper().
Jeremy.
(This used to be commit e98fbfaf384bd2d3ebb002b0b981366377fb5ac0)
|
|
the as_root parameter has bugger all to do with who you *currently*
are, and everything to do with who you run the script as. Doh !
Jeremy.
(This used to be commit 17a241d9f788b63fec091001cb72d34c09cf32a4)
|
|
if it already exists. FreeBSD 4.8 doesn't need the redefinition, 5.0 does.
(This used to be commit 4a3727b03b0488fa82687014cb476b1971a78be8)
|
|
find libpam or security/pam_appl.h
Also change the warnings when we can't do --with-pam_smbpass when
is was requested to errors.
(This used to be commit fe3fb58623c27472d54722b780af43c3e272abaf)
|
|
an error when a smb_probe_module() fails. Also tidy up debugs a bit.
Bug 375.
(This used to be commit 24a1720472f1340778dea76a88770520dca26f12)
|
|
Removed calls to clobber_region when not compiling with developer as
they were hiding speed problems.
Added fast path to convert_string() when dealing with ascii -> ascii,
ucs2-le to ascii and ascii to ucs2-le with values <= 0x7F. This
gives a speedup of 22% on my nbench tests.
Next I will do this on convert_string_allocate.
Jeremy.
(This used to be commit ef140d15ea0d76a3e7cdcadbfd3e917c210a9411)
|
|
found.
(This used to be commit dc43c2dd1b4cd02e996fe10f1684a6571b2fd3de)
|
|
(This used to be commit 4508e103d0af7fb2bb5d96a86c83b960b738bd03)
|
|
Jeremy.
(This used to be commit e0c1460c6b6af2b83ea205d8abeb37c71ca1d4c1)
|
|
keytab support code, but it won't be enabled until we add that to smb.conf.
Adapted from the work of Guenther Deschner (gd@suse.com).
Please hammer on this...
(This used to be commit a26fa5bee24c73cd835f59bb18162ab07760d76a)
|
|
Jeremy
(This used to be commit e2b73477e772ac2f527719df0d3d64c67649bb1c)
|
|
(This used to be commit 01096554110ba243566003a45f88dbaeb513fc73)
|
|
(This used to be commit a8de1f41c9e8465a26d5ce19c5c08efda186e198)
|
|
to a very recent snapshot) has arcfour-hmac code that doesn't work with
windows. Love suggested detecting it via the existence of KEYTYPE_ARCFOUR_56
which only exists in working versions.
(This used to be commit e039a61e51c50a1999ed8e375c4d5df8b622e310)
|
|
work properly. MIT does not support them, so this check will be used to
decide whether to use them. First part of fixing bug #372.
(This used to be commit 85737fc9371d8208f3dd55d408958e357c48266e)
|
|
(This used to be commit b53d5064f326c0ae8c7a00cd643ee52afec81856)
|
|
versions. Particularly the long standing problem with Net::LDAP
dependencies in examples/LDAP. I'll build new packages tomorrow
as the final test.
(This used to be commit cca0f603506b2e3c20eff5e1dd235354363d7a86)
|
|
nsswitch/pam_winbind.h so we can compile properly on this platform.
(This used to be commit 75411005fcab7ecf31940c5f7b87fd407166f98a)
|
|
Jeremy.
(This used to be commit f1ec43fae400455d20931ab2d3ecd8f9a6609050)
|
|
source code which allows to take gaps into account thus making unneccessary
extended [index] = value, syntax in to_ucs2 array
(This used to be commit 4ab08a4bb8dbd023eb85d16a594d3c4ed066f9ac)
|
|
(This used to be commit 61c671bd69674b9e1c4a8b72453dc6aae24b4323)
|
|
(This used to be commit 233568dd6b08d3dfb48a712b763dfc31c03b229d)
|
|
string.h anyways.
(This used to be commit 71034cede83b5605b25a4d3b640086294244c239)
|
|
but I can't seem to find it right now. This should get us around
all problems with RPM adding Net::LDAP to the list of requirements.
(This used to be commit 3c2bcc5804f3809221219b24be53a19e03b58535)
|
|
(This used to be commit 9e404772811ab0c88afbface2252df2e75c5e1ba)
|
|
Net::LDAP dependencies
(This used to be commit 3b31d1aa8ff3baaa48beee86e72e8a6caaf5ac1b)
|
|
(This used to be commit 90133558073deb96a0e5baf26e44cf1af1acd538)
|
|
(This used to be commit e872c3e4a117090528b2b1c7036e07f30b0a31ca)
|
|
(This used to be commit e123f1a8c8ecc0958e640ed204348d0c831f90f5)
|
|
dmask)
(This used to be commit 89a0e97094fa85b6339f0ad0884cf55987758263)
|