summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-07-25-WallMichael Shalayeff
1997-07-25Protect users from themselves.Todd C. Miller
1997-07-25earlier start of keymanagementNiels Provos
1997-07-24new symmetric identity choice. fix bug with expired exchange values onNiels Provos
multiple exchanges. a bit more documentation. drop -f flag and have -c with opposite meaning instead. include responder offered schemes into responder cookie calculation.
1997-07-24Stash fd of cwd instead of using getcwd() to stash path.Todd C. Miller
This works in cases where the parent dir is not readable.
1997-07-24Fix one instance of bad strncpy() usage and some KNF.Todd C. Miller
1997-07-24do not ignore IFF_NOARPTheo de Raadt
1997-07-24make amd use /tmp_mnt by defaultTheo de Raadt
1997-07-24reindentTheo de Raadt
1997-07-24symbolic segnamesMichael Shalayeff
1997-07-24blank line; k-horik@yk.rim.or.jpTheo de Raadt
1997-07-24respect ``INSTALL_STRIP=-s'' completely pr 188kstailey
1997-07-24respect ``INSTALL_STRIP=-s'' pr 188kstailey
1997-07-24don't hardcode `install'kstailey
1997-07-24don't hardcode `install'kstailey
1997-07-24don't assume INSTALL_STRIP is set to `-s' pr 188kstailey
1997-07-24respect ``INSTALL_STRIP=-s'' pr 188kstailey
1997-07-24tempnam(3) goes bye bye.Todd C. Miller
1997-07-24respect INSTALL_STRIP=-s'' pr 188kstailey
1997-07-24Replace 3 tempnam()'s with mkstemp. The two left look tricky.Todd C. Miller
1997-07-24install programs using INSTALL_PROGRAM of all things, will cvsbug this, pr 188kstailey
1997-07-24back out 1.2kstailey
1997-07-24install programs using INSTALL_PROGRAM of all things, will cvsbug this, pr 188kstailey
1997-07-24get the "make -f Makefile.bsd-wrapper config" case too (pr 188.)kstailey
1997-07-24optimize pr 188kstailey
1997-07-24don't crap out if DEBUG is set pr 188kstailey
1997-07-24respect "INSTALL_STRIP= -s" pr 188kstailey
1997-07-24Clean up play, let player see play more often, improve display timing.Theo de Raadt
Preliminary work from PR 2055 (as reverse patches); phil
1997-07-24Xr mknod 8Theo de Raadt
1997-07-24XrTheo de Raadt
1997-07-24multiple inclusion protection; brenner@umr.eduTheo de Raadt
1997-07-24doc that -P exists for sipp-* debugging, mostlyTheo de Raadt
1997-07-24use -fno-omit-frame-pointer; the reason is almost crazy; pr#287Theo de Raadt
1997-07-24no content-length is OK; cato@ulysses.df.lth.seTheo de Raadt
1997-07-24remove the section about install-sid. This man page might as well beTheo de Raadt
modified for our own purposes, so that people don't get confused when they read it later. Bad idea to confuse people who are filing new bugs. (kills pr 227)
1997-07-24set maxusersNiklas Hallqvist
1997-07-24comment clarificationNiklas Hallqvist
1997-07-24at_control cmd is a u_long.denny
1997-07-24Add -a (audit all users) flag and do our pipes.Todd C. Miller
1997-07-24bail properly if malloc failsTheo de Raadt
1997-07-24network byte order for countersTheo de Raadt
1997-07-24arghTheo de Raadt
1997-07-24inet_aton() returns 0 on error, not -1.Todd C. Miller
1997-07-24pre-def ypmaplistTheo de Raadt
1997-07-24does not use read(2)Theo de Raadt
1997-07-24cmd is a u_longTheo de Raadt
1997-07-24cmd is a u_longTheo de Raadt
1997-07-24copy d_type; giles@nemeton.com.auTheo de Raadt
1997-07-23typoNiklas Hallqvist
1997-07-23Support an DB_VALID_BREAKPOINT option for validation of breakpoints.Niklas Hallqvist
This can be very important in SOFTWARE_SSTEP systems as single stepping otherwise frequently hoses the machine when trying to step through paths used ny DDB itself.