summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2006-03-29fix the checksumschristos1-3/+3
2006-03-28DragonFly support.joerg2-1/+21
2006-03-28Bring ScriptAlias and Alias in the correct order.wiz2-3/+4
From Carl Brewer in PR 33159. Bump PKGREVISION.
2006-03-23Add DragonFly support.joerg4-23/+32
2006-03-23Attempt at DragonFly support.joerg2-20/+31
2006-03-23DragonFly support.joerg3-10/+25
2006-03-23ap_type is a short, not a char. Fix it and bump revision.joerg3-3/+18
2006-03-23Add DragonFly support.joerg3-5/+33
2006-03-23Include unistd.h to get select(2) on DragonFly.joerg2-1/+14
2006-03-23Include <sys/types.h> before <sys/socket.h> for DragonFly.joerg2-6/+14
Detect poll correctly on DragonFly.
2006-03-23Add DragonFly support.joerg2-1/+15
2006-03-23Add DragonFly support.joerg2-4/+4
2006-03-23Fix errno.joerg4-12/+33
2006-03-23Add DragonFly support.joerg5-5/+179
2006-03-23Fix errno.joerg2-1/+14
2006-03-23Forgotten patchsum for patch-ac.joerg1-1/+2
2006-03-23Fix errno usage in Python (!) code.joerg3-1/+26
2006-03-23DragonFly support.joerg3-7/+28
2006-03-23lvalue cast == evil, lvalue cast in C++ == broken. Attempt to fix them.joerg3-1/+65
2006-03-23Recognize DragonFly as BSD.joerg3-7/+7
2006-03-22Fix errno.joerg8-20/+75
2006-03-22Fix broken va_arg usage violating ISO C promotion rules. Bump revision.joerg4-2/+31
2006-03-22Add DragonFly support. Add explicit rpath for /usr/pkg/lib for libXmu.joerg3-5/+19
2006-03-22Fix GCC 3.4+: label at end of compound statement.joerg2-1/+14
2006-03-22Add DragonFly support. Add explicit rpath for /usr/pkg/lib.joerg5-10/+40
2006-03-22Add DragonFly support. Fix compilation with GCC 3.4: Publically declaringjoerg3-2/+43
a private type doesn't work.
2006-03-22Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as atv3-6/+6
PR-responsible person (such as I am ;) a little easier.
2006-03-22Override all config.guess and config.sub scripts. Remove patchesjoerg9-89/+25
which have been useless anyway due to the former. Add DragonFly support.
2006-03-22crypt(3) is *tatata* in libcrypt on DragonFly.joerg2-1/+17
2006-03-22Add DragonFly support.joerg4-1/+43
2006-03-22Disable the OS X hack for re_comp and friends on DragonFly, where itjoerg4-1/+51
breaks unistd.h. *sigh* Fix errno.
2006-03-22Use libtool PLIST handling, it works now. Add some missing symlinksjoerg9-134/+98
for libtool archives, remove the .a and .so entries. Bump revision. Add DragonFly detection for shared libraries. Always try to find -lssl with -lcrypto, unbreaking the test at least on DragonFly, but should not harm elsewhere.
2006-03-22Add DragonFly and FreeBSD (the latter untested) support.joerg8-2/+92
2006-03-22Include sys/types.h and sys/time.h before net/bpf.h for DragonFly.joerg2-5/+7
2006-03-22Add DragonFly support.joerg2-1/+15
2006-03-22Add DragonFly support.joerg3-6/+53
2006-03-22Workaround undefined prototype in net-snmp.joerg2-1/+15
2006-03-22Add DragonFly support.joerg2-1/+24
2006-03-22Fix pthread usage.joerg3-8/+18
2006-03-22Fix typo which resulted in a failed install.adrianp1-2/+3
Issue found by Wolfgang Solfrank.
2006-03-21Remove some old hacks that are no longer neededadrianp6-131/+123
Use our libtool Update to 1.1.1 Fixes security issue (DoS): http://secunia.com/advisories/19300/ > Security fixes > * Additional state checking in the EAP-MSCHAPv2 module. > Bug found by Steffen Schuster. > > Feature improvements > * More dictionary updates > * Additional tests and fixes for Digest module from Phillipe Sultan. > * Add new "phone" response mode to rlm_otp/cryptocard. > * Put the eap sessions into a tree, so that looking them up is very > fast, and no longer O(n) in the number of sessions. > * Install the schema examples for a set of backends with the rest > of the documentation. > * Add support for xlat expansion of attributes from LDAP. > > Bug fixes > * Fix rlm_perl crash. (closes: #348) > * Fix handling of CoA-Request packets (close #344). Also correct > name of CoA packets. > * Fix an error on x86_64 machines when reading dictionaries. > (closes: #312) > * Fix compilation errors on FreeBSD and NetBSD because of rlm_otp > module. (closes: #314 #328) > * Workaround Cisco bug in State attribute handling in rlm_otp. > * Support LP64 for async mode in rlm_otp. > * Fix libtool problems on Debian with rlm_eap_peap and rlm_eap_ttls > modules. (closes: #75) > * Make "use_tunneled_reply" work properly for PEAP. > * Copy the whole string when getting a one-to-one-mapped attribute > from LDAP (closes: #261) > * Fix net-snmp's ucd-snmp compatibility mode.
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam3-6/+6
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-20* Nuke all references to and definitions of INFO_DIR in package Makefilesjlam2-6/+5
and replace with appropriate references to PKGINFODIR instead. * Properly account for split info files during installation. * Move info file listings directly into the package PLISTs. This fixes info-file-related PLIST problems.
2006-03-20Updated net/proftpd to 1.3.0rc5martti2-6/+6
The 1.3.0rc5 release includes a number of minor bugfixes, including a workaround for getting proper timestamps in chrooted process logs if glibc-2.3 is present, and a fix for daemon processes hanging when shutting down on Mac OS X.
2006-03-19Add DragonFly support. Bump revision due to PLIST changes.joerg27-14/+1067
2006-03-17Add missing gettext-lib dependency. Bump PKGREVISION.wiz1-2/+3
Fixes CHECK_FILES build.
2006-03-16Don't use LOCALBASE to refer to the install directory.jlam1-2/+3
2006-03-16Needs makedepend as tool.joerg1-1/+2
2006-03-16Consistently use NetBSD.org address for shell, shellhung.org does not exist.wiz1-2/+2
2006-03-16Never use -Wid-clash-30. It is dead, Jim.joerg2-3/+19