summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2005-04-11use STDERR_FILENOTheo de Raadt
2005-04-11handle snprintf returning -1; ok henningTheo de Raadt
2005-04-11use writev; ok henningTheo de Raadt
2005-04-11Check for asprintf failure. From Bruno Rohee (thank you).Chad Loder
2005-04-10- sort synopsis + options listJason McIntyre
2005-04-10misc clean up;Jason McIntyre
2005-04-09clarify in/out a bit, add SEE ALSO section.Hans-Joerg Hoexer
2005-04-09Rewrite, work in progressHans-Joerg Hoexer
2005-04-09document that dhclient-script overwrites resolv.conf,Jason McIntyre
2005-04-09incorrect apostrophe (in comment);Jason McIntyre
2005-04-09Compile with -ansi by killing an inlineChad Loder
2005-04-09KNF. No binary changes. OK miod@Chad Loder
2005-04-09knfTheo de Raadt
2005-04-08get rid of sysdep_sa_lenHans-Joerg Hoexer
2005-04-08Make deterministic randomness (only ever used for testing) a compile-timeChad Loder
2005-04-08knf; ok cloder hshoexunpunouncableTheo de Raadt
2005-04-08Make DPD vendor ID u_int8_t, not char. Gets rid of a warning inChad Loder
2005-04-08remove junk not needed to build certpatchTheo de Raadt
2005-04-08whack last feature, put in main MakefileTheo de Raadt
2005-04-08connect ipsecctl, request by deraadtHans-Joerg Hoexer
2005-04-08move __inline to right placeTheo de Raadt
2005-04-08Sync with recent realpath(3) changes: on failure, don't use the secondJared Yanovich
2005-04-08kill gmpHans-Joerg Hoexer
2005-04-08USE_DEBUG is bye byeTheo de Raadt
2005-04-08remove gmp, no binary changeHans-Joerg Hoexer
2005-04-08forget about sysdep/openbsd/sysdep-os.hTheo de Raadt
2005-04-08remove more conditional crudTheo de Raadt
2005-04-08zap USE_DEFAULT_ROUTEHans-Joerg Hoexer
2005-04-08zap USE_DEFAULT_ROUTEHans-Joerg Hoexer
2005-04-08missing includesHans-Joerg Hoexer
2005-04-08document ipcomp(4);Jason McIntyre
2005-04-08simplifyTheo de Raadt
2005-04-08remove leftoversHans-Joerg Hoexer
2005-04-08we do not care about __APPLE__Theo de Raadt
2005-04-08we have IPPROTO_ETHERIPTheo de Raadt
2005-04-08zap USE_RAWKEYTheo de Raadt
2005-04-08de-feature raw rsa keys, cleanup leftoversHans-Joerg Hoexer
2005-04-08Refer to correct regress directory now that regress is moved.Chad Loder
2005-04-08not needed anymoreTheo de Raadt
2005-04-08old static lib stuff is not even needed...Theo de Raadt
2005-04-08Remove these as well.Chad Loder
2005-04-08Moved regression tests to src/regress/sbin/isakmpd where they belong.Chad Loder
2005-04-08regression tests have movedHans-Joerg Hoexer
2005-04-08keynote and policy always compiled inTheo de Raadt
2005-04-08remove crudTheo de Raadt
2005-04-08always enable aggressive, dpd, and isakmp_cfgTheo de Raadt
2005-04-08ec and privsep always onTheo de Raadt
2005-04-08x509 is always onTheo de Raadt
2005-04-08nat-traversal alwaysTheo de Raadt
2005-04-08improve logging, original diff and ok cloder@Hans-Joerg Hoexer