Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-12 | update | Jean-Francois Brousseau | |
2004-11-12 | Functions to extract log messages from files and query users for them | Jean-Francois Brousseau | |
2004-11-12 | Update to sudo 1.6.8p2 | Todd C. Miller | |
2004-11-12 | typo: comparations -> comparisons | Jean-Francois Brousseau | |
2004-11-12 | Show file specifications as optional last arguments to the commit, | Jean-Francois Brousseau | |
diff and update commands | |||
2004-11-11 | fp regs also | Per Fogelstrom | |
2004-11-11 | First attempt. Frame digging is tricky since 'jr ra' instructions | Per Fogelstrom | |
used to sync functions start are now (with gcc3) all over the code. Need to think about some other way to figure out the frame size from looking for the right sp adjust instruction. | |||
2004-11-11 | long live button pushers (except for when theo is nearby) | Henning Brauer | |
2004-11-10 | missing headers | krapht | |
2004-11-10 | where the files will be | Theo de Raadt | |
2004-11-09 | use warn() instead of printf() + strerror() | Pedro Martelletto | |
ok hshoexer@ jaredy@ deraadt@ | |||
2004-11-09 | * don't use the import code just yet, it uses new functions that aren't | krapht | |
tested enough yet | |||
2004-11-09 | Better handling of log message input and removal of crufty code | krapht | |
2004-11-09 | at least compile | krapht | |
2004-11-09 | cvs_exec() | krapht | |
2004-11-09 | * don't setup a signal handler for SIGCHLD yet | krapht | |
* ignore SIGPIPE * add the getopt() argument format to the command structure | |||
2004-11-09 | Editor invocation code, still needs some work | krapht | |
2004-11-09 | a bit more sense | krapht | |
2004-11-09 | session prototypes and some cleanup | krapht | |
2004-11-09 | session skeleton code | krapht | |
2004-11-09 | We don't need to keep a copy of each Entries line, it isn't used | krapht | |
anywhere and it consumes memory uselessly. | |||
2004-11-09 | import code from Joris Vink <amni at pandora dot be> | krapht | |
2004-11-09 | cvsd_sock_accept() must return the descriptor, not 0 | krapht | |
2004-11-07 | space before punctuation when passed to macro; | Jason McIntyre | |
2004-11-07 | usage(): | Jason McIntyre | |
- add -O - sync -S w/ manpage - remove -h | |||
2004-11-07 | options sort, and whitespace; | Jason McIntyre | |
2004-11-07 | twiddle + at start of regexp. | Marc Espie | |
2004-11-07 | Do not ignore SIGCHLD, repairing hangs after a subshell is executed | Otto Moerbeek | |
via ~! or ~C. While there, fix description of fd's available to the command executed by ~C in man page and comments. This has been wrong since at least 4.4BSD... Spotted by Hugo Villeneuve. PR 3971. ok and help millert@; ok deraadt@ | |||
2004-11-07 | add basic control of a running multiplex master connection; including the | Damien Miller | |
ability to check its status and request it to exit; ok markus@ | |||
2004-11-05 | command editing and history support via libedit; ok markus@ | Damien Miller | |
thanks to hshoexer@ and many testers on tech@ too | |||
2004-11-04 | a bit better approximation on the election day | Michael Shalayeff | |
2004-11-02 | Do not modify ro mem and plug a mem leak. Happens when no cipher | Otto Moerbeek | |
spec is found in login.conf. Found by Jerome Loyet. ok henning@ hshoexer@ and millert@ on an earlier version. | |||
2004-10-31 | do not dupe a pagan entry here | Michael Shalayeff | |
2004-10-29 | use new buffer API to avoid fatal errors on corrupt keys in authorized_keys | Damien Miller | |
files; ok markus@ | |||
2004-10-29 | introduce a new buffer API that returns an error rather than fatal()ing when | Damien Miller | |
presented with bad data; ok markus@ | |||
2004-10-29 | factor out common permission-asking code to separate function; ok markus@ | Damien Miller | |
2004-10-29 | fix some window size change bugs for multiplexed connections: windows sizes | Damien Miller | |
were not being updated if they had changed after ~^Z suspends and SIGWINCH was not being processed unless the first connection had requested a tty; ok markus | |||
2004-10-29 | 3.6 now | Michael Shalayeff | |
2004-10-29 | we have no W^X on i396, but i386 has it! | Henning Brauer | |
2004-10-27 | remove newlines in errx, syslog. ok henning, hshoexer, millert | Jared Yanovich | |
2004-10-27 | oops! one line wrong | Per Fogelstrom | |
2004-10-27 | Change how MIPS ISA level is output to be consistent with other arches. | Per Fogelstrom | |
ok deraadt, grange and ian | |||
2004-10-25 | describe R type; found by matthieu@ | Michael Shalayeff | |
2004-10-23 | Sparc->SPARC | Alexander Yurchenko | |
Amd->AMD ok ian@ | |||
2004-10-20 | More mips executables from NetBSD. | Alexander Yurchenko | |
ok ian@ tedu@ | |||
2004-10-20 | disconnect for invalid (out of range) message types. | Markus Friedl | |
2004-10-20 | Change tabs in string constants to \t. "of course" deraadt@ | Otto Moerbeek | |
2004-10-19 | Implement -e expression, for command line expression evaluation. | Otto Moerbeek | |
ok deraadt@ | |||
2004-10-18 | Implement command line evaluation of expressions by implementing the -e option. | Otto Moerbeek | |
ok weingart@ | |||
2004-10-17 | http proxy CONNECT support; ok beck@ | Damien Miller | |