summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-20Bring back heimdal.info which was lost during the update and thatAntoine Jacoutot
actually contains usefull information. noticed by miod@ ok robert@
2013-06-20Revert previous and unbreak asr, the new include should be protected.Martin Pieuchot
Reported by naddy@
2013-06-20Drop 3rd and 4th clauses from the BSD licence, from the following NetBSD'sMartin Pieuchot
revision: sys/dev/acpi/asus_acpi.c r1.4 sys/dev/cardbus/cardbus_exrom.c r1.11 sys/dev/cardbus/cardbus_exrom.h r1.6 ok kettenis@
2013-06-20Allocate the various hook head descriptors as part of the ifnetMartin Pieuchot
structure rather than doing various M_WAITOK allocations during the *attach() functions, we always rely on them anyway. ok mikeb@, uebayasi@
2013-06-20libheimntlm is gone.Antoine Jacoutot
ok robert@
2013-06-20properly disable NTLM in KCMRobert Nagy
2013-06-20add ut/nut flags to indent to enable/disable tabs.Jonathan Gray
based on FreeBSD svn rev 131184. ok deraadt@
2013-06-20Move the declaration of `disable_x_prog' outside of a #ifdef AUTH_SERVER_SUPPORTMiod Vallat
block where it had been mistakenly put in the first place (in r1.28).
2013-06-19fix spnego removal falloutRobert Nagy
2013-06-19remove obsolete fileRobert Nagy
2013-06-19don't link to hx509, pthread and ntlm related librariesRobert Nagy
2013-06-19unlink libheimntlm and libhx509Robert Nagy
2013-06-19don't link to hx509, pthread and ntlm related librariesRobert Nagy
2013-06-19don't link to hx509, pthread and ntlm related librariesRobert Nagy
2013-06-19start un-bloating kerberos by removing support for hx509, pthreads, spnego,Robert Nagy
ntlm, pkinit
2013-06-19Disable SPDY until we have a better understanding about code andReyk Floeter
protocol within OpenBSD. Discussed with many ok benno@ jcs@
2013-06-19syncTheo de Raadt
2013-06-19Add test for syn.c revision 1.29Todd C. Miller
2013-06-19Commands executed via `foo` or $( bar ) should not inherit "set -e"Todd C. Miller
status. We can't use XERROK for this (since the command might set -e itself) so just save & restore the value of FERREXIT for the comsub() call to execute(). OK jca@
2013-06-19make compile_et.o depend on parse.hRobert Nagy
2013-06-19explain the redirection mechanism for do-build, as used by ruby andMarc Espie
(shortly) other ports.
2013-06-19refer to dpb for bulk fetchMarc Espie
2013-06-19point users to dpb for big fetchMarc Espie
2013-06-19Move admin utils to usr.sbin where they belong (and where they wereAntoine Jacoutot
installed before the update). Do not build nor ship ksu. ok robert@
2013-06-19stop doing kerberos in ssh and sshdTheo de Raadt
the code bloat makes that no longer trustworthy functionality ok guenther
2013-06-19Do not install pcap-int.h to /usr/include as it is an internal libraryLawrence Teo
header (pointed out by matthew@). Let only pflogd and tcpdump include pcap-int.h directly since they need it for privilege separation. "looks good" sthen feedback/ok deraadt matthew millert
2013-06-18Use malloc(M_WAITOK) in if_attach_common(), because this function mustMasao Uebayashi
succeed, and it's always called in sleepable context. OK mikeb@ yasuoka@
2013-06-18sqiud -> squidMiod Vallat
2013-06-18Shuffle library link order to appease the static arch deities.Miod Vallat
2013-06-18Do not compile signal.c; signal() is in libc and not roken.Miod Vallat
ok aja@
2013-06-18Fix HAVE___SYNC_ADD_AND_FETCH for sh and sparc(32)Miod Vallat
2013-06-18Remove generated flex/bison files, to avoid risking mixing files from objdir andMiod Vallat
srcdir.
2013-06-18Initialize duid memory before shifting stuff into elements of it.Kenneth R Westerback
No doubt quiets one or more of the fringe compilers out there. Use variable 'part' rather than recalculating same value in the subsequent printf(). From dhill. ok otto@
2013-06-18create include directories if they are non-existentRobert Nagy
2013-06-18make sure the target directory gets created in the includes targetRobert Nagy
and add a trailing / as well to avoid problems
2013-06-18add a trailing / at the end of the directory when installing includesRobert Nagy
to avoid installing a bogus file
2013-06-18Don't use inet_ntoa() twice in one parameter list. You'll just printKenneth R Westerback
one of the strings twice. Spotted by mpi@, who also tweaked the diff by pointing out INET_ADDRSTRLEN. Should fix mysterious messages like "1.2.3.4, not 1.2.3.4, deleted from ...".
2013-06-18syncTheo de Raadt
2013-06-18syncTheo de Raadt
2013-06-18include <stddef.h> so that we have a size_tAntoine Jacoutot
from upstream Heimdal; this fixes some use of com_err
2013-06-18Use TAILQ_FOREACH() instead of handrolling our own version and stopMartin Pieuchot
iterating once we found a matching address. ok mpf@, yasuoka@, henning@
2013-06-18Oops, forgot this file in previous. Should be part of adding/removingMartin Pieuchot
IPv4 addresses consistently from the global list and tree, in.c r1.78 ok bluhm@, mikeb@
2013-06-18Fix the libs link order to please static archs (thanks miod@ for theAntoine Jacoutot
order). Link to libkafs5, not libkafs (nothing uses this but still...). ok robert@
2013-06-18don't create include directories in the include target, mtree is takingRobert Nagy
care of it
2013-06-18add missing include dirs for kerberosVRobert Nagy
2013-06-18Split RTM_NEWADDR and RTM_DELADDR handling into separate casesKenneth R Westerback
rather than 1 case with a check to see which messages it was. More code duplication, easier to read. No functional change.
2013-06-17change bug reports email addressRobert Nagy
2013-06-17fix the generated files target to avoid rebuilding every timeRobert Nagy
2013-06-17ditch the beforedepend target and properly generate SRCS file list thatRobert Nagy
includes the symlinked src files as well
2013-06-17remove whitespaceRobert Nagy