Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-12-19 | cleanup | Theo de Raadt | |
1997-12-19 | Add Intel EtherExpress/10 device (ex0) | don | |
1997-12-19 | sync | Theo de Raadt | |
1997-12-18 | added kauth | Artur Grabowski | |
1997-12-18 | kauth is a nice tool. Gets you kerberos tickets, afs-tokens and other nice | Artur Grabowski | |
things. | |||
1997-12-18 | support GETLK,SETLK,UNLK etc like svr4 code does; pk | Theo de Raadt | |
1997-12-18 | for the test following test case, do not output FOOBAR=bar (should be FOOBAR=) | Theo de Raadt | |
problem reported by mark@thuvia.demon.co.uk FOO= FOOBAR=$(FOO:=bar) | |||
1997-12-18 | Be so specific about the exact details of a PORT command error, that we | Theo de Raadt | |
strike fear into the hearts of attackers (naw, I bet not...) | |||
1997-12-18 | bitch if attacker tries to make PORT values overflow each other (they cannot ↵ | Theo de Raadt | |
anyways, but let him know we are onto him) | |||
1997-12-18 | handle long usernames more carefully | Theo de Raadt | |
1997-12-18 | Thing should work now. | Artur Grabowski | |
1997-12-18 | obsolete use kadmin instead. | Artur Grabowski | |
1997-12-18 | removed maketime.c. | Artur Grabowski | |
1997-12-18 | disable the other thing art broke | Theo de Raadt | |
1997-12-18 | Replace | brian | |
strcpy(a, b); /* a and b are the same size */ with strncpy(a, b, sizeof(a)); a[sizeof(a)-1] = '\0'; Making the code `correct at a glance'. Suggested by: Theo de Raadt <deraadt@cvs.openbsd.org> | |||
1997-12-18 | trivia: typo in kernel panic | gene | |
1997-12-18 | "No reply from ppp" -> "Connection closed". | brian | |
"No reply" sounds like the message didn't get through (for example when you `pppctl xxxx quit all'. | |||
1997-12-18 | Don't log the actual password when command-logging | brian | |
"passwd xxxx". | |||
1997-12-17 | set sc before checking in open et al | Jim Rees | |
1997-12-17 | Don't depend on a u_long being 32 bits. | brian | |
Pointed out by: Theo de Raadt <deraadt@cvs.openbsd.org> | |||
1997-12-17 | char filename[200] => char filename[MAXPATHLEN] | brian | |
Pointed out by: Theo de Raadt <deraadt@cvs.openbsd.org> | |||
1997-12-17 | Log the source of client connections to the diagnostic port. | brian | |
Disallow connections from port numbers <1024 as low port numbers can only really mean trouble (ftp bounces etc.). Discussed at length with: Theo de Raadt <deraadt@cvs.openbsd.org> | |||
1997-12-17 | Remove useless comparison. | brian | |
1997-12-17 | If we've got a descriptor table that's bigger than an | brian | |
fd_set, make sure that all descriptors >2 are closed when we start - otherwise we're asking for a dump in FD_SET(). Problem pointed out by: Theo de Raadt <deraadt@cvs.openbsd.org> | |||
1997-12-17 | o Log ******** instead of the actual password for "set authkey" | brian | |
when command logging is switched on. o Display ******** for the authkey for "show auth" o Document how \P should be used, and document the other chat escapes while I'm there. o Make sure the full command is displayed when a compound command fails - ie, "set novar rubbish" should say "set novar: Invalid command" rather than "novar: Invalid command" Problem pointed out by: Theo de Raadt <deraadt@cvs.openbsd.org> (among others) | |||
1997-12-17 | disable stuff that art has broken | Theo de Raadt | |
1997-12-17 | do not overflow fd_set. i _pray_ I got this right... | Theo de Raadt | |
1997-12-17 | Add in lots of MLINKS | Todd C. Miller | |
1997-12-17 | Correct .Nm | Todd C. Miller | |
1997-12-17 | By default, use passive mode and fall back to active as needed. | Todd C. Miller | |
The user can specify active only with the -A flag, or use the new FTPMODE envariable. | |||
1997-12-17 | This dinosaur is replaced by kadmin and kadmind. | Artur Grabowski | |
1997-12-17 | Even more upgrades. | Artur Grabowski | |
1997-12-17 | another upgrade. | Artur Grabowski | |
1997-12-17 | Even this one is kth-krb4.0.9.8 now. (with some clean-ups) | Artur Grabowski | |
1997-12-17 | Streamline and use feature bits for determining whether or not to run the | Jason Downs | |
calibration. | |||
1997-12-17 | forgot this one. I need sleep. | Artur Grabowski | |
1997-12-17 | New kdb_edit | Artur Grabowski | |
1997-12-17 | append /usr/local/bin and /usr/X11R6/bin to PATH during ports builds | Niklas Hallqvist | |
1997-12-17 | ugly typo and an unnecessary call. | Artur Grabowski | |
1997-12-17 | Upgrade. Now with afs-support. | Artur Grabowski | |
1997-12-17 | I586_CPU -> I586_CPU || I686_CPU | Jason Downs | |
1997-12-17 | do not overflow fd_set | Theo de Raadt | |
1997-12-17 | New CPU detection code, from NetBSD, with some machdep changes from myself. | Jason Downs | |
Add I686_CPU to your configs if you have a PPro... | |||
1997-12-17 | do not let fd_set overflow | Theo de Raadt | |
1997-12-17 | Add /var/log/ppp.log | brian | |
1997-12-17 | another upgrade. | Artur Grabowski | |
1997-12-17 | make fd_set not overflow | Theo de Raadt | |
1997-12-17 | improve F_FREESP; now it might work | Theo de Raadt | |
1997-12-17 | first cut at F_FREESP; does ibcs2 need this too? This really needs testing! | Theo de Raadt | |
1997-12-17 | damn it happens again! Do not assume min() exists in the coimpilation ↵ | Theo de Raadt | |
environment! |