summaryrefslogtreecommitdiff
path: root/libexec/Makefile
AgeCommit message (Collapse)Author
2022-09-01Hook up snmpd_metricsMartijn van Duren
OK tb@, sthen@
2020-09-12Import login_ldap.Martijn van Duren
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_kernelJonathan Gray
2015-11-26rpc.yppasswdd goes to the bitbucket.Theo de Raadt
(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 authenticationTodd C. Miller
server these days.
2014-07-30unhook auxcppJonathan Gray
2014-07-30descend into tradcppJonathan Gray
2014-07-12Hook auxcppMatthieu Herrb
2014-04-22Remove KERBEROS5 from the Makefiles (except ssh for now, where it isReyk Floeter
already manually disabled). ok deraadt@
2014-04-18millert said i can kill rshdTed Unangst
2014-04-18Switch to the new makewhatis(8)/apropos(1)/whatis(1) combo.Ingo Schwarze
"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.Theo de Raadt
ok tedu
2014-03-17i thought guenther was going to axe uucpd, but he's slackingTed Unangst
2014-03-12Are they going to help?Ted Unangst
No. Well, then tell them to stay out of the way. ok deraadt
2013-12-04cleanup SUBDIRTheo de Raadt
2013-08-07disable libexec/identd and enable usr.sbin/identd.David Gwynne
ok sthen@ deraadt@
2013-02-17Always enter this ld.so and subdirectories to create obj (and then theTheo de Raadt
MI man pages, even if vax currently lacks the programs)
2012-08-16switch off inetd tftp-proxy and enable the standalone one instead.David Gwynne
2012-03-05swap out libexec/tftpd for usr.sbin/tftpdDavid Gwynne
ok henning@ sthen@ mikeb@ deraadt@ wants this
2012-01-26hook login_yubikey to the buildDavid Hill
ok deraadt
2012-01-16Backout activation of the new apropos(1)/whatis(1)/makewhatis(8).Ingo Schwarze
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).Ingo Schwarze
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.Okan Demirmen
ok espie schwarze deraadt.
2011-04-17Switch from the old shell script /etc/securityIngo Schwarze
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 MakefilesTheo de Raadt
2006-12-28assume that new elf architectures will have ld.soTheo de Raadt
2005-12-31enable tftp-proxy since it was committed - what's the point otherwise?Peter Valchev
ok deraadt
2005-11-16disable old ftp-proxy, ok henning beckCamiel Dobbelaar
2005-05-24unlink telnet from the builds. dead and buried. cleartext protocolsTheo de Raadt
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 authenticationTodd C. Miller
2004-02-26Add -g option for greylisting support for spamd. The greylisting techinqueBob Beck
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 variableBrad Smith
- change 2 instances of the check from != "yes" to == "no" ok deraadt@
2003-05-13krb4 bye byeHans Insulander
2003-03-08spamd-setup, in c. ok deraadt@, he wants to clean in situ.Bob Beck
2002-12-21spamd: work in progressTheo de Raadt
2002-10-04smtpd leaves the buildingTheo de Raadt
2002-09-29Add login_radius back now that the license issue has been resolvedTodd C. Miller
2002-09-26disable login_radius until a license problem is resolvedTheo de Raadt
2002-09-12do not decent into ld.so if it was said NOPIC, even for elfMichael Shalayeff
2002-07-15don't built atrunTodd C. Miller
2002-06-12use ELF_TOOLCHAIN instead of listing all ELF archs.Artur Grabowski
drahn@ ok.
2002-05-06rlogind and rexecd go awayTheo de Raadt
2001-09-26Build ld.so on sparc64.Artur Grabowski
2001-08-19build ftp-proxyBob Beck
2001-07-08BSD auth module for radius authentication, from BSDi.Todd C. Miller
2001-06-25Add login_krb5-or-pwd.Hans Insulander
2001-06-25Build login_krb5 if KERBEROS5 is set.Hans Insulander
2001-06-24Rename login_krb-or-pwd to login_krb4-or-pwdHans Insulander
2001-06-24Rename login_kerberos to login_krb4Hans Insulander
2001-06-13Build ld.so on alpha.Artur Grabowski