summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sort #includestevesk2007-09-111-2/+3
|
* Use erealloc3() in more_aliases() instead of malloc/realloc.millert2007-09-101-17/+5
|
* remove my addition of portnumber for rsh in CVSROOT.joris2007-09-103-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 CDDBcloder2007-09-101-2/+2
| | | | | | server and validates the returned track names. Unreachable code spotted by lint. OK krw@, deraadt@, espie@
* Proper use of fseek/fseeko macros.tobias2007-09-1011-40/+42
| | | | OK joris@, otto@
* Allow port specification in our CVSROOT which is used for ourjoris2007-09-103-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.tobias2007-09-101-2/+2
| | | | OK joris@
* typo in message, from Mark Lumsden.otto2007-09-101-2/+2
|
* Fixed segmentation fault that occured during .cvsrc parsing if an invalidtobias2007-09-101-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,sobrado2007-09-101-10/+15
| | | | | | as style(9) suggests; usage() should be a function; minor KNF fix ok otto@
* Added support for checkout -p with local repository.tobias2007-09-093-11/+32
| | | | OK joris@
* From Pierre Riteau:ray2007-09-091-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.ray2007-09-091-4/+4
| | | | OK jmc.
* Have rlog exit 1 if any of the files could not be opened.ray2007-09-092-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 valuechl2007-09-091-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 lowercasesobrado2007-09-094-20/+20
| | | | ok jmc@
* Fix lint warning about unreachable code.cloder2007-09-081-3/+4
| | | | OK deraadt@
* Fix false negatives in dealing with unreachable code after calls to __deadcloder2007-09-082-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 intobias2007-09-073-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.tobias2007-09-072-6/+9
| | | | OK joris@
* Sprinkle some magic so checkout/update -p worksjoris2007-09-073-14/+27
| | | | | | in both local and server mode. OK tobias@
* Added support for single file checkout.tobias2007-09-072-5/+21
| | | | OK joris@
* Do not use global option -V (GNU cvs doesn't understand it), be verytobias2007-09-072-12/+18
| | | | | | verbose per default on server-side instead. OK joris@
* Synced atomicio implementation in nc and sendbug with ssh.tobias2007-09-073-16/+35
| | | | OK djm@, joris@, ray@
* fix a configure bug introduced in the last commitmillert2007-09-072-12/+10
|
* we have man section 3f by default now;jmc2007-09-071-2/+4
|
* Fix typos in comments. No code changescloder2007-09-062-7/+7
|
* strictly check rcsnum_cmp() return against -1.niallo2007-09-061-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.bernd2007-09-061-3/+4
| | | | ok fkr@
* sync with re-rolled 1.6.9p5 tarballmillert2007-09-062-3/+7
|
* restore local changesmillert2007-09-061-0/+8
|
* update to sudo 1.6.9p5millert2007-09-0521-11715/+10732
|
* The rewritten newfile() algorithm introduced in rev 1.12 wasmillert2007-09-051-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.mk2007-09-051-9/+9
| | | | ok claudio
* Correct the format strings after the recent rt_metrics changes.claudio2007-09-052-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.claudio2007-09-051-5/+6
| | | | Found by and OK mk@ + OK mglocker@
* - use a consistent grammatical case for the C comments sectionjmc2007-09-051-13/+13
| | | | | - remove useless brackets - new sentence, new line
* Document NORETURN, add it to the directive list and rearrange the entries.fgsch2007-09-052-5/+12
| | | | ok deraadt@.
* Missing colon in optsring for 'B'jsg2007-09-051-3/+3
| | | | From Jan Niemann <jan.niemann@gns-systems.de>
* Replace magic numbers in calls to shutdown(2)moritz2007-09-051-5/+5
| | | | | | with their respective defines. ok millert@
* Change some variables to their proper type size_t.moritz2007-09-051-5/+6
| | | | ok millert@
* Removed dead code.tobias2007-09-045-70/+5
| | | | OK joris@, ray@
* Replaced strlen() with sizeof() - 1 when #define'd strings are used.tobias2007-09-043-8/+8
| | | | OK ray@
* Handle ^D as a)bort in log message question.tobias2007-09-041-2/+2
| | | | OK joris@
* make ssh(1)'s ConnectTimeout option apply to both the TCP connection anddjm2007-09-043-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()djm2007-09-046-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 yaccderaadt2007-09-031-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)millert2007-09-032-5/+5
|
* use calloc() for the sake of regularity, prompted by deraadt@espie2007-09-031-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 readableajacoutot2007-09-031-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@