summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller
1997-04-19constrain to MAXHOSTNAMELEN-1 not MAXDNAME, duhTheo de Raadt
1997-04-19change time() to gettimeofday()Niels Provos
1997-04-19make things more complicated.Niels Provos
1997-04-18move #includes to top; isTheo de Raadt
1997-04-18constrain length of db lookups better; reported by adam@math.tau.ac.ilTheo de Raadt
1997-04-17Fix __STDC__ macro handling of #, only hurt for mkdep not cpp duegvf
1997-04-16Don't modify variables in the child since we vfork()'d toTodd C. Miller
1997-04-16typoTheo de Raadt
1997-04-15documentation for arc4random. this is out of memory, might needNiels Provos
1997-04-15correct the paranoia checkTheo de Raadt
1997-04-14incompatible changeTheo de Raadt
1997-04-14with this here commit i label myself not the swiftestTheo de Raadt
1997-04-14buf oflowTheo de Raadt
1997-04-13fouled up a tiny bitNiels Provos
1997-04-13CPPFLAGS is already put on CC line--don't add CPPFLAGS to CFLAGS.briggs
1997-04-13the before mentioned random number generator.Niels Provos
1997-04-13copyright fooJason Downs
1997-04-13Initial support for pthreads on m68k frombriggs
1997-04-13Prototype flockfile/funlockfile to clean up some warnings.briggs
1997-04-13s/MACHINE/MACHINE_ARCH/ -- Nothing here should be MACHINE-specific.briggs
1997-04-13buf oflow; bitbltTheo de Raadt
1997-04-13buf oflow; bitbltTheo de Raadt
1997-04-13repair _hokcharTheo de Raadt
1997-04-12Different fix for buffer overflow. From Keith Bostic <bostic@bostic.com>Todd C. Miller
1997-04-12long -> int to fix 64bit issues. This breaks 16bit machines but since we don...Todd C. Miller
1997-04-12Be a bit more specific about EINVAL and negative offsets.Thorsten Lockert
1997-04-10give only default values when asked for.Niels Provos
1997-04-10do not need sys/types.h; dima@tejblum.dnttm.rssi.ruTheo de Raadt
1997-04-10fix up a few pieces of doc.Theo de Raadt
1997-04-10doc EOPNOTSUPP, EMLINK, and fix EPERM. from various placesTheo de Raadt
1997-04-10Fix typos.Todd C. Miller
1997-04-09the theTheo de Raadt
1997-04-08doc EFAULT and xref poll(2)Theo de Raadt
1997-04-08prettyTheo de Raadt
1997-04-08chflags can get EOPNOTSUPPTheo de Raadt
1997-04-07Change a stat(2) -> lstat(2) to avoid symlink games. From KeithTodd C. Miller
1997-04-06strncpyTheo de Raadt
1997-04-06issetugid() this last getenv based openTheo de Raadt
1997-04-05Use in_addr_t not u_long and use in_port_t in some cases insteadTodd C. Miller
1997-04-05Document that negative offsets will cause EINVAL as well.Thorsten Lockert
1997-04-05Check for overflow; from FreeBSDThorsten Lockert
1997-04-05From NetBSD PR/3405: Krister Walfridsson <cato@ulysses.df.lth.se>: VariousThorsten Lockert
1997-04-04RLIMIT_NPROC; mike.long@analog.comTheo de Raadt
1997-04-04clarifyTheo de Raadt
1997-04-04seek(2) is not neededTheo de Raadt
1997-04-04do source routing check correctly; this could use a testTheo de Raadt
1997-04-03hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c asJason Downs
1997-04-03another lookup[] loop accidentTheo de Raadt
1997-04-03Full implementation of lookups support, plus some bug fixes. Still no YP.Jason Downs