summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r15462: replace the use of OpenLDAP's ldap_domain2hostlist() forGerald Carter1-2/+2
locating AD DC's with out own DNS SRV queries. Testing on Linux and Solaris. (This used to be commit cf71f88a3cdcabf99c0798ef4cf8c978397a57eb)
2007-10-10r15424: Implement a "stacktrace" smbcontrol option using libunwind's remoteJames Peach1-3/+3
stack tracing support. This provides an easy way for users to provide stack traces (hopefully it will be implemented on something other than ia64). (This used to be commit 0b5e07e12daa98095dae27e0a6d53fe8ec3f3700)
2007-10-10r15308: Fix the build, sorry.Günther Deschner1-1/+1
Guenther (This used to be commit 6161e525de55769ed5e45d505f26f6cd9d6555e5)
2007-10-10r15240: Correctly disallow unauthorized access when logging on with theGünther Deschner1-1/+1
kerberized pam_winbind and workstation restrictions are in effect. The krb5 AS-REQ needs to add the host netbios-name in the address-list. We don't get the clear NT_STATUS_INVALID_WORKSTATION code back yet from the edata of the KRB_ERROR but the login at least fails when the local machine is not in the workstation list on the DC. Guenther (This used to be commit 8b2ba11508e2730aba074d7c095291fac2a62176)
2007-10-10r15218: Update Makefile.in to avoid building libmsrpc.so on systems that do ↵Paul Green1-3/+3
not support shared libraries. (This used to be commit a1c12d7949f9110530526cc7133424e842cdcc71)
2007-10-10r15098: Make smbclient -L use RPC to list shares, fall back to RAP. This ↵Volker Lendecke1-1/+3
should list long share names. Volker (This used to be commit d3d388180dacb7b9db5d122bc3f2ce1045434f53)
2007-10-10r15080: As discussed with Jerry, remove the CAP_LIBS again (we don't need thatGünther Deschner1-36/+35
handling anymore when we remove $(LIBS) from pam_winbind again. Also make sure to build our own copy of iniparser with -fPIC. Guenther (This used to be commit e32c4f6f6e090ca5babe9f131bbcb9babedcec05)
2007-10-10r15074: Remove -lcap from pam_winbind (not needed)Gerald Carter1-34/+35
Temporary linking fix for --with-included-iniparser (gd will do a proper fix later). (This used to be commit 7d5adcf3a7237d130efea6cc9f6e5d28e65e2e51)
2007-10-10r15043: Only build our copy of iniparser when the system doesn't have one.Günther Deschner1-4/+4
Guenther (This used to be commit 5ae22cf46b1077b8892a2941a2891fe7412f1b9f)
2007-10-10r15041: Adding rpc client calls to manipulate auditing policies on remote CIFSGünther Deschner1-2/+2
servers. Also add a new "net rpc audit" tool. The lsa query infolevels were taken from samb4 IDL, the lsa policy flags and categories are partly documented on msdn. I need to cleanup the double lsa_query_info_policy{2}{_new} calls next. Guenther (This used to be commit 0fed66926f4b72444abfc8ffb8c46cca8d0600aa)
2007-10-10r15040: Stripping the parametric options in pam_winbind and useGünther Deschner1-2/+1
/etc/security/pam_winbind.conf as config file for the PAM module by default. Guenther (This used to be commit 41b79ee80c7b0f4836ded51d42c7dc91cba75ccd)
2007-10-10r15038: Replace all code in pam_winbind that relied on access to sambaGünther Deschner1-4/+7
internals, mostly with the code that was in pam_winbind before. Also switch from using loadparm to use iniParser to read the new pam_winbind options from a configuration file. That still uses the old (parametric) option names which will be replaced next (as iniParser does not support parametric options). Guenther (This used to be commit 6f668ce67318f17bba79cd98b5d169cd19eafcd4)
2007-10-10r14892: allow:Stefan Metzmacher1-2/+9
CC_CHECKER=mycheker make metze (This used to be commit b562459fbfdbfa25c774d631b48f1187fc3e15eb)
2007-10-10r14863: try to make the generation of bin/timelimit more portableStefan Metzmacher1-2/+3
jerry: can you test that please metze (This used to be commit aa76c2edee17a023ee49f9b960a79df402f785ea)
2007-10-10r14746: Add the Samba4 replacements for opendir/readdir etc. toJeremy Allison1-1/+1
Samba3 - with some 64-bit macro madness. Attempt to fix the broken directory handling in the *BSD-of-the-month club. Jeremy. (This used to be commit fd98427f64f4206c01f16f82fadf24f5863878db)
2007-10-10r14676: add make valgrindtest and remove old 'make check' and old 'make test'Stefan Metzmacher1-39/+20
metze (This used to be commit 789694d12e53ccd327c4a3e4755ef5004503cb4e)
2007-10-10r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-basedJames Peach1-1/+1
HSM is interested in. Tested on both IRIX and SLES9. (This used to be commit 514a767c57f8194547e5b708ad2573ab9a0719c6)
2007-10-10r14659: Fix installpammodules for shells where aLars Müller1-5/+3
for module in ; do ... ; done leads to an error (true64, solaris 8). We now use {,UN}INSTALL_PAM_MODULES to get replaced by configure. Therfore we don't run into the {,un}installpammodules rule if no PAM module is requested. Thanks to Björn Jacke for pointing to this issue. (This used to be commit 07a70f8f861235ba4037aacb9cc835b6d18f51c3)
2007-10-10r14643: Merge dcerpc_errstr from Samba 4.Günther Deschner1-2/+3
Might need to rework prs_dcerpc_status(). Guenther (This used to be commit 38b18f428ba941f4d9a14fa2de45cb0cd793a754)
2007-10-10r14632: add basic 'make test' using samba4's smbtortureStefan Metzmacher1-3/+3
I'll try to add some tests using samba3's smbtorture and smbclient later. can someone check if this would be save to run on the build-farm without leaking child processes... metze (This used to be commit 899fd6808ebd04d039caf7199c60d34a4987b43a)
2007-10-10r14631: Add {,un}installpammodules rule and add it to the install rule.Lars Müller1-2/+19
Nothing happens if PAM_MODULES is empty which is our default. The default destination dir is "${LIBDIR}/security". It's possible to overwrite the default with --with-pammodulesdir while calling configure. (This used to be commit 7163c6860549378fa63907048c4eb34fe81835cc)
2007-10-10r14627: Adapt the linkage text from pam_smbpass to pam_winbind.Lars Müller1-1/+1
(This used to be commit 160626195bf44b94109ddb7a15da703344d8163f)
2007-10-10r14624: - add timelimit.cStefan Metzmacher1-0/+7
- add configure tests --with-selftest-prefix=/tmp/samba-test this is needed because the path name of unix socket can only be 108 chars long - add configure test --with-smbtorture4-path=/home/foo/prefix/samba4/bin/smbtorture this will be used to run samba4's smbtorture inside samba3's make test later metze (This used to be commit d9df1853b947c70f747ea30a353162f2985ef250)
2007-10-10r14515: fix soname breakage caused by mad merge from trunk (missed replacing ↵Gerald Carter1-2/+2
a AC variable) (This used to be commit 7d92cff7a3327cc9da5a4723bd62e68e0402acb8)
2007-10-10r14331: Add a comment on top of test_pam_modules about what we're testing.Lars Müller1-0/+2
(This used to be commit 90eb092083383c2b606e21dc65fb036bb973b032)
2007-10-10r14326: First catch of make test_pam_modules.Lars Müller1-1/+1
Testing pam_smbpass pam_winbind dlopen() of "./bin/pam_smbpass.so" succeeded. dlopen() of "./bin/pam_winbind.so" failed: ././bin/pam_winbind.so: undefined symbol: secrets_fetch_domain_sid make: *** [test_pam_modules] Error 1 (This used to be commit 4b545e0ce665fe772095c27fe11ce535477f84ce)
2007-10-10r14325: Add pam_modules rule which builds the configure(d) pam modules. This isLars Müller1-2/+14
called as part of the all rule (again only if pam modules are requested by configure). Add pam_winbind rule. Ensure proto_exists before we build the pam modules. Add test_pam_modules rule to test if the built pam modules have any unresolved symbols. For test_pam_modules we use script/tests/dlopen.sh which was written by Nalin Dahyabhai <nalin@redhat.com>. Thanks Nalin! RedHat and SuSE use this script to test nss and pam modules since several years. (This used to be commit 71b2eb55adcd28f3796254ea1ce0bcee6098e712)
2007-10-10r14321: When we have libnscd and winbindd comes (back) online, try to flush theGünther Deschner1-1/+2
nscd caches so that NSS-calls can deliver accurate information. Guenther (This used to be commit a32a423a0e9e0d4dd21282fd528bcd3247fddbd1)
2007-10-10r14317: Use source/bin as dir to link pam_winbind instead of source/nsswitch/Lars Müller1-2/+2
The intention is to have the resulting binaries at one place. This is also usefull for upcoming changes to provide a test_pammodules rule. With these changes I even got aware of testsuite/nsswitch/pam_winbind_syms.exp But this only covers pam_winbind. (This used to be commit 9883957b74ddefb5293e4aef0cc2f53ee4d417ac)
2007-10-10r14077: fix build breakageGerald Carter1-3/+3
(This used to be commit a40a7f5ea10cf8651cb4334a6623c07fb3dfc565)
2007-10-10r14075: * add support for long variable names in smb.conf in the form of %(....)Gerald Carter1-1/+2
* add support for %(DomainSID) * replace standard_sub_XXX() functions with wrappers around their alloc_sub_XXX() counterparts * add support for using SIDs in read list, et. al. (anything that is checked by nt_token_contains_name_in_list()) (This used to be commit 71d960250d2c6d01096a03e98884d3f9c395baa0)
2007-10-10r14057: Remove generated script/gen-8bit-gap.sh while calling rule realclean.Lars Müller1-1/+1
Ignore script/gen-8bit-gap.sh in branches/SAMBA_3_0/source/script as we already do in trunk. (This used to be commit b974b1879c1bded616becb77fa34f071a5f43ecc)
2007-10-10r14056: Also install the mount.smbfs sym link to rootsbindir. Therfore we haveLars Müller1-6/+7
to substitute rootsbindir in {,un}installbin.sh.in. Pass $prefix as third arg to installbin/ uninstallbin as rootsbindir by default is $prefix/sbin. (This used to be commit 7773b8c9e0ad7bcff1312f28ca9cd17d7677e9bd)
2007-10-10r14052: Remove BASEDIR use in the Makefile. BASEDIR=prefix=@prefix@ till now.Lars Müller1-14/+14
I suggest to stay with ^BASEDIR= @prefix@$ for at least the next release to give external projects - like samba-vscan project - time to adopt this change. BASEDIR is non of the default autoconf variables. prefix is. Jerry1: If possible please announce this with the next release. I'll self reply to technical. Jerry2: This does not break your makepkg stuff as you set BASEDIR _not_ from the Makefile. (This used to be commit 730d5ec22948c579a81137051134657043c34415)
2007-10-10r13947: Use tabs instead of spaces for indention.Lars Müller1-3/+3
(This used to be commit fb76390c6ae5928a2a222d61cbadf825611999ef)
2007-10-10r13946: Link pam_smbpass with the required object files. Fix bug #3565.Lars Müller1-1/+2
(This used to be commit 426c8fe0bdacbf218d4cf4a10af789afbc0e53f2)
2007-10-10r13945: Move display_sec.c to lib/ (as suggested by Volker).Günther Deschner1-4/+4
Guenther (This used to be commit 7e80d5358eb181c3515acb732a3594e80391261b)
2007-10-10r13864: Some cleanup and the samr set security object function client-side.Günther Deschner1-1/+2
Guenther (This used to be commit 0ae3fddf95a95ec8a2f4d52e1276c1721b33ddfd)
2007-10-10r13819: Remove accidently with rev 13713 submitted and never used MY_FLAGSLars Müller1-1/+1
variable. (This used to be commit 8f48c6d1e54b4f085f0db879ef548efecba7b42d)
2007-10-10r13751: Call proto_exists before we create the precompiles headers.Lars Müller1-1/+1
(This used to be commit deb35f85b3b96e431902ec5e771821f9e69d7f99)
2007-10-10r13750: Cleanup line wrap to less than 80 chars.Lars Müller1-3/+4
(This used to be commit 6e4af8cd153e2eb39c5c10e718ec76ee103aa180)
2007-10-10r13713: Added installcifsmount and uninstallcifsmount rules for mount.cifs andLars Müller1-6/+27
unmount.cifs. This is controlled via CIFSMOUNT_PROGS which is set by configure by default to yes on linux systems only. It's possible to disable with --without-cifsmount anyhow. Added ROOTSBINDIR to the Makefile to allow us an install to /sbin and not $prefix/sbin. Configurable with --with-rootsbindir. (This used to be commit a2ab4cc824995cbe172c9179edf9002d17de7f74)
2007-10-10r13688: Revert change to set DAT_FILES and SWAT_MSG_FILES in the Makefile.Lars Müller1-7/+4
Instead check for *.dat and *.msg files as done before. Then added files are installed and removed as soon as we have some in the filesystem. It's simpler and less error prone. (This used to be commit 5119472cdcdc4a0e422d49290c3007527fefd6a2)
2007-10-10r13663: make uninstall DESTDIR=/somewhere no longer leaves files. This is doneLars Müller1-15/+42
with the new rules: uninstallservers uninstalldat, uninstallswat (calles uninstallmsg), uninstallmodules, uninstallclientlib, and uninstalllibmsrpc. We still leave directories. We might try to remove the dirs we created in reverse order. The new uninstall scripts are sym links to the respective install scripts. Inside we set mode to install or uninstall. installservers is now used to install the servers. These are no longer installed with installbin. (This used to be commit 43549301b937c060742840054017b31bf3781e04)
2007-10-10r13656: Use the new installdirs.sh syntax for all calls.Lars Müller1-4/+4
(This used to be commit a606d11056551dee57451ea60f78a86d1f225161)
2007-10-10r13642: Fix install* scripts to use DESTDIR.Lars Müller1-10/+10
Always pass the INSTALLPERMS and DESTDIR as first and second arg to the scripts. No longer prepend DESTDIR to the remaining args. To fix bug #3282 it is important _not_ to prepend DESTDIR to the source of the sym link pointing to smbmount. (This used to be commit c38adf71317f2c898ee10cad8068e942835199c9)
2007-10-10r13573: removing wrepld from SAMBA_3_0. The Samba 4 work is more current ↵Gerald Carter1-20/+2
and any integration into Samba 3 would most likely be from scratch (This used to be commit 028b1f26aeebc46d6ae433fc3d2eae69e493c312)
2007-10-10r13564: Remove trailing backslash. Makes other than GNU make choke on this.James Peach1-2/+1
(This used to be commit 5e7efe304b2514224243ed0ac80f7fdf09c45a82)
2007-10-10r13529: No functional, line break changes to let it fit into 80 chares screenLars Müller1-8/+9
width again. (This used to be commit 7716c697291246f427c60a0aa20d861929feb87c)
2007-10-10r13526: Remove superfuous extra spaces at EOL.Lars Müller1-8/+8
(This used to be commit 66990adface697a75f7e25f8df83375e8dd8b72b)