Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-01 | 3.2 released | Michael Shalayeff | |
2002-10-29 | idle time is shown as ` ' not ` )'. | Jason Wright | |
2002-10-26 | typo. NetBSD PR 18816 | Jun-ichiro itojun Hagino | |
2002-10-24 | - Add missing cdid command to cdio.1. | Federico G. Schwindt | |
- Remove ambiguity between cddbinfo and cdid commands, so CD matches cddbinfo and CDI cdid. millert@ ok. | |||
2002-10-23 | %u for u_int | Markus Friedl | |
2002-10-23 | use %u for u_int | Markus Friedl | |
2002-10-18 | <deraadt> screw this operating system shit, i just want to drive! | Henning Brauer | |
2002-10-17 | missing defines for syscalls and a better formatting in usage | Michael Shalayeff | |
2002-10-17 | Add support for printing the AUDIO_* ioctls, too. | Jason Wright | |
2002-10-16 | repeatitition | Michael Shalayeff | |
2002-10-16 | smoke; ok mickey@ | Markus Friedl | |
2002-10-16 | 64bit pedant. %llu is "unsigned long long". markus ok | Jun-ichiro itojun Hagino | |
2002-10-16 | scp doesn't need misc.c. markus ok | Jun-ichiro itojun Hagino | |
2002-10-16 | Remove the setuid bit from /usr/bin/login. If login is run by a user | Todd C. Miller | |
with a non-zero euid, it will now exec "su -L -l". The only things that need to do this are shells with a "login" builtin and the emulation that su(1) now does is good enough for this purpose. | |||
2002-10-16 | Add a new flag, -L, to cause su(1) to loop asking for a login/password | Todd C. Miller | |
repeatedly until the user authenticates or interrupts things. This will be used to make login(1) no longer setuid. | |||
2002-10-16 | don't bork if there's a "calendar" directory in the current directory.... | Vincent Labrecque | |
ok millert | |||
2002-10-15 | Kafka, Bernhard, Schmidt; ok mickey@ | Markus Friedl | |
2002-10-15 | forth bit on d.b.a.'s anniversary tonight | Michael Shalayeff | |
2002-10-15 | emir kusturica | Michael Shalayeff | |
2002-10-15 | columbus dup; from danimal@danimal.org | Michael Shalayeff | |
2002-10-10 | another | Henning Brauer | |
2002-10-07 | do not crash when a breakpoint can't get set (remove it | Vincent Labrecque | |
from the list when we free it.) ok art@ | |||
2002-10-07 | tyop | Vincent Labrecque | |
ok deraadt@ | |||
2002-10-07 | misplaced break in the last | Michael Shalayeff | |
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 | |
flag is non-standard. This allows people to use a different sort (like GNU sort) if they want via the sort environment variable. mickey@ OK | |||
2002-10-04 | sort -H for modern large filesystems; from McikyeBSD; millert@ ok and ↵ | Michael Shalayeff | |
multiple ppl testing | |||
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 | |
From: Maxim Tsyplakov <tm@openbsd.ru> indent -i0 somefile.c dumps core in indent.c line 276 ps.ind_level = ps.i_l_follow = col / ps.ind_size; | |||
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 ↵ | Michael Shalayeff | |
stevesk@; markus@ ok | |||
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 | |
sensitive data it handles. This fixes bug # 402 as reported by kolya@mit.edu (Nickolai Zeldovich). ok markus@ and stevesk@ | |||
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 | |
non-sockets; fixes a problem passing NULL to snprintf(). ok markus@ | |||
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 | |
deraadt@ OK |