Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-10 | unbreak linking on elf - stupid kerberos | Peter Valchev | |
2003-04-10 | Replace strcpy() w/ strlcpy() from espie@ | Todd C. Miller | |
Don't try to free pw_dir -- it is no longer allocated separately. Instead, add an extra param to sgetpwnam() to allow it to dupe an existing struct passwd * (instead of doing a lookup by username) and use this to reallocate pw in the case where pw_dir is the NULL string. deraadt@ OK | |||
2003-04-09 | makeing local table static saves some bytes; idea from mickey@ | Markus Friedl | |
2003-04-09 | makeing a local array static saves some bytes; idea from mickey@ | Markus Friedl | |
2003-04-09 | missing nl in the error msg and a return afterwards | Michael Shalayeff | |
2003-04-09 | a couple of sigmatel codec ids | Michael Shalayeff | |
2003-04-09 | fix bad entry definition | Michael Shalayeff | |
2003-04-09 | KNF | Henning Brauer | |
2003-04-09 | fix the readonly objects placement into thee .rodata proper; espie@ ok | Michael Shalayeff | |
2003-04-09 | xmalloc called with the wrong sizeof in sentinel attribute setup | Anil Madhavapeddy | |
espie@ ok | |||
2003-04-09 | Less noise for missing crl dir, demoted to debug message. | Hakan Olsson | |
2003-04-09 | on "pfctl -vvss", print the anchor rule number when there is one. | Cedric Berger | |
ok dhartmei@ henning@ | |||
2003-04-09 | Change pf_state structure to point to both a rule and the anchor, | Cedric Berger | |
so states created by rules in anchors correctly use rule options like routing and (soon) queues... Rule number bumped to 32 bit value. USERLAND NEED TO BE RECOMPILED. ok dhartmei@ henning@ | |||
2003-04-09 | create /etc/isakmpd/crls to fix a warning when starting isakmpd | Todd T. Fries | |
from Mathieu Sauve-Frankel m dot sauve at secureops dot com ok brad@ | |||
2003-04-09 | string shit; ok dhartmei@ | Henning Brauer | |
2003-04-09 | Remove one of two identical comment blocks | Niklas Hallqvist | |
2003-04-09 | strip trailing whitespace from config lines before parsing. Fixes bz 528; | Damien Miller | |
ok markus@ | |||
2003-04-09 | more string shit, ok bob and vincent | Henning Brauer | |
2003-04-09 | add strl{cat,cpy} to unbreak "make build" on sparc64 | Nikolay Sturm | |
OK miod@ | |||
2003-04-09 | syetem -> system; | Jason McIntyre | |
from Marko Cehaja closes PR 3187 | |||
2003-04-09 | Disable Kerberos 4 support. | Hans Insulander | |
ok markus@ | |||
2003-04-09 | Don't include <krb.h> when compiling with Kerberos 5 support | Hans Insulander | |
2003-04-09 | Correct commentary describing page table layouts | Niklas Hallqvist | |
2003-04-09 | typos; | Jason McIntyre | |
sti(4): ok mickey@ | |||
2003-04-09 | document that rewind/eject features of tape devices depend on name of | Jason McIntyre | |
tape device; reference st(4) for an explanation. diff from Olivier Cherrier; ok millert@ | |||
2003-04-09 | Cleanup/make more consistant the various DEBUG flags and uses thereof. | Kenneth R Westerback | |
Eliminate a couple of unused debug defines and variables. ok mickey@ | |||
2003-04-09 | Reduce default OSIOP_DEBUG output to a useful volume. | Kenneth R Westerback | |
From mickey@ | |||
2003-04-09 | sprintf->snprintf. miod@, grange@ ok. | Hakan Olsson | |
2003-04-08 | Replace strcpy w/ strlcpy(); deraadt@ OK | Todd C. Miller | |
2003-04-08 | more logical handling of select() errors | Vincent Labrecque | |
ok millert@ deraadt@ | |||
2003-04-08 | remember the last M-x compile command used. | Vincent Labrecque | |
ok art@ | |||
2003-04-08 | missing free(pagname); noticed by vincent | Henning Brauer | |
2003-04-08 | just wate that debug altogether | Michael Shalayeff | |
2003-04-08 | 2x trivial strcpy | Henning Brauer | |
2003-04-08 | Use POSIX chown semantics (user:group); noted by Leandro Costa | Todd C. Miller | |
2003-04-08 | very easy strcpy | Henning Brauer | |
2003-04-08 | Make dmesg prettier if attachment fails and no option DEBUG | Miod Vallat | |
2003-04-08 | Ahem, fix printf format. | Miod Vallat | |
2003-04-08 | kill one more strcpy; easy one | Henning Brauer | |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino | |
2003-04-08 | easy sprintf in code we don't use | Henning Brauer | |
2003-04-08 | more correct snprintf bound. ok deraadt@ | Ted Unangst | |
2003-04-08 | string fixes in code we don't compile by default; tedu help & ok | Henning Brauer | |
2003-04-08 | string cleanup; ok tdeval | Theo de Raadt | |
2003-04-08 | remove printf("bar\n"); | Markus Friedl | |
2003-04-08 | use asprintf; ok henning | Theo de Raadt | |
2003-04-08 | yes I am a dork | Henning Brauer | |
2003-04-08 | string fixes; pval agrees | Henning Brauer | |
2003-04-08 | string cleaning; ok pjanzen | Theo de Raadt | |
2003-04-08 | Fix diagnostic output to display data buffer actually being used. | Kenneth R Westerback | |
Fix setting of data buffer length when doing auto request sense. Add a little general paranoia about setting data buffer length. Eliminate $ifdef'ed field in acb structure, leaving diagnostic code using it #ifdef'ed. Mostly suggested by and ok mickey@. |