summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2005-07-20no need to append strerror(errno) in error msg if we use LP_ERRNO code;Xavier Santolaria
2005-07-20fix local mode; ok joris@.Xavier Santolaria
2005-07-20remove the -M and -N flags to uptime, they do nothing.Jared Yanovich
w(1) is unaffected by this. closes PR#4298 ok millert, deraadt
2005-07-19print existing tags if any (-v); long time ago Ok joris@.Xavier Santolaria
2005-07-19use cvs_path_cat() where appropriate; ok joris@.Xavier Santolaria
2005-07-19auth_usercheck(3) can return NULL, so check for that. Report fromOtto Moerbeek
mpech@. ok markus@
2005-07-19make the init command work;Xavier Santolaria
tested aanriot@ joris@; Ok joris@.
2005-07-19missing CF_IGNORE, CF_NOSYMS and CF_SORT flags.Joris Vink
gets the local mode of 'log' a bit closer to reality. problems noticed by deraadt@
2005-07-19spacingTheo de Raadt
2005-07-19if the user specifies the -Q flag (really quiet) we alsoJoris Vink
have to send the -q flag (quiet) to the server.
2005-07-19unbreak the commit command.Joris Vink
2005-07-18add cvs_noexec in cvs_req_globalopt() swtich case 'n';Xavier Santolaria
2005-07-18be consistent w/ warning messages (and handle -Q);Xavier Santolaria
2005-07-18use cvs_path_cat() where appropriate; ok joris@.Xavier Santolaria
2005-07-18some cleanup and on non-proxy operation switch to HTTP 1.1 since we'veFederico G. Schwindt
using some sort of it for a long time now; shrinks ~200 bytes. ok by millert@ and sturm@.
2005-07-18oops, last commit broke a few thingsJoris Vink
2005-07-18let it compile without any warningsJoris Vink
2005-07-17oops... .Dl does not like to be inundated with args, and my last commit justJason McIntyre
exceeded the happy number - use a display instead.
2005-07-17some improvements from alf schlichting:Jason McIntyre
- correct syntax for retrieving an http page. this example further corrected by ian darwin (thanks!) - the -v flag is relatively useless when port scanning, so remove it from the example, and reword the description appropriately - udp port scans always report ports as open (i.e. are useless) so remove example claiming it works, and add CAVEATS to note that -uz is relatively useless
2005-07-17knf says that a 2nd level indent is four (not three or five) spacesDamien Miller
2005-07-17Fix a number of X11 forwarding channel leaks:Damien Miller
1. Refuse multiple X11 forwarding requests on the same session 2. Clean up all listeners after a single_connection X11 forward, not just the one that made the single connection 3. Destroy X11 listeners when the session owning them goes away testing and ok dtucker@
2005-07-16- basic cleanupJason McIntyre
- do not use EXIT STATUS (non-standard in section 1)
2005-07-16sort options and sync usage();Jason McIntyre
2005-07-16spacingDamien Miller
2005-07-15fixes 4286.Marc Espie
back & forth between fgs and me.
2005-07-15if the file has been added but is not on disk make sure we can pick it upJoris Vink
as being "added". fixes the log command on our server-side for added files. tested & ok xsa@
2005-07-15- use cvs_path_cat() where appropriate instead of snprintf()Xavier Santolaria
- handle a -Q case ok joris@.
2005-07-15if a file has been locally added and not committed, handle it with properXavier Santolaria
warning message;
2005-07-14add skey(5) to SEE ALSO;Jason McIntyre
2005-07-14handle some -Q cases;Xavier Santolaria
2005-07-14- better synopsisJason McIntyre
- sort options - sync usage()
2005-07-14be consistent when declaring cvs_ent structs; ok jfb@ joris@.Xavier Santolaria
2005-07-14more use of cvs_rcs_getpath();Xavier Santolaria
2005-07-14use cvs_rcs_getpath();Xavier Santolaria
2005-07-14use __sentinel__ attribute; ok deraadt@ djm@ markus@Darren Tucker
2005-07-13add cvs_rcs_getpath() function. Returns the path of the RCS file if itXavier Santolaria
does exist. Will save us code duplication. ok joris@ jfb@.
2005-07-13use cvs_path_cat() instead of snprintf();Xavier Santolaria
2005-07-12split this into cvs_commit_{remote,local}() functions;Xavier Santolaria
ok jfb@ (Yes, Yes he IS back!!)
2005-07-11we aren't using cvs_history_print() right nowJoris Vink
2005-07-11zap unused variableJoris Vink
2005-07-11remove help if SMALL is defined. idea from NetBSD. should shrink a fewFederico G. Schwindt
bytes in the ramdisk. deraadt@ ok.
2005-07-11Don't set timestamps created from stack garbage when compressingTodd C. Miller
from stdin. Based on a patch from marc@
2005-07-11Fix off-by-one bug in readtty() and don't assume BUFSIZ == 1024.Todd C. Miller
Based on a patch from Ulf Harnhammar.
2005-07-11fix another case where a message shouldnt be printed if -Q is specified;Xavier Santolaria
2005-07-11display info message only if -q is not specified.Xavier Santolaria
also display correct message wether -d is specified or not. ok joris@
2005-07-11display warning message about an unknown file only if -Q is not specified;Xavier Santolaria
2005-07-11display info message only if -q is not specified;Xavier Santolaria
2005-07-11add info message;Xavier Santolaria
2005-07-11print info message;Xavier Santolaria
2005-07-11the status variable is gone.Joris Vink