| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
| |
cyrus-sasl which makes the code much less fragile. Also added code to auto-determine the server name or realm
|
|
|
|
| |
don't set WINBIND variables unless configure was run --with-winbind
|
|
|
|
| |
paths. This make it hard to use a script that overrides CFLAGS options.
|
| |
|
|
|
|
| |
Jeremy.
|
|
|
|
|
| |
behaviour no matter if kerberos was found automatically, found in the
/usr/kerberos path or was specified.
|
|
|
|
| |
the configure test uses the CPPFLAGS when checking that krb5.h exists
|
|
|
|
|
| |
this was causing the kerberos stuff to fail compilation on several
platforms
|
| |
|
| |
|
| |
|
|
|
|
|
| |
this is only to get the cast right, but it might help with other parts
of the API that changed later.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
| |
Remove unused old file.
Test 42 byte reply to SMBntcreate (W2K does this).
Jeremy.
|
|
|
|
| |
Jeremy.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This should remove some confusion from the ./configure, but does not affect the
'real' kerberos support currently residing in smbd/sesssetup.c.
This code is vunerable to a spoofed KDC, and is best replaced by --with-pam and
the pam_krb5 module. This module includes measures to prevent such spoofing.
Andrew Bartlett
|
| |
|
| |
|
|
|
|
| |
- accept a wide range of principal names in session setup
|
| |
|
| |
|
| |
|
|
|
|
| |
removed some no longer needed i18n stuff from configure.in
|
|
|
|
| |
thanks to monyo for pointing out the problem
|
|
|
|
| |
of gettext for internationalisation support. There is more to do
|
|
|
|
|
|
|
|
|
|
| |
activate you need to:
- install krb5 libraries
- run configure
- build smbclient
- run kinit to get a TGT
- run smbclient with the -k option to choose kerberos auth
|
|
|
|
| |
Jeremy.
|
| |
|
|
|
|
|
|
| |
(fix up configure.in for default (smbpasswd) option)
Rerun autoconf.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
|
|
|
| |
used by SWAT into $swatdir/$ln/{help,images,include}
we have still points which needs to discuss, that is how to archive
and install lots of HTML help files and Using Samba files.
-- monyo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Subject:
Re: bugs in installman.sh script
Date:
Tue, 25 Sep 2001 16:02:11 +0200 (CEST)
From:
Rafal Szczesniak <mimir@spin.ict.pwr.wroc.pl>
To:
Andrew Bartlett <abartlet@pcug.org.au>
CC:
<samba-technical@lists.samba.org>
On Tue, 25 Sep 2001, Andrew Bartlett wrote:
> Its broken for BSDs and was broken for many others. You might want to
> re-checkout. Any fixes appricatiated.
OK. Here's the patch for configure.in. Replaces illegal, under [t]csh,
substitution with more general sed construction. Apply it, please, and
I'll see if I can clean up the installman.sh further.
|
|
|
|
|
|
| |
'./config.status --recheck' by making it a real configure option.
reran autoconf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
TO enable configure with --with-i18n-swat
to support this gettext is integrated
and a new directories name "po" and "intl" are created.
now these languages are supported:
en - English (default)
ja - Japanese
po - Polish
tr - Turkish
To add your language,
to create ${your_language}.po by translating source/po/en.po
into your language is needed.
some of html and image files of various language version are not
included yet, though message catalogue files are installed.
you need to copy files manually under
${swatdir}/lang/$ln/{help,images,included,using_samba}
And also added a option to intall manual pages:
of various lang version
To enable configure with --with-manlangs
but manual pages themself are not included yet.
|
|
|
|
| |
(and thus smbd) every time
|
|
|
|
|
| |
*HARD*, dammit !
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
DEBUG(). Also included are details like build date/time, location and
compiler.
This should get most of the options we set, except those that don't affect
smbd, like WITH_PAM_SMBPASSWD or WITH_WINBINDD.
This work due to Vance Lankhaar <vlankhaar@hotmail.com>
Some work needs to be done to make it only rebuild when needed (ie smbd being
rebuilt) but its in pretty good shape already.
Also fix up some printf() -> d_printf().
Andrew Bartlett
|
|
|
|
| |
Jeremy.
|
| |
|
|
|
|
|
|
|
|
| |
by default in Samba 3.x
- got rid of some unused parameters in Makefile.in
- declare DEBUGLEVEL in debug.h rather than in each file
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
seem to think you need this module for normal samba/PAM operation.
rerun autoconf
rerun autoheader
(Note that --with-pam_smbpass still doesn't build, but at least when it does
again only people who actually need it will select it).
|
| |
|
|
|
|
|
|
|
|
| |
- added WERROR for win32 error codes
- added a configure test for immediate structures
still lots to do, so its not enabled by default, but the main
structure is there
|
| |
|
| |
|