Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-20 | Fix boolean thinko in SIGCHLD reaper and call reapchild after sending | Todd C. Miller | |
mail instead of doing a conditional sudo_waitpid. | |||
2003-03-19 | bind9 & propolice | Henning Brauer | |
reminded by Andrew Basterfield <bob@cemetery.homeunix.org> | |||
2003-03-18 | xon/xoff -> Xon/Xoff; | Jason McIntyre | |
IETF ipng -> IETF IPng; NSFNet -> NSFNET; courtesy NetBSD (Igor Sobrado) ok miod@ | |||
2003-03-18 | ip address -> IP address; | Jason McIntyre | |
rtadvd.conf(5): positve -> positive; ok miod@ | |||
2003-03-18 | small typos; | Jason McIntyre | |
ok miod@ | |||
2003-03-17 | remove dupe st.patrick; from form@; millert@ ok | Michael Shalayeff | |
2003-03-17 | enter 3.6 | Markus Friedl | |
2003-03-17 | don't print \n if backgrounded; from ho@ | Markus Friedl | |
2003-03-16 | leave does respond to normal signals | Ted Unangst | |
ok millert@ | |||
2003-03-16 | correctly initialize a pointer | Nikolay Sturm | |
OK millert@ | |||
2003-03-16 | sync w/ my tree | Todd C. Miller | |
2003-03-16 | Don't need to link in kerberos or skey libs anymore; we use BSD auth | Todd C. Miller | |
2003-03-15 | update to what will soon be sudo 1.6.7 | Todd C. Miller | |
2003-03-15 | re-run configure if it changes | Todd C. Miller | |
2003-03-15 | specifed -> specified | Theo de Raadt | |
2003-03-14 | make fetching regs and stack trace really work | Michael Shalayeff | |
2003-03-14 | fix BC idiocy and uncle albert pasto repair | Michael Shalayeff | |
2003-03-14 | remove a dupe | Michael Shalayeff | |
2003-03-14 | Replace strcpy() of a constant w/ strlcpy() for easy grepping; | Todd C. Miller | |
from Raymond M Schneider | |||
2003-03-14 | This goes with the at.c change | Todd C. Miller | |
2003-03-13 | fix printing of "" and other weird chars. from alexander@beard.se | Ted Unangst | |
closes pr3146 and pr3147 ok millert@ | |||
2003-03-13 | Stash uid and mode in struct at so we don't need to pass around a | Todd C. Miller | |
struct statbuf *. Fixes a bug where atq reports all jobs as being owned by the owner of the last job in the queue. This is fallout from when I added sorting as per the historic BSD atq. | |||
2003-03-13 | a few more strlcpy | Theo de Raadt | |
2003-03-13 | another | Alexander Yurchenko | |
2003-03-13 | ssh-agent is similar to ssh-keysign (allows other processes to use | Markus Friedl | |
private rsa keys). however, it gets key over socket and not from a file, so we have to do blinding here as well. | |||
2003-03-13 | move RSA_blinding_on to generic key load method | Markus Friedl | |
2003-03-13 | another | Henning Brauer | |
2003-03-13 | my style: length is size_t, not int. | Marc Espie | |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt | |
2003-03-12 | more .Li | Theo de Raadt | |
2003-03-12 | Heh. So many commits to this file and noone noticed that I forgot to put a ↵ | Artur Grabowski | |
license in it. | |||
2003-03-12 | another | Alexander Yurchenko | |
2003-03-11 | Replace TPUM license with standard BSD-style license | Ian Darwin | |
2003-03-11 | files with dead .Xr's; | Jason McIntyre | |
left .Xr, but removed man page number as suggested by mpech@ more help and ok millert@ | |||
2003-03-11 | getnameinfo buffer has to be NI_MAXHOST | Jun-ichiro itojun Hagino | |
2003-03-11 | check error on getnameinfo failure. | Jun-ichiro itojun Hagino | |
2003-03-10 | these pages all had bad section numbers in the .Xr's; | Jason McIntyre | |
lots of help and ok millert@ | |||
2003-03-10 | correct use of getnameinfo. PR 3138 | Jun-ichiro itojun Hagino | |
2003-03-10 | Correct SYNOPSIS, document option `-C', add /etc/man.conf to section FILES, | Todd C. Miller | |
add references to man.conf(5) and makewhatis(8); Andrey Matveev | |||
2003-03-10 | spelling fixes | David Krause | |
ok millert@ | |||
2003-03-07 | spelling errors/typos | David Krause | |
ok jmc@ | |||
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause | |
ok henning@ jmc@ | |||
2003-03-05 | fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@ | Markus Friedl | |
2003-03-04 | Interim JPEG size support; PNG and other lesser image formats added. | Ian Darwin | |
2003-03-03 | Add config.h described in previous commit | Ian Darwin | |
2003-03-03 | Bring in readelf.c from Christos' version 3.41 to head off a local | Ian Darwin | |
stack attack noted by iDefense, and for more complete 64-bit ELF support. Add hand-made config.h to avoid running configure but still be able to use Christos' code. In print.c add error(...)-->err(1,...) wrapper. Tested on i386, sparc64, macppc. | |||
2003-03-03 | Add back fix from 1.32 that was lost in latest sync | Todd C. Miller | |
2003-03-03 | ray coniff | Michael Shalayeff | |
2003-02-28 | intrcnt's are ints not longs (at least according to the new kern.intrcnt stuff) | Jason Wright | |
2003-02-26 | additions to calendar.music, translated from the German calendar.musik file | David Krause | |
(with help from pb@ to get some of the cities/countries right) died -> dies in a few places for consistency add the year to a few entries missing it ok mickey@ |