summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r21109: Send notify_fam.c through the VFS. Lets see how the build farm likes ↵Volker Lendecke1-2/+7
this. Volker (This used to be commit e57a6d4d6341a52de55860e7f97031a63810dbfa)
2007-10-10r21093: Remove the hash and dnotify backends. Disabling FAM for this ↵Volker Lendecke1-2/+2
checkin, I'm working on that right now. Volker (This used to be commit 01c9fb17281e99300b339d2cfc0acac7ca94843c)
2007-10-10r21084: Make the Samba4 files compile in Samba3, not activated yet.Volker Lendecke1-1/+1
Volker (This used to be commit c24854433a28cc066072a7107e29aa7fe2bec3c8)
2007-10-10r21077: A step to minimize the diff later: This pulls in unmodified files ↵Volker Lendecke1-1/+1
from Samba4, not compiled yet. This way the modifications become visible later. ntvfs/common/notify.c -> smbd/notify_internal.c ntvfs/sysdep/inotify.c -> smbd/notify_inotify.c Naturally I had to disable notify again :-) Volker (This used to be commit cdb7d582b7397faa5926bff5783da7fef4209948)
2007-10-10r21074: Preparation for the import of samba4 notify: Add the file notify.idl ↵Volker Lendecke1-2/+3
and the resulting marshalling/unmarshalling routines in gen_ndr/ Volker (This used to be commit a2ea54c23456925a8ed317edb1adf82d074041fc)
2007-10-10r21007: move $(SOCKET_WRAPPER_OBJ) to OBJ definition instead of link line likeHerb Lewis1-6/+8
all other uses - merge from 3_0_24 (This used to be commit 99172f56c0041d43890167150cfc575d7c1b59f1)
2007-10-10r20986: Commit the prototype of the nss_info plugin interface.Gerald Carter1-4/+17
This allows a provider to supply the homedirectory, etc... attributes for a user without requiring support in core winbindd code. The idmap_ad.c module has been modified to provide the idmap 'ad' library as well as the rfc2307 and sfu "winbind nss info" support. The SID/id mapping is working in idmap_ad but the nss_info still has a few quirks that I'm in the process of resolving. (This used to be commit aaec0115e2c96935499052d9a637a20c6445986e)
2007-10-10r20932: This is the basic infrastructure for inotify support. This is far ↵Volker Lendecke1-1/+2
from being complete, in particular the various mask bits are not correctly supported yet. Checkin in now, I want to see how the build farm likes it. Volker (This used to be commit c9a5d011a91359b242f6c26f46e96ecea6a44a3b)
2007-10-10r20828: Fix the build with libnscd.Günther Deschner1-2/+2
Guenther (This used to be commit 8284396faffbe0f58741ecacd62ba86e3ca645c6)
2007-10-10r20824: Send access to the trusted domain passwords through the pdb backend, ↵Volker Lendecke1-0/+2
so that in the next step we can store them in LDAP to be replicated across DCs. Thanks to Michael Adam <ma@sernet.de> Volker (This used to be commit 3c879745cfc39be6128b63a88ecdbfa3d9ce6c2d)
2007-10-10r20664: Set the environment variable _before_ calling the shell.Lars Müller1-1/+1
(This used to be commit 9cecd62654d22b47d938a44a8aed63c558d511ad)
2007-10-10r20663: Do not install smbmount man page if we didn't called configureLars Müller1-2/+3
--with-smbmount. (This used to be commit ee12348cf1e93d0e75714f3883bfea6525797dc1)
2007-10-10r20202: fix make cleanHerb Lewis1-1/+1
(This used to be commit 339c029521fad391370b99b3b956214608777f32)
2007-10-10r20201: merge makefile changes from 3_0_24Herb Lewis1-34/+42
(This used to be commit 3f8587fc6deb42b5289b5340a6735b1b50b471de)
2007-10-10r20116: Start merging in the work done to create the new idmap subsystem.Simo Sorce1-8/+8
Simo. (This used to be commit 50cd8bffeeed2cac755f75fc3d76fe41c451976b)
2007-10-10r20089: Put gpfs acl function into vfs_gpfs module. Thanks to Gomati MohananJim McDonough1-1/+1
<gomati.mohanan@in.ibm.com>. Also fix fields for sec_desc differences between 3.0 and 3.0.24 in nfs4_acls.c. (This used to be commit 3d6f387783467bbd7ea88d6a853b41572badf1ef)
2007-10-10r19991: Sorry for this 2000-liner...Volker Lendecke1-1/+1
The main thing here is a rewrite of srv_winreg_nt.c. The core functionality has moved to registry/reg_api.c which is then usable by the rest of Samba as well. On that way it fixes creating keys with more than one element in the path. This did not work before. Two things that sneaked in (sorry :-) is the change of some routines from NTSTATUS to WERROR the removed "parent" argument to regkey_open_internal. Volker (This used to be commit fea52801de8c7b85c578d200c599475680c5339f)
2007-10-10r19974: Add freelist check for cache. Fix testing of entryJeremy Allison1-1/+1
names (all except SEQNUM are *not* null terminated strings). Jeremy. (This used to be commit bcb68260ba4e6a1ae6b681603367008309b9bfde)
2007-10-10r19963: Add 'registry shares = yes' and registry key security descriptors.Volker Lendecke1-1/+2
(This used to be commit 6cab254c49e07b11c170511ec613f0f33914c3e6)
2007-10-10r19962: Revert bogus change in r19961. In future I will check configure.inJames Peach1-1/+3
as well as Makefile.in :( (This used to be commit 5d000fed595252d7b703af70b73f5a1d5d920918)
2007-10-10r19961: Remove VARDIR. Nothing is ever installed into this, so there's noJames Peach1-3/+1
need to create it. (This used to be commit f440efd961688116f304cebdef17bb681ed534c9)
2007-10-10r19800: * Remove exmpty aix directoryGerald Carter1-2/+0
* remove old, commented out commands from 'make clean' (This used to be commit 4c96a387a283b52e4dc13cfe15190cbaa300bd1f)
2007-10-10r19762: libaddns/*[ch] code fixes donated by Centeris CorporationGerald Carter1-3/+2
(http://www.centeris.com/) under my copyright. * Rework error reporting to use DNS_ERROR instead of int32 * Convert memory allocation to use talloc() * Generalize the DNS request/response packet marshalling * Fix the secure update requests (This used to be commit c78798333616c3f823514df0f58da2eb3a30a988)
2007-10-10r19748: Ensure to link against the required libraries.Lars Müller1-1/+1
(This used to be commit 85d8c73fbbf86f4d22244f8e2bb2fdd51fa6680b)
2007-10-10r19747: Ensure to link with the required objects.Lars Müller1-1/+1
(This used to be commit 8d50fb3f5152b5daa62fde5bbf34f585631be397)
2007-10-10r19691: Fix the buildSimo Sorce1-1/+1
(This used to be commit fd70972ad943411f58ad9698b33b32e15eae88e4)
2007-10-10r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op toJim McDonough1-0/+6
the vfs layer, since gpfs supports it. Thanks to Volker, Christian, Mathias, Chetan, and Peter. (This used to be commit 0620658890fa9c68a9848538728023192319c81a)
2007-10-10r19533: Add a suffix to the program name if this is a process with aJeremy Allison1-0/+4
non-default configuration file name. Jeremy. (This used to be commit e8bf421c018ed829b9dba7c0872693080b77d49d)
2007-10-10r19529: Added showacls togle. Previously was vendor-specific code.Jeremy Allison1-2/+4
Merging these in - should have been merged back before (will be tidied up later). Jeremy. (This used to be commit 1e9284590f42b61bd730104920bc535bf7dfcbf4)
2007-10-10r19497: Thought I already fixes the etags target. Ignore .svnGerald Carter1-2/+2
and not CVS (since we don't use CVS anymore (This used to be commit 782298cd03f3fd79a46e65626ed2864e46ce3daf)
2007-10-10r19429: moved tdb/common/tdbutil.c into lib/util_tdb.cAndrew Tridgell1-1/+1
see discussion on samba-technical (This used to be commit 1ad563286f00be0d72930b81b10cb74f13c5fbff)
2007-10-10r19224: Add setting the rng_fault_state to the already converted pipes.Volker Lendecke1-1/+1
Convert the low-hanging fruit of the LSA server. This provides a sample how the server calls can be converted one by one, see the "proxy_lsa_call" function. Volker (This used to be commit 99e54a213ad3561ea6e8dc44c483847c18c5681e)
2007-10-10r19093: speed up the samba3 build from 8mins to 5mins:-)Stefan Metzmacher1-229/+190
we now don't compile mostly each .c file twice. - we use PICFLAG for all object files - PICFLAG defaults to PIE_CFLAGS and is then overwritten if the system supports shared libraries as we currently always use -fPIE if available (and at least on linux -fPIE produces the same code as -fPIC) it doesn't change anything in the resulting code. "high performance" binaries can be build with "--disable-pie --disable-shared" if someone really needs to... metze (This used to be commit 6db1f57f45bf0b382572aec72dda29657c4a5c3f)
2007-10-10r19038: build libreplace testsuite as replacetortStefan Metzmacher1-4/+19
and run it with make test metze (This used to be commit 9db9eb199f1902cb7e7f4f700b8594f4fc98ae8a)
2007-10-10r19015: we don't need talloc_* in proto.hStefan Metzmacher1-2/+2
metze (This used to be commit 685304e57433d05e2ab971af9dd31ddcf3cbf92d)
2007-10-10r19002: Add a very simple synchronisation function to download the full GPO.Günther Deschner1-1/+1
Guenther (This used to be commit 02b75ff2a833677df3448b0f9a4928cb3f0274de)
2007-10-10r18986: Add some more GPO download helper functions.Günther Deschner1-1/+2
Guenther (This used to be commit d2db3b6b4695038374d0848e1ce981ccf0ae8c24)
2007-10-10r18985: Add parse_gpt_ini() to parse GPT.INI files using iniparser.Günther Deschner1-3/+3
Guenther (This used to be commit 46db28de488eb04da30bf03a16d4c9ea086aed07)
2007-10-10r18982: Move the gpo related functions to "libgpo".Günther Deschner1-6/+7
Guenther (This used to be commit 1308a842716bc3bd1a9853b9b206dc7308a8c1dd)
2007-10-10r18973: we should always set LDFLAGS and DYNEXP depending on the host_osStefan Metzmacher1-5/+9
but disable building of shared libs and modules whe enable_shared != yes Also make it easier to track down the problem with lost LDFLAGS values on AIX. metze (This used to be commit 3367e306e6aa5c2007fb41655b7af1fd37dea47d)
2007-10-10r18919: * Get the new rpccli_winreg_XXXX() functions into the treeGerald Carter1-11/+7
There some broken functionality here that I'm still working on. * remove unneeded parsing routines (This used to be commit cbfe1a4b498593a48fc34f584754ed4a9ef72cc5)
2007-10-10r18906: Fix 'make clean' to deal with new lib/ldb/ directory structure.Gerald Carter1-2/+3
(This used to be commit 9b43d7c63ad9f420188ba92c4a8f679757a9c9da)
2007-10-10r18896: * Fix out of tree builds after libreplace mergeGerald Carter1-1/+1
* Remove unused -D define in Makefile (This used to be commit 3c9632bedca5ff3816f5f7b8b5f47b29c4e7fa02)
2007-10-10r18895: AIX need to call pidl with --uint-enums as the compiler doesn'tStefan Metzmacher1-0/+2
like negative values in the generated code. I'm not sure how we can solve that in samba3 as the generated code is commited Maybe we need to alsways pass --uint-enums metze (This used to be commit 9468dcc5d564d7242d527eb770717e2b4480cf1c)
2007-10-10r18870: - enable the ldb ldap backend properly based on configure tests forAndrew Tridgell1-2/+2
ldap - use ldb_global_init() instead of the backend specific ldb_tdb_init(). (This used to be commit a6c53e58616d7731a1df9af33f78ccf0c774296e)
2007-10-10r18869: two build fixes for systems without ldapAndrew Tridgell1-1/+2
the first is to not enable the ldap ldb backend just yet. This will need configure tests to conditionally include. We should be able to use the m4 files from lib/ldb/ The 2nd is to fix libads/gpo.o not to publicly prototype a function that needs ldap.h (This used to be commit 1cf17edc14ebd379b982b589a66e86316ef7087b)
2007-10-10r18867: change the group mapping code to use ldb instead of tdbAndrew Tridgell1-19/+74
See the discussion of this on the samba-technical list (This used to be commit 4ad1436ceae0128e187222fce0fc79adb3049d3f)
2007-10-10r18817: Enable the build of the gpo tool but do not make it available yet.Günther Deschner1-3/+5
Guenther (This used to be commit 927cda5d31e9cb02105df3cfc06f5cb273233747)
2007-10-10r18810: use a copy of samba4's talloc under lib/talloc/Stefan Metzmacher1-2/+2
to make mergeing easier. metze (This used to be commit d49ffbc19b29f7620e427de133ffab74721f37e8)
2007-10-10r18802: Use the pidl-generated code for the srvsvc interface, both client ↵Jelmer Vernooij1-14/+16
and server code. This has had some basic testing. I'll do more during the next couple of days and hopefully also make RPC-SRVSVC from Samba4 pass against it. (This used to be commit ef10672399c4b82700dc431b4d93431ffdd42d98)