Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-21 | no, not ssh | Theo de Raadt | |
1997-07-21 | setgid dialer | Theo de Raadt | |
1997-07-21 | Get rid of compilation warnings. | Angelos D. Keromytis | |
1997-07-21 | Fix compilation warning. | Angelos D. Keromytis | |
1997-07-20 | minor cleanup on the -d flag code | jdm | |
1997-07-20 | add -d flag for reporting active sessions at a specified point in time. | jdm | |
1997-07-19 | initialization overwrites program name parsing | Michael Shalayeff | |
1997-07-18 | fix; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-07-18 | Change jmp_buf to sigjmp_buf that I missed in the last sweep. | Todd C. Miller | |
1997-07-17 | Xr fix | Theo de Raadt | |
1997-07-17 | fix Xr | Theo de Raadt | |
1997-07-17 | fix Xr | Theo de Raadt | |
1997-07-17 | Add RIPEMD-160 (rmd160) support to OTP (s/key). | Todd C. Miller | |
1997-07-15 | Xr repair | Theo de Raadt | |
1997-07-15 | initxxx() routines return 1 on success, not zero. | kstailey | |
(ob-theo-style-commit-comment: "Argh! *sigh* not-nice!") | |||
1997-07-15 | keyboard() does not return an int | kstailey | |
1997-07-14 | Print the new input/output bytes for sipp-ah/sipp-esp/ipencap. | Angelos D. Keromytis | |
1997-07-14 | Don't call it a mask when it is a sigset_t (cosmetic changes only). | Todd C. Miller | |
1997-07-14 | Convert remaining sigsetmask() -> sigprocmask() (POSIX style) | Todd C. Miller | |
in collect.c and fix up some signal botches elsewhere. | |||
1997-07-14 | Adjusted the spaces a bit. | Angelos D. Keromytis | |
1997-07-14 | NOSTR -> NULL | Todd C. Miller | |
Use sigsetjmp/siglongjmp instead of sigjmp/longjmp for portability. | |||
1997-07-13 | bcopy() -> memcpy() and fix some casts. | Todd C. Miller | |
1997-07-13 | Update from 44.BSD-lite2 | Todd C. Miller | |
1997-07-13 | Show the new field in the encap sockaddrs. | Angelos D. Keromytis | |
1997-07-13 | Merge in NetBSD and 4.4BSD-lite2 changes as well as some of my own. | Todd C. Miller | |
- handle long lines safely (from NetBSD) - use puts/fputs and putchar/putc when it makes sense - use err/errx and warn/warnx when it makes sense - make return() and sizeof() style consisten - some more buffer safety | |||
1997-07-12 | We will need these flags soon enough... | Tobias Weingartner | |
1997-07-10 | NULL | kstailey | |
1997-07-09 | \n after clnt_sperrno() | Theo de Raadt | |
1997-07-09 | new format | Theo de Raadt | |
1997-07-08 | - replace some strn?cpy/strn?cat pairs w/ snprintf | Todd C. Miller | |
- strcpy() -> strncpy() | |||
1997-07-08 | Fixed remotely triggerable buffer overflow. | bitblt | |
1997-07-08 | one tiny change | Michael Shalayeff | |
1997-07-08 | err()/warn() | Jason Downs | |
1997-07-08 | restore compress to terminal | Michael Shalayeff | |
fix faild outfile unlink | |||
1997-07-08 | -Wall happiness | Todd C. Miller | |
Clean up some 64bit issues and remove bogus/unnecesary casts. | |||
1997-07-08 | Note about email and notifications. | Jason Downs | |
1997-07-07 | Updated, mandoc, manual. | Jason Downs | |
1997-07-07 | Add rudimentary logfile monitoring capabilities; enable by placing an 'M' | Jason Downs | |
in the flags field, followed by the username to be notified in an additional (optional, based on the presence of 'M' in flags) field. Man page to follow... | |||
1997-07-07 | do not install a man page that noone can find the code for | Theo de Raadt | |
1997-07-06 | fix error handling | Michael Shalayeff | |
1997-07-06 | correct program name decoding | Michael Shalayeff | |
1997-07-06 | don't overwrite the gzip for now | Michael Shalayeff | |
1997-07-06 | remove -g | Michael Shalayeff | |
1997-07-06 | do gzip | Michael Shalayeff | |
1997-07-06 | Fix output format for machines up/down > 99 days. | Todd C. Miller | |
From Janjaap van Velthooven <janjaap@stack.nl> | |||
1997-07-05 | Wall | Theo de Raadt | |
1997-07-04 | Base PLEN on the value of LONG_BIT instead of assuming based | Todd C. Miller | |
on MAX size of long and int. | |||
1997-07-01 | typos | Niels Provos | |
1997-07-01 | Change default behavior to print newline after contents of symlink. | kstailey | |
Add "-n" flag to get old behavior. | |||
1997-07-01 | Updated (troff macros) manpage from FreeBSD-current. No other source | grr | |
changes, our's actually looks newer/cleaner... |