summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2003-04-15Merge of python extension picobj fix.Tim Potter1-9/+15
(This used to be commit 7e0e9585f1357afe1ff96399daea421e1860414b)
2003-04-15Updates to compile correctly with --with-included-poptTim Potter1-12/+12
(This used to be commit 5340b9c4c4c80414b3991547884e5d7293a108ec)
2003-04-14Update check-programs target.Tim Potter1-1/+4
(This used to be commit ac6a1ea560af94e287c023154e715a8095f0698e)
2003-04-14Merge:Tim Potter1-7/+7
- Jelmer's popt changes (This used to be commit b5b6f11940c91dc5ecb5f4a4320e7b9aa72bcd99)
2003-04-14Merge Jelmer's popt updates from HEAD.Tim Potter1-3/+3
(This used to be commit 98e84b3e83d2a365c818ea64f9418edb29d690f2)
2003-04-14Syncup popt changes with HEAD.Tim Potter1-2/+1
(This used to be commit 39c987c3c522b66146e99fcc528cd60e05ad14f7)
2003-04-14Merge a bunch of updates from HEAD:Tim Potter1-17/+21
- whitespace syncup - winbind nss client cleanups - new rpc echo pipe - prettier warnings for out of date autoconf scripts (This used to be commit bb812d1670c84e92d38f2b34e43008a27cda9a68)
2003-04-09Install libsmbclient.h from $(srcdir)Tim Potter1-1/+1
(This used to be commit a02370eccc1b26c12fd3b5e29aaf041a9feed197)
2003-04-04t_doschar: Test harness that exercises check_dos_char()Martin Pool1-0/+2
(This used to be commit 9518712516816b9e18d0fc4605fcd147ac088daa)
2003-04-04Merge from HEAD: 1.630 through 1.634:Martin Pool1-30/+26
- build test harnesses for STF - "make check" runs STF (This used to be commit 1e198d314ff942f528a8d1be2997e8c4452a0674)
2003-04-02nsswitch/winbind_nss.c doesn't existGerald Carter1-1/+1
(This used to be commit 1370cc99a469511ee85373411647fb2c5c2f6180)
2003-04-02Merge of Paul Green's make clean fixes.Tim Potter1-2/+6
(This used to be commit d9e6f4259975ee4dfd3413fd0abb21321b81b4ed)
2003-03-22(merge from HEAD)Andrew Bartlett1-1/+1
Small clenaup patches: - safe_string.h - don't assume that __FUNCTION__ is available - process.c - use new workaround from safe_string.h for the same - util.c - Show how many bytes we smb_panic()ed trying to smb_xmalloc() - gencache.c - Keep valgrind quiet by always null terminating. - clistr.c - Add copyright - srvstr.h - move srvstr_push into a .c file again, as a real function. - srvstr.c - revive, with 'safe' checked srvstr_push - loadparm.c - set a default for the display charset. - connection.c - use safe_strcpy() Andrew Bartlett (This used to be commit c91e76bddbe1244ddc8d12b092eba875834029ac)
2003-03-22Thanks to volker, merge passdb changes from HEAD:Andrew Bartlett1-1/+1
- pdb_guest (including change defaults) - 'default' passdb actions (instead of 'not implemented' stubs in each module) - net_rpc_samsync no longer assumes pdb_unix Andrew Bartlett (This used to be commit 4bec53c8c81019f0f06a93c4df0800bbf7281dd6)
2003-03-20Make swat use poptJelmer Vernooij1-6/+5
(This used to be commit eccb6998111ce7a56bfd11578ccd7c09958f407e)
2003-03-18Merge mbp's HEAD changes.Jeremy Allison1-1/+1
Jeremy. (This used to be commit da1271a95fce7fd217555fb161d4669d0b9b80e2)
2003-03-18Makefile updates for new SMB signing code.Andrew Bartlett1-2/+2
(This used to be commit fa10640630cd893c30aa75f8b94e906199cecbe6)
2003-03-18Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett1-1/+1
This patch catches up on the rest of the work - as much string checking as is possible is done at compile time, and the rest at runtime. Lots of code converted to pstrcpy() etc, and other code reworked to correctly call sizeof(). Andrew Bartlett (This used to be commit c5b604e2ee67d74241ae2fa07ae904647d35a2be)
2003-03-14fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before ↵Gerald Carter1-2/+3
dereferencing (This used to be commit 7bc5fc729f67ae16e09ea67efa9e2b8e2ba41c8f)
2003-02-26Link wbinfo with popt_common.oTim Potter1-1/+2
(This used to be commit eac4b7ef2989acb50e3d27e7198285dd198017ec)
2003-02-26Merge of python prototype header removal.Tim Potter1-29/+0
(This used to be commit 19676de275f1cb1feaf4f65acfafc1aed3b6ec67)
2003-02-24Merge crypt(), ACL lib and shared lib changes from HEAD.Andrew Bartlett1-4/+6
(This used to be commit e380224d8cd265b9845ad80af2b053a56078e790)
2003-02-24Fix a small stuffup in the HEAD -> 3.0 mergeAndrew Bartlett1-1/+0
(This used to be commit cccec78cf241a9f69c363f0ecdd2e934c8b21f19)
2003-02-24Makefile updates for the client-side auth/kerberos merge.Andrew Bartlett1-39/+53
(This used to be commit b32f3ecaf65f5f433d3b95802b45216689d56d75)
2003-02-21Ignore errors on python_clean target.Tim Potter1-1/+1
(This used to be commit 9e4eba0ae593cc4422a5ce7bbdc4ab9f06d017b7)
2003-02-20Compile in lib/module.oJelmer Vernooij1-1/+1
(This used to be commit adc5a4a263b49e2883aba759cf9dd77f12c0cabb)
2003-02-15Use more portable @SHLIBEXT@ instead of .soJelmer Vernooij1-1/+1
(This used to be commit bddc54818eb57673ab53c9b7dd0547e3d61aa08b)
2003-02-14Put dynrpc modules as part of make all, when specified in configure.Jim McDonough1-4/+5
(This used to be commit d5b5a8e1f16f1e6d90affb4f84ff2f4bfbdfe86d)
2003-02-14merge from HEAD - enable dynamic RPC modulesJim McDonough1-15/+93
(This used to be commit d9c485b01017594d113502f9de2248d6c120cfa3)
2003-02-07Added extended audit module.John Terpstra1-1/+7
(This used to be commit f158bfa233585079139fbb5b5bf6878010746659)
2003-02-03fix another syntax errorHerb Lewis1-1/+1
(This used to be commit 678c07f11d33505e15d995b6c086aa2d8b6d7794)
2003-02-03if @EXTRA_ALL_TARGETS@ is empty, this fixes makefile syntax errorHerb Lewis1-2/+1
(This used to be commit aef873826f91d4d381df7a510d62b61ff2615847)
2003-02-01Merge LDAP filter parinoia from HEAD, a few other pdb_ldap updates and someAndrew Bartlett1-1/+2
misc libads fixes. Andrew Bartlett (This used to be commit 9c3a1710efba9fa4160004a554687d4b85927bb1)
2003-01-28patch from Paul Green to only build libsmbclient.so on platforms that ↵Gerald Carter1-2/+5
support shared libraries (This used to be commit 8ef302f6bf52a0bc7e1062747cb9b69c696958fd)
2003-01-28Merge from HEAD:Andrew Bartlett1-3/+12
- NTLMSSP over SPENGO (sesssion-setup-and-x) cleanup and code refactor. - also consequential changes to the NTLMSSP and SPNEGO parsing functions - and the client code that uses the same functions - Add ntlm_auth, a NTLMSSP authentication interface for use by applications like Squid and Apache. - also consquential changes to use common code for base64 encode/decode. - Winbind changes to support ntlm_auth (I don't want this program to need to read smb.conf, instead getting all it's details over the pipe). - nmbd changes for fstrcat() instead of fstrcpy(). Andrew Bartlett (This used to be commit fbb46da79cf322570a7e3318100c304bbf33409e)
2003-01-22Merge: Make torture tools in everything target.Tim Potter1-1/+1
(This used to be commit 087607e03a6db8e9ec021e13fe00303ec50d71a6)
2003-01-15*lots of small merges form HEADGerald Carter1-2/+2
*sync up configure.in *don't build torture tools in make all *make sure to remove torture tools as part of make clean (This used to be commit 0fb724b3216eeeb97e61ff12755ca3a31bcad6ef)
2003-01-06removed idpool from schema file (experimental) to remove the dependencyGerald Carter1-1/+1
on nis.schema. add $(LDFLAGS) to libsmbclient build (This used to be commit cd16064784a5e5fd9d2a67d4dfba605f7d8046ac)
2003-01-06Add profiles utility support to Samba 3.0.xRichard Sharpe1-1/+5
(This used to be commit 2636b2231cfa6cdfc22181225e2b409bbbb75f7c)
2003-01-03make sure we create the PIDDIR and LOCKDIR from installdirsGerald Carter1-1/+1
(This used to be commit 1564ebfc9933ba892f6866ad8f3a1b4470a8fde9)
2002-12-17fix make proto to work with SGI smakeHerb Lewis1-4/+8
(This used to be commit 24dfb8c745c20968b413466003a16b5e3ab40a24)
2002-12-13merge of get_dc_name()-like code from APP_HEAD; better support password ↵Gerald Carter1-2/+2
server = DC1 * (This used to be commit f49de4c5176bf635ac080e082fda412066b466c8)
2002-12-08Fixed Typo.John Terpstra1-1/+1
(This used to be commit d2b93322b08ecd0fa1a74af1fb98c1277955ab93)
2002-12-05Merge from appliance, Revision 1.223.2.41:Tim Potter1-9/+8
>Add -a flag to setup.py when making python_clean. This will delete the >python compiled binaries and .so files rather than only the temporary >compile directory. > >This fixes a PSA build bug. Merge from HEAD, Revision 1.587: >Link less with smbmnt and smbumount. Also change from a pstrcpy() to a >strncpy() to make it clear that we must operate on a PATH_MAX sized buffer. > >Andrew Bartlett Plus some bits from the AC_SUBST target cleanup that got missed last time I ran dirdiff. (This used to be commit 9b94c82958c136e344032651e1582ee63137114a)
2002-12-01Merge from HEAD - Patch from Paul Green to detect exe suffix for Stratus VOS.Andrew Bartlett1-54/+62
Andrew Bartlett (This used to be commit e6f2d9dfdb76a2d3f90354eb38f88709773353cb)
2002-11-29remove bin/developer.so - it's not in 3.0 yetJelmer Vernooij1-5/+3
add VFS_MODULES and PDB_MODULES to clean (This used to be commit e567c19e0513b9bf35c7324de0f49b7d83b7d7b6)
2002-11-29Sync with HEAD:Jelmer Vernooij1-7/+13
- Create vfs and pdb subdirs in installmodules rule - Add PDBLIBDIR (This used to be commit 6e627847864676d3845f493ab423bfbd8830d539)
2002-11-29Merge from HEAD:Tim Potter1-21/+41
- Target selection cleanup - Some formatting merges - Merged some Pythong bits&pieces that were missed previously Original commit message for target selection cleanup: >Here's a bit of a cleanup of the {configure,Makefile}.in files. I've >now combined all the ad-hoc AC_SUBST variables into three generalised >ones: > > EXTRA_BIN_PROGS Additional programs to install in ${prefix}/sbin > EXTRA_SBIN_PROGS Additional programs to install in ${prefix}/bin > EXTRA_ALL_TARGETS Additional targets to build by default > SHLIB_PROGS Shared library objects (pam, winbind) to build > >We also build some extra stuff by default: the python extensions (if >--with-python specified), smbmount related binaries (if >--with-smbmount specified), and the samba torture suite. > >The idea behind this is to have everything that is configured built by >default to detect breakage as soon as possible when people make low >level changes. (This used to be commit 6000caf5daf3da30bf69b865c5f4301a53609b2c)
2002-11-27reverted the removal of DESTDIR and adding a comment about itGerald Carter1-17/+25
(This used to be commit d337416739907d778b2442ea4da49f1cefa112e6)
2002-11-26* fixing RedHat spec file for 3.0Gerald Carter1-22/+25
* updating Makefile & configure script to use CONFIGDIR & VFSLIBDIR * set LIBDIR to ${prefix}/lib/samba when --with-fhs is enabled * make installdirs take an arbitrary number of arguements (This used to be commit f0d09cf676bc335e8fde9fe730730f2949411a54)