summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-12set TCP nodelay for connections started with -N; bz#2124 ok dtucker@Damien Miller
2013-07-12do_print_resource_record() can never be called with a NULL filename, soDamien Miller
2013-07-12replace fls functions with calls to the libkern versionsJonathan Gray
2013-07-12syncTheo de Raadt
2013-07-12in ssh_gai_strerror() don't fallback to strerror for EAI_SYSTEM whenDamien Miller
2013-07-12fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@Damien Miller
2013-07-11ELF configuration for gcc3 on vax.Miod Vallat
2013-07-11Enable bus_space_set_region_4 for armv7.Raphael Graf
2003-11-29Import gcc-3.3.2. Only the compiler. ada frontend removed for space Marc Espie
2013-07-11document SSLHonorCipherOrder; ok jmc@Otto Moerbeek
2013-07-11update (or add) STANDARDS;Jason McIntyre
2013-07-11introduce HonorCipherOrder to use the server's order of preference of ciphersOtto Moerbeek
2013-07-11Bring file selection in accordance with the man page; from Stefan EsserOtto Moerbeek
2013-07-11Merge fuse_opt code with stsp@ fuse_opt code.syl
2013-07-11Fix a panic on multiple fuse device access.syl
2013-07-11use fls as initially intendedMike Belopuhov
2013-07-11no double negatives in error message; ok aja@Otto Moerbeek
2013-07-11Properly set LIBKAFS5, LIBROKEN and LIBWIND which were used withoutAntoine Jacoutot
2013-07-11Remove lie that old kerberos libs were hardlinked to libkrb5 andAntoine Jacoutot
2013-07-11Document KERBEROS5.Antoine Jacoutot
2013-07-11disable POOL_DEBUG for releaseJonathan Gray
2013-07-11Put more debug verbiage under DEBUG. Add a few more debug messages.Kenneth R Westerback
2013-07-11document fls/flslJonathan Gray
2013-07-11add fls/flsl functions to find the last bit set in a valueJonathan Gray
2013-07-10To prevent lock ordering problems with the kernel lock, we need to make sureMark Kettenis
2013-07-10syncTheo de Raadt
2013-07-10All man md.* now have similar contents, move to mi and empty them.Miod Vallat
2013-07-10I put some headers in `base' and the matching perl ph files in `comp' byMiod Vallat
2013-07-10no need for this file to be .m4 any longer; i'm actually following suitJason McIntyre
2013-07-10Change the way the RDE updates its peer list. The SE is now always sendingClaudio Jeker
2013-07-10add a missing ..Theo de Raadt
2013-07-10Remove clutter; we don't build these stuffs.Antoine Jacoutot
2013-07-10No need to refer to LIBHX509 nor LIBHEIMNTLM since both are disabled.Antoine Jacoutot
2013-07-10Remove unused LIBCRYPT variable.Antoine Jacoutot
2013-07-10Add /etc/kerberosV/krb5.conf and /var/kerberosV/m-key to changelist(5).Antoine Jacoutot
2013-07-10Change the structure used in the SPPPIOSDEFS and SPPPIOGDEFS ioctlsMartin Pieuchot
2013-07-10Keep this copy of the ICMP checksum code in sync with recent changes.Martin Pieuchot
2013-07-10rfc 3493 obsoletes 2553. i spotted this after reading hiroki sato's changesJason McIntyre
2013-07-10no more link(5). either remove references entirely, or point folksJason McIntyre
2013-07-10Remove unsigned comparison < 0.Brad Smith
2013-07-10Remove unsigned comparison < 0.Brad Smith
2013-07-10Proper indent.Antoine Jacoutot
2013-07-10Ship a simpler krb5.conf which logs to syslog(3) by default.Antoine Jacoutot
2013-07-10Add /var/kerberosV to hier(7)+mtree.Antoine Jacoutot
2013-07-10Move default Kerberos DB directory from /var/heimdal to /var/kerberosV.Antoine Jacoutot
2013-07-10In the EXAMPLES section, it is not very obvious that "localnet" is not aLawrence Teo
2013-07-10struct bintime is only used inside the kernel, while struct clockinfo isPhilip Guenther
2013-07-10match linux and call i915_gem_object_wait_rendering__nonblockingJonathan Gray
2013-07-09Add a few EM_xxx values (arm, sh, ia64, amd64) to match <sys/exec_elf.h>Miod Vallat
2013-07-09switch the rval to 1 before loop through the linked list \Gleydson Soares