Age | Commit message (Expand) | Author |
1999-09-12 | correct exit value; noted by shinobi@monkey.org | Todd C. Miller |
1999-09-10 | Don't unlock the skeykeys file before the fclose since stdio may still have s... | Todd C. Miller |
1999-09-09 | Bug-fix: thinko | Marc Espie |
1999-09-07 | The descriptions of the -C and -N options were swapped. Also, mention | Todd C. Miller |
1999-09-06 | Remove STRSPACE limitations. | Marc Espie |
1999-09-06 | Use EOS pervasively. | Marc Espie |
1999-09-06 | Get rid of mktemp in the handling of diversion. | Marc Espie |
1999-09-06 | synch | Marc Espie |
1999-09-06 | Misc minor changes: | Marc Espie |
1999-09-06 | Optimize STREQ/STREQN some more | Marc Espie |
1999-09-06 | Typo | Marc Espie |
1999-09-03 | proto bcrypt_gensalt() | Theo de Raadt |
1999-09-02 | print i386 irqs nicer, so that sharing is more obvious | Theo de Raadt |
1999-09-01 | Correct SYNOPSYS; no -h option exists. | Aaron Campbell |
1999-08-31 | patch file should hold at least one patch, otherwise we're entitled to | Marc Espie |
1999-08-29 | Fix -Wall warnings. | Marc Espie |
1999-08-29 | cast time_t to (long int) to pass them to sprintf() portably. | Marc Espie |
1999-08-27 | Replace some strlen with sizeof() - 1. | Federico G. Schwindt |
1999-08-27 | Use 10 X's in mkstemp. Replace bcopy with strlcpy. | Federico G. Schwindt |
1999-08-27 | We're using 10 X's now. | Federico G. Schwindt |
1999-08-26 | fix a few more boflows; millert@ ok | Aaron Campbell |
1999-08-26 | Fix a buf oflow noticed by aazubel@cnba.uba.ar. | Federico G. Schwindt |
1999-08-24 | better fix; now if the last line in a file stream does not contain a newline, | Aaron Campbell |
1999-08-23 | fgets() -> fgetln(). When reading files like this, the notion of a `line' is | Aaron Campbell |
1999-08-21 | Document the YP options | Niklas Hallqvist |
1999-08-21 | Let arch compile again... | Marc Espie |
1999-08-20 | Don't install with special permissions. | Jason Downs |
1999-08-20 | re-order includes and remove <sys/utsname.h> since we don't use uname() | Todd C. Miller |
1999-08-19 | Merge arch and machine sources. Add some options so it will | Niklas Hallqvist |
1999-08-18 | formatting | Aaron Campbell |
1999-08-18 | comma splices, formatting nits, et al | Aaron Campbell |
1999-08-18 | Fix a printf() so `id' and `id username' produce similar output; inspired by | Aaron Campbell |
1999-08-17 | doesn't count down from 99 anymore | Todd C. Miller |
1999-08-17 | missing flags in SYNOPSIS | Todd C. Miller |
1999-08-17 | mention RIPEMD-160 in body, fix date | Todd C. Miller |
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller |
1999-08-16 | Consistify so "rup host" and "rup -d host" produce similarly formatted output. | Aaron Campbell |
1999-08-16 | fix includes | Artur Grabowski |
1999-08-16 | include unistd.h | Artur Grabowski |
1999-08-16 | fix includes | Artur Grabowski |
1999-08-16 | inculde com_err.h | Artur Grabowski |
1999-08-16 | inculude ctype.h for islower() | Artur Grabowski |
1999-08-16 | include ctype.h for isspace() and fix some declarations | Artur Grabowski |
1999-08-16 | main() returns an int and include stdio.h to get prototype for puts | Artur Grabowski |
1999-08-16 | printf format fixes | Artur Grabowski |
1999-08-16 | nuke unused variable | Todd C. Miller |
1999-08-14 | Missing -I/usr/include/ssl, evanc@concer.to | Angelos D. Keromytis |
1999-08-12 | Support -M and -N flags in uptime mode too | Todd C. Miller |
1999-08-09 | document "Precedence: list" | Theo de Raadt |
1999-08-06 | uid_t and gid_t, and use %u | Theo de Raadt |