summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Collapse)Author
1997-08-21.noident not .noindent; fc@parkone.ci.oakland.ca.usTheo de Raadt
1997-08-19rpc.lockd moved from libexec to usr.sbinNiklas Hallqvist
1997-08-19Moved to usr.sbin behind cvs backNiklas Hallqvist
1997-08-19make -Wall happyNiklas Hallqvist
1997-08-19$OpenBSD$Niklas Hallqvist
1997-08-16<string.h> not <strings.h>Todd C. Miller
1997-08-16OpenBSD tags and document assumption about finger(1) arg parsing.Todd C. Miller
1997-08-13a little extra paranoiadm
1997-08-11Prototype things.Todd C. Miller
1997-08-11Timeout reads/writes on the socket just to be safe.Todd C. Miller
1997-08-10Pass -Wall and add OpenBSD tags.Todd C. Miller
1997-08-09Using stdio on sockets is gross so don't do it. Also some -Wall.Todd C. Miller
1997-08-06whooshTheo de Raadt
1997-08-06indentTheo de Raadt
1997-08-06reindent and remove extra crud. a program that is security sensitive must be ↵Theo de Raadt
readable
1997-08-06use so_uid, whee, another wicked payoffTheo de Raadt
1997-08-06Errno save/restore.Angelos D. Keromytis
1997-08-05Errno.Angelos D. Keromytis
1997-08-05More of errno.Angelos D. Keromytis
1997-08-05Remove duplicate inclusion of signal.hAngelos D. Keromytis
1997-08-05More errno saving.Angelos D. Keromytis
1997-08-05pull errno.h inTheo de Raadt
1997-08-04save errno in sigchld handlersTheo de Raadt
1997-08-01cleanup; everyone please testTheo de Raadt
1997-08-01remove config trashTheo de Raadt
1997-07-29wrap wait3 with save_errnoTheo de Raadt
1997-07-29sendmail -t pleaseTheo de Raadt
1997-07-29what incredible bullshitTheo de Raadt
1997-07-27New, mandoc, man page.Jason Downs
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-23tabifykstailey
1997-07-22setproctitle lessTheo de Raadt
1997-07-21WallTheo de Raadt
1997-07-15Xr repairTheo de Raadt
1997-07-14-WallTodd C. Miller
1997-07-09Use syslog(3), not fprintf(3) for error messages.kstailey
OSF is not the only OS that uses USER_PROCESS in ut_type.
1997-07-08Don't call exit(0) from rstat_service(). There is a alarm(3) that brings uskstailey
down in due time.
1997-07-08daemons can't fprintf(stderr, "blah"), use syslog(3)kstailey
1997-07-08mispelled SYNOPSISTheo de Raadt
1997-06-29new location of des.hNiels Provos
1997-06-29crank versionTheo de Raadt
1997-06-29partial WallTheo de Raadt
1997-06-24New mandoc manual pages.Jason Downs
1997-06-21attempt to realpath() log entriesTheo de Raadt
1997-06-17Add a -d flag which takes the directory where the YP password files are.Niklas Hallqvist
This change makes it possible to separate the host's passwords from the ones served to YP clients.
1997-06-15rshd should give the same error message when the user doesn't existTodd C. Miller
as for when there is no .rhosts/hosts.equiv. With a different error message an information gathering attack can be done. Noted by David Holland <dholland@eecs.harvard.edu>.
1997-06-11Implement and document the -c flag.Jason Downs
1997-06-05bigger bufTheo de Raadt
1997-06-02if getty to# parameter is used, pp option has timeout problem; ↵Theo de Raadt
kfurge@worldnet.att.net, freebsd pr#3733
1997-06-02let uucpd prompt for loginname multiple times, if \r is a problem; ↵Theo de Raadt
tron@lyssa.owl.de