summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2003-03-27Use the new modules system in VFS. If a module can't be loaded with theJelmer Vernooij1-13/+11
2003-03-26Remove LDAP_LIBS and just use LIBS again as before. I'llJelmer Vernooij1-1/+1
2003-03-25Don't do $(MAKE) modules_clean twice in a row - it breaks the build...Jelmer Vernooij1-1/+0
2003-03-25Give PARAMS_OBJ more priorityJelmer Vernooij1-27/+26
2003-03-25Do $(MAKE) modules_clean when compiling dynconfig.o. It's not theJelmer Vernooij1-2/+4
2003-03-25Always rebuild modules after running ./configure (to preventJelmer Vernooij1-3/+8
2003-03-25- Support building all auth modules as .so'sJelmer Vernooij1-3/+38
2003-03-24- Add support to auth/ for the new modules systemJelmer Vernooij1-2/+6
2003-03-24Add modules support to charsetJelmer Vernooij1-16/+20
2003-03-23Convert to popt.Jelmer Vernooij1-4/+4
2003-03-23Convert to popt.Jelmer Vernooij1-2/+2
2003-03-23Convert to popt.Jelmer Vernooij1-3/+3
2003-03-23Convert to popt.Jelmer Vernooij1-3/+3
2003-03-23Convert to popt.Jelmer Vernooij1-2/+3
2003-03-22Convert to poptJelmer Vernooij1-3/+3
2003-03-22Small clenaup patches:Andrew Bartlett1-1/+1
2003-03-20Convert smbcacls to poptJelmer Vernooij1-3/+3
2003-03-20Make swat use poptJelmer Vernooij1-3/+4
2003-03-19Add make rules for passdb/*.soJelmer Vernooij1-0/+25
2003-03-19Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij1-38/+11
2003-03-19Get rid of "make check" targets that call nonexistent code.Martin Pool1-30/+15
2003-03-18Add t_strcmp test/torture harness.Martin Pool1-1/+4
2003-03-18Split "clobber" function and variables into its own file before itMartin Pool1-1/+1
2003-03-18Remove static libbigballofmud, which just does not seem to link.Martin Pool1-3/+7
2003-03-15Fix non-gmake syntax error.Andrew Bartlett1-1/+1
2003-03-15String handling parinoia fixes.Andrew Bartlett1-1/+1
2003-03-14fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref...Gerald Carter1-2/+3
2003-03-14/tmp/newfun.msgRafal Szczesniak1-2/+2
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