summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2008-05-23build: add symbol versioning when we build with gnu ldStefan Metzmacher1-8/+8
2008-05-23build: autogenerate exports/libwbclient.symsStefan Metzmacher1-4/+12
2008-05-23build: autogenerate exports/libtalloc.symsStefan Metzmacher1-5/+10
2008-05-23build: pass .syms extention via @SYMSEXT@ from configureStefan Metzmacher1-3/+3
2008-05-23build: add a "make shlibs" target to build all the shared libraries.Michael Adam1-0/+2
2008-05-23build: autogenerate exports/libnetapi.symsStefan Metzmacher1-1/+6
2008-05-22torture: add a test program rpc_open_tcp() to test the rpc_pipe_open_tcp() func.Michael Adam1-0/+20
2008-05-22rpc_client: use endpoint mapper to get the port for rpc_pipe_open_tcp().Michael Adam1-3/+4
2008-05-21Compile endpoint mapper pidl outputVolker Lendecke1-0/+2
2008-05-21Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into docbookJelmer Vernooij1-89/+18
2008-05-21Add double-colon where it makes sense.Jelmer Vernooij1-66/+64
2008-05-20net: Split out "net share"Kai Blin1-1/+1
2008-05-20net: Split out "net afs"Kai Blin1-1/+1
2008-05-20net: Split out "net file"Kai Blin1-1/+1
2008-05-20net: Split out "net group"Kai Blin1-1/+1
2008-05-20net: Split out "net user"Kai Blin1-1/+1
2008-05-20net: Move "net join" handling into a separate file.Kai Blin1-1/+1
2008-05-20net: Split out common help functions.Kai Blin1-1/+1
2008-05-19build: remove the proto_exists target - it is not needed anymore.Michael Adam1-11/+3
2008-05-19build: remove the "delheaders" target.Michael Adam1-6/+3
2008-05-19build: remove "headers" and "proto" make targets.Michael Adam1-10/+6
2008-05-18build: remove reference to mkproto.sh from MakefileMichael Adam1-2/+0
2008-05-18libnet: freeze libnet_proto.h from "make proto"Michael Adam1-9/+1
2008-05-18build: freeze passwd_proto.h from "make proto"Michael Adam1-7/+1
2008-05-18net: freeze net_proto.h from "make proto"Michael Adam1-8/+1
2008-05-18ntlm_auth: freeze ntlm_auth_proto.h from "make proto"Michael Adam1-8/+2
2008-05-18smbclient: freeze client_proto.h from "make proto"Michael Adam1-8/+2
2008-05-18swat: freeze swat_proto.h from "make proto"Michael Adam1-8/+0
2008-05-18winbindd: freeze winbindd_proto.hMichael Adam1-8/+2
2008-05-18build: freeze proto.hMichael Adam1-9/+2
2008-05-09cldap: move out cldap object to fix the build.Günther Deschner1-2/+5
2008-04-30pam_winbind: Fix Bug #5430 (patch from fumiyas@osstech.co.jp).Günther Deschner1-1/+1
2008-04-30build: fix make everything.Günther Deschner1-9/+16
2008-04-30Next round fixing bug 5420, build on IRIXVolker Lendecke1-2/+1
2008-04-30build: fix some build dependencies.Günther Deschner1-3/+6
2008-04-22libsmbconf: rename text backend smbconf_txt_simple to smbconf_txt.Michael Adam1-1/+1
2008-04-21winbind: Use libnbt for NTLOGON SAMLOGON mailslot request and reply.Günther Deschner1-8/+10
2008-04-17build: add missing dependency for libtdb.so to pam_smbpassMichael Adam1-1/+1
2008-04-17IDL: build generated nbt code.Günther Deschner1-3/+6
2008-04-17IDL: Build nbt.idl always.Günther Deschner1-1/+1
2008-04-17Add simple implementation of several functions in the Samba 4 RPCJelmer Vernooij1-1/+3
2008-04-16Fix out of tree build. Remove the embedded srcdir path from talloc and tdb.Gerald W. Carter1-2/+2
2008-04-15IDL: For the fun of it, build drsuapi.idl.Günther Deschner1-1/+1
2008-04-13libsmbconf: add a smbconf init dispatcher smbconf_init().Michael Adam1-1/+2
2008-04-13gpo: add scripts plugin.Günther Deschner1-0/+4
2008-04-12dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbinddStefan Metzmacher1-2/+3
2008-04-12dbwrap: add dbwrap_tdb2 backendStefan Metzmacher1-1/+2
2008-04-12build: smbconftort only needs LIBSMB_ERR_OBJ, not LIBSAMBA_OBJMichael Adam1-1/+1
2008-04-12build: move SECRETS_OBJ into LIBSMB_ERR_OBJ.Michael Adam1-3/+3
2008-04-12build: move SECRETS_OBJ into LIBSMB_OBJMichael Adam1-45/+41