summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2003-03-13Add bin/libbigballofmud.a non-shared library. A bit easier to link toMartin Pool1-0/+4
2003-03-10Makefile.in for NTLMSSP singing updateAndrew Bartlett1-1/+1
2003-03-09Change the way we sign SMB packets, to a function pointer interface.Andrew Bartlett1-1/+1
2003-02-22Remove 'unixsam' from the default passdb backends.Andrew Bartlett1-2/+3
2003-02-21Ignore errors on python_clean target.Tim Potter1-1/+1
2003-02-20From aliguori@us.ibm.com:Jim McDonough1-0/+1
2003-02-18Add -V option (to print out version) to utilities where possibleJelmer Vernooij1-1/+1
2003-02-18We don't use mkproto stuff for the python extensions anymore.Tim Potter1-29/+0
2003-02-18Patch from vorlon@debian.org to split out our -lacl dependency to only smbdAndrew Bartlett1-2/+3
2003-02-17Add KRBCLIENT_OBJ to PYTHON_OBJ list.Tim Potter1-1/+2
2003-02-15Use more portable @SHLIBEXT@ instead of .soJelmer Vernooij1-1/+1
2003-02-15Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enableAndrew Bartlett1-38/+47
2003-02-15Move our NTLMSSP code into easily seperated peices, not relying on the wholeAndrew Bartlett1-4/+8
2003-02-14Put dynrpc modules as part of make all, when specified in configure.Jim McDonough1-4/+6
2003-02-12initial server side privileges implementation, using a tdb. This needs to be ...Andrew Tridgell1-1/+1
2003-02-11remove trailing 'a' from VFS_MODULES targets...fix buildJim McDonough1-1/+1
2003-02-10Fix a mistake spotted by MetzeRichard Sharpe1-1/+1
2003-02-10As metze mentioned, this is the proper way to find perl...Andrew Bartlett1-1/+1
2003-02-10perl might not be in /usr/bin/perl, so try and find it in the path.Andrew Bartlett1-1/+1
2003-02-07Added extended audit module that logs to smbd log as well as syslog.John Terpstra1-1/+8
2003-02-01Makefile.in change for ldap escaping fixesAndrew Bartlett1-1/+2
2003-01-28patch from Paul Green to only build libsmbclient.so on platforms that support...Gerald Carter1-2/+5
2003-01-27One more fix ... Things link now if you don't use dynamic RPC stuffRichard Sharpe1-2/+2
2003-01-27One more try to get rid of the dependency on GNU MAKERichard Sharpe1-21/+22
2003-01-27Fix the dependency on GNU Make introduced by the DYNAMIC RPC stuff.Richard Sharpe1-42/+21
2003-01-17Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt for...Jim McDonough1-15/+113
2003-01-16Add LIBSMB_OBJ for the new ntlm_auth functionality.Andrew Bartlett1-1/+1
2003-01-15remove torture tools on make cleanGerald Carter1-1/+1
2003-01-15Refactor the NTLMSSP code again - this time we use function pointers toAndrew Bartlett1-1/+2
2003-01-13Updates to our NTLMSSP code:Andrew Bartlett1-1/+1
2003-01-06add $(LDFLAGS) to libsmbclientGerald Carter1-1/+1
2003-01-03make sure we create the PIDDIR and LOCKDIR from installdirsGerald Carter1-1/+1
2003-01-02debugparse is a seperate utility, no need to include it in the main ubiqxAndrew Bartlett1-1/+1
2002-12-30Add a new VFS module, that just fiddles the file permissions. Still need toAndrew Bartlett1-1/+7
2002-12-17fix make proto to work with SGI smakeHerb Lewis1-4/+9
2002-12-16updates to the gumsSimo Sorce1-4/+12
2002-12-12merge of get_dc_name()-like code from APP_HEAD; better support password serve...Gerald Carter1-3/+3
2002-12-10Add support to Makefile.in for editregRichard Sharpe1-1/+6
2002-12-08A small fix to Makefile.in from Bradley Longhurst.Richard Sharpe1-2/+2
2002-12-01Link less with smbmnt and smbumount. Also change from a pstrcpy() to aAndrew Bartlett1-4/+3
2002-12-01Patch from Paul Green to detect exe extensions, needed for Stratus VOS.Andrew Bartlett1-57/+65
2002-11-29Fix up smbwrapper target.Tim Potter1-1/+1
2002-11-28merge in some changes from metze's patches (rest follows later, afterJelmer Vernooij1-2/+2
2002-11-28Add PDBLIBDIR, just like VFSLIBDIRJelmer Vernooij1-3/+9
2002-11-27merging changes from SAMBA_3_0 relating to RPM packagingGerald Carter1-5/+17
2002-11-26Having waited for *way* too long, this is mimir's namecache and trusted domainAndrew Bartlett1-1/+1
2002-11-26[print notify fixes from APP_HEAD]Gerald Carter1-3/+5
2002-11-24Try to twiddle with the makefile to avoid having a trailing \ when weAndrew Bartlett1-2/+2
2002-11-24Add ntlm_auth, a new program to provide a stable interface to winbind'sAndrew Bartlett1-1/+9
2002-11-22Here's a bit of a cleanup of the {configure,Makefile}.in files. I'veTim Potter1-24/+22