summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2008-01-29A few changes:Marc Espie
2008-01-29There is no need to xstrdup() optarg.Tobias Stoeckmann
2008-01-29Fixed function name in fatal calls. While at it, adjusted style.Tobias Stoeckmann
2008-01-29Properly free dynamically allocated memory on error path.Tobias Stoeckmann
2008-01-29Properly free dynamically allocated memory. Also skip needless checks.Tobias Stoeckmann
2008-01-29Properly check if an argument has been supplied for "Removed"Tobias Stoeckmann
2008-01-28Actually support checkout's -l.Tobias Stoeckmann
2008-01-28Properly free "rev".Tobias Stoeckmann
2008-01-28Zapped some variables which made the source harder to read (and to verify).Tobias Stoeckmann
2008-01-28checkout's options -m and -F are mutually exclusive. Also watch out toTobias Stoeckmann
2008-01-28Properly handle -R -- although it is default, it may be overwritten mit -lTobias Stoeckmann
2008-01-24Work-in-progress for sparc64, by David Crawshaw.Anders Magnusson
2008-01-23Don't reset the sticky tag of a file in CVS/Entries if it is not requested.Tobias Stoeckmann
2008-01-23Revert the change for bz #1307 as it causes connection aborts if an IGNOREDarren Tucker
2008-01-22Don't remove magic branch numbers from rcs files, as it breaks compatibilityTobias Stoeckmann
2008-01-21update to sudo 1.6.9p12Todd C. Miller
2008-01-21when a remote write error occurs during an upload, ensure that ACKs for allDamien Miller
2008-01-21Remove the fixed 100 handle limit in sftp-server and allocate as manyDamien Miller
2008-01-21Fixed cvs_findcmd I broke last time: cvs_findcmd is called during .cvsrcTobias Stoeckmann
2008-01-21Fixed export to be fully functional and compliant to GNU cvs in local andTobias Stoeckmann
2008-01-20When uploading, correctly handle the case of an unquoted filename withDamien Miller
2008-01-19promote rekeylimit to a int64 so it can hold the maximum useful limitDamien Miller
2008-01-19When we added support for specified bind addresses for port forwards, weDamien Miller
2008-01-19unbreak line numbering (broken in revision 1.164), fix error messageDamien Miller
2008-01-19when hashing individual hosts (ssh-keygen -Hf hostname), make sure weDamien Miller
2008-01-19fix remote handle leak in do_download() local file open error path;Damien Miller
2008-01-19ignore SIGPIPE in multiplex client mode - we can receive this if theDamien Miller
2008-01-19fd leak on session multiplexing error path. Report and patch fromDamien Miller
2008-01-19scp -q implies ssh -q for the underlying connection, it doesn't justDamien Miller
2008-01-19satisfy the pedants: -q does not suppress all diagnostic messages (e.g.Damien Miller
2008-01-14Changed xmalloc(n * m) pattern into xcalloc(n, m).Tobias Stoeckmann
2008-01-13the mixer_devinfo structure contains next and prev pointers; they are usedAlexandre Ratchov
2008-01-13revert 1.4, a.out toolchain needs this not-so-unused-after-all function.Charles Longeau
2008-01-13Revision buffers are supposed to be of size CVS_REV_BUFSZ (32) insteadTobias Stoeckmann
2008-01-13Typos fixed.Tobias Stoeckmann
2008-01-12Added missing break statements.Tobias Stoeckmann
2008-01-12Updates from master repo:Anders Magnusson
2008-01-12Updates from master repo.Anders Magnusson
2008-01-12Updates from master repo:Anders Magnusson
2008-01-12Large update from master repo:Anders Magnusson
2008-01-12Update from master repo:Anders Magnusson
2008-01-12better error reporting/job handling error:Marc Espie
2008-01-12new function: lstRequeue, to be used by the job handlerMarc Espie
2008-01-11add a note about shell built-ins;Jason McIntyre
2008-01-11providing MLINKS for shell builtins makes little sense: what we had was outJason McIntyre
2008-01-11disable unused functionsCharles Longeau
2008-01-10kill trailing whitespace;Jason McIntyre
2008-01-10fix stupid typo in grouping, make PWD work correctly again.Marc Espie
2008-01-10This file is in the public domain. ok deraadt@Kjell Wooding
2008-01-10Greatly improve this man page. ok jmc@Kjell Wooding