summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2003-04-16More merges from HEAD:Jelmer Vernooij1-96/+98
- Stephan Kulow's changes (fixing warnings in libsmbclient) - VFS modules - Seperating libs (This used to be commit 6e9b7802335428c88ecf4e44a0e2395ac58e96b5)
2003-04-16Add support for the new modules system to lib/iconv.c (merge from HEAD)Jelmer Vernooij1-11/+77
(This used to be commit 64a357017a897d1920c06fc19453470ee517470d)
2003-04-16Add make destination for librpc_echoJelmer Vernooij1-0/+5
(This used to be commit 7ef7910004555997c194af6a069a81a89dcc3b53)
2003-04-16Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij1-22/+40
(This used to be commit c7a1de090db35835be1a1623bfc80c04065c5dd9)
2003-04-15merge in metze' smbcquotas patch from HEADGerald Carter1-6/+19
(This used to be commit b6a77048886151435a4a5eeb9a04be44d397c504)
2003-04-15use the new modules system for the rpc modules (backport from HEAD)Jelmer Vernooij1-32/+8
(This used to be commit aca7319e8d45eb604f28b8bd490413b08e2c98f2)
2003-04-15Use the new modules system for passdb (merge from HEAD)Jelmer Vernooij1-5/+4
(This used to be commit 1755d5f66221a910863cfc8a197f8d792e6b6e3d)
2003-04-15Add selection of the modules to configure (merge from HEAD)Jelmer Vernooij1-1/+4
(This used to be commit 3e283989ffc41d55f75f9dacbedca0cf920208fb)
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)