summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-06-11Don't segfault just because a line starts with NUL; rossTheo de Raadt
1998-06-11Remove two incorrect ntoh's which make a comparison of a constant w/ aTheo de Raadt
value from a packet not work right (only one of them needs ntoh!); Fixes a bug reported by David Brownlee; wrstuden
1998-06-11Add a mention of the tcp ident sysctl.Bob Beck
1998-06-11typo; thepish@freebsd.orgTheo de Raadt
1998-06-11syncTheo de Raadt
1998-06-11nice DEBUGFLAGS handlingMichael Shalayeff
1998-06-11put missed changes that support booting from floppy (;Michael Shalayeff
i applodgize for any inconvinience this memory hole caused to people. ps. i would like to know the snapshots schedule to issue extra testing cycles to ensure i did not forget anything.
1998-06-11fix leap yearMichael Shalayeff
1998-06-11handle IPSec processed packets (DLT_ENC) in libpcap, display them withNiels Provos
tcpdump + additional info (SPI + which type of transforms where passed).
1998-06-10make the packets which were successfully processed by IPSec available toNiels Provos
bpf via the enc0 interface, using linktype DLT_ENC.
1998-06-10spellingTheo de Raadt
1998-06-10don't create directories not used with OpenBSDMarco S Hyman
1998-06-10indentTheo de Raadt
1998-06-10clear flag before pw_scan(); lukemTheo de Raadt
1998-06-10XPG says 4th arg is optionalTheo de Raadt
1998-06-10identd should be nowait.Bob Beck
1998-06-10wasteland quality control cleanupTheo de Raadt
1998-06-10to inetd, nobody.nobody == nobody, since it does an initgroups()Theo de Raadt
1998-06-10take away gid kmem for identd and change to options appropriate for new versionBob Beck
1998-06-10Now uses TCPCTL_IDENT sysctl to get uid associated with a connectionBob Beck
instead of kmem. Kmem parsing functions and options removed.
1998-06-10New TCPCTL_IDENT sysctl for identd without kmem insanity.Bob Beck
1998-06-10Cast pid_t to int for sprintf.brian
Pointed out by: Charlie Sorsby <crs@hgo.net>
1998-06-09Add CTAGS, with a full pathname, and use it.Jason Downs
1998-06-09do not permit ptrace attach to immutable executableTheo de Raadt
1998-06-09a = a + b; --> a += b;Michael Shalayeff
correct printf in the vm_page_bootstrap()
1998-06-09the theTheo de Raadt
1998-06-09if we are being ptraced, do not permit execve of an immutable binaryTheo de Raadt
1998-06-09there is no such thing as dprintf''Michael Shalayeff
1998-06-09Autodetect ATAPI CDROMS which do not support the ATAPI_READ_CD_CAPACITYNiels Provos
and fake it (meaning add AQUIRK_NOCAPACITY). Also add an entry for NEC CD Changer reported by W. Scholten <wouters@cistron.nl>.
1998-06-09no, no fdisk...Theo de Raadt
1998-06-09spellingTheo de Raadt
1998-06-09bahTheo de Raadt
1998-06-08Add uu_lock_txfr() for donating locks to another process.brian
Reviewed by: Theo
1998-06-08use endptr in a strtl()Todd C. Miller
1998-06-08use named constatntsMichael Shalayeff
1998-06-08typosMichael Shalayeff
1998-06-08default to 8 bit; let me know if this causes problemsTheo de Raadt
1998-06-08exit correctlyNiels Provos
1998-06-08cleanTheo de Raadt
1998-06-08makeoptionsTheo de Raadt
1998-06-08spellingTheo de Raadt
1998-06-08clean; kleinkTheo de Raadt
1998-06-08finish; kleinkTheo de Raadt
1998-06-08do not needlessly uppercase function namesTheo de Raadt
1998-06-08am7990 is a chipTheo de Raadt
1998-06-08cleanTheo de Raadt
1998-06-08consdev to comeMichael Shalayeff
1998-06-08Fix some problems noted by lukem@netbsd.orgTodd C. Miller
o getopt string is wrong in main(); (missing : after P) o use of vprintf(...) instead of vfprintf(ttyout,...) in ftp.c::command() o missing \n in fputs in cmds.c::status() o should use strtol() instead of atol() o sometimes use 'NULL' instead of 'NUL' (in comments)
1998-06-08allow ftpchroot-ed users to also be multihomedMichael Shalayeff
1998-06-08buf oflow; chris@ferret.lmh.ox.ac.ukTheo de Raadt