Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-11 | remove #if defined block not needed; ok markus@ dtucker@ | Kevin Steves | |
2007-09-11 | Avoid setting a global pointer variable from signal handlers | Chad Loder | |
OK deraadt | |||
2007-09-11 | Use sig_atomic_t where required. OK moritz, deraadt | Chad Loder | |
2007-09-11 | u_quad_t -> u_int64_t and %qu -> %llu, from brad | Henning Brauer | |
2007-09-11 | More 64 bits counters fixes. | Michael Knudsen | |
From brad. ok mk claudio | |||
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade | |
ok pyr@, ray@, millert@, moritz@, chl@ | |||
2007-09-11 | sort #include | Kevin Steves | |
2007-09-10 | Use erealloc3() in more_aliases() instead of malloc/realloc. | Todd C. Miller | |
2007-09-10 | remove my addition of portnumber for rsh in CVSROOT. | Joris Vink | |
while it sounds like a "good" idea some people convinced me otherwise. mostly because this breaks compat with GNU cvs. | |||
2007-09-10 | Make sure we don't skip the code which sends the QUIT command to the CDDB | Chad Loder | |
server and validates the returned track names. Unreachable code spotted by lint. OK krw@, deraadt@, espie@ | |||
2007-09-10 | Proper use of fseek/fseeko macros. | Tobias Stoeckmann | |
OK joris@, otto@ | |||
2007-09-10 | Allow port specification in our CVSROOT which is used for our | Joris Vink | |
ssh connection to our server. Example: joris@somehost.com:2222:/cvs OK tobias@ | |||
2007-09-10 | Properly display list of commands in default 80 column terminal. | Tobias Stoeckmann | |
OK joris@ | |||
2007-09-10 | typo in message, from Mark Lumsden. | Otto Moerbeek | |
2007-09-10 | Fixed segmentation fault that occured during .cvsrc parsing if an invalid | Tobias Stoeckmann | |
cvs command has been specified. Spotted by Mathias De Belder <mathias at woei dot be> who also supplied a patch, although I took his second suggestion. OK joris@ | |||
2007-09-10 | optional flags must be sorted and enclosed in single brackets, | Igor Sobrado | |
as style(9) suggests; usage() should be a function; minor KNF fix ok otto@ | |||
2007-09-09 | Added support for checkout -p with local repository. | Tobias Stoeckmann | |
OK joris@ | |||
2007-09-09 | From Pierre Riteau: | Ray Lai | |
Sync ident behavior with GNU RCS: - return 1 to the shell if any file could not be opened. - print an empty line after processing a file unless we couldn't open it (and not for the last one). OK niallo. | |||
2007-09-09 | Mention -q in compatibility section. | Ray Lai | |
OK jmc. | |||
2007-09-09 | Have rlog exit 1 if any of the files could not be opened. | Ray Lai | |
Don't mention -q flag, which is there for compatibility. From Pierre Riteau. OK joris for first part, OK niallo and jmc for second. | |||
2007-09-09 | check fgets return value | Charles Longeau | |
use strcspn to properly overwrite '\n' in fgets returned buffer with help and ok from moritz@ and ray@ | |||
2007-09-09 | sort synopsis and options in ssh-agent(1); usage is lowercase | Igor Sobrado | |
ok jmc@ | |||
2007-09-08 | Fix lint warning about unreachable code. | Chad Loder | |
OK deraadt@ | |||
2007-09-08 | Fix false negatives in dealing with unreachable code after calls to __dead | Chad Loder | |
functions. Prodded by fgs@, but a different diff than his. "Makes sense" fgs@ | |||
2007-09-07 | Properly send out rcs info header with "E " in server mode (stderr in | Tobias Stoeckmann | |
local mode). Format style change also enables opencvs to be used with cvsweb (+ adjustment). OK joris@ | |||
2007-09-07 | Do not fatal if getpwuid() fails, instead ignore user configuration files. | Tobias Stoeckmann | |
OK joris@ | |||
2007-09-07 | Sprinkle some magic so checkout/update -p works | Joris Vink | |
in both local and server mode. OK tobias@ | |||
2007-09-07 | Added support for single file checkout. | Tobias Stoeckmann | |
OK joris@ | |||
2007-09-07 | Do not use global option -V (GNU cvs doesn't understand it), be very | Tobias Stoeckmann | |
verbose per default on server-side instead. OK joris@ | |||
2007-09-07 | Synced atomicio implementation in nc and sendbug with ssh. | Tobias Stoeckmann | |
OK djm@, joris@, ray@ | |||
2007-09-07 | fix a configure bug introduced in the last commit | Todd C. Miller | |
2007-09-07 | we have man section 3f by default now; | Jason McIntyre | |
2007-09-06 | Fix typos in comments. No code changes | Chad Loder | |
2007-09-06 | strictly check rcsnum_cmp() return against -1. | Niall O'Higgins | |
fixes a bug in ci -r from Pierre Riteau <pierre.riteau at free.fr> via ray@ | |||
2007-09-06 | Fix some dates wrt Schleyer and the "Landshut" Lufthansa airplane. | Bernd Ahlers | |
ok fkr@ | |||
2007-09-06 | sync with re-rolled 1.6.9p5 tarball | Todd C. Miller | |
2007-09-06 | restore local changes | Todd C. Miller | |
2007-09-05 | update to sudo 1.6.9p5 | Todd C. Miller | |
2007-09-05 | The rewritten newfile() algorithm introduced in rev 1.12 was | Todd C. Miller | |
incorrect. This simpler version from Pete Honeyman passes all the tests I thow at it. OK deraadt@ some time ago. | |||
2007-09-05 | Cope with if counters being u_int64_t now here, too. | Michael Knudsen | |
ok claudio | |||
2007-09-05 | Correct the format strings after the recent rt_metrics changes. | Claudio Jeker | |
rmx_pksent is not u_int64_t all others are just u_int. | |||
2007-09-05 | Counters switched to u_int64_t so use %llu to print them. | Claudio Jeker | |
Found by and OK mk@ + OK mglocker@ | |||
2007-09-05 | - use a consistent grammatical case for the C comments section | Jason McIntyre | |
- remove useless brackets - new sentence, new line | |||
2007-09-05 | Document NORETURN, add it to the directive list and rearrange the entries. | Federico G. Schwindt | |
ok deraadt@. | |||
2007-09-05 | Missing colon in optsring for 'B' | Jonathan Gray | |
From Jan Niemann <jan.niemann@gns-systems.de> | |||
2007-09-05 | Replace magic numbers in calls to shutdown(2) | Moritz Jodeit | |
with their respective defines. ok millert@ | |||
2007-09-05 | Change some variables to their proper type size_t. | Moritz Jodeit | |
ok millert@ | |||
2007-09-04 | Removed dead code. | Tobias Stoeckmann | |
OK joris@, ray@ | |||
2007-09-04 | Replaced strlen() with sizeof() - 1 when #define'd strings are used. | Tobias Stoeckmann | |
OK ray@ | |||
2007-09-04 | Handle ^D as a)bort in log message question. | Tobias Stoeckmann | |
OK joris@ |