summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2002-10-09Distclean should remove scripts/findsmb (patch from metze)Jelmer Vernooij1-8/+12
2002-10-04merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter1-3/+4
2002-10-03VFStest uses all of smbd's .o files, so needs -lpam and crypt.Andrew Bartlett1-1/+1
2002-10-03Patch from Steve Langasek <vorlon@netexpress.net>:Andrew Bartlett1-3/+6
2002-09-29Remove sam/api.c.Andrew Bartlett1-1/+1
2002-09-28Add the beginings of sam_ads to the tree.Andrew Bartlett1-1/+1
2002-09-27Move a number of ADS related functions out into utility libs, so that thingsAndrew Bartlett1-1/+2
2002-09-27Vance picked up a pile of typos etc at the CIFS confernce, and finally got themAndrew Bartlett1-1/+1
2002-09-25Compile samtest with LIBADS_OBJ and PASSDB_OBJ...Jelmer Vernooij1-1/+1
2002-09-19remove proto headers on realcleanTim Potter1-1/+1
2002-09-19Merge in first command for 'samtest'Jelmer Vernooij1-1/+1
2002-09-19Clean up python extensions in clean target.Tim Potter1-3/+6
2002-09-18First code for 'net rpc vampire'. We should probably find a moreVolker Lendecke1-1/+1
2002-09-17Never, *ever* hold a mutex lock in the message database where there mayJeremy Allison1-2/+2
2002-09-12First cut at portable sendfile code. Only used in readX at the momentJeremy Allison1-1/+1
2002-09-11added gencache implementation from mimir - thanks!Andrew Tridgell1-2/+3
2002-09-09Add python_install target. Not called by default. Delegates mostMartin Pool1-0/+5
2002-09-09Python's setup.py does not need to be munged by configure.in -- it isMartin Pool1-0/+1
2002-09-09Add --with-python=PYTHONNAME configure option, so that the librariesMartin Pool1-3/+3
2002-09-09Merge tpot's patch to add targets to build Python stuff. It's notMartin Pool1-0/+39
2002-09-08Patch from Stefan (metze) Metzmacher with more updates for the SAM subsystemJelmer Vernooij1-1/+1
2002-09-06This is the 'easy' parts of the trusted domains patch n+3 patch fromAndrew Bartlett1-1/+2
2002-09-06Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de>Andrew Bartlett1-1/+1
2002-08-30fix protoGerald Carter1-1/+1
2002-08-30fix broken dependencies....Gerald Carter1-6/+7
2002-08-30break out REGISTRY_VALUE & REGVAL_CR objects into separate file forGerald Carter1-2/+3
2002-08-29Several compiler warning fixes + fix dependencies samtestJelmer Vernooij1-1/+1
2002-08-29I think this should fix the compile on some of the CUPS based machines.Andrew Bartlett1-1/+1
2002-08-29Add plugin support for the sam system from metze (based on passdb code)Jelmer Vernooij1-1/+3
2002-08-29Add new files to Makefile + typo fixJelmer Vernooij1-1/+1
2002-08-29Put in patch from metze (Stefan Metzmacher) to:Jelmer Vernooij1-1/+2
2002-08-28Put in intermediate version of new SAM system. It's not stable yet, codeJelmer Vernooij1-3/+11
2002-08-25Steve Langasek <vorlon@netexpress.net> has again attempted to simplify Samba'sAndrew Bartlett1-3/+4
2002-08-23remove samsync and spamsyncHerb Lewis1-16/+1
2002-08-22added a 'net rpc samdump' command for dumping the whole sam viaAndrew Tridgell1-1/+1
2002-08-22Make samsync use poptAndrew Bartlett1-1/+1
2002-08-20fix generating protos for smbwrapperHerb Lewis1-1/+1
2002-08-19added a 'net ads lookup' command that does a CLDAP NetLogon query to aAndrew Tridgell1-1/+1
2002-08-19should make all platforms happy with poptSimo Sorce1-1/+1
2002-08-18A new utility to test VFS system and modulesSimo Sorce1-26/+36
2002-08-17Move tridge's getgrouplist() replacement function from replace.c to a newAndrew Bartlett1-2/+6
2002-08-16Merge of netbios namecache code from APPLIANCE_HEAD.Tim Potter1-1/+1
2002-08-14unresolved symbols fix for pam_smbpass from Steve L.Gerald Carter1-10/+3
2002-08-12Add lib/util_uuid.c to build.Jim McDonough1-1/+1
2002-08-08Samba dependency hell claim's another victim...Andrew Bartlett1-7/+3
2002-08-07Hmm, had too many objects added last time in the nmbd changes. Don'tJim McDonough1-2/+1
2002-08-07Patch from Steve Langasek <vorlon@netexpress.net> to split up our -lAndrew Bartlett1-3/+7
2002-08-06Ooops...forgot to put this in with the new nmbd samlogon response code.Jim McDonough1-1/+2
2002-08-02Moved rpc client routines from libsmb back to rpc_client where they belong.Tim Potter1-4/+5
2002-07-29Add lib/popt_common.oTim Potter1-1/+1