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