Age | Commit message (Expand) | Author |
2008-12-01 | Add a function to print a floating point field and use this to fix the | Christian Weisgerber |
2008-11-30 | Retry sendmsg/recvmsg on EAGAIN and EINTR; ok djm@ | Darren Tucker |
2008-11-29 | sndio for cdio (only for the "cdplay" command) | Jacob Meuser |
2008-11-26 | when recording .wav files overwrite user supplied parameters with | Alexandre Ratchov |
2008-11-26 | Small optimization. | Ray Lai |
2008-11-25 | Even if neither stdin nor stdout are ttys we may still have /dev/tty | Todd C. Miller |
2008-11-24 | fix a very old bug. Fix discovered in NetBSD by miod@ | Marc Espie |
2008-11-24 | Fix typo in sudoers man page (from Markus Lude) | Todd C. Miller |
2008-11-24 | although there's no EOF condition defined for the handling of '?', | Otto Moerbeek |
2008-11-23 | Use file input parameter as default device output and file output parameters | Alexandre Ratchov |
2008-11-22 | sync with sudo repo | Todd C. Miller |
2008-11-21 | packet_disconnect() on padding error, too. should reduce the success | Markus Friedl |
2008-11-20 | KNF; only white space changes | Otto Moerbeek |
2008-11-20 | take into account socket parameters into calculation of device | Alexandre Ratchov |
2008-11-18 | fix check_aliases | Todd C. Miller |
2008-11-18 | when destroying an alias, free the correct data pointer | Todd C. Miller |
2008-11-18 | standardize on the term 'option' for command line options (not flag) | Todd C. Miller |
2008-11-17 | - rename -s arg name to "socket" | Jason McIntyre |
2008-11-17 | - stop referring to the display as consisting of windows. we can explain | Jason McIntyre |
2008-11-17 | tweak previous man page changes, and sync usage(); | Jason McIntyre |
2008-11-17 | in server mode full-duplex device is no more requierd, remove | Alexandre Ratchov |
2008-11-17 | allow aucat to run as server in play-only and record-only mode, so | Alexandre Ratchov |
2008-11-16 | trigger rproc->eof() and and wproc->hup() if POLLHUP event is set. | Alexandre Ratchov |
2008-11-16 | aucat stops the device when idle, remove the corresponding | Alexandre Ratchov |
2008-11-16 | allow aucat to listen on multiple sockets. Each socket carries its | Alexandre Ratchov |
2008-11-16 | add ``template'' parameters to sockets rather than using device | Alexandre Ratchov |
2008-11-16 | tweak previous; | Jason McIntyre |
2008-11-16 | make aucat compile without DEBUG defined (still defined by default) | Alexandre Ratchov |
2008-11-16 | in file_poll() the number of polled file structures is not equal to the | Alexandre Ratchov |
2008-11-16 | Make clients inherit the volume parameter when the -v option is used in | Alexandre Ratchov |
2008-11-15 | update the readme a bit by deleting most of the irrelevant info, such as msdos | Ted Unangst |
2008-11-15 | classic C compatibility (no statements before decls) | Theo de Raadt |
2008-11-14 | add back acsite.m4 | Todd C. Miller |
2008-11-14 | Upgrade to sudo 1.7. See the WHATSNEW files for details. | Todd C. Miller |
2008-11-14 | Upgrade to sudo 1.7. See the WHATSNEW files for details. | Todd C. Miller |
2008-11-13 | Backout previous commit, there are still some issues with it. | Landry Breuil |
2008-11-12 | when destroying the device, mark the mixer and the demultiplexer | Alexandre Ratchov |
2008-11-12 | Usage -> usage. | Igor Sobrado |
2008-11-11 | if the device disappear the mixer and demultiplexer chains are | Alexandre Ratchov |
2008-11-11 | remove the SIGNALS sections, describe signals in DESCRIPTION | Alexandre Ratchov |
2008-11-11 | expose the volume knob in server mode too | Alexandre Ratchov |
2008-11-11 | termninate non-server aucat when it's idle rather that using | Alexandre Ratchov |
2008-11-11 | when not in server mode, aucat terminates automatically using | Alexandre Ratchov |
2008-11-11 | allocate job only when it's needed. | Marc Espie |
2008-11-11 | escape minus signs; | Jason McIntyre |
2008-11-11 | for sshd -T print 'permitopen any' vs. 'permitopen' for case of no | Kevin Steves |
2008-11-11 | USE_AFS not referenced so remove #ifdef. fixes sshd -T not printing | Kevin Steves |
2008-11-10 | add a per-stream ``soft volume'' knob and the corresponding -v option. | Alexandre Ratchov |
2008-11-10 | missing static | Marc Espie |
2008-11-10 | adjust comment to reflect reality (CompatRunCommand is gone) | Marc Espie |