summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* net: Split out "net share"Kai Blin2008-05-201-1/+1
* net: Split out "net afs"Kai Blin2008-05-201-1/+1
* net: Split out "net file"Kai Blin2008-05-201-1/+1
* net: Split out "net group"Kai Blin2008-05-201-1/+1
* net: Split out "net user"Kai Blin2008-05-201-1/+1
* net: Move "net join" handling into a separate file.Kai Blin2008-05-201-1/+1
* net: Split out common help functions.Kai Blin2008-05-201-1/+1
* build: remove the proto_exists target - it is not needed anymore.Michael Adam2008-05-191-11/+3
* build: remove the "delheaders" target.Michael Adam2008-05-191-6/+3
* build: remove "headers" and "proto" make targets.Michael Adam2008-05-191-10/+6
* build: remove reference to mkproto.sh from MakefileMichael Adam2008-05-181-2/+0
* libnet: freeze libnet_proto.h from "make proto"Michael Adam2008-05-181-9/+1
* build: freeze passwd_proto.h from "make proto"Michael Adam2008-05-181-7/+1
* net: freeze net_proto.h from "make proto"Michael Adam2008-05-181-8/+1
* ntlm_auth: freeze ntlm_auth_proto.h from "make proto"Michael Adam2008-05-181-8/+2
* smbclient: freeze client_proto.h from "make proto"Michael Adam2008-05-181-8/+2
* swat: freeze swat_proto.h from "make proto"Michael Adam2008-05-181-8/+0
* winbindd: freeze winbindd_proto.hMichael Adam2008-05-181-8/+2
* build: freeze proto.hMichael Adam2008-05-181-9/+2
* cldap: move out cldap object to fix the build.Günther Deschner2008-05-091-2/+5
* pam_winbind: Fix Bug #5430 (patch from fumiyas@osstech.co.jp).Günther Deschner2008-04-301-1/+1
* build: fix make everything.Günther Deschner2008-04-301-9/+16
* Next round fixing bug 5420, build on IRIXVolker Lendecke2008-04-301-2/+1
* build: fix some build dependencies.Günther Deschner2008-04-301-3/+6
* libsmbconf: rename text backend smbconf_txt_simple to smbconf_txt.Michael Adam2008-04-221-1/+1
* winbind: Use libnbt for NTLOGON SAMLOGON mailslot request and reply.Günther Deschner2008-04-211-8/+10
* 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