Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-06 | Check strdup return value for failure. OK miod | Chad Loder | |
2005-03-06 | print "set skip on" with -v in such a way that the output is valid input | Daniel Hartmeier | |
syntax, instead of the cryptic hex flags output. | |||
2005-03-05 | Always use correct byte order when stuffing port numbers into packets. | Chad Loder | |
OK hshoexer@, ho@ | |||
2005-03-05 | No need to allocate a local digest buffer. Cleanup error path. hshoexer@ ok. | Hakan Olsson | |
2005-03-05 | No need to use a local hashsize. hshoexer@ ok. | Hakan Olsson | |
2005-03-05 | Silence a couple of annoying gcc3 warnings. hshoexer@ ok. | Hakan Olsson | |
2005-03-05 | Add RFC3947 NAT-T vendor ID string. hshoexer@ ok. | Hakan Olsson | |
2005-03-05 | No need for err.h. hshoexer@ ok | Hakan Olsson | |
2005-03-04 | remove unused variable. | Hans-Joerg Hoexer | |
2005-03-04 | cleanup binding and cloning functions, use text2port(), correctly | Hans-Joerg Hoexer | |
determin the encap port. This makes udpencap fully useable on ports other than the default 4500. ok ho cloder | |||
2005-03-04 | remove unused function udp_decode_port(), add modified version as text2port() to | Hans-Joerg Hoexer | |
utilities. ok cloder ho | |||
2005-03-04 | remove unused stuff. | Hans-Joerg Hoexer | |
ok ho@ | |||
2005-03-04 | remove unused variable. | Hans-Joerg Hoexer | |
noticed by and ok markus | |||
2005-03-04 | fix leak when a phase 2 SA cannot create an exchange for the matching phase 1 | Markus Friedl | |
ok ho@, hshoexer@ | |||
2005-03-03 | fix typo in log msg. | Moritz Jodeit | |
ok hshoexer@ | |||
2005-03-03 | handle return value of snprintf more carefully | Hans-Joerg Hoexer | |
ok cloder ho | |||
2005-03-02 | bad news to have a .Bl before .Ss; | Jason McIntyre | |
2005-03-02 | correct function name in log message | Hans-Joerg Hoexer | |
2005-03-02 | knf, linewrapping, whitespaces, no binary change | Hans-Joerg Hoexer | |
2005-02-28 | Document some limitations of the MS-DOS filesystem. | Tom Cosgrove | |
Input from yaredy@, krw@, miod@, jmc@, deraadt@. ok for earlier versions todd@, jmc@ ok final version deraadt@ | |||
2005-02-28 | use the linkshar keyword when gtalking about the link sharing service | Henning Brauer | |
curve, inspired by PR4127 | |||
2005-02-28 | correct mistake in license clause numbering; | Jason McIntyre | |
same correction applied to netbsd -r1.15; ok millert@ deraadt@ | |||
2005-02-27 | support 'tagged' in translation rules, non-delayed tag lookup | Daniel Hartmeier | |
ok henning@, deraadt@ | |||
2005-02-27 | be -> by, ok jmc@ | Pedro Martelletto | |
2005-02-27 | cleanup correctly in some error paths. | Patrick Latifi | |
ok hshoexer | |||
2005-02-27 | where possible, use bzero instead of memset | Hans-Joerg Hoexer | |
ok cloder henning | |||
2005-02-26 | ypu sure get the impression the number of memory leaks in error pathes | Henning Brauer | |
is infinite... Andrey Matveev <andrushock@korovino.net> spotted a few again! | |||
2005-02-25 | forgot to remove -P from getopt(). | Hans-Joerg Hoexer | |
2005-02-25 | Zap -P option. It has never done anything. While there tweak descripton of | Hans-Joerg Hoexer | |
-N. zap -P ok ho@ | |||
2005-02-25 | Fix an obviously incorrect call to memset. '0' and 0 are not the same | Chad Loder | |
thing. Input and OK from markus@, ho@, niklas@, deraadt@, hshoexer@ | |||
2005-02-24 | changes for ccd changes | Michael Shalayeff | |
2005-02-24 | disable the SA dpd timer on sa_free(). this avoid a race | Markus Friedl | |
between DPD and initial contact (double free); ok hshoexer | |||
2005-02-24 | dpd_find_sa: only ready SAs, otherwise DPD will delete SAs owned by | Markus Friedl | |
an exchange; ok hshoexer | |||
2005-02-24 | Add -N switch to select port for udpencap. Thus it's possible to run multiple | Hans-Joerg Hoexer | |
isakmpds on different ports specified with -p and -N. ok ho@ | |||
2005-02-24 | Never respond to 0-length UDP packets. Reduces, but does not eliminate | Chad Loder | |
probability that isakmp service will be detected during port scans. OK hoexer@ | |||
2005-02-22 | fix wrong line break in comment. | Moritz Jodeit | |
ok hshoexer@ | |||
2005-02-22 | build delete messages for isakmp sa correctly. | Hans-Joerg Hoexer | |
ok and help ho@ | |||
2005-02-22 | better error messages | Hans-Joerg Hoexer | |
ok ho | |||
2005-02-22 | - refer to netstat output more precisely | Jared Yanovich | |
(from peter_philipp@freenet.de via PR#4109) - other minor tweaks (mdoc, wording, consistency, etc.) ok jmc | |||
2005-02-21 | ipwcontrol and iwicontrol removal. | Damien Bergamini | |
2005-02-18 | ansi, knf, and other style nits; ok henning | Jared Yanovich | |
2005-02-17 | print the interface name in monitor mode when interfaces go up/down; ok mcbride | Jared Yanovich | |
2005-02-17 | Fix indentation as to not mislead the code reader. No functional change. | Aaron Campbell | |
2005-02-16 | On shutdown also send delete messages for isakmp SAs. | Hans-Joerg Hoexer | |
ok ho | |||
2005-02-16 | Prevent gzip from storing mtime and filename in the header so we | Todd C. Miller | |
get identical binaries. | |||
2005-02-15 | `tunnel' before `txpower' in the command list; | Jason McIntyre | |
2005-02-15 | add txpower support to ifconfig | Reyk Floeter | |
ok bob@ robert@ danh@ and others | |||
2005-02-10 | Also add DPD. | Hakan Olsson | |
2005-02-10 | Make it compile. | Hakan Olsson | |
2005-02-10 | Add NAT-T here too. | Hakan Olsson | |