summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
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)
2002-11-26[print notify fixes from APP_HEAD]Gerald Carter1-3/+5
* fixing change notify on print server handle * adding change notify support into smbcontrol for sending comment changes, etc... All part of CR 1159/1160 (This used to be commit f1062e79de8a3046c6e3f22b3d1a4819afe6809b)
2002-11-22Added install-everything option.John Terpstra1-2/+4
(This used to be commit 0b342b8e90b8e0395a1a3046e9e3f70a168fdb1f)
2002-11-18Merge in modules system from HEAD:Jelmer Vernooij1-3/+31
- Detect MySQL and XML libraries - Add modules rules to Makefile - Move working VFS modules to source/ (This used to be commit fadada3555a1f3db724789a7fcfa7ed5404c4324)
2002-11-10sync with headSimo Sorce1-1/+1
was: consolidate alla error mapping functions in one file (This used to be commit 2c9e8b79d94e3276e9eb9bd676af0a68ee3908ff)
2002-11-09Last sync with HEADJelmer Vernooij1-20/+36
(This used to be commit 1175b62337f5c29954cd5e8dfdc2327c9c80748c)
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison1-1/+1
Jeremy. (This used to be commit d030df76439c72825d68410211e62090438cef54)
2002-10-31One more instance of AUTHLIBS...hopefully we can get most 3.0 builds backJim McDonough1-1/+1
up on the farm. (This used to be commit 134ddca56ba36580d88825f6dc24d3820e4c9810)
2002-10-31Steve Langasek's authentication lib (libpam, libcrypt) split didn't makeJim McDonough1-2/+5
it into Makefile.in in 3.0. This should fix a few builds. (This used to be commit 3b32e6bf5a4496beff3a817bdd3826947489b1ce)
2002-10-31Added DESTDIR patch from Buchan Milne.John Terpstra1-15/+15
(This used to be commit 4a5c926ac52576962b2af8f798ca2c80d8881d4e)
2002-10-30Remove references to SAMJelmer Vernooij1-12/+1
(This used to be commit 6691720620e5dda0b89a223c6773f351f63ef8fb)
2002-10-21merging in changes from HEADGerald Carter1-8/+8
(This used to be commit e8273549a8d92f46db1699e6a41f4618f272ee73)
2002-10-21removing make_printerdef tool and sourcesGerald Carter1-8/+1
(This used to be commit 7bde74ae359da239af4a8398da9efc2f1fd8039e)