summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
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)
2007-10-10r18797: fix the loading of pam_winbind.so and libnss_winbind.soStefan Metzmacher1-2/+2
when building with socket wrapper metze (This used to be commit 6ad6aba1029035f67b901121e41b238d5760c6ff)
2007-10-10r18789: Replace the winreg server code with the libndr parsing code.Gerald Carter1-2/+8
Many things work (OpenHKLM, etc...) but some still don't. This shouldn't block anyone so I'm checking it in. Will probably move to a bzr tree after this for longer dev cycles between checkins. (This used to be commit cf1404a0d7538288b9370ba80df328f81b713ce0)
2007-10-10r18755: remove accidental commitGerald Carter1-1/+1
(This used to be commit 2e7e8c09e461ab2e18c8a87ff6813008bad928fa)
2007-10-10r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()Gerald Carter1-1/+1
(This used to be commit 50d74ce0488a9bd0980cdc6d523a210f6238ef74)
2007-10-10r18739: * Get the wkssvc patch right this time.Gerald Carter1-7/+4
* Remove the old wkssvc server, client, & parsing code. * Update srv_wkssvc_nt.c with stubs for the remaining stubs (This used to be commit 0cb79ee13fd78b515a48b2c72d91596ed21e41a8)
2007-10-10r18728: revert previous commit until I fix the wkssvc_nt.c changesGerald Carter1-4/+7
(This used to be commit 57d8519185008602fab5cf5d1d1951415aacb7f0)
2007-10-10r18725: Replace out one wkssvc call (wkssrv_GetInfo()) with autogeneratedGerald Carter1-7/+4
code. Removed first rpc_parse/*.c file. w00t! (This used to be commit bb9b7a058d72569bee5683856661ac063c281c9f)
2007-10-10r18712: Forgot to remove cmd_reg.o from MakefileGerald Carter1-1/+1
(This used to be commit 9030c46e33e78581e303ed3c5bd952a65b54b87a)
2007-10-10r18707: Fix the build when you have libnscd installed (which apparently no hostGünther Deschner1-8/+10
on the buildfarm has). Guenther (This used to be commit b0bb364df0efe140780328d90ae55bb823e6b10d)
2007-10-10r18703: Fix the annoying effect that happens when nscd is running:Günther Deschner1-2/+2
We usually do not get the results from user/group script modifications immediately. A lot of users do add nscd restart/refresh commands into their scripts to workaround that while we could flush the nscd caches directly using libnscd. Guenther (This used to be commit 7db6ce295afbedfada7b207ad56566d2195a0d21)
2007-10-10r18698: this stuff isn't needed anymoreStefan Metzmacher1-1/+1
metze (This used to be commit 31b83ff4bd568a393eaa6260366ece7501df1985)
2007-10-10r18666: checking in generated netlogon filesGerald Carter1-1/+1
(This used to be commit ac5561103caccac7d14fddbdc9a0fa972be45c6f)
2007-10-10r18662: print out the failing command for dynconfig.o tooStefan Metzmacher1-1/+4
metze (This used to be commit f51a200f6730c6c760348adc12612587b1e79df9)
2007-10-10r18647: print out the failing cammand, this is very usefull for the build farmStefan Metzmacher1-12/+18
metze (This used to be commit ab58cd10568305e1059b4259ecba860025b691e3)
2007-10-10r18644: bring in libreplace in lib/replaceStefan Metzmacher1-14/+9
metze (This used to be commit 596cbe73dd268742acf456fccd8a234376fb0c97)
2007-10-10r18640: move to socket_wrapper to lib/socket_wrapper/Stefan Metzmacher1-13/+16
and sync it with samba4 metze (This used to be commit 9c0e5b29f1451a90605cce7e1e032e5516b6970d)
2007-10-10r18623: starting on eventlog IDLGerald Carter1-3/+6
(This used to be commit 6cb7b6226da0b3060f4850fc2cc2ca82fbdcaa8f)
2007-10-10r18618: * remove svn:externalsGerald Carter1-8/+1
* 'make idl' now requires pidl in the current PATH * regenerate winreg ndr files (This used to be commit e936d39e00f07d942ce977b9a725ebe7b9e57625)
2007-10-10r18606: - fix the detection of the working quota implementationStefan Metzmacher1-1/+1
- we now define the set of samba related include path in one place so that we can't get it wrong in different places metze (This used to be commit 6bf0aad052699d21a242b5a25ef0a360d320c078)
2007-10-10r18603: Add in the NFSv4 ACL mapping code from IBM.Jeremy Allison1-0/+6
Sorry for the delay :-). Jeremy. (This used to be commit a52fa218952ffcd784ea31e947aa4d17dfdc8ee0)
2007-10-10r18572: Use the autogenerated client and server for the echo interface and ↵Jelmer Vernooij1-8/+8
implement some of the missing functions. RPC-ECHO now passes against Samba3. (This used to be commit 9e9a05366176454cc1779acc6c2b6070743f5939)
2007-10-10r18560: * Add in the winreg and initshutdown IDL filesGerald Carter1-3/+5
* rename PI_SHUTDOWN from include/smb.h to PI_INITSHUTDOWN for compatibility with pidl libndr output (This used to be commit 23a882861311d9d6ca45af1bfcc90d05846ba3a9)
2007-10-10r18526: Use generated server for unixinfo RPC interface.Jelmer Vernooij1-1/+1
(This used to be commit a5c0606d7667506fdc64776e32d4b3508195a199)