summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-06-11support for NAT-T (draft-ietf-ipsec-udp-encaps-06.txt); ok deraadt@Markus Friedl
2003-06-11The use of 'flags' on macppc wdc has been dropped, add kauaiata asDale Rahn
2003-06-11Previously DMA/UDMA was disabled on macppc RAMDISK kernels, I have notDale Rahn
2003-06-11Manpages for some missing macppc pieces.Dale Rahn
2003-06-11add vsnprintf. ok deraadt@Ted Unangst
2003-06-11no more registerTheo de Raadt
2003-06-11fix linksTheo de Raadt
2003-06-11no more strcpy, strcat. sprintf -> snprintf. ok deraadt@Ted Unangst
2003-06-11document that is is unsupported to use return-rst/icmp or synproxyPhilipp Buehler
2003-06-11RegenMiod Vallat
2003-06-11Typo in QLogic descriptionsMiod Vallat
2003-06-11and missing XrTheo de Raadt
2003-06-11list new devices miod forgotTheo de Raadt
2003-06-11ansi cleanup; ok ian markusTheo de Raadt
2003-06-11$OpenBSD$Damien Miller
2003-06-11make agent constraints (lifetime, confirm) work with smartcard keys; ok markus@Damien Miller
2003-06-11sync man page with sys/socket.h;Jason McIntyre
2003-06-11sync with check_host_key() changeJakob Schlyter
2003-06-11clean up check_host_key() and improve SSHFP feedback. ok markus@Jakob Schlyter
2003-06-11syncTheo de Raadt
2003-06-11Number 43.Paul Janzen
2003-06-11spellingPaul Janzen
2003-06-11mdoc version of pppd(8);Jason McIntyre
2003-06-11Licensing issues resolved on bs and hunt, so build them again.Paul Janzen
2003-06-11Original author agreed to permit bs to be released under BSD license.Paul Janzen
2003-06-11New license from the official hunt release atPaul Janzen
2003-06-11license was lost; it is from print.cTheo de Raadt
2003-06-11ansificationTheo de Raadt
2003-06-11typoJun-ichiro itojun Hagino
2003-06-11- sync up MLD declaration with RFC3542 (s/MLD6/MLD/)Jun-ichiro itojun Hagino
2003-06-11It is important not to forget "membar(MemIssue)". Got missedHenric Jungheim
2003-06-11The upgrade script depends upon that, if mount_foo is present on the ramdiskMiod Vallat
2003-06-11Add pmsi to GENERIC, PR #3251Miod Vallat
2003-06-11Much of the sbus, psycho, and schizo bus_dma code is the same, so let'sHenric Jungheim
2003-06-11The "min" and "max" functions cast to "u_int", which can lead to surprisingHenric Jungheim
2003-06-11- sync up MLD declaration with RFC3542 (s/MLD6/MLD/)Jun-ichiro itojun Hagino
2003-06-11support to arm. ok deraadt@Kevin Lo
2003-06-10Rework script using advanced coding techniques like a case statement,Kenneth R Westerback
2003-06-10Whoops, <= 0 should be < 0. Problem noticed by marc@Todd C. Miller
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-10It would kind of help if the flags member was initialized, otherwise randomDaniel Hartmeier
2003-06-10Remove an extraneous "& 0xff" (the cast to unsigned char is sufficient).Todd C. Miller
2003-06-10Add login class support; based on a diff from Peter WernerTodd C. Miller
2003-06-10debug0 and debug1 are defined elsewhere -- make 'em extern hereMichael Shalayeff
2003-06-10o Pass the -G flag to sendmail like sendmail(8) saysTodd C. Miller
2003-06-10Install rcs2log, not a symlink to ../share/cvs/contrib/rcs2logTodd C. Miller
2003-06-10Check that login class exists before using it; based on a patch fromTodd C. Miller
2003-06-10o Check for fwrite() error with != 1, not <= 0 (mostly style)Todd C. Miller
2003-06-10Keep a table of password types, and their associated lengths, andTodd C. Miller
2003-06-10Use syslog(3) to log new users and groups, deletions of users and groups,Todd C. Miller