1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source3
Tim Potter 4e8052640e More fixes for builddir != srcdir.
- Use absolute directories for $builddir and $srcdir in the Makefile

 - Don't try and combine source files in $builddir and $srcdir to build
   proto.h.  It's just too hard to get it right across all targets we
   wish to compile on.  Use a hand created prototype for the single
   function in smbd/build_options.c that we need.  This allows us to ditch
   all the extra sed work that was causing problems: \t not portable - hah!

 - Fix bogus delheaders target to remove the correct files

This appears to work quite nicely now.  Let's see how it goes on the
buildfarm machines.
(This used to be commit 456184463d)
2003-05-27 02:35:53 +00:00
..
aparser
auth Correctly initialize winbind auth method. 2003-05-26 16:38:35 +00:00
bin Ignore t_stringoverflow binary. 2003-05-26 23:52:48 +00:00
client Fix non-constant initialiser for Sun CC. 2003-05-13 06:13:36 +00:00
codepages
groupdb And finally IDMAP in 3_0 2003-05-12 18:12:31 +00:00
include updating version 2003-05-22 14:53:02 +00:00
intl Merge from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +00:00
lib Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. Now we are defaulting to --with-quotas=no but anyway trying to test them in configure. This is done to get information about as much quota API variations as possible -- when --with-quotas=no this does not affect build but provides us with more detailed information on build farm. 2003-05-14 14:38:11 +00:00
libads Patch from Luke Howard <lukeh@PADL.COM> to recognise local groups. 2003-05-15 19:43:21 +00:00
libsmb Fix list of servers in 'smbclient -L' (debian bug #194553, patch by Heine Larsen) 2003-05-26 19:47:53 +00:00
locking More fixes for debug log to catch logic error. 2003-05-22 18:56:51 +00:00
modules Ignore *.po files. 2003-05-23 02:01:07 +00:00
msdfs Prefix VFS API macros with SMB_ for consistency and to avoid problems with VFS_ macros at system side. We currently have one clash with AIX and its VFS_LOCK. Compiled and tested -- no new functionality or code, just plain rename of macros for yet-unreleased VFS API version. Needs to be done before a24 is out 2003-05-14 10:59:01 +00:00
nmbd Fix bug #98: DNS compression is required for proper building of the 2003-05-20 13:49:53 +00:00
nsswitch Fix extra arg for cm_get_netlogon_cli() 2003-05-27 02:28:13 +00:00
pam_smbpass And finally IDMAP in 3_0 2003-05-12 18:12:31 +00:00
param *****LDAP schema changes***** 2003-05-14 03:32:20 +00:00
passdb fix bug #108; sambaSambaAccount string attributes are case insensitive; don't try to change a string that only differs in case 2003-05-22 17:07:41 +00:00
po
popt
printing Prefix VFS API macros with SMB_ for consistency and to avoid problems with VFS_ macros at system side. We currently have one clash with AIX and its VFS_LOCK. Compiled and tested -- no new functionality or code, just plain rename of macros for yet-unreleased VFS API version. Needs to be done before a24 is out 2003-05-14 10:59:01 +00:00
profile
python Fix for bug #60. Our autoconf code adds both libraries and linker 2003-05-05 06:21:26 +00:00
registry Fix broken regexp in cvsignore for *.po{,32} files. 2003-04-14 05:38:48 +00:00
rpc_client Clarify a comment: The secure channel connection must be opened on the 2003-05-16 01:57:57 +00:00
rpc_parse Metze's patches: 2003-05-26 16:54:39 +00:00
rpc_server fixes bugs 85 & 99 (XP domain logons); don't enable the lsa_query_info2 unless we are trying to be an ADS DC 2003-05-22 15:27:27 +00:00
rpcclient Reverse previous patch from Stefan and me after comments by Andrew Bartlett 2003-05-10 11:49:51 +00:00
sam add idmap_winbind unless I made a better way to solve SID type for domain 2003-05-16 06:20:33 +00:00
script More fixes for builddir != srcdir. 2003-05-27 02:35:53 +00:00
smbd More fixes for builddir != srcdir. 2003-05-27 02:35:53 +00:00
smbwrapper Patch from Guenther Deschner to fix build with gcc 3.2 2003-04-24 03:55:22 +00:00
stf Add a new entry to make check. If we have compiled python extensions, 2003-05-05 06:22:36 +00:00
tdb spelling 2003-05-14 00:46:43 +00:00
tests
torture Prefix VFS API macros with SMB_ for consistency and to avoid problems with VFS_ macros at system side. We currently have one clash with AIX and its VFS_LOCK. Compiled and tested -- no new functionality or code, just plain rename of macros for yet-unreleased VFS API version. Needs to be done before a24 is out 2003-05-14 10:59:01 +00:00
ubiqx Merge from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +00:00
utils Fix bug #96: Use DNS decompression to properly parse cldap netlogon 2003-05-20 13:51:43 +00:00
web Metze's patches: 2003-05-26 16:54:39 +00:00
wrepld Reverse previous patch from Stefan and me after comments by Andrew Bartlett 2003-05-10 11:49:51 +00:00
.cvsignore syncup with head 2003-04-02 06:00:22 +00:00
.dmallocrc
aclocal.m4 Add NT quota support. Patch from Stefan (metze) Metzemacher 2003-05-12 01:20:17 +00:00
autogen.sh Merge of head(1) portability patch. 2003-05-22 00:49:24 +00:00
change-log Remove reference to obsolete samba-bugs address. 2003-02-19 00:13:23 +00:00
config.guess Syncup with version of config.guess from HEAD. 2003-04-14 02:12:02 +00:00
config.sub Update config.guess, config.sub to the versions from the GNU autotools 2003-02-17 23:49:01 +00:00
configure.developer Use "$@" to preserve shell quoting in case somebody passes an escaped 2003-03-10 03:05:20 +00:00
configure.in More fixes for builddir != srcdir. 2003-05-27 02:35:53 +00:00
Doxyfile Remove reference to "mainpage.dox" and CodingStandards, which have 2003-02-28 04:02:16 +00:00
dynconfig.c merge from HEAD - enable dynamic RPC modules 2003-02-14 00:48:28 +00:00
install-sh
mainpage.dox Remove reference to "mainpage.dox" and CodingStandards, which have 2003-02-28 03:59:47 +00:00
Makefile.in More fixes for builddir != srcdir. 2003-05-27 02:35:53 +00:00
smbadduser small merges from SAMBA_3_0; mostly typos, renames, etc... 2003-01-15 18:31:46 +00:00