Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-01 | introduce cvs_read_config() which will be used as a general | Joris Vink | |
handler to open and read configuration files in CVSROOT/ change cvs_parse_configfile() to use cvs_read_config() instead; ok tobias@ | |||
2008-02-01 | Added rannotate support | Tobias Stoeckmann | |
OK xsa@ | |||
2008-02-01 | Another GNU cvs weirdo: During annotate, invalid revisions are allowed if | Tobias Stoeckmann | |
-f is supplied (thus switching to HEAD), but unknown symbols end in fatal. | |||
2008-02-01 | no more /usr/share/pf; | Jason McIntyre | |
2008-02-01 | Document the ability to use filteropts on anchors. | Ryan Thomas McBride | |
2008-02-01 | Add regress test for anchors matching on filter_opts. | Ryan Thomas McBride | |
2008-02-01 | Clean anchors recursively and directly via ioctls rather than using pfctl | Ryan Thomas McBride | |
with '-f /dev/null'. Properly clears the user's anchor even when anchors are nested inside it (And avoids having to fork() on exit to run pfctl) ok beck@, with testing by mtu@ | |||
2008-02-01 | Enable the rest of the filter_opts to be used on anchors. These were accepted | Ryan Thomas McBride | |
by the parser but not passed to the kernel. This allows filtering based on uid, gid, icmp options, tcp flags, os fingerprint, tos, tags, and probability; It also allows the label to be set. State options and tagging are not permitted. ok henning mpf | |||
2008-01-31 | remove /usr/share/pf | Henning Brauer | |
2008-01-31 | remove obsolete /usr/share/pf, agreed by many | Henning Brauer | |
2008-01-31 | do not eneter pf subdir, obsolete. | Henning Brauer | |
2008-01-31 | Handle magic branch numbers in OpenCVS as well. | Tobias Stoeckmann | |
OK joris@ | |||
2008-01-31 | free RCSNUM's when we are done with them; | Joris Vink | |
ok tobias@ | |||
2008-01-31 | Zap trailing whitespaces. | Xavier Santolaria | |
2008-01-31 | If CVS/Entries.Static exists, don't look for more files in repository. | Tobias Stoeckmann | |
OK joris@ | |||
2008-01-31 | We have cvs_client_send_logmsg for transmission of log messages. | Tobias Stoeckmann | |
OK joris@ xsa@ | |||
2008-01-31 | in some cases we did not return a copy of the resulting RCSNUM | Joris Vink | |
towards the caller, which expects a copy (and frees it when done). ok tobias@ | |||
2008-01-31 | remove dead and unreachable code | Joris Vink | |
ok tobias@ xsa@ | |||
2008-01-31 | opencvs (r)log work fine now, activated regress for them. | Tobias Stoeckmann | |
2008-01-31 | Add me to copyright. | Marco Peereboom | |
ok tedu | |||
2008-01-31 | add changed lines support to log and rlog (the + and - stuff) | Joris Vink | |
from Pierre Riteau; | |||
2008-01-31 | vasprintf requires stdio.h | Tobias Stoeckmann | |
2008-01-31 | explain how to handle local file names containing colons; | Jason McIntyre | |
requested by Tamas TEVESZ ok dtucker | |||
2008-01-31 | use a hyphen for "interface-specific" as a compound term. this is | Jason McIntyre | |
not a hard and fast rule (actually it's a form i abuse) but hostname.if.5 currently uses two conflicting forms and this keeps it consistent; | |||
2008-01-31 | Make use of CVS_REV_BUFSZ everywhere for `sticky'. | Xavier Santolaria | |
2008-01-31 | Rename `stickytag' variable to `sticky' for consistency with rest of the code. | Xavier Santolaria | |
2008-01-31 | some small fixes for snmp stuff; | Jason McIntyre | |
2008-01-31 | We have to carefully check if a checkout command is run with a valid | Tobias Stoeckmann | |
directory or file. When it comes to files, check if there is a file available ending in ,v or if it is in Attic. Everything else in invalid. OK joris@, xsa@ | |||
2008-01-31 | During checkout -p don't print files which are in Attic if they are not | Tobias Stoeckmann | |
requested with -r. OK joris@ | |||
2008-01-31 | export works fine in local and remote setup now | Tobias Stoeckmann | |
2008-01-31 | Rework of cvs_get_repository_name. | Tobias Stoeckmann | |
checkout is allowed to continue if CVS/Repository does not exist. export and import are not supposed to open CVS/Repository. All other commands -- if CVS_USE_WDIR is set -- must fatal if it does not exist. OK joris@ | |||
2008-01-31 | Revert last patch and add this magic branch number only during | Tobias Stoeckmann | |
output, this way we don't have to hassle in our internal brach handling. OK joris@ | |||
2008-01-31 | enable snmpd in the build | Reyk Floeter | |
approved by deraadt@, ok thib@ | |||
2008-01-31 | On repository-side, only parse files which end with ,v (RCS_FILE_EXT). | Tobias Stoeckmann | |
File name ",v" is ignored, too -- in opposite to weird GNU cvs that tries to create a file without name. OK joris@ | |||
2008-01-31 | do not leak confd on malloc failure in control_accept() | Henning Brauer | |
found by Igor Zinovik <zinovik@cs.karelia.ru> | |||
2008-01-31 | add prefixes to names of structure elements to make it easier to grep | Thordur I. Bjornsson | |
for code, next struct session; ok reyk@; | |||
2008-01-31 | Our directory entries in CVS/Entries had one slash too much -- zapped. | Tobias Stoeckmann | |
OK xsa@ | |||
2008-01-31 | Replaced the unused cvs_command variable cmd_req with cmd_flags, which states | Tobias Stoeckmann | |
if the current command is supposed to use a working directory or if it is a repository-only command (as of now checkout -p, rtag, rlog). Makes the code simpler, easier to read and automagically fixes some issues we encountered with these commands (for example if a working directory exists, or "." operations are performed). OK joris@, niallo@ | |||
2008-01-31 | add prefixes to names of structure elements to make it easier to grep | Reyk Floeter | |
for code, next struct relay. knf long line fixes will follow later. ok thib@ | |||
2008-01-31 | add prefixes to names of structure elements to make it easier to grep | Reyk Floeter | |
for code, start with struct relayd. finally. ok thib@ | |||
2008-01-31 | recognize the BCM5755 C0 ASIC revision. | Brad Smith | |
tested by Rodolfo Gouveia and marco@ ok kettenis@ marco@ dlg@ | |||
2008-01-31 | recognize the BCM5722 PHY. | Brad Smith | |
tested by Rodolfo Gouveia and marco@ ok kettenis@ marco@ dlg@ | |||
2008-01-31 | regen | Brad Smith | |
2008-01-31 | add the Broadcom BCM5722 PHY id. | Brad Smith | |
ok kettenis@ marco@ dlg@ | |||
2008-01-30 | make clear that the nms should run in a local network | Reyk Floeter | |
2008-01-30 | spacing | Reyk Floeter | |
2008-01-30 | Oops. Missed one. | Kenneth R Westerback | |
More read/write result checking fixes to avoid unsigned comparisons vs -1. | |||
2008-01-29 | Improve performance dramatically by preventing severeal context switches. | Marco Peereboom | |
Decrypt only once on entry or exit instead of on in and out regardless of direction. There is still room for improvement but this is the first stab. Tested by many ok tedu | |||
2008-01-29 | A few changes: | Marc Espie | |
- expand commands earlier, so that we can eventually scan them to take smarter decisions. - clean up the select() mask code and rename variables to sensible things. - quite a few minor renames for readability - erecalloc - clean up wait status handling, do not try to rebuild wait status, but instead parse it early and deal with the parsed code. tested by lots of people, thanks guys! | |||
2008-01-29 | When doing reconfigure() dont run a purge_config() on the | Thordur I. Bjornsson | |
new_env if parse_config() fails, it's NULL and parse_config() already freed it; Prevents segfaults when relayctl issues a reload and there's a syntax error in the configuration file. OK reyk@ |