Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-08-21 | .noident not .noindent; fc@parkone.ci.oakland.ca.us | Theo de Raadt | |
1997-08-19 | rpc.lockd moved from libexec to usr.sbin | Niklas Hallqvist | |
1997-08-19 | Moved to usr.sbin behind cvs back | Niklas Hallqvist | |
1997-08-19 | make -Wall happy | Niklas Hallqvist | |
1997-08-19 | $OpenBSD$ | Niklas Hallqvist | |
1997-08-16 | <string.h> not <strings.h> | Todd C. Miller | |
1997-08-16 | OpenBSD tags and document assumption about finger(1) arg parsing. | Todd C. Miller | |
1997-08-13 | a little extra paranoia | dm | |
1997-08-11 | Prototype things. | Todd C. Miller | |
1997-08-11 | Timeout reads/writes on the socket just to be safe. | Todd C. Miller | |
1997-08-10 | Pass -Wall and add OpenBSD tags. | Todd C. Miller | |
1997-08-09 | Using stdio on sockets is gross so don't do it. Also some -Wall. | Todd C. Miller | |
1997-08-06 | whoosh | Theo de Raadt | |
1997-08-06 | indent | Theo de Raadt | |
1997-08-06 | reindent and remove extra crud. a program that is security sensitive must be ↵ | Theo de Raadt | |
readable | |||
1997-08-06 | use so_uid, whee, another wicked payoff | Theo de Raadt | |
1997-08-06 | Errno save/restore. | Angelos D. Keromytis | |
1997-08-05 | Errno. | Angelos D. Keromytis | |
1997-08-05 | More of errno. | Angelos D. Keromytis | |
1997-08-05 | Remove duplicate inclusion of signal.h | Angelos D. Keromytis | |
1997-08-05 | More errno saving. | Angelos D. Keromytis | |
1997-08-05 | pull errno.h in | Theo de Raadt | |
1997-08-04 | save errno in sigchld handlers | Theo de Raadt | |
1997-08-01 | cleanup; everyone please test | Theo de Raadt | |
1997-08-01 | remove config trash | Theo de Raadt | |
1997-07-29 | wrap wait3 with save_errno | Theo de Raadt | |
1997-07-29 | sendmail -t please | Theo de Raadt | |
1997-07-29 | what incredible bullshit | Theo de Raadt | |
1997-07-27 | New, mandoc, man page. | Jason Downs | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
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 |