Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-23 | add missing "Remove-entry" response in cvs_responses table | Joris Vink | |
2005-07-23 | correctly seperate added, modified and removed files for use in the | Joris Vink | |
construction of the log message in the editor. ok jfb@ | |||
2005-07-22 | be sure we accept request for _all_ of our commands on the server side; | Xavier Santolaria | |
2005-07-22 | Comandate Che Guevara, with a single `m'. | Federico G. Schwindt | |
2005-07-22 | use the cf_name field of the CVSFILE struct instead of using the old | Joris Vink | |
CVS_FILE_NAME macro. This macro used to be nifty because of all the referencing for the names, but since we don't do that anymore and use cf_name directly... byebye CVS_FILE_NAME() okay xsa@ | |||
2005-07-22 | minor tweaks, no functional change; | Xavier Santolaria | |
2005-07-22 | for .de domains, we need to send more shit to the denic whois server so | Henning Brauer | |
that idn domains are handled correctly... | |||
2005-07-22 | - sort options and sync usage() | Jason McIntyre | |
- reword CAVEATS whilst here | |||
2005-07-22 | somehow we managed to document the exit status of these apps twice, | Jason McIntyre | |
in slightly different ways: merge it all into one bit; RETURN VALUES section header removed since strictly speaking this is not for section one apps; help from otto@ | |||
2005-07-22 | - make synopsis agree with DESCRIPTION | Jason McIntyre | |
- tidy up CAVEATS | |||
2005-07-22 | add -g to gzcat synopsis: although it's not necessary, it matches how | Jason McIntyre | |
we describe gzip itself; update the description of -g to reflect this; | |||
2005-07-22 | add some z* utils to SEE ALSO; | Jason McIntyre | |
formatting tweak; | |||
2005-07-22 | add zcat and gzcat to NAME; | Jason McIntyre | |
2005-07-22 | sort synopsis and options list; sync usage() (as best we can); | Jason McIntyre | |
help + ok jaredy@ | |||
2005-07-21 | if the remove command is issued on a file that has been added but not | Xavier Santolaria | |
committed yet, remove CVS/<file>,t (in local mode); ok joris@. | |||
2005-07-21 | show questionable files as '? foo' on the server side. | Joris Vink | |
ok xsa@, jfb@ | |||
2005-07-21 | <sys/param.h> is already included in "cvs.h", no need to duplicate; | Xavier Santolaria | |
2005-07-21 | #define CVS_DESCR_FILE_EXT ",t" | Xavier Santolaria | |
ok joris@ jfb@. | |||
2005-07-20 | no need to append strerror(errno) in error msg if we use LP_ERRNO code; | Xavier Santolaria | |
2005-07-20 | fix local mode; ok joris@. | Xavier Santolaria | |
2005-07-20 | remove 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-19 | print existing tags if any (-v); long time ago Ok joris@. | Xavier Santolaria | |
2005-07-19 | use cvs_path_cat() where appropriate; ok joris@. | Xavier Santolaria | |
2005-07-19 | auth_usercheck(3) can return NULL, so check for that. Report from | Otto Moerbeek | |
mpech@. ok markus@ | |||
2005-07-19 | make the init command work; | Xavier Santolaria | |
tested aanriot@ joris@; Ok joris@. | |||
2005-07-19 | missing 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-19 | spacing | Theo de Raadt | |
2005-07-19 | if the user specifies the -Q flag (really quiet) we also | Joris Vink | |
have to send the -q flag (quiet) to the server. | |||
2005-07-19 | unbreak the commit command. | Joris Vink | |
2005-07-18 | add cvs_noexec in cvs_req_globalopt() swtich case 'n'; | Xavier Santolaria | |
2005-07-18 | be consistent w/ warning messages (and handle -Q); | Xavier Santolaria | |
2005-07-18 | use cvs_path_cat() where appropriate; ok joris@. | Xavier Santolaria | |
2005-07-18 | some cleanup and on non-proxy operation switch to HTTP 1.1 since we've | Federico G. Schwindt | |
using some sort of it for a long time now; shrinks ~200 bytes. ok by millert@ and sturm@. | |||
2005-07-18 | oops, last commit broke a few things | Joris Vink | |
2005-07-18 | let it compile without any warnings | Joris Vink | |
2005-07-17 | oops... .Dl does not like to be inundated with args, and my last commit just | Jason McIntyre | |
exceeded the happy number - use a display instead. | |||
2005-07-17 | some 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-17 | knf says that a 2nd level indent is four (not three or five) spaces | Damien Miller | |
2005-07-17 | Fix 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 cleanup | Jason McIntyre | |
- do not use EXIT STATUS (non-standard in section 1) | |||
2005-07-16 | sort options and sync usage(); | Jason McIntyre | |
2005-07-16 | spacing | Damien Miller | |
2005-07-15 | fixes 4286. | Marc Espie | |
back & forth between fgs and me. | |||
2005-07-15 | if the file has been added but is not on disk make sure we can pick it up | Joris 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-15 | if a file has been locally added and not committed, handle it with proper | Xavier Santolaria | |
warning message; | |||
2005-07-14 | add skey(5) to SEE ALSO; | Jason McIntyre | |
2005-07-14 | handle some -Q cases; | Xavier Santolaria | |
2005-07-14 | - better synopsis | Jason McIntyre | |
- sort options - sync usage() | |||
2005-07-14 | be consistent when declaring cvs_ent structs; ok jfb@ joris@. | Xavier Santolaria | |