summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2002-06-26limit size of BNs to 8KB; ok provos/deraadtMarkus Friedl
2002-06-26Another great quote.Miod Vallat
2002-06-25lightweight do_setusercontext after chroot()Markus Friedl
2002-06-25unnecessary castMarkus Friedl
2002-06-25display readonly/modified combination just like emacs.Vincent Labrecque
ok deraadt@
2002-06-24explicit (u_int) for uid and gidTheo de Raadt
2002-06-24KERN_POOL_POOL, not KERN_POOL_NPOOLS --- I wonder how this was notAngelos D. Keromytis
observed. From dfa@solo.ee and dsb@nt.pin.dvgu.ru
2002-06-24sort out the yemen's history a bit (with spelling corrections!).Michael Shalayeff
assume south yemen where "democratic" is mentioned and "arab republic" otherwise, except for the united yemen. partially suggested by danimal@danimal.org
2002-06-24printf type pedantJun-ichiro itojun Hagino
2002-06-24cat to (void) when output from buffer_get_X is ignoredMarkus Friedl
2002-06-24move channel counter to u_intMarkus Friedl
2002-06-24the socket name contains ssh-agent's ppid; via mpech@ from form@Markus Friedl
2002-06-24prevent potential unaligned access error; ok espie@, pval@Christian Weisgerber
2002-06-23tcode is u_intMarkus Friedl
2002-06-23packet_get_int() returns unsigned for reason & seqnrTheo de Raadt
2002-06-23display, screen, row, col, xpixel, ypixel are u_int; markus okTheo de Raadt
2002-06-23KNFTheo de Raadt
2002-06-23compression_level is u_intTheo de Raadt
2002-06-23add -p pid feature, and ansi at the same time; millert okTheo de Raadt
2002-06-23some minor KNF and %uTheo de Raadt
2002-06-23minor KNF. things the fingers do while you readTheo de Raadt
2002-06-23u_int stuffTheo de Raadt
2002-06-23bunch of u_int vs int stuffTheo de Raadt
2002-06-23various KNF and %d for unsignedTheo de Raadt
2002-06-23KNFTheo de Raadt
2002-06-23uid_t and gid_t are unsignedTheo de Raadt
2002-06-22save auth method before monitor_reset_key_state(); bugzilla bug #284;Kevin Steves
ok provos@
2002-06-22don't call setsid() if debugging or run from inetd; no "Operation notKevin Steves
permitted" errors now; ok millert@ markus@
2002-06-22use process ID vs. pid/PID/process identifierKevin Steves
2002-06-22typoKevin Steves
2002-06-22check /var/empty owner mode; ok provos@Kevin Steves
2002-06-22add /var/empty in FILES sectionKevin Steves
2002-06-22typoChristian Weisgerber
2002-06-22section 5 not 4 for ssh_configKevin Steves
2002-06-22correct commentKevin Steves
2002-06-21OpenSSH_3.3Markus Friedl
2002-06-21o Resize nicely when we receive SIGWINCHTodd C. Miller
o Also change some 0-2 to *_FILENO
2002-06-21Don't initialise compression buffers when compression=no in sshd_config;Damien Miller
ok Niels@
2002-06-21fix bad usage of strlcpy()'s return value. (made pointers pointVincent Labrecque
beyond the boundaries of buffers) ok deraadt@
2002-06-21remove the "extern" for a variable that does not exist anymore.Vincent Labrecque
2002-06-20add CompressionMarkus Friedl
2002-06-20allow Compression=yes/no in sshd_configMarkus Friedl
2002-06-20typoKevin Steves
2002-06-20refer to config file man pageKevin Steves
2002-06-20ssh_config(5)Kevin Steves
2002-06-20move configuration file options from ssh.1/sshd.8 toKevin Steves
ssh_config.5/sshd_config.5; ok deraadt@ millert@
2002-06-20Add a -s option to enable the smooth scrolling in revision 1.10Todd C. Miller
The default behavior remains unchanged.
2002-06-20undo last commit; deraadt@Oleg Safiullin
2002-06-20scrolling support.Oleg Safiullin
ok millert@
2002-06-20KNFify the return (return x -> return (x))Vincent Labrecque
remove an "else" from last commit, it didn't make a lot of sense.