summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2008-05-09cldap: move out cldap object to fix the build.Günther Deschner1-2/+5
Guenther (This used to be commit 56be9c98d24e64bf855439df21766d30f448f407)
2008-04-30pam_winbind: Fix Bug #5430 (patch from fumiyas@osstech.co.jp).Günther Deschner1-1/+1
Guenther (This used to be commit d8372f73b93d3f323310f5456fef204884c303bb)
2008-04-30build: fix make everything.Günther Deschner1-9/+16
Guenther (This used to be commit d2cd011f4379ed2972c8e4c96f6757961fdceaee)
2008-04-30Next round fixing bug 5420, build on IRIXVolker Lendecke1-2/+1
The IRIX make does not like lines with only whitespace. With LIBNETAPI_LIBS evaluating to nothing this happens there. (This used to be commit 225fbe743c34fa7658f8f2e9daf6f51ec1b6e944)
2008-04-30build: fix some build dependencies.Günther Deschner1-3/+6
Guenther (This used to be commit 067a6931a23631dfb902fb4a180f3c44a5455d51)
2008-04-22libsmbconf: rename text backend smbconf_txt_simple to smbconf_txt.Michael Adam1-1/+1
Michael (This used to be commit dd9fe5aec43e60d554f2580a0699fe6e4cfb5d3c)
2008-04-21winbind: Use libnbt for NTLOGON SAMLOGON mailslot request and reply.Günther Deschner1-8/+10
Guenther (This used to be commit 2d6a1c5da64195784b0b102edb268356a24d84b5)
2008-04-17build: add missing dependency for libtdb.so to pam_smbpassMichael Adam1-1/+1
Thanks to Andreas Schneider for noticing. Michael (This used to be commit db708d4004adcd4a75c28d630dbd43b03e40f205)
2008-04-17IDL: build generated nbt code.Günther Deschner1-3/+6
Guenther (This used to be commit 554dcfdab03f9d06f319a3234d56cf44dc38c9da)
2008-04-17IDL: Build nbt.idl always.Günther Deschner1-1/+1
Guenther (This used to be commit 933abaeb321428aa7092a5d87af77b981be6359e)
2008-04-17Add simple implementation of several functions in the Samba 4 RPCJelmer Vernooij1-1/+3
library on top of the Samba 3 RPC library: * dcerpc_pipe_connect * dcerpc_ndr_request_recv * dcerpc_ndr_request_send These are the main functions used by the generated client calls in Samba 4. (This used to be commit 350177824239343365d5c99ad4efd71e3b2ed6fa)
2008-04-16Fix out of tree build. Remove the embedded srcdir path from talloc and tdb.Gerald W. Carter1-2/+2
(This used to be commit 359921acd436684a0b4cf76ba15f82a224d2c337)
2008-04-15IDL: For the fun of it, build drsuapi.idl.Günther Deschner1-1/+1
Guenther (This used to be commit 192645f63918c8656ca0fac5bb6d2704c9500a15)
2008-04-13libsmbconf: add a smbconf init dispatcher smbconf_init().Michael Adam1-1/+2
The dispatcher takes a config source argument in the form of "backend:path" where backend can (currently) be one of "txt" (aka "file") or "reg" (aka "registry"). When the path is omitted, it is up to the backend to provide a default path. When there is no separator ":" and the string is not a recognized backend, then file backend is assumed and the string is passed in as the path argument. Michael (This used to be commit cc613a60eb0f6b92cae98e8669e5e569a1eb9324)
2008-04-13gpo: add scripts plugin.Günther Deschner1-0/+4
Guenther (This used to be commit cd6388f04041a667bf0909d81e8af5f7b3bdc4af)
2008-04-12dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbinddStefan Metzmacher1-2/+3
metze (This used to be commit 64450cc1e441355aa8925b7183e90872eeab20b1)
2008-04-12dbwrap: add dbwrap_tdb2 backendStefan Metzmacher1-1/+2
This backend can be used untill ctdb knows about real transactions. It stores a master tdb in a shared location and a readonly copy on the local harddisk. Reads are always on the local tdb and writes always on both. Change notify messages are send to all message context, which ask for them. With the notifies it's possible to just update the changed records, instead of copying all records (which is the fallback). You need to configure: dbwrap:use_tdb2=yes dbwrap_tdb2:master directory=/some/shared/path dbwrap_tdb2:local directory=/var/lib/samba metze (This used to be commit aa6230de0d5f1875aa8c12c4fc017d3a40f90890)
2008-04-12build: smbconftort only needs LIBSMB_ERR_OBJ, not LIBSAMBA_OBJMichael Adam1-1/+1
Michael (This used to be commit 27fea343d2eeff5b7d38092dd1286cb8e3478cbe)
2008-04-12build: move SECRETS_OBJ into LIBSMB_ERR_OBJ.Michael Adam1-3/+3
LIBSMB_ERR_OBJ depends on SECRETS_OBJ Michael (This used to be commit 79b5a0c7a8ea47fbc44fb6582a39152c69edccaa)
2008-04-12build: move SECRETS_OBJ into LIBSMB_OBJMichael Adam1-45/+41
LIBSMB_OBJ is not used without SECRETS_OBJ Michael (This used to be commit bea66f07b4b8071348fc4d7dc4d13306466af171)
2008-04-12build: regroup LIBSMB objects to for a smallest linkable uint (LIBSMB_ERR_OBJ)Michael Adam1-6/+10
Michael (This used to be commit 310fd52ea4d05cdc83a798fda447879e3ebb2bc3)
2008-04-12build: group RPC_PARSE_OBJ1 with LIBSAMBA_OBJMichael Adam1-17/+17
it is only ever used together Michael (This used to be commit 27c7441145190eee7b61bec76edf1d4987a5be8d)
2008-04-12build: group NTERR/DOSERR/ERRORMAP and LIBSAMBA object differentlyMichael Adam1-35/+36
Michael (This used to be commit ddc2292c159700018911c85bcb2b8243b78f4e5c)
2008-04-11net: 'net' doesn't need wb_common.o anymore.Stefan Metzmacher1-1/+1
metze (This used to be commit 05f7f77135ab997b92b2454871f21543ecbde0ed)
2008-04-11nsswitch: remove unused nsswitch/wb_client.cStefan Metzmacher1-1/+1
metze (This used to be commit 2b236c7ace15b4408c31ed918b449d5a22e1769f)
2008-04-10Add very basic cli_cm_* based connection handler to libnetapi.Günther Deschner1-0/+1
Guenther (This used to be commit e9e46cfcbe25366121f680a6d81fe08c128bf00a)
2008-04-10libsmbconf: testsuite: add support for "--configfile" option.Michael Adam1-2/+4
Michael (This used to be commit 9f6c909f465df5fc64e2bec88acf272be9cd574e)
2008-04-10libsmbconf: add testsuite to the library.Michael Adam1-1/+20
Currently only the init function is tested, more tests to come... Michael (This used to be commit bc8dc8626c5fb296edbd193a7cc293317c7a29ca)
2008-04-10libsmbconf: move utility functions from main module to new smbconf_util.cMichael Adam1-1/+2
Michael (This used to be commit e0f6a9d50c9b72ec33d4323d1a6c5bdf44d011e7)
2008-04-09net: don't process net_registry_util.c with make protoMichael Adam1-2/+6
it has its own herader net_registry_util.h Michael (This used to be commit 51026d64b3e19626b51bee73fb257a75a6455355)
2008-04-09Add NetUserAdd to libnetapi.Günther Deschner1-1/+2
Guenther (This used to be commit cb98996ed2ac93a0e15838048405772d2043021a)
2008-04-08Restructure inner workings of libnetapi a bit.Günther Deschner1-0/+1
Guenther (This used to be commit a4e3bc2bade8bf74696e1c6ced74da563ff2df7b)
2008-04-08Build libnetapi.idl.Günther Deschner1-1/+2
Guenther (This used to be commit c098714ac4bac8a7e27be761979a96190b77de1f)
2008-04-04net_registry: split utility function of common interest out into util module.Michael Adam1-0/+1
Michael (This used to be commit 3bf890783fadd245c59280173627a6caca2dbefe)
2008-04-04Makefile: reassign reg_init_basic.o to REG_BASE_OBJ, where it belongs...Michael Adam1-2/+3
Michael (This used to be commit 7b16cb1023abd4fb2b2f08cf723d38c8c6ae68a0)
2008-03-28net: add a "net registry" subcommand to locally access the registry.Michael Adam1-1/+3
The interface is like that of net rpc registry. Access is direct local access to the registry tdb through reg_api. Michael (This used to be commit 3250068eb980bd0489f814f702401cdc9c925a8d)
2008-03-26libsmbconf: add a text backend to libsmbconf based on the params.c parser.Michael Adam1-1/+2
This is a simple implementation of text backend for libsmbconf. It is read only. It uses the parser from params.c. It loads the given config file and holds the parsed lists of strings in memory. Config is only re-read if the time stamp of the config file has changed. Brilliant performance on large files is not to be expected since the string lists are not hashed. This might be added in the future. Michael (This used to be commit 4ea50843852b335a9bd4c0535a5b684134ad8326)
2008-03-25build: don't autogenerate prototypes for util_tdb and dbwrap anymore.Michael Adam1-2/+3
Stick to hand-written headers (that are there anyways). Add some missing prototypes to util_tdb.h and dbwrap.h. I did not bother to add a header for each single dbwrap backend open function but put the prototypes for the open functions into the central dbwrap.h. Michael (This used to be commit edf4dbed27a3c63c04e8110e75cdb76e31627eb6)
2008-03-24Fix libtdb some to move back towards allowing out of tree buildsGerald (Jerry) Carter1-1/+1
Remaining problem is that not all *.syms linker scripts are generated so the LD command needs to look in a single place. Out of tree builds now work but report write access to the source tree in order to create the $(srcdir)/expotrs/libtdb.sysms file. (This used to be commit 6e9287c5c3a6bbd15ec495593978c1a76e64ee60)
2008-03-22libgpo: replace hand-crafted registry initialization by registry_init_basic.Michael Adam1-1/+2
IMO there is no need to imitate a custom registry backend. Only default regdb hooks are used here, so a plain initialization of regdb should suffice. This way, only reg_api is used in libgpo, and no registry backend code is visible. Michael (This used to be commit 10ae8accb486956ebb1638cee540868a11623b11)
2008-03-21libsmbconf: move registry implementation to a module of its own.Michael Adam1-1/+1
Michael (This used to be commit 431b10bfe0dba0a49e50bebfb3f8ad1a00955837)
2008-03-21Remove remaining old srvsvc client and server rpc code entirely.Günther Deschner1-2/+2
Guenther (This used to be commit a5f0186f70abe8dba650265219e69ce5ca2fb642)
2008-03-21Remove double RPC_PARSE_OBJ2 from Makefile.Günther Deschner1-1/+0
Guenther (This used to be commit 0244734cc5c682a73f84e2fe0a52a15090063d93)
2008-03-17Move libnet_conf to a library lib/smbconf/ of its own, fixing the api.Michael Adam1-3/+6
The libnet_conf code to access the registry based configuration has become more of a library used in several places in samba (e.g. loadparm) than an abstraction of "net conf". So I move it to a location lib/smbconf/. In the same breath, the api is fixed (not generated by make proto anymore). Michael (This used to be commit 5315ef41f403b96715dd68b512e9e74662e2910a)
2008-03-10Remove rpccli_srvsvc_net_file_enum() and cli_srvsvc.c with it.Günther Deschner1-1/+1
Guenther (This used to be commit e4b52133d6109ae6cc0378285e2d46f7077812f1)
2008-03-07Enable use of Relocations Read-Only, if supported, for enhanced security.Simo Sorce1-2/+2
(This used to be commit c20c5f082162ff6c0c2931f456897334aa002e83)
2008-03-07Time to confess...Michael Adam1-0/+1
Michael (This used to be commit 4e584c6e3699d8c05b163cc5674af04d106692ba)
2008-03-06Fix the build of cifs.spnego.Günther Deschner1-1/+1
Guenther (This used to be commit 9eaaf17d30388ef9446fb18e69197baa699b7eac)
2008-03-06Revert "Build: Add an rpath of $(LIBDIR) to binary targets."Michael Adam1-2/+2
This reverts commit 3a0f781352f364ce625a35ffd78257b27d984c47. This needs more thought. Setting RPATH like this does not work on all supported platforms (Linux, Solaris and AIX seem to work, HP-UX, Tru64 and MacOS don't, MacOS doesn't even seem to have an rpath at all prior to 10.4). What is more, rpath also has some bad effects (when updating libraries, e.g.), so it should not be set unconditionally. I will come up with a confiugure mechanism to control this. For now, just use the LDFLAGS environment variable if you want to use an rpath. Sorry for any inconveniences. Michael (This used to be commit 6850dc242b010bdcef5e427e51be04201f55b7f3)
2008-03-06Build: Add an rpath of $(LIBDIR) to binary targets.Michael Adam1-2/+2
This removes the need of setting LD_LIBRARY_PATH. Michael (This used to be commit 3a0f781352f364ce625a35ffd78257b27d984c47)