Age | Commit message (Expand) | Author |
2006-01-20 | typos in comments; | Xavier Santolaria |
2006-01-20 | - word change, agreed w/ markus | Jason McIntyre |
2006-01-20 | Clean up command line parsing, don't accept trailing garbage, add in | Kenneth R Westerback |
2006-01-20 | Document RekeyLimit. Based on patch from jan.iven at cern.ch from mindrot #1056 | Darren Tucker |
2006-01-20 | Explicitly include limits.h if we are going to use its contents. | Todd C. Miller |
2006-01-19 | delint: check value against UINT_MAX before casting to u_int; while | Otto Moerbeek |
2006-01-18 | add a section on ssh-based vpn, based on reyk's README.tun; | Jason McIntyre |
2006-01-17 | Fix malloc calculation to avoid memory bounds error. deraadt@ ok | Aaron Campbell |
2006-01-16 | minimal recognition of C99 float hex constants, allows lint to parse | Marc Espie |
2006-01-16 | - in cvs_buf_free(), don't try to free() b->cb_buf if it has not been | Niall O'Higgins |
2006-01-16 | the first ietf meeting; from kai doernemann | Michael Shalayeff |
2006-01-16 | remove Xr to self from SEE ALSO; | Jason McIntyre |
2006-01-16 | delint; use size_t as stack size and ssize_t as stack pointer. | Otto Moerbeek |
2006-01-16 | Kill spurious warnings when using size_t as an index; since size_t and | Otto Moerbeek |
2006-01-15 | - don't try to malloc 0 bytes of memory if an empty buffer is requested; delay | Niall O'Higgins |
2006-01-15 | delint; index is a global symbol, so rename some locals to avoid | Otto Moerbeek |
2006-01-15 | delint wrt return values, including some missing BN return | Otto Moerbeek |
2006-01-15 | correction from deraadt | Jason McIntyre |
2006-01-15 | - add descriptions for 'pzidle' and 'kmapent' fields in vmstat display. | Niall O'Higgins |
2006-01-14 | Properly handle failure binding to a local interface (using the -b | Otto Moerbeek |
2006-01-14 | document why we avoid: set -- `getopt optstring $*` | Jason McIntyre |
2006-01-14 | update the example and synopsis so that we are checking the | Jason McIntyre |
2006-01-13 | - kill some of the mad escaping; | Jason McIntyre |
2006-01-12 | back out a sentence - AUTHENTICATION already documents this; | Jason McIntyre |
2006-01-12 | refer to TCP forwarding, rather than TCP/IP forwarding; | Jason McIntyre |
2006-01-12 | refer to TCP forwarding, rather than TCP/IP forwarding; | Jason McIntyre |
2006-01-12 | refer to `TCP' rather than `TCP/IP' in the context of connection | Jason McIntyre |
2006-01-12 | change incorrect FILES entries for makefiles; | Jason McIntyre |
2006-01-12 | split sections on tcp and x11 forwarding into two sections. | Jason McIntyre |
2006-01-11 | Fix recovery of realloc failure, which causes a segv on files with | Otto Moerbeek |
2006-01-11 | fix xi olympic games; from mischa diehm | Michael Shalayeff |
2006-01-11 | Whitespace nits. | Kenneth R Westerback |
2006-01-10 | fix the time view of the interface stats so that is shows the average | David Gwynne |
2006-01-10 | Fix issues with relative times, especially track # vs TOC index | Kenneth R Westerback |
2006-01-10 | Prevent close() from clobbering errno. ok otto@ deraadt@ | Moritz Jodeit |
2006-01-10 | - rewrite RCS keyword expansion. the old way of doing it was very slow, | Niall O'Higgins |
2006-01-10 | - add cvs_buf_getc() function; returns byte at specified buffer position. | Niall O'Higgins |
2006-01-10 | zap unused variables; | Xavier Santolaria |
2006-01-10 | Use strlcpy(), not strncpy(); OK deraadt@ | Todd C. Miller |
2006-01-09 | No more ancontrol. | Jonathan Gray |
2006-01-09 | Add cmpmsf(). Use it to eliminate repeated code. No functional change. | Kenneth R Westerback |
2006-01-09 | Bring in toc2msf() from NetBSD's cdplay. Use it to eliminate repeated | Kenneth R Westerback |
2006-01-09 | Bring in addmsf() from NetBSD's cdplay. Use it to eliminate repeated | Kenneth R Westerback |
2006-01-08 | Remove unused NADD_USLONG macro, and remove unused sp argument from NADD_SLONG; | Miod Vallat |
2006-01-08 | Fix one more uninitialized variable scenario; from Ray Lai. | Miod Vallat |
2006-01-08 | Make sure we can exit from a loop in v_key_init() regardless of the locale | Miod Vallat |
2006-01-08 | Appease gcc 3 and the C gods by fixing a couple of undefined statements; | Miod Vallat |
2006-01-08 | Explicit braces around macro fields and logical operations, gets rid of 148 | Miod Vallat |
2006-01-08 | make cvs_init_create_files() return type void; ok joris@. | Xavier Santolaria |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller |