summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-06-14fix bug which would make very deeply nested mime cause (essentially)Theo de Raadt
a stack overflow and thus make sendmail queue processing crash. not really exploitable to gain anything except denial of service. vu#146718
2006-06-14bgpctl show rib shows now the exit nexthop per default and not the trueClaudio Jeker
nexthop as before. The detailed output includes both nexthops. OK henning@
2006-06-14Send bot nexthops (exit and true) in the bgpctl show rib cases. bgpctlClaudio Jeker
can than select which nexthop should be printed. OK henning@
2006-06-14Use inet_net_pton() instead of inet_pton() so that it is possible to useClaudio Jeker
10/8 as prefix. OK henning@
2006-06-14There's no krb5.conf in /etc. Noted by Antoine Jacoutot.Bjorn Sandell
ok beck@
2006-06-14Don't go looking for a krb4 srvtabBjorn Sandell
ok beck@
2006-06-14Avoid potential deadlock during hash lookup; ok pedro@Patrick Latifi
2006-06-14Plug memory leak in error path; ok pedro@Patrick Latifi
2006-06-14saying todays is every day does not work in out calendarMichael Shalayeff
2006-06-14Allow changes to a Name initialized with a 'static' value.Can Erkin Acar
Problem report (PR5149), and debugging by jj.roh at thurnherr dot ch ok marco@
2006-06-14useless casts are so the 80sJoris Vink
2006-06-14i mixed up the offset and whence variables for lseek(2)Joris Vink
2006-06-14handle existing CVS/Tag file when adding new directories. OK joris@.Xavier Santolaria
2006-06-14This diff allows dhcpd to put active leases into a pf table. Dhcpd will thenChris Kuethe
periodically - based on the length of the shortest lease time - walk across all leases searching for expired leases which are then removed from the pf table. ok henning
2006-06-14Move the transmission of privsep messages into its own function. WhereverChris Kuethe
we might have conditionally sent a message, we now just call the pfmsg() function, and let it figure out whether the message should be sent or not. ok henning
2006-06-14Avoid changing pf tables when table name is NULLChris Kuethe
ok henning
2006-06-14add cvs_buf_load_fd() which does the same as cvs_buf_load()Joris Vink
except it takes a decriptor as argument instead of a path. modified cvs_buf_load() to open the descriptor then pass it to cvs_buf_load_fd(). change all the calls to cvs_buf_load() that have a descriptor open for the path to cvs_buf_load_fd() to prevent races.
2006-06-14indentation.Hans-Joerg Hoexer
2006-06-14zap myuid variable, it is not used for anything usefull.Joris Vink
2006-06-14limit the number of pre-banner characters we will accept; ok markus@Damien Miller
2006-06-14GPRMC = Recommended Minimum Specific GPS/TRANSIT DataMarc Balmer
2006-06-14remove redundant commented debug defineFelix Kronlage
2006-06-14oops, i forgot that you need to return a high number from match to win.David Gwynne
remove a useless define while there.
2006-06-14describe the NMEA 0183 line discipline with more details, explain the sensorMarc Balmer
status and which NMEA messages are decoded. help jmc@
2006-06-14enable the NMEA 0183 line discipline in GENERIC. see nmea(4) for details.Marc Balmer
ok deraadt
2006-06-14no more infinite loops; tested by dlgTheo de Raadt
2006-06-14Nuke only two uses of OPENDEV_DRCT in tree. Nuke OPENDEV_DRCT. LongKenneth R Westerback
marked obsolete since the opendev() behaviour it turned on is now the default. 'it can go' deraadt@ 'no API of mine has ever made it into a standard' downsj@
2006-06-14allow mpi to attach to parallel scsi controllers instead of mpt.David Gwynne
requested by deraadt@
2006-06-14support the iic busses on the ultrasparc III machines (something is stillTheo de Raadt
wrong, likely clocking); tested to not break older machines by dlg & djm
2006-06-13syncTheo de Raadt
2006-06-13syncTheo de Raadt
2006-06-13Do not compare apple with oranges when checking if the thermal controlMiod Vallat
register write was successful.
2006-06-13syncTheo de Raadt
2006-06-13make -avV only be suboptions of the status command, as documented, by usingTheo de Raadt
nested getopt() calls. ok beck
2006-06-13Etherenet -> EthernetMiod Vallat
2006-06-13For IKE, allow main mode SHA2 and quick mode AESCTR transforms,Christian Weisgerber
which were recently added to isakmpd. ok hshoexer@, markus@
2006-06-13we use aes for manual keying as default now. adopt these tests.Hans-Joerg Hoexer
2006-06-13NMEA0183 is actually NMEA 0183 as discussed with jmc.Marc Balmer
2006-06-13typo; from sstullJason McIntyre
ok ckuethe
2006-06-13Grammar fixes, both mdoc & english.Bjorn Sandell
Improved and approved by jmc@
2006-06-13Next round of clean-up: Remove the ugly state machine and replace it withMarc Balmer
a simpler function that splits the nmea sentence into fields, verifies the checksum and eventually decodes the data (if it's a GPRMC sentence). Ignore Loran-C for the moment, no one has such a receiver. Loran-C can easily be added later if we have a receiver to test with.
2006-06-13be more accurate in describing what happenedJoris Vink
when we cannot see the repository the user wants to work with.
2006-06-13better usageJoris Vink
2006-06-13files that are not checked out are not up-to-date, considerJoris Vink
this a conflict and block the commit when we encounter any of these. and make an error message a bit more fluffy and accurate.
2006-06-13kvm86, missed a file.Gordon Willem Klok
ok mickey@, toby@
2006-06-13Kernel virtual mode 8086, currently disabled in GENERIC.Gordon Willem Klok
lots of help at c2k6 and after from toby@, ok toby@, mickey@
2006-06-13revert; i am on drugs. spotted by alexander AT beard.seDamien Miller
2006-06-13fix a pasto in a comment: wxfers are for writes, not reads.David Gwynne
found by deanna
2006-06-13we sometimes bundle chunks that the ioc will write to in the request spaceDavid Gwynne
as well as the request itself, so we need to sync the memory in both directions for dma.
2006-06-13rev 1.13 fixed the MTU ioctl handler to allow adjusting the MTUBrad Smith
but it seems Jumbo support is broken, so disable Jumbos for now. issue reported by jolan@