summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2002-10-18<deraadt> screw this operating system shit, i just want to drive!Henning Brauer
2002-10-17missing defines for syscalls and a better formatting in usageMichael Shalayeff
2002-10-17Add support for printing the AUDIO_* ioctls, too.Jason Wright
2002-10-16repeatititionMichael Shalayeff
2002-10-16smoke; ok mickey@Markus Friedl
2002-10-1664bit pedant. %llu is "unsigned long long". markus okJun-ichiro itojun Hagino
2002-10-16scp doesn't need misc.c. markus okJun-ichiro itojun Hagino
2002-10-16Remove the setuid bit from /usr/bin/login. If login is run by a userTodd 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-16Add a new flag, -L, to cause su(1) to loop asking for a login/passwordTodd 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-15Kafka, Bernhard, Schmidt; ok mickey@Markus Friedl
2002-10-15forth bit on d.b.a.'s anniversary tonightMichael Shalayeff
2002-10-15emir kusturicaMichael Shalayeff
2002-10-15columbus dup; from danimal@danimal.orgMichael Shalayeff
2002-10-10anotherHenning Brauer
2002-10-07 do not crash when a breakpoint can't get set (remove itVincent Labrecque
from the list when we free it.) ok art@
2002-10-07 tyopVincent Labrecque
ok deraadt@
2002-10-07misplaced break in the lastMichael Shalayeff
2002-10-04remove the BSS crudTheo de Raadt
2002-10-04Move the -H to the sort variable declaration itself since the -HTodd 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-04sort -H for modern large filesystems; from McikyeBSD; millert@ ok and ↵Michael Shalayeff
multiple ppl testing
2002-10-04enchrist into stdargMichael Shalayeff
2002-10-04make the snakes fart throughMichael Shalayeff
2002-10-04some 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-04fprintf+exit vs errxMichael Shalayeff
2002-10-04janis dup; from Number Six <six@stalphonsos.com>Michael Shalayeff
2002-10-01allow root to access the agent, since there is no protection from root.Markus Friedl
2002-10-01OpenSSH 3.5Markus Friedl
2002-09-30typo, art okAnil Madhavapeddy
2002-09-28use rescan, not NULL, since ^X-t is not a prefixTheo de Raadt
2002-09-28doc that undo is a teeny bit differentTheo de Raadt
2002-09-27clarify compression level protocol 1 only; ok markus@ deraadt@Kevin Steves
2002-09-27add a generic match for a prober, such as sie big brother; idea from ↵Michael Shalayeff
stevesk@; markus@ ok
2002-09-26krb4 + privsep; ok dugsong@, deraadt@Markus Friedl
2002-09-26activate the two key sequences for undo again; ok art henningTheo de Raadt
2002-09-25typo; pilot@monkey.orgMarkus Friedl
2002-09-25sync LoginGraceTime with defaultMarkus Friedl
2002-09-24tweak the example $HOME/.ssh/rc script to not show on any cmdline theTodd T. Fries
sensitive data it handles. This fixes bug # 402 as reported by kolya@mit.edu (Nickolai Zeldovich). ok markus@ and stevesk@
2002-09-24only call kerberos code for authctxt->validMarkus Friedl
2002-09-24anotherHenning Brauer
2002-09-23only call auth_krb5 if kerberos is enabled; ok deraadt@Markus Friedl
2002-09-23change get_peer_ipaddr() and get_local_ipaddr() to not return NULL forKevin Steves
non-sockets; fixes a problem passing NULL to snprintf(). ok markus@
2002-09-23correctly dump radix_node; henric@attbi.comTheo de Raadt
2002-09-23Add missing includes, breaks and semicolons to appease gcc3; David KrauseTodd C. Miller
deraadt@ OK
2002-09-21When rotating files or checking the age of a file, check for bothTodd C. Miller
compressed and uncompressed logs but consult the flags to see which we one prefer should both exist. This keeps things from getting hosed if someone compresses or uncompresses one of the archived log files.
2002-09-20log illegal user here for missing privsep case (ssh2).Kevin Steves
this is executed in the monitor. ok markus@
2002-09-19Deal with someone specifying an empty string for the command to runTodd C. Miller
and make it mean "send no signal and run no command".
2002-09-19Fix long-standing bug. When specifying a command to run instead of sendingTodd C. Miller
a signal, the command was never actually run.
2002-09-19Don't print garbage when getnameinfo fails. henning@ ok.Hakan Olsson
2002-09-19log IP address also; ok markus@Kevin Steves