summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Collapse)Author
2002-06-28gidset[2] -> gidset[1]; markus okTheo de Raadt
2002-06-28range check -u option at invocationTheo de Raadt
2002-06-28use ssize_tTheo de Raadt
2002-06-28tree(3) wants an int return value for its compare functions andTodd C. Miller
the difference between two pointers is not an int. Just do the safest thing and store the result in a long and then return 0, -1, or 1 based on that result.
2002-06-27use convtime(); ok markus@Kevin Steves
2002-06-27use xfree()Theo de Raadt
2002-06-27improve mm_zalloc check; markus okTheo de Raadt
2002-06-27more checks for NULL pointers; from grendel@zeitbombe.org; ok deraadt@Markus Friedl
2002-06-26bug #304, xfree(data) called to early; openssh@sigint.cs.purdue.eduMarkus Friedl
2002-06-26more %uTheo de Raadt
2002-06-26fix exit code for -X/-xMarkus Friedl
2002-06-26use ssize_t for recvmsg() and sendmsg() returnTheo de Raadt
2002-06-26correct %uTheo de Raadt
2002-06-263.4Markus Friedl
2002-06-26make sure # of response matches # of queries, fixes int overflow; from ISSMarkus Friedl
2002-06-26disclose less information from environment files; based on input from djm, ↵Theo de Raadt
and dschultz@uclink.Berkeley.EDU
2002-06-26be careful in mm_zallocTheo de Raadt
2002-06-26limit # of env vars to 1000; ok deraadt/djmMarkus Friedl
2002-06-26limit # of channels to 10000Markus Friedl
2002-06-26limit append to 1MB and buffers to 10MBMarkus Friedl
2002-06-26limit size of BNs to 8KB; ok provos/deraadtMarkus Friedl
2002-06-25lightweight do_setusercontext after chroot()Markus Friedl
2002-06-25unnecessary castMarkus Friedl
2002-06-24explicit (u_int) for uid and gidTheo de Raadt
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-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-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-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-21Don't initialise compression buffers when compression=no in sshd_config;Damien Miller
ok Niels@