summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2002-01-31OBEY!Michael Shalayeff
2002-01-30use defined(__ELF__) instead of a list of ELF architectures from whichMatthieu Herrb
2002-01-29mention exit status; ok stevesk@Markus Friedl
2002-01-29don't depend on servconf.c; ok djm@Markus Friedl
2002-01-29add DIAGNOSTICS; ok stevesk@Markus Friedl
2002-01-29limit subsystem length in log; ok markus@Kevin Steves
2002-01-29s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@Markus Friedl
2002-01-29exit 2 if no agent, exit 1 if list fails; debian#61078; ok djm@Markus Friedl
2002-01-27handle simple case to identify FamilyLocal display; ok markus@Kevin Steves
2002-01-27need privileged uid for krb5_verify_user(), ok hin@, dugsong@, netbsdMarkus Friedl
2002-01-27add X11UseLocalhost; ok markus@Kevin Steves
2002-01-26revert code to add x11 localhost display authorization entry forKevin Steves
2002-01-25use EVP_MD_size(evp_md) and not evp_md->md_size; ok steveks@Markus Friedl
2002-01-25do not build debug version either; markus@ okMichael Shalayeff
2002-01-25use static EVP_MAX_MD_SIZE buffers for EVP_DigestFinal; ok stevesk@Markus Friedl
2002-01-25unused includeMarkus Friedl
2002-01-25this existed in v4 and does not appear in v3, though the latter does not exis...Michael Shalayeff
2002-01-24Fix `necesary' typos; Alexander YurchenkoTodd C. Miller
2002-01-24need misc.h for set_nodelay()Kevin Steves
2002-01-24add set_nodelay() to set TCP_NODELAY on a socket (prep for nagle tuning).Kevin Steves
2002-01-24fix the history refsMichael Shalayeff
2002-01-24it was in v4 already, diff was forwarded to the current maintainer as wellMichael Shalayeff
2002-01-24at least the man page existed in v3, not v6Michael Shalayeff
2002-01-23update to sudo 1.6.5p2Todd C. Miller
2002-01-22open for writing only if needed so, accept multiple var assignments for -w; f...Michael Shalayeff
2002-01-22typo in error message; from djast@cs.toronto.eduKevin Steves
2002-01-21cleanup channels faster if the are empty and we are in drain-state; ok deraadt@Markus Friedl
2002-01-21remove "rijndael-*", just use "aes-" since this how rijndael is calledMarkus Friedl
2002-01-21s/deamon/daemon/Theo de Raadt
2002-01-21use read_passphrase+ECHO in confirm(), allows use of ssh-askpassMarkus Friedl
2002-01-21correct usage; ok deraadt@Kevin Steves
2002-01-18clarify Allow(Groups|Users) and Deny(Groups|Users); suggestion fromKevin Steves
2002-01-18unneeded cast cleanup; ok markus@Kevin Steves
2002-01-18correct Ciphers default; paola.mannaro@ubs.comKevin Steves
2002-01-18When listing buffers, detect if the buffer name is too long to fit in theArtur Grabowski
2002-01-18Remove the NROW and NCOL limits. The static arrays are now replaced withArtur Grabowski
2002-01-17evil, annoying spaces and tabsMichael Shalayeff
2002-01-17update to sudo 1.6.5p1, sighTodd C. Miller
2002-01-17Sync SYNOPSIS w/ usage(); Brian PooleTodd C. Miller
2002-01-17casts to silence enum type warnings for bugzilla bug 37; ok markus@Kevin Steves
2002-01-17missed oneTodd C. Miller
2002-01-17update to sudo 1.6.5Todd C. Miller
2002-01-16update to sudo 1.6.4p2Todd C. Miller
2002-01-16correct some commented defaults. add Ciphers default. ok markus@Kevin Steves
2002-01-16correct defaults for -i/IdentityFile; ok markus@Kevin Steves
2002-01-16The stategy now used for options in the default sshd_config shippedKevin Steves
2002-01-16wrapper for channel_setup_fwd_listenerMarkus Friedl
2002-01-16Use the volatile specifier to fix warnings about variables beingTodd C. Miller
2002-01-15minor simplification in preparation for a future change.Artur Grabowski
2002-01-15Make vmstat -m output the same for both sysctl and kvm versions.Artur Grabowski