Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-01 | indent and audit | Theo de Raadt | |
1999-06-30 | indent | Theo de Raadt | |
1999-06-25 | use AF_LOCAL instead of AF_UNIX | Theo de Raadt | |
1999-06-23 | Fixed compilation problems. | cmetz | |
1999-06-23 | Compilation fixes. | cmetz | |
1999-06-23 | Removed non-existent source file from SRC. | cmetz | |
1999-06-23 | Removed portability ifdefs. | cmetz | |
1999-06-23 | Removed portability ifdefs and calls to nonstandard back-end. | cmetz | |
1999-06-23 | net_addrcmp(); needs man page | Theo de Raadt | |
1999-06-23 | KNF | Theo de Raadt | |
1999-06-23 | Accidentally commited. Thanks mickey for catching this one. | cmetz | |
1999-06-23 | Added some protocol independent interfaces (supposedly IPv6 support APIs, but | cmetz | |
ones that are useful for all protocols, not just IPv6). | |||
1999-06-05 | stronger suggest | Theo de Raadt | |
1999-06-04 | Be consistent about the relaxation of invalid host name checking. | Niklas Hallqvist | |
This allows CNAMEs to PTRs with names including slashes, something not really RFC-compliant but still in general use. | |||
1999-05-30 | Revertion of last change, which was due to emacs' stupid idea | Niklas Hallqvist | |
of keeping the "*Shell Command Output*" buffer's wd from its creation instead of using the last command's wd!!!! | |||
1999-05-30 | Some extra error checking, documentation and style wrt connections | Niklas Hallqvist | |
1999-05-25 | punctuation | Aaron Campbell | |
1999-05-25 | all functions need a return type and at least one arg, even if it's void | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-21 | improve. pushed by bengt@softwell.se | Theo de Raadt | |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-05-15 | ethernet -> Ethernet, other repairs | Aaron Campbell | |
1999-05-12 | grammar police: do not hyphenate compound words that act as adjectives if the | Aaron Campbell | |
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong | |||
1999-05-10 | correct some Xr's which referred to the wrong man page sections | Aaron Campbell | |
1999-05-03 | Add octect sanity checking | yanick | |
1999-04-28 | Do not provide gethostby.*_r for now, as configure scripts find | Niklas Hallqvist | |
the functions using nm(1), but then no prototypes exist and things break. d@ will contemplate over the issue and resolve it for real later :-) | |||
1999-03-18 | typo; nash@mcs.net | Aaron Campbell | |
1999-03-02 | getservbyport() takes a network byte order port # | Theo de Raadt | |
1999-02-27 | make function names the correct case | Theo de Raadt | |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard | |
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | |||
1998-11-18 | check for negative numbers from strtol() | Theo de Raadt | |
1998-09-07 | More man page fixes. Particularly fix uses of it's/its, affect/effect, | Aaron Campbell | |
then/than and such. Other miscellaneous problems fixed across these source files. | |||
1998-09-05 | more man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-08-31 | put back a security fix downsj removed ages ago | Theo de Raadt | |
1998-08-29 | man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-07-24 | fix spelling of separate | Theo de Raadt | |
1998-06-26 | rcmdsh, not rcmd | Todd C. Miller | |
1998-06-21 | Remove the advertising clause in my old license, it impedes free use | Todd C. Miller | |
of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code... | |||
1998-05-12 | document how to enable YP for each database | Theo de Raadt | |
1998-04-25 | Use PF_UNSPEC as proto in socketpair() instead of just 0 for clarity. | Todd C. Miller | |
1998-03-19 | some -Wall | Todd C. Miller | |
1998-03-18 | Todd does not test YP code; felix@mamba.pond.sub.org | Theo de Raadt | |
1998-03-17 | Fix .Ev usage | Todd C. Miller | |
1998-03-17 | Set errno to EINVAL if ether_ntoa() is passed bogus data. | Todd C. Miller | |
1998-03-17 | Whoops, fix a last minute change. | Todd C. Miller | |
1998-03-17 | hostname buffer will not overflow if it is size MAXHOSTNAMELEN. | Todd C. Miller | |
1998-03-17 | Fix some improbable overflows: | Todd C. Miller | |
o don't read in a hostname >= MAXHOSTNAMELEN o get rid of sscanf o check that octets passed in are <= 0xFF Also make the style consistent and add my copyright. | |||
1998-03-16 | Use fgetln(3) instead of fgets(3) so we can easily recognize lines | Todd C. Miller | |
that are too long and ignore them instead of corrupting later entries. | |||
1998-03-07 | .Bx Open -> .Ox 2.x | Todd C. Miller | |
1998-02-27 | extra comma goes foom | Theo de Raadt | |