summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2004-11-15More stuff to doJean-Francois Brousseau
2004-11-15Fix some issues in the protocol dispatch table:Jean-Francois Brousseau
2004-11-12updateJean-Francois Brousseau
2004-11-12Functions to extract log messages from files and query users for themJean-Francois Brousseau
2004-11-12Update to sudo 1.6.8p2Todd C. Miller
2004-11-12typo: comparations -> comparisonsJean-Francois Brousseau
2004-11-12Show file specifications as optional last arguments to the commit,Jean-Francois Brousseau
2004-11-11fp regs alsoPer Fogelstrom
2004-11-11First attempt. Frame digging is tricky since 'jr ra' instructionsPer Fogelstrom
2004-11-11long live button pushers (except for when theo is nearby)Henning Brauer
2004-11-10missing headerskrapht
2004-11-10where the files will beTheo de Raadt
2004-11-09use warn() instead of printf() + strerror()Pedro Martelletto
2004-11-09* don't use the import code just yet, it uses new functions that aren'tkrapht
2004-11-09Better handling of log message input and removal of crufty codekrapht
2004-11-09at least compilekrapht
2004-11-09cvs_exec()krapht
2004-11-09* don't setup a signal handler for SIGCHLD yetkrapht
2004-11-09Editor invocation code, still needs some workkrapht
2004-11-09a bit more sensekrapht
2004-11-09session prototypes and some cleanupkrapht
2004-11-09session skeleton codekrapht
2004-11-09We don't need to keep a copy of each Entries line, it isn't usedkrapht
2004-11-09import code from Joris Vink <amni at pandora dot be>krapht
2004-11-09cvsd_sock_accept() must return the descriptor, not 0krapht
2004-11-07space before punctuation when passed to macro;Jason McIntyre
2004-11-07usage():Jason McIntyre
2004-11-07options sort, and whitespace;Jason McIntyre
2004-11-07twiddle + at start of regexp.Marc Espie
2004-11-07Do not ignore SIGCHLD, repairing hangs after a subshell is executedOtto Moerbeek
2004-11-07add basic control of a running multiplex master connection; including theDamien Miller
2004-11-05command editing and history support via libedit; ok markus@Damien Miller
2004-11-04a bit better approximation on the election dayMichael Shalayeff
2004-11-02Do not modify ro mem and plug a mem leak. Happens when no cipherOtto Moerbeek
2004-10-31do not dupe a pagan entry hereMichael Shalayeff
2004-10-29use new buffer API to avoid fatal errors on corrupt keys in authorized_keysDamien Miller
2004-10-29introduce a new buffer API that returns an error rather than fatal()ing whenDamien Miller
2004-10-29factor out common permission-asking code to separate function; ok markus@Damien Miller
2004-10-29fix some window size change bugs for multiplexed connections: windows sizesDamien Miller
2004-10-293.6 nowMichael Shalayeff
2004-10-29we have no W^X on i396, but i386 has it!Henning Brauer
2004-10-27remove newlines in errx, syslog. ok henning, hshoexer, millertJared Yanovich
2004-10-27oops! one line wrongPer Fogelstrom
2004-10-27Change how MIPS ISA level is output to be consistent with other arches.Per Fogelstrom
2004-10-25describe R type; found by matthieu@Michael Shalayeff
2004-10-23Sparc->SPARCAlexander Yurchenko
2004-10-20More mips executables from NetBSD.Alexander Yurchenko
2004-10-20disconnect for invalid (out of range) message types.Markus Friedl
2004-10-20Change tabs in string constants to \t. "of course" deraadt@Otto Moerbeek
2004-10-19Implement -e expression, for command line expression evaluation.Otto Moerbeek