summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-10-29ProxyCommand and LocalCommand use the user's shell, not /bin/sh; ok djm@Darren Tucker
2007-10-29Send config block back to slave for invalid users too so optionsDarren Tucker
2007-10-29Plug tiny mem leaks in ControlPath and ProxyCommand option processing; ok djm@Darren Tucker
2007-10-29Allow build without -DGSSAPI; ok deraadt@Darren Tucker
2007-10-27From master repo: Remove lineid() prototype.Anders Magnusson
2007-10-27Sync with master repo: At least compiles now.Anders Magnusson
2007-10-27Sync vith master repo: Remove lineid(), #ifdef for mirbsd wchar_t.Anders Magnusson
2007-10-27From master repo: Allow for less than 4 register classes.Anders Magnusson
2007-10-27Pull up changes from master repo:Anders Magnusson
2007-10-27fix indentationMarc Espie
2007-10-26patch to improve vmstat(8) output:Igor Sobrado
2007-10-25Cleanup pctr code: sort options, remove nasty return.Mike Belopuhov
2007-10-25Update to sudo 1.6.9p7Todd C. Miller
2007-10-24add missing checks against NULL after realloc callsCharles Longeau
2007-10-24Remove idle loop counter.Mike Belopuhov
2007-10-24fix logic of command line/ MAKEFLAGS parsing.Marc Espie
2007-10-24factor out network read/write into an atomicio()-like function, and use itDamien Miller
2007-10-24rework argument splitting and parsing to cope correctly with common shellDamien Miller
2007-10-23Fix CLEANFILESMiod Vallat
2007-10-23Fixes from master repo:Anders Magnusson
2007-10-23Fix from master repo:Anders Magnusson
2007-10-23Pull from ragge's repo, commit by mickey:Otto Moerbeek
2007-10-23add missing checks against NULL on last.dk_rbytes and last.dk_wbytesCharles Longeau
2007-10-22Pull from master repo:Stefan Kempf
2007-10-22make sure that both the local and remote port are correct whenMarkus Friedl
2007-10-22Pull from ragge's repo:Otto Moerbeek
2007-10-22move from x86 to i386; gentle push by deraadt@, ok ragge@Otto Moerbeek
2007-10-22use EV_SET() instead of doing it by hand; Iruata SouzaTheo de Raadt
2007-10-21Pull from ragge's repo:Otto Moerbeek
2007-10-21our as wants # as a comment charOtto Moerbeek
2007-10-21whack extdef() for the moment, it seems we do not need it and it tripsOtto Moerbeek
2007-10-20pull in exname() changes from ragge's repo. we're now back in syncOtto Moerbeek
2007-10-20sync with ragge's repoOtto Moerbeek
2007-10-20minor changes i missed on earlier merges with ragge's repoOtto Moerbeek
2007-10-20an usage message should fit on a 80-column displayIgor Sobrado
2007-10-20add EDITOR and VISUAL to env_keepHenning Brauer
2007-10-20Start of a powerpc backend by Gregory McGarry. Not complete yet.Otto Moerbeek
2007-10-20powerpc ccomOtto Moerbeek
2007-10-20Pull from master repo; commit by gmcgarryOtto Moerbeek
2007-10-20Pull from master repo:Stefan Kempf
2007-10-19do setegid() before seteuid(); see pr 5605 for more info; ok millertTheo de Raadt
2007-10-18Pull from master repo:Stefan Kempf
2007-10-18Kill spurious warnings when arg is a function pointer. ShouldOtto Moerbeek
2007-10-18Avoid memory leak if tag is defined multiple times in CVSROOT/config.Tobias Stoeckmann
2007-10-17remove "unused variable" warningsCharles Longeau
2007-10-17- Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) byTheo de Raadt
2007-10-17Use TCSAFLUSH not TCSADRAIN when turning off echo and use TCSANOW whenTodd C. Miller
2007-10-17more unification between amd64 and i386 (API changes, but we thinkTheo de Raadt
2007-10-17- fix several switch statements regarding falling through the case statement;Theo de Raadt
2007-10-17various fixes for previous;Jason McIntyre