summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-01-16missed some registers, kill'em!Mike Pechkin
2002-01-16A better way to escape the punctuation chars in the examples.Marco S Hyman
2002-01-16update to sudo 1.6.4p2Todd C. Miller
2002-01-16Enable the traditional Stop-A handlingJason Wright
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-16Send input to wskbd_input() instead of line discipline and make sure RIE is set.Jason Wright
2002-01-16Initialize the rest of the wskbd_mapdata structure.Jason Wright
2002-01-16Add a sun keyboard typeJason Wright
2002-01-16socket()s first argument should be a protocol family rather than anbrian
2002-01-16socket's first argument is an address family, not a protocol family.brian
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-16Just tested a Eumitcom WL11000P in the guise of a Belkin F5D6000.Todd 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
2002-01-15o no more NOPOLL.Federico G. Schwindt
2002-01-15add spif* at sbus?Jason Wright
2002-01-15allow zskbd* at zs?Jason Wright
2002-01-15Frontend driver for keyboards attached to zs's (instead of zstty's).Jason Wright
2002-01-15sometimes trailing spaces are required for proper formatingMarco S Hyman
2002-01-15A fix to amap_wiperange from Chuck Cranor that has been in my tree forArtur Grabowski
2002-01-15allocate sackholes with poolNiels Provos
2002-01-15Move the enc tests into the Makefile and split them intoArtur Grabowski
2002-01-15MNAMELEN is 90, not 32; peterw AT ifost.org.auTodd C. Miller
2002-01-15change tcpcb allocation to poolNiels Provos
2002-01-15update to sudo 1.6.4p1Todd C. Miller
2002-01-14Do not create sys_aliases.c for elf systems; tested at some extentFederico G. Schwindt
2002-01-14volatile police.Miod Vallat
2002-01-14knfNiels Provos
2002-01-14knfNiels Provos
2002-01-14knfNiels Provos
2002-01-14typoNiels Provos
2002-01-14If waitpid() return ECHILD that should not be a fatal error sinceTodd C. Miller
2002-01-14Use SIG_DFL to reset SIGCHLD handlers, not SIG_IGN which has a differentTodd C. Miller
2002-01-14(c) 2002Markus Friedl
2002-01-14remove function pointers for events, remove chan_init*; ok provos@Markus Friedl
2002-01-14remove duplicated code; ok provos@Markus Friedl
2002-01-14correct fn names for ssh2, do not switch from closed to closed; ok provos@Markus Friedl
2002-01-14merge chan_[io]buf_empty[12]; ok provos@Markus Friedl
2002-01-14chan_send_oclose1() no longer calls chan_shutdown_write(); ok provos@Markus Friedl
2002-01-14update to sendmail-8.12.2Todd C. Miller
2002-01-14use macros to manage tcp timers; based on netbsdNiels Provos
2002-01-14The return value of lcsplx is used in locore. however at some pointDale Rahn
2002-01-14sync with sudo 1.6.4-finalTodd C. Miller
2002-01-13add chan_set_[io]state(), order states, state is now an u_int,Markus Friedl
2002-01-13use buffer API and avoid static strings of fixed size; ok provos@/mouring@Markus Friedl
2002-01-13change to use queue.h macros; okay markus@Niels Provos
2002-01-13updateMiod Vallat