summaryrefslogtreecommitdiffstats
path: root/libexec/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-09-12Import login_ldap.martijn1-2/+2
The code is based login_ldap port, but uses our own aldap implementation instead of openldap. It also uses a stand alone configuration file instead of login.conf, since setting this up might contain information not destined for everyone to see. OK bluhm@ "Go for it" deraadt@
2017-08-22descend into reorder_kerneljsg1-1/+2
2015-11-26rpc.yppasswdd goes to the bitbucket.deraadt1-5/+1
(The story is that some people do use YP still as a libc -> non-file lookup mechanism; some of them with standard ypbind/ypserv, but more of them with ypbind/ypldap. That however does not justify these cruddy tools dealing with passwords, which are more likely to contain problems)
2015-11-20Remove login_tis, no one should be using the TIS authenticationmillert1-2/+2
server these days.
2014-07-30unhook auxcppjsg1-2/+2
2014-07-30descend into tradcppjsg1-2/+2
2014-07-12Hook auxcppmatthieu1-2/+2
2014-04-22Remove KERBEROS5 from the Makefiles (except ssh for now, where it isreyk1-5/+1
already manually disabled). ok deraadt@
2014-04-18millert said i can kill rshdtedu1-2/+2
2014-04-18Switch to the new makewhatis(8)/apropos(1)/whatis(1) combo.schwarze1-2/+2
"commit the switch now" espie@ "go for it" deraadt@ See the apropos(1) manual for a description of what's new. On machines where you want the full functionality, run "sudo makewhatis" and put "MAKEWHATISARGS=' '" into weekly.local(8). Otherwise, when upgrading via source, run "sudo makewhatis -Q".
2014-03-24libwrap is going away, so can this.deraadt1-3/+2
ok tedu
2014-03-17i thought guenther was going to axe uucpd, but he's slackingtedu1-2/+2
2014-03-12Are they going to help?tedu1-2/+2
No. Well, then tell them to stay out of the way. ok deraadt
2013-12-04cleanup SUBDIRderaadt1-8/+7
2013-08-07disable libexec/identd and enable usr.sbin/identd.dlg1-2/+2
ok sthen@ deraadt@
2013-02-17Always enter this ld.so and subdirectories to create obj (and then thederaadt1-6/+2
MI man pages, even if vax currently lacks the programs)
2012-08-16switch off inetd tftp-proxy and enable the standalone one instead.dlg1-2/+2
2012-03-05swap out libexec/tftpd for usr.sbin/tftpddlg1-2/+2
ok henning@ sthen@ mikeb@ deraadt@ wants this
2012-01-26hook login_yubikey to the builddhill1-2/+2
ok deraadt
2012-01-16Backout activation of the new apropos(1)/whatis(1)/makewhatis(8).schwarze1-2/+2
In its current state, it causes too much slowdown, in particular during system builds, and there are other regressions. That cannot be fixed quickly while it's enabled. Problems pointed out by espie@, backout requested by deraadt@, diff "looks good" to espie@.
2012-01-05Enable the new apropos(1), whatis(1), and makewhatis(8).schwarze1-2/+2
Unlink the old apropos(1), whatis(1), and makewhatis(8) from the build. Call the new tools from pkg_create(1) and pkg_add(1). "Please enable it now." deraadt@
2011-09-19Obsoleted after the makewhatis(8) re-write in 2000.okan1-2/+2
ok espie schwarze deraadt.
2011-04-17Switch from the old shell script /etc/securityschwarze1-2/+2
to the new Perl script /usr/libexec/security. The new script was tested by sthen@ and ajacoutot@. Committing now due to repeated prodding from deraadt@. In case problems show up, they will be fixed in tree.
2007-05-18prettier Makefilesderaadt1-6/+7
2006-12-28assume that new elf architectures will have ld.soderaadt1-2/+2
2005-12-31enable tftp-proxy since it was committed - what's the point otherwise?pvalchev1-2/+2
ok deraadt
2005-11-16disable old ftp-proxy, ok henning beckcamield1-2/+2
2005-05-24unlink telnet from the builds. dead and buried. cleartext protocolsderaadt1-2/+2
must die. ok everyone, even grudgingly from millert (though we would have killed it anyways, irregardless of his opinion)
2004-09-28login script to provide TIS Firewall Toolkit authenticationmillert1-2/+2
2004-02-26Add -g option for greylisting support for spamd. The greylisting techinquebeck1-2/+2
originates from a paper by Evan Harris which can be found at http://projects.puremagic.com/greylisting/. This implementation makes spamd allow for non-blacklisted addresses to be treated as "greylisted". where they are tracked in a db file, and whitelisted by addition to a pf table when the same envelope from and to are retried from the same source IP address. Testing by many, ok deraadt@
2003-07-22- use :L variable modifier with ELF_TOOLCHAIN variablebrad1-2/+2
- change 2 instances of the check from != "yes" to == "no" ok deraadt@
2003-05-13krb4 bye byehin1-2/+2
2003-03-08spamd-setup, in c. ok deraadt@, he wants to clean in situ.beck1-2/+2
2002-12-21spamd: work in progressderaadt1-2/+2
2002-10-04smtpd leaves the buildingderaadt1-2/+2
2002-09-29Add login_radius back now that the license issue has been resolvedmillert1-2/+2
2002-09-26disable login_radius until a license problem is resolvedderaadt1-2/+2
2002-09-12do not decent into ld.so if it was said NOPIC, even for elfmickey1-2/+2
2002-07-15don't built atrunmillert1-2/+2
2002-06-12use ELF_TOOLCHAIN instead of listing all ELF archs.art1-3/+2
drahn@ ok.
2002-05-06rlogind and rexecd go awayderaadt1-3/+3
2001-09-26Build ld.so on sparc64.art1-2/+4
2001-08-19build ftp-proxybeck1-2/+2
2001-07-08BSD auth module for radius authentication, from BSDi.millert1-2/+2
2001-06-25Add login_krb5-or-pwd.hin1-2/+2
2001-06-25Build login_krb5 if KERBEROS5 is set.hin1-1/+5
2001-06-24Rename login_krb-or-pwd to login_krb4-or-pwdhin1-2/+2
2001-06-24Rename login_kerberos to login_krb4hin1-2/+2
2001-06-13Build ld.so on alpha.art1-2/+2
2001-05-29build login scripts for BSD authenticationmillert1-1/+3