Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-21 | Fix a realloc-style bug (curmap = reallocmap(curmap)) in | Kjell Wooding | |
keymap repapping. spotted by theo | |||
2006-12-21 | Eliminate BSMAP #ifdef (we didn't define it). This exposes bsmap-mode, | Kjell Wooding | |
which swaps ^H and DEL. ok jason@ | |||
2006-12-21 | - plug memleak in rcs_parse_delta() | Niall O'Higgins | |
same as opencvs diff, ok xsa@ | |||
2006-12-21 | - plug memory leak in rcs_parse_delta() | Niall O'Higgins | |
ok joris@ ray@ | |||
2006-12-21 | - plug memory leak in rcs_translate_tag() | Niall O'Higgins | |
ok joris@ ray@ | |||
2006-12-21 | - plug memory leak in rcs_patch_lines() | Niall O'Higgins | |
ok joris@ ray@ | |||
2006-12-21 | 'immediatly' -> 'immediately' in comments. | Kenneth R Westerback | |
2006-12-20 | kjell loves his extra spaces | Theo de Raadt | |
2006-12-20 | Get rid of CVMVAS define. Originally to change pgforw/back parameter | Kjell Wooding | |
from pages to lines. We don't use it. | |||
2006-12-20 | since auto-execute expects a function name at the "Execute:" prompt anyway, | Kjell Wooding | |
enable autocomplete for that field. | |||
2006-12-20 | kill an ill-formed (and totally unnecessary) realloc. | Kjell Wooding | |
Spotted by theo. | |||
2006-12-20 | missing xfree(); | Xavier Santolaria | |
2006-12-20 | remove debug message left in previous commit. | Xavier Santolaria | |
2006-12-20 | .Xr cmp and sdiff each other | Jasper Lievisse Adriaanse | |
ok jmc@ ray@ | |||
2006-12-20 | remove unneeded #include | Steven Mestdagh | |
ok mbalmer@ deraadt@ | |||
2006-12-19 | add some bits to handle Remove-entry. | Xavier Santolaria | |
2006-12-19 | correctly check snprintf(), noticed by ray@ | Joris Vink | |
2006-12-19 | - Introduce a way for the command code to recognize what the server replied. | Joris Vink | |
- Modify the add command so it uses the above method to correctly enter added files in CVS/Entries if in a remote setup. ok xsa@ ... And no a shark didnt eat me. | |||
2006-12-19 | add client-side support for Set-static-directory. | Xavier Santolaria | |
2006-12-19 | add client-side support for Clear-static-directory, Clear-sticky and | Xavier Santolaria | |
Set-sticky requests. Set-sticky needs more work though. | |||
2006-12-16 | tweak slightly: not having the variable is okay, not finding the package | Marc Espie | |
is still an error. | |||
2006-12-16 | Get rid of PREFIXREGION ifdef, since we always enable it anyway. | Kjell Wooding | |
no binary change. | |||
2006-12-16 | it's not an error for a variable not to be defined for some/all of the | Marc Espie | |
*.pc files, see x11/gnome/yelp. | |||
2006-12-16 | +.Ex -std fold | Jason McIntyre | |
2006-12-16 | "Mention what underlining is meant here." | Jason McIntyre | |
from ru@freebsd, -r1.13; | |||
2006-12-15 | add support for "Static-directory" request. | Xavier Santolaria | |
2006-12-15 | dummy support for update-patches request. | Xavier Santolaria | |
2006-12-15 | minor tweaks, partly from ru@freebsd; | Jason McIntyre | |
2006-12-15 | server-side Static-directory bits. | Xavier Santolaria | |
2006-12-15 | adjust the Directory request by sending the repository on a new line too. | Xavier Santolaria | |
matches gnu cvs behaviour. | |||
2006-12-15 | server-side Sticky bits. | Xavier Santolaria | |
2006-12-14 | do not display result if $rc != 0, fixes cases like | Marc Espie | |
LIBS=`pkg-config --libs foo`, like in net/ekg | |||
2006-12-14 | Coverity CID 2996: Don't return without closing fp. | Jasper Lievisse Adriaanse | |
Fix from christos NetBSD. ok otto@, millert@ (earlier version) | |||
2006-12-14 | add support for the "Sticky" request; client-side only for now. | Xavier Santolaria | |
2006-12-14 | add PKG_CONFIG_LIBDIR, okay bernd@ | Marc Espie | |
2006-12-14 | Make "PermitOpen all" first-match within a block to match the way other | Darren Tucker | |
options work. ok markus@ djm@ | |||
2006-12-14 | "apply echo *" operates similarly to ls(1), not "apply echo a*"; | Jason McIntyre | |
from sat@freebsd ok otto | |||
2006-12-14 | no need to send -f to the server; this flag has effect | Xavier Santolaria | |
on the client-side only. | |||
2006-12-13 | fix a display; | Jason McIntyre | |
2006-12-13 | Make PermitOpen work with multiple values like the man pages says. bz #1267 | Darren Tucker | |
with details from peter at dmtz.com, with & ok djm@ | |||
2006-12-12 | tweak previous, and update usage(); ok grunk | Jason McIntyre | |
2006-12-12 | enable bgplg, the bgp looking glass | Reyk Floeter | |
ok henning@ deraadt@ | |||
2006-12-12 | executed processes (like traceroute) will be killed after a hard limit | Reyk Floeter | |
of 60 seconds; add a CAVEATS section to the bgplg(8) and bgplgsh(8) manpages. thanks for the feedback ;) | |||
2006-12-12 | print the hostname in the HTML title. | Reyk Floeter | |
2006-12-12 | change the proposed permissions for the chroot'ed executables: use | Reyk Floeter | |
0555 instead of 0655, and 4555 for ping and traceroute (they require the setuid bit to open a raw socket before privilege revocation). | |||
2006-12-12 | spacing | Reyk Floeter | |
2006-12-12 | Valid XHTML 1.1! (according to http://validator.w3.org/) | Reyk Floeter | |
2006-12-12 | add a nice image (the openbgpd logo) | Reyk Floeter | |
2006-12-12 | mention the fact that m4 also accepts files via cmdline | Alexander von Gernler | |
ok espie@ jmc@ | |||
2006-12-12 | bz #1019: some ssh.com versions apparently can't cope with the remote port | Damien Miller | |
forwarding bind_address being a hostname, so send them an address for cases where they are not explicitly specified (wildcard or localhost bind). reported by daveroth AT acm.org; ok dtucker@ deraadt@ |