summaryrefslogtreecommitdiffstats
path: root/source3/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* build: add missing dependency for libtdb.so to pam_smbpassMichael Adam2008-04-171-1/+1
* IDL: build generated nbt code.Günther Deschner2008-04-171-3/+6
* IDL: Build nbt.idl always.Günther Deschner2008-04-171-1/+1
* Add simple implementation of several functions in the Samba 4 RPCJelmer Vernooij2008-04-171-1/+3
* Fix out of tree build. Remove the embedded srcdir path from talloc and tdb.Gerald W. Carter2008-04-161-2/+2
* IDL: For the fun of it, build drsuapi.idl.Günther Deschner2008-04-151-1/+1
* libsmbconf: add a smbconf init dispatcher smbconf_init().Michael Adam2008-04-131-1/+2
* gpo: add scripts plugin.Günther Deschner2008-04-131-0/+4
* dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbinddStefan Metzmacher2008-04-121-2/+3
* dbwrap: add dbwrap_tdb2 backendStefan Metzmacher2008-04-121-1/+2
* build: smbconftort only needs LIBSMB_ERR_OBJ, not LIBSAMBA_OBJMichael Adam2008-04-121-1/+1
* build: move SECRETS_OBJ into LIBSMB_ERR_OBJ.Michael Adam2008-04-121-3/+3
* build: move SECRETS_OBJ into LIBSMB_OBJMichael Adam2008-04-121-45/+41
* build: regroup LIBSMB objects to for a smallest linkable uint (LIBSMB_ERR_OBJ)Michael Adam2008-04-121-6/+10
* build: group RPC_PARSE_OBJ1 with LIBSAMBA_OBJMichael Adam2008-04-121-17/+17
* build: group NTERR/DOSERR/ERRORMAP and LIBSAMBA object differentlyMichael Adam2008-04-121-35/+36
* net: 'net' doesn't need wb_common.o anymore.Stefan Metzmacher2008-04-111-1/+1
* nsswitch: remove unused nsswitch/wb_client.cStefan Metzmacher2008-04-111-1/+1
* Add very basic cli_cm_* based connection handler to libnetapi.Günther Deschner2008-04-101-0/+1
* libsmbconf: testsuite: add support for "--configfile" option.Michael Adam2008-04-101-2/+4
* libsmbconf: add testsuite to the library.Michael Adam2008-04-101-1/+20
* libsmbconf: move utility functions from main module to new smbconf_util.cMichael Adam2008-04-101-1/+2
* net: don't process net_registry_util.c with make protoMichael Adam2008-04-091-2/+6
* Add NetUserAdd to libnetapi.Günther Deschner2008-04-091-1/+2
* Restructure inner workings of libnetapi a bit.Günther Deschner2008-04-081-0/+1
* Build libnetapi.idl.Günther Deschner2008-04-081-1/+2
* net_registry: split utility function of common interest out into util module.Michael Adam2008-04-041-0/+1
* Makefile: reassign reg_init_basic.o to REG_BASE_OBJ, where it belongs...Michael Adam2008-04-041-2/+3
* net: add a "net registry" subcommand to locally access the registry.Michael Adam2008-03-281-1/+3
* libsmbconf: add a text backend to libsmbconf based on the params.c parser.Michael Adam2008-03-261-1/+2
* build: don't autogenerate prototypes for util_tdb and dbwrap anymore.Michael Adam2008-03-251-2/+3
* Fix libtdb some to move back towards allowing out of tree buildsGerald (Jerry) Carter2008-03-241-1/+1
* libgpo: replace hand-crafted registry initialization by registry_init_basic.Michael Adam2008-03-221-1/+2
* libsmbconf: move registry implementation to a module of its own.Michael Adam2008-03-211-1/+1
* Remove remaining old srvsvc client and server rpc code entirely.Günther Deschner2008-03-211-2/+2
* Remove double RPC_PARSE_OBJ2 from Makefile.Günther Deschner2008-03-211-1/+0
* Move libnet_conf to a library lib/smbconf/ of its own, fixing the api.Michael Adam2008-03-171-3/+6
* Remove rpccli_srvsvc_net_file_enum() and cli_srvsvc.c with it.Günther Deschner2008-03-101-1/+1
* Enable use of Relocations Read-Only, if supported, for enhanced security.Simo Sorce2008-03-071-2/+2
* Time to confess...Michael Adam2008-03-071-0/+1
* Fix the build of cifs.spnego.Günther Deschner2008-03-061-1/+1
* Revert "Build: Add an rpath of $(LIBDIR) to binary targets."Michael Adam2008-03-061-2/+2
* Build: Add an rpath of $(LIBDIR) to binary targets.Michael Adam2008-03-061-2/+2
* Add infrastructure to support async SMB requestsVolker Lendecke2008-03-061-1/+1
* Add basic infrastructure for general async requestsVolker Lendecke2008-03-061-1/+1
* Make test: set LD_LIBRARY_PATH for make test_shlibs and friends.Michael Adam2008-03-061-3/+6
* Build: fix bin/net on Solaris - use -ltdb instead of bin/libtdb.soMichael Adam2008-03-051-1/+1
* Fix build targets for bin/net.Günther Deschner2008-03-051-1/+1
* Another build fix for pam_smbpass: make sure libwbclient is there.Günther Deschner2008-03-051-1/+1
* Makefile: reformat - break long target lines.Michael Adam2008-03-051-64/+129