Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-15 | strip trailing slashes from any arguments passed to opencvs. | Joris Vink | |
ok xsa@ | |||
2005-09-15 | check in cvs_mkadmin() wether we need to create or not the | Xavier Santolaria | |
CVS/Tag file. Sync the rest of the code accordingly; OK joris@. | |||
2005-09-14 | knf | Joris Vink | |
2005-09-13 | ensure that stdio fds are attached; ok deraadt@ | Damien Miller | |
2005-09-13 | fix conditions when the base directory should be passed to the command | Joris Vink | |
callback. fixes local commands with directories as arguments (like 'add'). problem found and OK xsa@ | |||
2005-09-13 | let's add directories too; testing+ok joris@. | Xavier Santolaria | |
2005-09-13 | unbreak opencvs server | Joris Vink | |
ok xsa@ | |||
2005-09-12 | remove trailing spaces | Nikolay Sturm | |
fix some typos in german entries add missing entry for liberation of auschwitz in german calendar | |||
2005-09-12 | - add -r to usage() | Jason McIntyre | |
- the description of -p uses `maxprocs' as the arg identifier, as does usage(), so use it in SYNOPSIS too; | |||
2005-09-11 | only remove and free a cvsroot struct if it has been added in | Joris Vink | |
cvsroot_parse(). fixes segfaults opencvs has been receiving when cvsroot_parse() fails. "go ahead" xsa@ | |||
2005-09-10 | Make xargs run [utility] program even when zero arguements are provided, | Brad Smith | |
makes xargs POSIX compliant. Original diff from jason@, better diff provided by millert@ Resolves PR 4262 ok deraadt@ millert@ | |||
2005-09-10 | for sysctl records, do not expect more than CTL_MAXNAME additional | Theo de Raadt | |
"faked" arguments; ok uwe espie | |||
2005-09-09 | typo; from mark at mcs.vuw.ac.nz, bug #1082 | Markus Friedl | |
2005-09-09 | better verbiage | Michael Shalayeff | |
2005-09-07 | make sure the administrative files that the commands depend on are | Joris Vink | |
present before we try to continue. ok xsa@ | |||
2005-09-07 | more stuffs for the CVS/Tag file; input+ok jmc@. | Xavier Santolaria | |
2005-09-07 | tweaks; | Jason McIntyre | |
ok espie@ | |||
2005-09-07 | sort options and sync usage() | Jason McIntyre | |
2005-09-07 | split.1: | Jason McIntyre | |
add the relevant arguments to the options synopsis for -b and -l; tidy up the formatting of [-b byte_count[k|m]]; make SYNOPSIS arg for -l match its description; split.c: sync usage(); | |||
2005-09-07 | enforce chanid != NULL; ok djm | Markus Friedl | |
2005-09-06 | add robert moog | Michael Shalayeff | |
2005-09-06 | add solidarnosc | Michael Shalayeff | |
2005-09-06 | reoder to start at new year and fix a couple of entries | Michael Shalayeff | |
2005-09-06 | pesky comma; | Jason McIntyre | |
2005-09-06 | make some of the stat utility pages reference each other; | Jason McIntyre | |
idea from a mail to misc@ from simon dassow; | |||
2005-09-06 | recognize flac format; from netbsd via | Federico G. Schwindt | |
Okan Demirmen <okan@demirmen.com> to tech@; deraadt@ ok. | |||
2005-09-06 | more bits for the local remove command support; OK joris@. | Xavier Santolaria | |
2005-09-06 | Fix example that uses rs(1) | Todd C. Miller | |
2005-09-06 | less diff in -g/not -g. | Marc Espie | |
mentioned by otto@ | |||
2005-09-06 | finally make our m4 SusV3-compliant. | Marc Espie | |
- changecom and changequote have a simple definition (that matches gnu-m4, coincidentally, so we no longer need two distinct modes for these) - off-by-one bug in -s, this finally works. - reorder main parser loop, so that we can use alphabetic constructs in quotes/comments. - rename putback to pushback, this matches comments, and makes more sense. - more uniform (and updated) description of changequote/changecom. - new, systematic regression tests of comments/quotes. - framework to test -s: one perl script to reconstitute `full' files with all line numbers, so that we can verify the output without needing a complete match. okay otto@, fries@ | |||
2005-09-06 | Make sure entries do not go away when we run through them in the file code. | Joris Vink | |
Fixes corrupt Entry files. Problem found by Mike Pechkin, thanks. | |||
2005-09-05 | add warning message if file status is unknown; | Xavier Santolaria | |
2005-09-05 | let's move forward with the local add command; | Xavier Santolaria | |
2005-09-05 | add trace message (-t); | Xavier Santolaria | |
2005-09-05 | use CVS_ENT_MAXLINELEN; | Xavier Santolaria | |
2005-09-05 | add new functions: cvs_write_tagfile() and cvs_parse_tagfile(), | Xavier Santolaria | |
write and parse a CVS/Tag file. Ok joris@. | |||
2005-09-05 | style; | Xavier Santolaria | |
2005-08-31 | 4.2 | Markus Friedl | |
2005-08-30 | destroy credentials if krb5_kuserok() call fails. Stops credentials being | Damien Miller | |
delegated to users who are not authorised for GSSAPIAuthentication when GSSAPIDeletegateCredentials=yes and another authentication mechanism succeeds; bz#1073 reported by paul.moore AT centrify.com, fix by simon AT sxw.org.uk, tested todd@ biorn@ jakob@; ok deraadt@ | |||
2005-08-30 | remove -W from synopsis; ok deraadt@ jmc@ | David Krause | |
2005-08-27 | Fix off-by-one when moving a line to the end of the buffer. Instead | Todd C. Miller | |
of doing our own memmove() (incorrectly) just use memmove(). Bug found by Matthias Scheler <tron@zhadum.de>. OK deraadt@ henning@ krw@ | |||
2005-08-26 | kill bad punctuation; | Jason McIntyre | |
2005-08-25 | Prevent zs_stackp from going past the end of zs_htab. May happen | Todd C. Miller | |
for corrupted files. Based on a diff from miod@; OK mickey@ | |||
2005-08-24 | checkout -D also implies -P; ok jmc@. | Xavier Santolaria | |
2005-08-24 | range check months 1-12; ok tedu millert others | Theo de Raadt | |
2005-08-23 | cvs does not remove directories unless it's empty and that | Xavier Santolaria | |
the checkout or update commands are used with the -P option. "go ahead and commit" jmc@. | |||
2005-08-23 | use vis() consistently in field printing. | Marc Espie | |
Replace vs() with a version that logs its memory usage, so that it can be cleaned up after each entry. okay millert@, delegated by deraadt@ | |||
2005-08-23 | preceeded -> preceded | Jason McIntyre | |
2005-08-22 | document $CVSROOT/CVSROOT/history file; ok jmc joris | Xavier Santolaria | |
2005-08-22 | - handle removal of a freshly added file | Xavier Santolaria | |
- fix crash if we specify -f and the file is not on disk anymore ok joris@. |