summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Collapse)Author
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
1997-06-01Support integrated tcp wrappers when in daemon mode.Jason Downs
1997-06-01A few changed from tcp_wrappers 7.6Jason Downs
1997-05-30for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \Theo de Raadt
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done
1997-05-28spray(1); msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-05-01change -A to let in anon | chroot accountsTheo de Raadt
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-25do not allow connect to a 2049 either, helps firewall cases; adam@math.tau.ac.ilTheo de Raadt
1997-04-24Don't build LFS, it doesn't work.Jason Downs
1997-04-23use daemon()Theo de Raadt
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf.
1997-04-17Use the real times returned by dkreadstat().Tobias Weingartner
The use of FSHIFT and FSCALE need to be reviewed in rpc.rstatd. Does the protocol specify a value for these, or are they system dependant? Currently we pass the kernel values back unmodified, which is not what the protocol specifies. Check sys/param.h and rpcsvc/rstat.x to see.
1997-04-14Make ftpd man page and ftp spool entries in mtree special fileTodd C. Miller
consistent. Noted by William Wisner <wisner@gryphon.com>
1997-04-12Fix from FreeBSD (David Nugent <davidn>)Todd C. Miller
Submitted by: Philippe Charnier <charnier@xp11.frmug.org> Fixes name size limitation (was hardcoded to 8). Closes FreeBSD PR#3258
1997-04-06cleanup using -WallTheo de Raadt
1997-04-06clean -WallTheo de Raadt
1997-04-04when mktemp() is hard to fix, use 10 XTheo de Raadt
1997-04-03tabifykstailey
1997-03-29Document .messageTodd C. Miller
1997-03-29Make ``mail.local -H'' explicately indicate when the lock fails or succeeds.Todd C. Miller
1997-03-28"mail.local -H" is valid usage.Todd C. Miller
1997-03-26no libcrypt, fix DPADDTheo de Raadt
1997-03-25spelling errorTheo de Raadt
1997-03-25Splat .message file if it exists when user cd's to a directoryTodd C. Miller
like wu-ftpd. Based on changes from Oliver.
1997-03-04Pull in all of tcpd.h here, too, even though it's not really needed.Jason Downs
1997-03-01Merge in changes from at 2.9Todd C. Miller
1997-02-26Initial integration of userland tcpd.Jason Downs
1997-02-26Initial integration of userland tcpd.Jason Downs
1997-02-23We run OpenBSDTodd C. Miller
1997-02-20Provide disk statistics; cleaned up from NetBSD PR 3200 [Jarle Greipsland]Thorsten Lockert
1997-02-18open master.passwd before doing pw_copyNiels Provos
1997-02-18reversed changesNiels Provos
1997-02-18increase max. buffer size to pass checks for crypt output > 10 chars.Niels Provos
1997-02-16cleanTheo de Raadt
1997-02-16block $ENV too, sighTheo de Raadt
1997-02-14#include <string.h>Niklas Hallqvist
1997-02-13if i find one more little problem, and have to make one more littleTheo de Raadt
tweak to this ip option handling code I am going to absolutely scream in rage, following which I will rip the bloody innards out of netinet and build my own new incompatible option checking/processing interface that does not make it so hidiously difficult to check if a session has source routes active!
1997-02-13option handling is a bitchTheo de Raadt
1997-02-13ok, i finally learned about struct ipoptionTheo de Raadt
1997-02-13Return idle time of 0, not -1 for users w/o a tty.Todd C. Miller
1997-02-12fix option argument parsing, nirva@ishiboo.comTheo de Raadt
1997-02-09save 6% diskspace by moving to tabsTheo de Raadt
1997-02-06Ok this is to work around a compiler bug in the powerpc port, butDale S. Rahn
without this a clean build does not work.
1997-02-06expand hostname to MAXHOSTNAMELENTheo de Raadt
1997-02-06buf oflowTheo de Raadt
1997-02-05do not warn about valid options; invalid options correctly quitTheo de Raadt