summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
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
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