summaryrefslogtreecommitdiffhomepage
path: root/includes.h
AgeCommit message (Expand)Author
2021-03-04Define _GNU_SOURCE properly, other header fixesMatt Johnston
2020-06-23move GNU_SOURCE earlierMatt Johnston
2020-06-23_GNU_SOURCE for randomMatt Johnston
2020-05-28Use Linux getrandom() to ensure random device is initialisedMatt Johnston
2019-05-15Rename EPKA -> PluginMatt Johnston
2019-05-15External Public-Key Authentication API (#72)fabriziobertocci
2018-11-06Remove incorrect _POSIX_C_SOURCEMatt Johnston
2018-11-05- Add adaptive authentication failure delayMatt Johnston
2018-02-26merge from mainMatt Johnston
2018-02-18include config.h for options.h. don't need to include options.h whenMatt Johnston
2017-06-24merge from mainMatt Johnston
2017-06-23test for linux/pkt-sched.h rather than SO_PRIORITYMatt Johnston
2017-05-22define SIZE_T_MAXMatt Johnston
2017-05-20closer to workingMatt Johnston
2017-05-12copy over some fuzzing code from AFL branchMatt Johnston
2015-02-24DROPBEAR_ prefix for include guards to avoid collisionsThorsten Horstmann
2014-02-17Add linux/types.h to includes to avoid missing ___u64 etcSteve Dover
2013-12-02Set IPTOS_LOWDELAY on PTY sessions onlyCatalin Patulea
2013-11-14- Some fixes for old compilers like tru64 v4 from Daniel Richard G.Matt Johnston
2013-03-31Try using writev() for writing packets out to tcpMatt Johnston
2010-07-21Use system libtomcrypt/libtommath if available. Doesn't currentlyMatt Johnston
2007-08-08- Add -K keepalive flag for dropbear and dbclientMatt Johnston
2007-02-12Disable core dumpsMatt Johnston
2006-12-06merge of '182c2d8dbd5321ef4d1df8758936f4dc7127015f'Matt Johnston
2006-12-06- Include netinet/in.h before arpa/inet.h for FreeBSDMatt Johnston
2006-06-12Another stab at getting ss_family happy on older glibcMatt Johnston
2005-12-06 * workaround for systems such as glibc 2.1 that haveMatt Johnston
2005-10-31* include netinet/in_systm.h if available before netinet/ip.h, sinceMatt Johnston
2005-09-21- new function to set "low delay" for a packet, set the ip TOS bitMatt Johnston
2005-05-09Switching to libtomcrypt 1.02Matt Johnston
2004-12-19includes.h: include mycrypt.h rather than mycrypt_custom.hMatt Johnston
2004-08-26- added circular buffering for channelsMatt Johnston
2004-08-12Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston
2004-08-12fake-rfc stuffMatt Johnston
2004-06-01Makefile.in contains updated files requiredMatt Johnston