Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-28 | - killed whitespace | Jason McIntyre | |
- new sentence new line - .Bk for arguments ok markus@ | |||
2003-03-28 | little cleanup; | Jason McIntyre | |
systrace(1) ok provos@ | |||
2003-03-26 | one last fix to the tree: race fix broke stuff; pr 3169; srp@srparish.net, | Theo de Raadt | |
help from djm | |||
2003-03-23 | unbreak rekeying for privsep; ok millert@ | Markus Friedl | |
2003-03-22 | .Nd shouldn't end with a period | David Krause | |
ok jmc@ | |||
2003-03-21 | change 'netstat -m' output from: | Philipp Buehler | |
0/28 mapped pages in use to 0/14/1024 mbuf cluster pages in use (current/peak/max) ok henning@, millert@ | |||
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 | |