| Commit message (Expand) | Author | Files | Lines |
2003-02-24 | Fix bogus inet_net_pton() translation example. | cedric | 1 | -2/+2 |
2003-02-24 | of of | deraadt | 1 | -2/+2 |
2003-02-21 | check for size < 0 when allocating memory, from openssl (-r1.34) | markus | 2 | -0/+12 |
2003-02-20 | fix a variety of missing or wrong MLINKS | deraadt | 1 | -1/+2 |
2003-02-19 | security fix from openssl 0.9.7a: | markus | 2 | -32/+62 |
2003-02-14 | re-stir if pid changes; markus & me | deraadt | 1 | -3/+5 |
2003-02-12 | simple alloca test. done twice per deraadt@ suggest | mickey | 3 | -1/+26 |
2003-02-12 | delete duplicate line; jason@ackley.net, 3090 | deraadt | 1 | -1/+0 |
2003-01-31 | we do not need that mess of -I | deraadt | 1 | -42/+1 |
2003-01-28 | thread safer libc (note: safer, not safe) | marc | 12 | -265/+348 |
2003-01-21 | typos; | jmc | 1 | -3/+3 |
2003-01-18 | inet6 fixes from jmc@prioris.mini.pw.edu.pl | deraadt | 2 | -21/+13 |
2003-01-14 | Add sanity check to prevent int oflow for very large allocations. | millert | 1 | -3/+11 |
2003-01-05 | Grammar fix - remove bogus comma; jmc@prioris.mini.pw.edu.pl | pvalchev | 1 | -2/+2 |
2003-01-04 | spelling | deraadt | 2 | -2/+2 |
2003-01-03 | Nobody even compiles the #@!$&~ regression tests anyway. | miod | 1 | -2/+2 |
2002-12-30 | use err vs. errx and display function; from Owl. ok fgsch@ | stevesk | 1 | -4/+4 |
2002-12-30 | include function in error; from Owl. ok fgsch@ | stevesk | 1 | -4/+4 |
2002-12-30 | correct return code check; from Owl. ok fgsch@ | stevesk | 1 | -2/+2 |
2002-12-28 | fix calloc's. also check for errors; fixes PR/3043. | fgsch | 1 | -5/+10 |
2002-12-16 | typo; torh@bogus.net | markus | 1 | -1/+1 |
2002-12-15 | more writeable -> writable by torh | henning | 1 | -2/+2 |
2002-12-13 | Recent modifications to netcat changed the behaviour to only exit when both | aaron | 1 | -2/+2 |
2002-12-10 | use proper __findenv() prototype; millert@ ok | mickey | 2 | -8/+8 |
2002-12-10 | Document BSD behavior of accepting '-' within optstring as long as | millert | 1 | -5/+25 |
2002-12-10 | When doing permutation, only treat "-" as an option if it was specified | millert | 1 | -4/+5 |
2002-12-09 | From Andrushock, s/sucess/success/g | millert | 1 | -1/+1 |
2002-12-08 | Fix pasto, spotted by lebel@ | millert | 1 | -2/+2 |
2002-12-08 | Test option "-" (BSD extension) | millert | 3 | -10/+16 |
2002-12-08 | In BUGS section, append a warning to not use '-' as the first character | millert | 1 | -3/+13 |
2002-12-08 | SUS (and apparently 1003.1-2001) say to check optstring for NULL | millert | 2 | -4/+9 |
2002-12-08 | If we are passed "-" in argv and the user didn't specify '-' in optstring, | millert | 1 | -6/+10 |
2002-12-08 | BSD getopt() supports '-' in the optstring so we should too. | millert | 1 | -8/+15 |
2002-12-07 | Add test for fix in revision 1.5 of getopt_long.c | millert | 3 | -1/+26 |
2002-12-07 | Fix pasto in last commit. | millert | 1 | -3/+3 |
2002-12-07 | For getopt_long_only() we *do* want to match single-character options | millert | 1 | -41/+36 |
2002-12-06 | In srandomdev(), if we can't access /dev/arandom, use the sysctl() instead. | millert | 1 | -10/+27 |
2002-12-06 | Fix two compatibility issues with our getopt_long_only() vs. the GNU version: | millert | 1 | -28/+61 |
2002-12-05 | update test results | millert | 1 | -10/+10 |
2002-12-05 | excercise "-W longopt" | millert | 2 | -10/+10 |
2002-12-05 | Correctly handle -Wlong_arg (no space between -W and long_arg) when "W;" | millert | 1 | -6/+8 |
2002-12-05 | Reorganize this so that getopt_only_only() works correctly. | millert | 1 | -221/+208 |
2002-12-05 | simple regress for getopt_long() and getopt_long_only() | millert | 3 | -0/+204 |
2002-12-05 | make getopt_long and getopt_long_only protos match getopt.h | millert | 1 | -3/+3 |
2002-12-04 | Add "RETURN VALUES" sections | millert | 2 | -2/+52 |
2002-12-04 | .Xr getopt_long | millert | 1 | -1/+2 |
2002-12-03 | Whoops, add missing #ifdef REPLACE_GETOPT | millert | 1 | -2/+4 |
2002-12-03 | fix typo | millert | 1 | -1/+1 |
2002-12-03 | GNU-like getopt_long() from NetBSD with changes by me to support | millert | 3 | -8/+845 |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | millert | 3 | -3/+3 |