Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-04 | chop out some duplication in the .{r,s}hosts/{h,sh}osts.equiv FILES | Jason McIntyre | |
entries; ok markus | |||
2006-01-04 | add an EXAMPLES section adapted from freebsd's page, | Jason McIntyre | |
courtesy of ray lai; | |||
2006-01-04 | add an EXAMPLES section adapted from freebsd's page, | Jason McIntyre | |
courtesy of ray lai; | |||
2006-01-04 | make cvs_sendresp() return type void; ok joris@. | Xavier Santolaria | |
2006-01-03 | renaming zlib.{c,h} files to compress.{c,h} and link to build; | Xavier Santolaria | |
was pretty stupid calling them that way; ok joris@ niallo@. | |||
2006-01-03 | tweak the description of ~/.ssh/environment | Jason McIntyre | |
2006-01-03 | put FILES in some sort of order: sort by pathname | Jason McIntyre | |
2006-01-03 | use a larger width for the ENVIRONMENT list; | Jason McIntyre | |
2006-01-03 | move FILES to a -compact list, and make each files an item in that list. | Jason McIntyre | |
this avoids nastly line wrap when we have long pathnames, and treats each file as a separate item; remove the .Pa too, since it is useless. | |||
2006-01-03 | use fatal(); | Xavier Santolaria | |
2006-01-03 | knf; | Xavier Santolaria | |
2006-01-02 | zap, kill and eliminate unused code; | Joris Vink | |
2006-01-02 | some corrections from michael knudsen; | Jason McIntyre | |
2006-01-02 | - nuke remaining err(), errx() and warnx() instances. | Xavier Santolaria | |
- make cvs_log_init() return type void. ok joris@. | |||
2006-01-02 | +.Xr tftp-proxy 8 , | Jason McIntyre | |
2006-01-02 | No need to include both <sys/signal.h> and <signal.h>, only <signal.h> | Todd C. Miller | |
is needed. | |||
2006-01-02 | start to cut some duplicate info from FILES; | Jason McIntyre | |
help/ok djm | |||
2006-01-02 | more includes cleanup; | Xavier Santolaria | |
2006-01-02 | rename variable to fix shadow warning; | Xavier Santolaria | |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria | |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria | |
2006-01-02 | clarify tun(4) opening - set the mode and bring the interface up. also | Reyk Floeter | |
(re)sets the tun(4) layer 2 LINK0 flag for existing tunnel interfaces. suggested and ok by djm@ | |||
2006-01-02 | use a common max. packet length, no binary change | Damien Miller | |
2006-01-01 | disable case-mapping (evil software caps-lock) by default. if you are crazy | Damien Miller | |
enough to want it, then it can be turned on in /etc/remote; "lovely" deraadt@ | |||
2006-01-01 | no trailing "\n" for debug() | Kevin Steves | |
2006-01-01 | move <net/if.h>; ok djm@ | Kevin Steves | |
2006-01-01 | more code cleanup; | Joris Vink | |
ok xsa@ i'm commiting only hours after newyear, ah the joys of being a true geek. | |||
2005-12-31 | Grok rthreads system calls before Dale yiells after me. | Miod Vallat | |
2005-12-31 | CDIOCREADTOCENTRYS adjusts lba information into host order, so there | Kenneth R Westerback | |
is no need to to ntohl() on it again. CDIOCREADSUBCHANNEL does not put lba info into host order so just change that to a betoh32(). Noted by Juha Erkkila in PR #4957. ok pedro@ | |||
2005-12-31 | no point in sending the reader to the same page 3 times; | Jason McIntyre | |
tweak HISTORY; | |||
2005-12-31 | .Nm does not require an argument; | Jason McIntyre | |
2005-12-31 | clean up ENVIRONMENT a little; | Jason McIntyre | |
2005-12-31 | minor knf; | Xavier Santolaria | |
2005-12-31 | merge the "LOGIN SESSION AND REMOTE EXECUTION" and "SERVER | Jason McIntyre | |
AUTHENTICATION" sections into "AUTHENTICATION"; some rewording done to make the text read better, plus some improvements from djm; ok djm | |||
2005-12-31 | document -MM; ok djm@ | Kevin Steves | |
2005-12-30 | knf | Reyk Floeter | |
2005-12-30 | do not suggest that interactive authentication will work | Jason McIntyre | |
with the -b flag; based on a diff from john l. scarfone; ok djm | |||
2005-12-30 | - zap unused 'rf_ref' member of RCSFILE structure. | Niall O'Higgins | |
spotted by joris@ | |||
2005-12-30 | do not use .Pp before displays; | Jason McIntyre | |
2005-12-30 | - simplify an unecessary if/else construct in rcs_open() | Niall O'Higgins | |
spotted by joris@ | |||
2005-12-30 | consistency tweak, from daniel matic; | Jason McIntyre | |
2005-12-30 | more code cleanup, ok niallo@ and xsa@ | Joris Vink | |
2005-12-30 | - realloc() -> xrealloc(), was missed in the original sweep. | Niall O'Higgins | |
2005-12-30 | minor style nits; | Xavier Santolaria | |
2005-12-30 | add channel output filter interface. | Reyk Floeter | |
ok djm@, suggested by markus@ | |||
2005-12-30 | adjust some thruth in a comment. | Joris Vink | |
2005-12-30 | major cleanup of the functions handling the remote cvs protocol. | Joris Vink | |
makes the code a lot more readable and understandable. ok xsa@ and niallo@ | |||
2005-12-30 | spacing | Joris Vink | |
2005-12-30 | pass LP_ABORT to cvs_vlog() instead of LP_ERR. | Joris Vink | |
2005-12-29 | we were wrongly decrementing cvs_mtskt_depth when handling | Joris Vink | |
a '-' MT response. this caused checkout and update to fail remotely. caught by xfree(). |