Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-02 | UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt) | Markus Friedl | |
ok deraadt@ | |||
2003-12-02 | use SSH_LISTEN_BACKLOG (=128) in listen(2). | Markus Friedl | |
2003-12-02 | Fix a max recursion off-by-one. | Otto Moerbeek | |
2003-12-02 | improvments from andreas@: | Markus Friedl | |
* saner speed estimate for transfers that takes less than a second by rounding the time to 1 second. * when the transfer is finished calculate the actual total speed rather than the current speed which is given during the transfer | |||
2003-12-02 | Describe long variable names, a non-portable extension. | Otto Moerbeek | |
help and ok jmc@ | |||
2003-12-02 | o Introduce long variable names, a non-portable extension. | Otto Moerbeek | |
o Make main program target left recursive. Reduces parse stack usage, making it possible to compile programs > 10000 lines. | |||
2003-12-02 | Nothing in vprintf.c is actually used so don't bother compiling it. | Todd C. Miller | |
OK drahn@ | |||
2003-12-01 | Use ${INSTALL} instead of install; from art's amd64 tree. | Alexander Yurchenko | |
ok markus@ | |||
2003-12-01 | Format string fixes from art's amd64 tree. | Alexander Yurchenko | |
ok rohee@ espie@ | |||
2003-12-01 | Allow for more registers using a 2 byte index. This feature is | Otto Moerbeek | |
enabled by supplying the -x option on the command line. Allows long variable names in bc(1) (to appear soon). If no -x option is given, behave exactly as before. ok jmc@ | |||
2003-12-01 | Allow for more registers using a 2 byte index. This feature is | Otto Moerbeek | |
enabled by supplying the -x option on the command line. Allows long variable names in bc(1) (to appear soon). If no -x option is given, behave exactly as before. | |||
2003-11-30 | - .Sh WARNINGS -> standard .Sh CAVEATS | Jason McIntyre | |
- tidy up AUTHORS - standard section order - kill whitespace at EOL | |||
2003-11-30 | - document LESSKEY_SYSTEM and /etc/sysless | Jason McIntyre | |
- add ENVIRONMENT and FILES sections - .Sh WARNINGS -> standard .Sh CAVEATS - simplify SYNOPSIS - kill whitespace at EOL - some macro cleanup - standard section order | |||
2003-11-29 | save the previous undo position as an offset in the buffer instead of | Vincent Labrecque | |
a line/offset pair | |||
2003-11-28 | remove "or uninstrumented" from "unknown or uninstrumented protocol"; | Jason McIntyre | |
simplified by marc@ and ok millert@; | |||
2003-11-28 | - some fixes from PR 1446 | Jason McIntyre | |
- much simpler groff macros - sync SYNOPSIS with reality - document which options are broken (-bap, -ip, -ln, -sob) - remove groff macros - document defaults - document -lcn Together with pjanzen's fixes (rev. 1.10), fixes PR 1446 | |||
2003-11-28 | netstat.1: | Jason McIntyre | |
- In SYNOPSIS, -a goes with interface display, not -s - In SYNOPSIS, -i and -I are mutually exclusive - expand -a description (shows multicast with interface display) - expand -b and -d descriptions and fix parenthesis typo - consistently refer to multicast (not Multicast) and MTU (not mtu) - expand -I description (interaction with -a) - two missing full stops - update SEE ALSO main.c: - sync with SYNOPSIS | |||
2003-11-27 | fix prontf arguments and a typo | Henning Brauer | |
From: Erick Borsboom <erick@bonzai.space-ei.nl> | |||
2003-11-27 | fix printf arguments and two typos in comments | Henning Brauer | |
From: Erick Borsboom <erick@bonzai.space-ei.nl> | |||
2003-11-26 | fix #ifdef before #define; ok markus@ | Damien Miller | |
2003-11-26 | Avoid a core dump on reading uninitiazed array locations. | Otto Moerbeek | |
2003-11-26 | This is ISO C, use string concatenation, instead of bogus use of __CONCAT. | Marc Espie | |
(hint: "a" and "b" can't be pasted as a valid C token...) okay millert@ | |||
2003-11-26 | Minor cleanup. Remove gratuitous use of __CONCAT that was needed | Todd C. Miller | |
to avoid SCCS braindamage. Also use ANSI function headers while we are here. Based on a diff from espie@ | |||
2003-11-26 | multi-line literals are not ANSI C. And gcc3 complains about them. | Marc Espie | |
2003-11-25 | ssh-add doesn't need to be a descendant of ssh-agent. Ok markus@, jmc@. | Matthieu Herrb | |
2003-11-25 | obvious fix for gcc3. | Marc Espie | |
2003-11-24 | typo from Michael Knudsen; | Jason McIntyre | |
also, kill some .Pp's before displays, and add one after; | |||
2003-11-24 | Make ssh -k mean GSSAPIDelegateCredentials=no. Suggestion & ok markus@ | Darren Tucker | |
2003-11-23 | from portable: rename clashing variable limit-> limit_rate; ok markus@ | Damien Miller | |
2003-11-23 | consistency PATH_MAX -> MAXPATHLEN; ok markus@ | Damien Miller | |
2003-11-23 | from portable - use sysconf to detect fd limit; ok markus@ | Damien Miller | |
2003-11-23 | Check getpass(3) return value. From Jared Yanovich <jjy2+ at pitt dot edu> | Otto Moerbeek | |
ok henning@ | |||
2003-11-22 | Fix diff -q exit value which was broken in last commit. | Todd C. Miller | |
2003-11-22 | madvise() -- take two | Michael Shalayeff | |
2003-11-22 | Revert the last change since it's broke make release. | Alexander Yurchenko | |
2003-11-22 | :mod, simpler search patterns. Idea from NetBSD. | Marc Espie | |
ok jmc@ | |||
2003-11-22 | the the typo. from rohee@ | Marc Espie | |
2003-11-21 | Simplified support for concatenated files; similar to what zlib does. | Todd C. Miller | |
mickey@ OK | |||
2003-11-21 | mark mmap()ed memory as sequentially accessed | Michael Shalayeff | |
2003-11-21 | madvise(sequential) the mmap()ed file and plug an fd leak on mmap() failure; ↵ | Michael Shalayeff | |
millert@ ok | |||
2003-11-21 | madvise() mmaped memory as sequentially accessed cutting user time almost in ↵ | Michael Shalayeff | |
half; millert@ ok | |||
2003-11-21 | unexpand and delete whitespace at EOL; ok markus@ | Damien Miller | |
2003-11-21 | mixerctl.1: | Jason McIntyre | |
- put SYNOPSIS in standard form - -n does not make sense with -q - adjust -width of option list - sort options - a clarity fix from snj att pobox dott com mixerctl.c: - fix spacing in usage() - sync usage() with SYNOPSIS | |||
2003-11-21 | Fix broken assumption that a file must contain differences if files_differ() | Todd C. Miller | |
fails. Fixes "diff -i" exit value. Problem found by Claudio Jeker. | |||
2003-11-20 | build statically, to ease disaster recovery in some situations. | Ted Unangst | |
ok david@ grange@ henning@ ian@ jakob@ lebel@ markus@ and possibly a few others. | |||
2003-11-20 | remove -Werror from userland builds, to give us a chance to | Anil Madhavapeddy | |
use more verbose warning options if desired. ok millert@, henning@, david@ | |||
2003-11-20 | ftp.1: | Jason McIntyre | |
- simpler macros - sort options - some updates - remove some old groff stuff main.c: sync usage() | |||
2003-11-20 | fix rounding errors; from andreas@ | Markus Friedl | |
2003-11-18 | unbreak fake authloop for non-existent users (my screwup). Spotted and | Damien Miller | |
tested by dtucker@; ok markus@ | |||
2003-11-18 | -mdoc flex(1) man page; | Jason McIntyre | |
examples style(9)'d by otto@ |