Age | Commit message (Expand) | Author |
2002-10-04 | remove the BSS crud | Theo de Raadt |
2002-10-04 | Move the -H to the sort variable declaration itself since the -H | Todd C. Miller |
2002-10-04 | sort -H for modern large filesystems; from McikyeBSD; millert@ ok and multipl... | Michael Shalayeff |
2002-10-04 | enchrist into stdarg | Michael Shalayeff |
2002-10-04 | make the snakes fart through | Michael Shalayeff |
2002-10-04 | some formatting from mickey. | Michael Shalayeff |
2002-10-04 | fprintf+exit vs errx | Michael Shalayeff |
2002-10-04 | janis dup; from Number Six <six@stalphonsos.com> | Michael Shalayeff |
2002-10-01 | allow root to access the agent, since there is no protection from root. | Markus Friedl |
2002-10-01 | OpenSSH 3.5 | Markus Friedl |
2002-09-30 | typo, art ok | Anil Madhavapeddy |
2002-09-28 | use rescan, not NULL, since ^X-t is not a prefix | Theo de Raadt |
2002-09-28 | doc that undo is a teeny bit different | Theo de Raadt |
2002-09-27 | clarify compression level protocol 1 only; ok markus@ deraadt@ | Kevin Steves |
2002-09-27 | add a generic match for a prober, such as sie big brother; idea from stevesk@... | Michael Shalayeff |
2002-09-26 | krb4 + privsep; ok dugsong@, deraadt@ | Markus Friedl |
2002-09-26 | activate the two key sequences for undo again; ok art henning | Theo de Raadt |
2002-09-25 | typo; pilot@monkey.org | Markus Friedl |
2002-09-25 | sync LoginGraceTime with default | Markus Friedl |
2002-09-24 | tweak the example $HOME/.ssh/rc script to not show on any cmdline the | Todd T. Fries |
2002-09-24 | only call kerberos code for authctxt->valid | Markus Friedl |
2002-09-24 | another | Henning Brauer |
2002-09-23 | only call auth_krb5 if kerberos is enabled; ok deraadt@ | Markus Friedl |
2002-09-23 | change get_peer_ipaddr() and get_local_ipaddr() to not return NULL for | Kevin Steves |
2002-09-23 | correctly dump radix_node; henric@attbi.com | Theo de Raadt |
2002-09-23 | Add missing includes, breaks and semicolons to appease gcc3; David Krause | Todd C. Miller |
2002-09-21 | When rotating files or checking the age of a file, check for both | Todd C. Miller |
2002-09-20 | log illegal user here for missing privsep case (ssh2). | Kevin Steves |
2002-09-19 | Deal with someone specifying an empty string for the command to run | Todd C. Miller |
2002-09-19 | Fix long-standing bug. When specifying a command to run instead of sending | Todd C. Miller |
2002-09-19 | Don't print garbage when getnameinfo fails. henning@ ok. | Hakan Olsson |
2002-09-19 | log IP address also; ok markus@ | Kevin Steves |
2002-09-19 | typo; cd@kalkatraz.de | Markus Friedl |
2002-09-19 | Since isspace() considers \n to be a space we need to check for start | Todd C. Miller |
2002-09-19 | relegate some verbose() to debug(); ok markus@ | Kevin Steves |
2002-09-19 | bugzilla.mindrot.org #223 - ProxyCommands don't exit. | Damien Miller |
2002-09-18 | fix Xr refs; frisco@blackant.net | Theo de Raadt |
2002-09-17 | Allow user to restrict logs to be rotated by specifying pathnames on | Todd C. Miller |
2002-09-17 | Add -F (force) flag; inspired by FreeBSD | Todd C. Miller |
2002-09-17 | Add -a flag to specify a directory to store archived logs. Based on | Todd C. Miller |
2002-09-17 | ansi | Theo de Raadt |
2002-09-17 | don't quit while creating X11 listening socket. | Jun-ichiro itojun Hagino |
2002-09-16 | reference moduli(5) in FILES /etc/moduli. | Kevin Steves |
2002-09-16 | more details on X11Forwarding security issues and threats; ok markus@ | Kevin Steves |
2002-09-16 | log when _PATH_NOLOGIN exists; ok markus@ | Kevin Steves |
2002-09-16 | o Remove "NONE" #define and check uid_t and gid_t against -1 with proper casts | Todd C. Miller |
2002-09-15 | don't add undo records when we open a file, only when we insert it. | Vincent Labrecque |
2002-09-15 | rename realocmap to reallocmap, plus some style. | Vincent Labrecque |
2002-09-15 | KNF | Vincent Labrecque |
2002-09-15 | typo in comment. | Vincent Labrecque |