summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2001-11-20added the beginnings of ADS support in smbdAndrew Tridgell1-1/+4
2001-11-20We don't actually use the horror that was lib/util_array.c :-).Jeremy Allison1-1/+1
2001-11-19Do satyr work against a copy of the build farm scripts so as not toMartin Pool1-2/+2
2001-11-19Move all other paths into dynconfigMartin Pool1-6/+6
2001-11-19LIBDIR and LOCKDIR are dynamically configured too.Martin Pool1-5/+7
2001-11-19LMHOSTSFILE is now dynamically configured too.Martin Pool1-2/+4
2001-11-19Disable "installcheck" -- it's still too likely to clobber somebody'sMartin Pool1-1/+1
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-5/+28
2001-11-16Fixed detection of RedHat headers. Removed another file !Jeremy Allison1-2/+1
2001-11-16Removed SMBD_RPC_CLIENT_OBJ temporary I was using.Jeremy Allison1-8/+3
2001-11-16I *love* removing code :-). Removed 4 files that weren't being used.Jeremy Allison1-7/+11
2001-11-15Tidyups in the merge process.Jeremy Allison1-2/+1
2001-11-14Clean up message.Martin Pool1-4/+4
2001-11-14Too much of samba depends on finding files in their installedMartin Pool1-5/+11
2001-11-14Add basic "make check" and "make installcheck" targets, using theMartin Pool1-15/+57
2001-11-07Added delheaders as a dependency for clean.Tim Potter1-1/+10
2001-11-05Use cli_nt_login_network() instead of domain_client_validate() to performTim Potter1-2/+2
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison1-1/+1
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-1/+1
2001-10-27Fix up the Makefile for now (thanks herb).Andrew Bartlett1-2/+2
2001-10-26Restore the intended behaviour for .headers.stampAndrew Bartlett1-1/+1
2001-10-23.headers.stamp not getting touched if file already existed.Herb Lewis1-1/+1
2001-10-23Add popt for parsing commandline optionsJim McDonough1-1/+5
2001-10-20fixed LDSHFLAGS when using non-standard lib locationsAndrew Tridgell1-7/+8
2001-10-19Add build of net utilityJim McDonough1-2/+8
2001-10-15split session setup code out of reply.c in preparation for addingAndrew Tridgell1-1/+1
2001-10-15include more libs needed for kerberos5 on some systems (eg. solaris)Andrew Tridgell1-1/+1
2001-10-12added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell1-1/+2
2001-10-11first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell1-32/+5
2001-10-11initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell1-1/+1
2001-10-06move libsmb/domain_client_validate.o around in the makefile again, it really isAndrew Bartlett1-3/+4
2001-10-05Remove winbindd_glue.c dodgy hack and add winbindd_cm.c for managingTim Potter1-3/+3
2001-10-03switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell1-2/+3
2001-09-29Don't build make_printerdef in HEAD. This tool is not needed exceptGerald Carter1-1/+1
2001-09-25Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison1-2/+3
2001-09-25now --with-i18n-swat works to install some international filesMotonobu Takahashi1-1/+2
2001-09-25added a little smbtorture test for dumping the unicode table of aAndrew Tridgell1-1/+1
2001-09-24Added SWAT i18n feature:Motonobu Takahashi1-9/+39
2001-09-22fixed the Makefile so we don't rebuild libsmbclient and build_env.hAndrew Tridgell1-23/+19
2001-09-19Add the ability to display Samba's build options with smbd -b and as a level 4Andrew Bartlett1-6/+15
2001-09-19This isn't used anymoreAndrew Bartlett1-1/+0
2001-09-19passdb/pampass.c and passdb/pass_check.c are not passdb related at all,Andrew Bartlett1-4/+5
2001-09-16Kill off the dangerous passwd program default, as its both veryAndrew Bartlett1-1/+1
2001-09-12- enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell1-6/+0
2001-09-10passdb/smbpassfile ain't needed any more - it only provided migration from an...Andrew Tridgell1-1/+1
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell1-1/+1
2001-09-07added "display charset" option in smb.conf, along with d_printf()Andrew Tridgell1-1/+1
2001-09-06- fixed proto.h build on systems using a parallel makeAndrew Tridgell1-5/+12
2001-09-06Started a cleanup of smbpasswd related stuff. I've created a new fileTim Potter1-1/+1
2001-09-05add PROFILE_OBJ to nmbd nowHerb Lewis1-1/+1