1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-05 09:18:06 +03:00
Commit Graph

222 Commits

Author SHA1 Message Date
Jim McDonough
2cd33e88eb Fix popt library checking 0001-01-01 00:00:00 +00:00
Jim McDonough
df34e11d84 Add popt for parsing commandline options 0001-01-01 00:00:00 +00:00
Andrew Tridgell
672df66296 - fixed link order of krb5 libs
- accept a wide range of principal names in session setup
0001-01-01 00:00:00 +00:00
Andrew Tridgell
2667dea146 fix linking of k5crypto library on openbsd 0001-01-01 00:00:00 +00:00
Andrew Tridgell
7bb99a9e89 fixed finding the resolv library 0001-01-01 00:00:00 +00:00
Andrew Tridgell
dd3ad91724 include more libs needed for kerberos5 on some systems (eg. solaris)
removed some no longer needed i18n stuff from configure.in
0001-01-01 00:00:00 +00:00
Andrew Tridgell
5a6774c438 fixed the --with-krb5=dir option.
thanks to monyo for pointing out the problem
0001-01-01 00:00:00 +00:00
Andrew Tridgell
ab7f67677a first step in converting the head branch to use lang_tdb.c instead
of gettext for internationalisation support. There is more to do
0001-01-01 00:00:00 +00:00
Andrew Tridgell
d330575856 initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To
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
0001-01-01 00:00:00 +00:00
Jeremy Allison
4c5158d1e5 Fixed CUPS detection - patch from Michael Sweet.
Jeremy.
0001-01-01 00:00:00 +00:00
Gerald Carter
efc6df5a39 OpenSSL merge from 2.2 0001-01-01 00:00:00 +00:00
Andrew Bartlett
0b9e13530d Finish Jeremy's passdb merge :-).
(fix up configure.in for default (smbpasswd) option)

Rerun autoconf.
0001-01-01 00:00:00 +00:00
Jeremy Allison
611bf806d5 Fixup passdb stuff to add new nisplus and ldap backends.
Jeremy.
0001-01-01 00:00:00 +00:00
Motonobu Takahashi
322ba52f71 sorry to forget re-run autoconf again... 0001-01-01 00:00:00 +00:00
Andrew Bartlett
cad971f4c3 Fix up the ./configure for the BSDs:
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.
0001-01-01 00:00:00 +00:00
Andrew Bartlett
23173125cd Change ./configure.developer to stay in effect across a
'./config.status --recheck' by making it a real configure option.

reran autoconf
0001-01-01 00:00:00 +00:00
Motonobu Takahashi
50a61b221b Update configure from configure.in 0001-01-01 00:00:00 +00:00
Andrew Tridgell
e78d0a3615 fixed the Makefile so we don't rebuild libsmbclient and build_env.h
(and thus smbd) every time
0001-01-01 00:00:00 +00:00
Jeremy Allison
59a4684201 Attempt to make quotas work with RH7.1, and with other Linuxen... This is
*HARD*, dammit !
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
73ec939239 smbmount fixes from Urban.
Jeremy.
0001-01-01 00:00:00 +00:00
Andrew Bartlett
26e523bf6e Reran autoconf, autoheader 0001-01-01 00:00:00 +00:00
Jeremy Allison
36516b2ca9 Fixed up Solaris 64 bit configure.
Jeremy.
0001-01-01 00:00:00 +00:00
Gerald Carter
b619458dde merges from 2.2 0001-01-01 00:00:00 +00:00
Richard Sharpe
d3758404d4 Tweak the building rules under Solaris with CC. 0001-01-01 00:00:00 +00:00
Richard Sharpe
a3f5139beb Make sure to commit configure 0001-01-01 00:00:00 +00:00
Andrew Bartlett
bbda3dd742 Change the description on --with-pam_smbpass to make it clearer - some peope
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).
0001-01-01 00:00:00 +00:00
Herb Lewis
28fba1ba48 variable name changed to --with-profiling-data 0001-01-01 00:00:00 +00:00
Andrew Tridgell
24f9ab683d the next step in our error code handling change
- 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
0001-01-01 00:00:00 +00:00
Gerald Carter
3b1454691b fixed typo 0001-01-01 00:00:00 +00:00
Gerald Carter
11605ea38a typo 0001-01-01 00:00:00 +00:00
Gerald Carter
55f222236f /tmp/cvsVTEaY5 0001-01-01 00:00:00 +00:00
Tim Potter
2dbb41a7b8 Fixed detection of CUPS. We need to check for the presence of the cups
header files as well as libcups.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
3eba9606f7 a bunch of fixes from the sflight to seattle
in particular:
 - fixed NT status code for a bunch of ops
 - fixed handling of protocol levels in ms_fnmatch
0001-01-01 00:00:00 +00:00
Jeremy Allison
8c5e5f8c84 Added Mike Davidsons Tru64 ACL patch.
Jeremy.
0001-01-01 00:00:00 +00:00
Gerald Carter
a7bf5e2ab8 merge from 2.2 0001-01-01 00:00:00 +00:00
Jeremy Allison
4d5fe9ed4f Put HPUX on mmap blacklist.
Jeremy.
0001-01-01 00:00:00 +00:00
Gerald Carter
5704a9f0bb changed --with-profile to --with-profiling-data to "stop the madness!"
of people somehow thinking this was related to user profiles.
Hope this is ok Herb.




jerry
0001-01-01 00:00:00 +00:00
Tim Potter
7bd901b6a8 Reran autoconf. 0001-01-01 00:00:00 +00:00
Jeremy Allison
324ba0512e Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.
Digital UNIX).
Jeremy.
0001-01-01 00:00:00 +00:00
Tim Potter
4ecc12e974 Re-ran autoconf. 0001-01-01 00:00:00 +00:00
Andrew Tridgell
cfb6e67bb9 added a --with-libiconv=BASEDIR/ option to allow easier use of an
alternative iconv library
0001-01-01 00:00:00 +00:00
Tim Potter
09af934c4a Store winbindd in the sbin directory. Make the winbind pam module also as
a sbin program.

Currently the pam and nss modules are installed into @prefix@/sbin - I'm
not sure whether this is a good idea or not.  Perhaps they should be left
in the build tree and copied across as needed by hand or a packaging tool.
0001-01-01 00:00:00 +00:00
Richard Sharpe
81e39790f6 Commit an updated configure, but the build_farm should run autoconf! 0001-01-01 00:00:00 +00:00
Tim Potter
fa4901eaf2 Reran autoconf. 0001-01-01 00:00:00 +00:00
Jeremy Allison
956e2a4e37 Fix from bernd@arresum.inka.de for broken krb configure.
Jeremy.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
abe01facea removed remnants of libtool 0001-01-01 00:00:00 +00:00
Andrew Tridgell
debb471267 The big character set handling changeover!
This commit gets rid of all our old codepage handling and replaces it with
iconv. All internal strings in Samba are now in "unix" charset, which may
be multi-byte. See internals.doc and my posting to samba-technical for
a more complete explanation.
0001-01-01 00:00:00 +00:00
Jeremy Allison
016a97d71a Removed the default addition of /include to the directory given in
--with-sslinc. Should allow building on RH7.1 when set correctly.
Jeremy.
0001-01-01 00:00:00 +00:00
Tim Potter
547d63c60a Reran autoconf. 0001-01-01 00:00:00 +00:00
Tim Potter
33f668b137 Re-ran configure. 0001-01-01 00:00:00 +00:00