Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-23 | tabify | kstailey | |
1997-07-22 | setproctitle less | Theo de Raadt | |
1997-07-21 | Wall | Theo de Raadt | |
1997-07-15 | Xr repair | Theo de Raadt | |
1997-07-14 | -Wall | Todd C. Miller | |
1997-07-09 | Use syslog(3), not fprintf(3) for error messages. | kstailey | |
OSF is not the only OS that uses USER_PROCESS in ut_type. | |||
1997-07-08 | Don't call exit(0) from rstat_service(). There is a alarm(3) that brings us | kstailey | |
down in due time. | |||
1997-07-08 | daemons can't fprintf(stderr, "blah"), use syslog(3) | kstailey | |
1997-07-08 | mispelled SYNOPSIS | Theo de Raadt | |
1997-06-29 | new location of des.h | Niels Provos | |
1997-06-29 | crank version | Theo de Raadt | |
1997-06-29 | partial Wall | Theo de Raadt | |
1997-06-24 | New mandoc manual pages. | Jason Downs | |
1997-06-21 | attempt to realpath() log entries | Theo de Raadt | |
1997-06-17 | Add 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-15 | rshd should give the same error message when the user doesn't exist | Todd 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-11 | Implement and document the -c flag. | Jason Downs | |
1997-06-05 | bigger buf | Theo de Raadt | |
1997-06-02 | if getty to# parameter is used, pp option has timeout problem; ↵ | Theo de Raadt | |
kfurge@worldnet.att.net, freebsd pr#3733 | |||
1997-06-02 | let uucpd prompt for loginname multiple times, if \r is a problem; ↵ | Theo de Raadt | |
tron@lyssa.owl.de | |||
1997-06-01 | Support integrated tcp wrappers when in daemon mode. | Jason Downs | |
1997-06-01 | A few changed from tcp_wrappers 7.6 | Jason Downs | |
1997-05-30 | for 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-28 | spray(1); msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-05-01 | change -A to let in anon | chroot accounts | Theo de Raadt | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd 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-25 | do not allow connect to a 2049 either, helps firewall cases; adam@math.tau.ac.il | Theo de Raadt | |
1997-04-24 | Don't build LFS, it doesn't work. | Jason Downs | |
1997-04-23 | use daemon() | Theo de Raadt | |
1997-04-19 | Changed ``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-17 | Use 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-14 | Make ftpd man page and ftp spool entries in mtree special file | Todd C. Miller | |
consistent. Noted by William Wisner <wisner@gryphon.com> | |||
1997-04-12 | Fix 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-06 | cleanup using -Wall | Theo de Raadt | |
1997-04-06 | clean -Wall | Theo de Raadt | |
1997-04-04 | when mktemp() is hard to fix, use 10 X | Theo de Raadt | |
1997-04-03 | tabify | kstailey | |
1997-03-29 | Document .message | Todd C. Miller | |
1997-03-29 | Make ``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-26 | no libcrypt, fix DPADD | Theo de Raadt | |
1997-03-25 | spelling error | Theo de Raadt | |
1997-03-25 | Splat .message file if it exists when user cd's to a directory | Todd C. Miller | |
like wu-ftpd. Based on changes from Oliver. | |||
1997-03-04 | Pull in all of tcpd.h here, too, even though it's not really needed. | Jason Downs | |
1997-03-01 | Merge in changes from at 2.9 | Todd C. Miller | |
1997-02-26 | Initial integration of userland tcpd. | Jason Downs | |
1997-02-26 | Initial integration of userland tcpd. | Jason Downs | |
1997-02-23 | We run OpenBSD | Todd C. Miller | |
1997-02-20 | Provide disk statistics; cleaned up from NetBSD PR 3200 [Jarle Greipsland] | Thorsten Lockert | |
1997-02-18 | open master.passwd before doing pw_copy | Niels Provos | |