summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2004-10-07don't unlink agent socket when bind() fails, spotted by rich AT rich-paul.netDamien Miller
2004-10-07document KbdInteractiveDevices; ok markus@Damien Miller
2004-10-07introduce -p option and p command to only show a single process.Otto Moerbeek
2004-10-05fix an overflow in the handling of -SJared Yanovich
2004-10-04refer to re_format.7 rather than egrep.1 for a description of EREs;Jason McIntyre
2004-10-04refer to re_format.7 rather than egrep.1 for a description of EREs;Jason McIntyre
2004-10-04remove some incorrect apostrophes, and make the text referring toJason McIntyre
2004-10-04remove the section on extended regular expressions, and pointJason McIntyre
2004-10-04hierarchy is spelt hierarchy, ok djm@Jonathan Gray
2004-10-03Remove block based mmap optimization. There are newline problemsOtto Moerbeek
2004-10-02Keep calling getdirentries() until we no longer fill up our buffer.Todd C. Miller
2004-10-02ftello and fseek ok and such, ok ottoTheo de Raadt
2004-10-01No deletions unless initially agreed upon or with a very good reason;Miod Vallat
2004-10-01optimism in man kind does not belong hereHenning Brauer
2004-10-01add the time for that thing...Michael Shalayeff
2004-09-29always compile in INET6 supportTheo de Raadt
2004-09-29<deraadt> A burp means less gas later.Henning Brauer
2004-09-29Add the `user' and `group' keyword examplesJean-Francois Brousseau
2004-09-28when stdin is searched, -L and -l print `(standard input)', not `-';Jason McIntyre
2004-09-28various fixes to make this page a bit clearer and hopefully a bitJason McIntyre
2004-09-28Update to sudo 1.6.8p1Todd C. Miller
2004-09-27cvsd_recvmsg() is supposed to return 1 when a message has been read.Jean-Francois Brousseau
2004-09-27Plug all of the remaining memory leaks using my new Plug-O-Matic 2000(C)Jean-Francois Brousseau
2004-09-27Plug two of the huge leaks that Joris Vink has reported. rcs_freedelta()Jean-Francois Brousseau
2004-09-27Rename some variables to match the general format, and avoid exportingJean-Francois Brousseau
2004-09-27use the real lenght to zero out the buffer inJoris Vink
2004-09-27Add the `user' and `group' keywords in the configuration file format, soJean-Francois Brousseau
2004-09-27Simplify signal handling by having only one handler that sets the properJean-Francois Brousseau
2004-09-25Change the cvsd_recvmsg() API so that it returns 1 when a message wasJean-Francois Brousseau
2004-09-25Most of the code to handle SIGCHLD and spawn new children wheneverJean-Francois Brousseau
2004-09-25- check return values for rcsnum_alloc()Joris Vink
2004-09-25tidy buffer sizes, from Alexander Farber, PR 3924. ok tedu@Otto Moerbeek
2004-09-25these printf args are no longer double; ok deraadt@ markus@Damien Miller
2004-09-24save a copy of the pointer before strsep; fixes an abort on free.Federico G. Schwindt
2004-09-24Before attempting to unlink() the local socket, set the effectiveJean-Francois Brousseau
2004-09-24When creating the local socket, set the group to the server's group IDJean-Francois Brousseau
2004-09-24Add a `-h' option to print the usage and exit with status 0 and fixJean-Francois Brousseau
2004-09-23do not shrink the field width...Theo de Raadt
2004-09-23adapt to KERN_INTRCNT_CNT returning a quad, from danh (imported now toTheo de Raadt
2004-09-23adapt to KERN_INTRCNT_CNT becoming a quad; ok tedu, and pulling in someTheo de Raadt
2004-09-23Add missing free on error; Alison WintersTodd C. Miller
2004-09-23Lower the level of an error messageJean-Francois Brousseau
2004-09-23print error messages when we receive the `error' responseJean-Francois Brousseau
2004-09-23correctly honour -n in multiplex client mode; spotted by sturm@ ok markus@Damien Miller
2004-09-21missing wordMichael Shalayeff
2004-09-20Make "gunzip foo.bar" work when there is a foo.bar.gz file.Todd C. Miller
2004-09-18Install the yacc(1) PSD. ok mickey@ jmc@Otto Moerbeek
2004-09-18ARGSUSED signal handlerTheo de Raadt
2004-09-18knfTheo de Raadt
2004-09-16check value of strdup(3) calls;Joris Vink