Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sort #include | 2007-09-11 | 1 | -2/+3 | |
| | |||||
* | Use erealloc3() in more_aliases() instead of malloc/realloc. | 2007-09-10 | 1 | -17/+5 | |
| | |||||
* | remove my addition of portnumber for rsh in CVSROOT. | 2007-09-10 | 3 | -12/+5 | |
| | | | | | | while it sounds like a "good" idea some people convinced me otherwise. mostly because this breaks compat with GNU cvs. | ||||
* | Make sure we don't skip the code which sends the QUIT command to the CDDB | 2007-09-10 | 1 | -2/+2 | |
| | | | | | | server and validates the returned track names. Unreachable code spotted by lint. OK krw@, deraadt@, espie@ | ||||
* | Proper use of fseek/fseeko macros. | 2007-09-10 | 11 | -40/+42 | |
| | | | | OK joris@, otto@ | ||||
* | Allow port specification in our CVSROOT which is used for our | 2007-09-10 | 3 | -5/+12 | |
| | | | | | | | | ssh connection to our server. Example: joris@somehost.com:2222:/cvs OK tobias@ | ||||
* | Properly display list of commands in default 80 column terminal. | 2007-09-10 | 1 | -2/+2 | |
| | | | | OK joris@ | ||||
* | typo in message, from Mark Lumsden. | 2007-09-10 | 1 | -2/+2 | |
| | |||||
* | Fixed segmentation fault that occured during .cvsrc parsing if an invalid | 2007-09-10 | 1 | -11/+11 | |
| | | | | | | | | | 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@ | ||||
* | optional flags must be sorted and enclosed in single brackets, | 2007-09-10 | 1 | -10/+15 | |
| | | | | | | as style(9) suggests; usage() should be a function; minor KNF fix ok otto@ | ||||
* | Added support for checkout -p with local repository. | 2007-09-09 | 3 | -11/+32 | |
| | | | | OK joris@ | ||||
* | From Pierre Riteau: | 2007-09-09 | 1 | -3/+8 | |
| | | | | | | | | | 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. | ||||
* | Mention -q in compatibility section. | 2007-09-09 | 1 | -4/+4 | |
| | | | | OK jmc. | ||||
* | Have rlog exit 1 if any of the files could not be opened. | 2007-09-09 | 2 | -11/+12 | |
| | | | | | | | | Don't mention -q flag, which is there for compatibility. From Pierre Riteau. OK joris for first part, OK niallo and jmc for second. | ||||
* | check fgets return value | 2007-09-09 | 1 | -8/+9 | |
| | | | | | | use strcspn to properly overwrite '\n' in fgets returned buffer with help and ok from moritz@ and ray@ | ||||
* | sort synopsis and options in ssh-agent(1); usage is lowercase | 2007-09-09 | 4 | -20/+20 | |
| | | | | ok jmc@ | ||||
* | Fix lint warning about unreachable code. | 2007-09-08 | 1 | -3/+4 | |
| | | | | OK deraadt@ | ||||
* | Fix false negatives in dealing with unreachable code after calls to __dead | 2007-09-08 | 2 | -7/+9 | |
| | | | | | functions. Prodded by fgs@, but a different diff than his. "Makes sense" fgs@ | ||||
* | Properly send out rcs info header with "E " in server mode (stderr in | 2007-09-07 | 3 | -8/+12 | |
| | | | | | | | local mode). Format style change also enables opencvs to be used with cvsweb (+ adjustment). OK joris@ | ||||
* | Do not fatal if getpwuid() fails, instead ignore user configuration files. | 2007-09-07 | 2 | -6/+9 | |
| | | | | OK joris@ | ||||
* | Sprinkle some magic so checkout/update -p works | 2007-09-07 | 3 | -14/+27 | |
| | | | | | | in both local and server mode. OK tobias@ | ||||
* | Added support for single file checkout. | 2007-09-07 | 2 | -5/+21 | |
| | | | | OK joris@ | ||||
* | Do not use global option -V (GNU cvs doesn't understand it), be very | 2007-09-07 | 2 | -12/+18 | |
| | | | | | | verbose per default on server-side instead. OK joris@ | ||||
* | Synced atomicio implementation in nc and sendbug with ssh. | 2007-09-07 | 3 | -16/+35 | |
| | | | | OK djm@, joris@, ray@ | ||||
* | fix a configure bug introduced in the last commit | 2007-09-07 | 2 | -12/+10 | |
| | |||||
* | we have man section 3f by default now; | 2007-09-07 | 1 | -2/+4 | |
| | |||||
* | Fix typos in comments. No code changes | 2007-09-06 | 2 | -7/+7 | |
| | |||||
* | strictly check rcsnum_cmp() return against -1. | 2007-09-06 | 1 | -2/+2 | |
| | | | | | | fixes a bug in ci -r from Pierre Riteau <pierre.riteau at free.fr> via ray@ | ||||
* | Fix some dates wrt Schleyer and the "Landshut" Lufthansa airplane. | 2007-09-06 | 1 | -3/+4 | |
| | | | | ok fkr@ | ||||
* | sync with re-rolled 1.6.9p5 tarball | 2007-09-06 | 2 | -3/+7 | |
| | |||||
* | restore local changes | 2007-09-06 | 1 | -0/+8 | |
| | |||||
* | update to sudo 1.6.9p5 | 2007-09-05 | 21 | -11715/+10732 | |
| | |||||
* | The rewritten newfile() algorithm introduced in rev 1.12 was | 2007-09-05 | 1 | -31/+19 | |
| | | | | | incorrect. This simpler version from Pete Honeyman passes all the tests I thow at it. OK deraadt@ some time ago. | ||||
* | Cope with if counters being u_int64_t now here, too. | 2007-09-05 | 1 | -9/+9 | |
| | | | | ok claudio | ||||
* | Correct the format strings after the recent rt_metrics changes. | 2007-09-05 | 2 | -7/+7 | |
| | | | | rmx_pksent is not u_int64_t all others are just u_int. | ||||
* | Counters switched to u_int64_t so use %llu to print them. | 2007-09-05 | 1 | -5/+6 | |
| | | | | Found by and OK mk@ + OK mglocker@ | ||||
* | - use a consistent grammatical case for the C comments section | 2007-09-05 | 1 | -13/+13 | |
| | | | | | - remove useless brackets - new sentence, new line | ||||
* | Document NORETURN, add it to the directive list and rearrange the entries. | 2007-09-05 | 2 | -5/+12 | |
| | | | | ok deraadt@. | ||||
* | Missing colon in optsring for 'B' | 2007-09-05 | 1 | -3/+3 | |
| | | | | From Jan Niemann <jan.niemann@gns-systems.de> | ||||
* | Replace magic numbers in calls to shutdown(2) | 2007-09-05 | 1 | -5/+5 | |
| | | | | | | with their respective defines. ok millert@ | ||||
* | Change some variables to their proper type size_t. | 2007-09-05 | 1 | -5/+6 | |
| | | | | ok millert@ | ||||
* | Removed dead code. | 2007-09-04 | 5 | -70/+5 | |
| | | | | OK joris@, ray@ | ||||
* | Replaced strlen() with sizeof() - 1 when #define'd strings are used. | 2007-09-04 | 3 | -8/+8 | |
| | | | | OK ray@ | ||||
* | Handle ^D as a)bort in log message question. | 2007-09-04 | 1 | -2/+2 | |
| | | | | OK joris@ | ||||
* | make ssh(1)'s ConnectTimeout option apply to both the TCP connection and | 2007-09-04 | 3 | -28/+98 | |
| | | | | | | | | SSH banner exchange (previously it just covered the TCP connection). This allows callers of ssh(1) to better detect and deal with stuck servers that accept a TCP connection but don't progress the protocol, and also makes ConnectTimeout useful for connections via a ProxyCommand; feedback and "looks ok" markus@ | ||||
* | make file descriptor passing code return an error rather than call fatal() | 2007-09-04 | 6 | -31/+63 | |
| | | | | | when it encounters problems, and use this to make session multiplexing masters survive slaves failing to pass all stdio FDs; ok markus@ | ||||
* | move back to using malloc() instead of calloc(), because the yacc | 2007-09-03 | 1 | -4/+13 | |
| | | | | | | skeleton really should only call malloc/realloc/free, no other external APIs at all. theefore, add a pre-check for the overflow case, thus protecting realloc too; tested mblamer, ok millert, help from kettenis | ||||
* | OpenBSD now has memrchr(3) | 2007-09-03 | 2 | -5/+5 | |
| | |||||
* | use calloc() for the sake of regularity, prompted by deraadt@ | 2007-09-03 | 1 | -2/+2 | |
| | | | | | Note that I *still* fill every pointer with explicit NULL, for portability. filling with 0 bytes is not necessarily the same as NULL pointers. | ||||
* | - break "Defaults env_keep" into several lines so it is more readable | 2007-09-03 | 1 | -2/+4 | |
| | | | | | | | - add OWNER and GROUP to env_keep so that make-plist creates pkg/P* with the correct uid/gid (hopefully this would be the last ports related change) ok millert@ |