summaryrefslogtreecommitdiff
path: root/crypto/dist
AgeCommit message (Expand)Author
2010-03-11PR/42363: Yasuoka Masahiko: Second part of the patch: iterate only on thechristos
2010-03-05From Stefan Bauer: Fix multiple typoes and manpage formatting errors.tteras
2010-03-04From Pierre POMES: fixed admin port initializationvanhu
2010-02-28Fight the ever-increasing size of src checkouts by spelling "useful"snj
2010-02-09Fix typo in comment.wiz
2010-01-24make the window size function return the lines and columns variables separatelychristos
2010-01-24don't expose struct winsize needlessly.christos
2010-01-20Backout previous.tsutsui
2010-01-20Backout previous which breaks build on NetBSD. Pointed out by wiz@.tsutsui
2010-01-20Don't include src/include heimdal/roken.h on tools build becausetsutsui
2010-01-17Free strdeupped string after using it. Found by cppcheck.wiz
2010-01-17Close file handles after using them. Found by cppcheck.wiz
2010-01-15Use .%U instead of .%O for URLs.joerg
2009-12-11From Paul Wernau: vmbuf.h was defined twice in the headers. Remove thetteras
2009-11-22PR/42363: Yasuoka Masahiko:christos
2009-10-29use %option instead of #define YY_NO_...christos
2009-10-29use %option noinput nounputchristos
2009-10-28no unputchristos
2009-10-25Remove .Os argument.wiz
2009-10-25Fix section number for a man page reference.reed
2009-10-24Fix Nm macro usage.reed
2009-10-24Fix Document Title.reed
2009-10-15Fix redundancy.joerg
2009-10-14Do not work around ancient groff limits with .Xo/.Xc.joerg
2009-10-14Do not use .Xo/.Xc to workaround ancient groff limits.joerg
2009-10-14Do not use .Xo/.Xc to work around ancient groff limits.joerg
2009-10-14Don't use .Xo/.Xc to work around ancient groff limits.joerg
2009-10-14Use proper markup.joerg
2009-10-13Fix markup.joerg
2009-10-13Use sane logical markup and actual cross references.joerg
2009-10-13Fix markup.joerg
2009-09-18From Tomas Mraz: Fix gssapi error checking.tteras
2009-09-03When rekeying phase2 use phase1 used to negotiate phase2 as a hint totteras
2009-09-01Check nat_traversal configuration from remote configuration candidatestteras
2009-09-01Change remote conf matching level to matching score. This way one cantteras
2009-09-01From Maik Broemme: export ISAKMP SA identity as REMOTE_ID for phase1 uptteras
2009-08-24fixed typo: algoriym -> algorithmvanhu
2009-08-19fixed address check in rmconf_match_type(), just check address with wildcard ...vanhu
2009-08-19Have an enum for rmconf_match_type() return values to make the code a bittteras
2009-08-18typo: algoritym -> algorithmvanhu
2009-08-17do not use SADB_X_NAT_T_NEW_MAPPING to check system support for NAT-T, as at ...vanhu
2009-08-17include stddef.h so we have a chance to get the system offsetof if presentvanhu
2009-08-17removed a self includevanhu
2009-08-13fixed a potential DoS in oakley_do_decrypt(), reported by Orange Labsvanhu
2009-08-10Don't print EAGAIN error from pfkey_handler(), it can occur normallytteras
2009-08-06From Paul Wenau: Check fgets return value in setkey to make gcc happy.tteras
2009-08-05From Paul Wernau: Fix transport mode per-port security associations thattteras
2009-07-20Don't lets this linger around forever. Causes hidden bugs.christos
2009-07-20ssh has moved (a long time ago)christos
2009-07-14Add missing va_start before varargs processing.apb