Age | Commit message (Collapse) | Author | |
---|---|---|---|
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... | |||
1997-06-30 | Some -Wall cleanliness. | Todd C. Miller | |
1997-06-30 | Fix printf format when listing inode number and #blocks to | Todd C. Miller | |
unsigned and quad respectively to correspond to actual types. Half from NetBSD (jtc). | |||
1997-06-30 | bug fix; charnier | Theo de Raadt | |
1997-06-30 | repair usage; charnier@freebsd | Theo de Raadt | |
1997-06-30 | -f and -t are supported... | Theo de Raadt | |
1997-06-30 | fix time_t vs long issues | Theo de Raadt | |
1997-06-30 | time_t is not long; not even in a comment | Theo de Raadt | |
1997-06-30 | clarify why the long typecast is there | Theo de Raadt | |
1997-06-30 | Wall, and seperate uid and gid types | Theo de Raadt | |
1997-06-30 | 64bit fixes. Some of these are a bit bogus as there were "long"s | Todd C. Miller | |
meant to be file offsets for fseek(3). However, those values could never be > an int anyay so it is not a problem. | |||
1997-06-30 | Fix an unaligned access on alpha. | Todd C. Miller | |
1997-06-30 | Make "netstat -ia" line up nicely. | Todd C. Miller | |
1997-06-29 | Use correct spacing on both 32bit and 64bit machines. | Todd C. Miller | |
1997-06-29 | Make fields line up nicely for 64-bit addresses. Should probably #if | Todd C. Miller | |
some things based on sizeof(long). | |||
1997-06-29 | Mostly clean -Wall + 64bit issues. | Todd C. Miller | |
1997-06-29 | don't include <err.h> | kstailey | |
1997-06-29 | more p's in fprintf | kstailey | |
1997-06-29 | cannot use errx for usage | Theo de Raadt | |
1997-06-29 | new location of des.h | Niels Provos | |
1997-06-29 | leave out some fields for ipsp not any longer used in new encap | Niels Provos | |
1997-06-28 | last of the setlocale() vs locale.h oops's, I hope | grr | |
1997-06-28 | RTFM | grr | |
1997-06-27 | setlocale; kleink | Theo de Raadt | |
1997-06-27 | fix up KRBTKFILE confusion; dm@ and traister@gate.net | Theo de Raadt | |
1997-06-26 | typos; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |