Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
1996-12-12 | Update {hton,ntoh}[ls] argument and return types to match changes in | tholo | 4 | -22/+18 | |
<machine/endian.h> | |||||
1996-12-11 | Fix typo | tholo | 1 | -2/+2 | |
1996-12-10 | "the the" purge | deraadt | 3 | -6/+6 | |
1996-11-25 | htons et al. works on explicit 16- and 32-bit quantities and not the | niklas | 1 | -11/+15 | |
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds | |||||
1996-11-24 | more 64bit fixes | niklas | 1 | -10/+12 | |
1996-11-23 | 64 bit clean | niklas | 1 | -3/+25 | |
1996-11-22 | removed plus sign from start of line | kstailey | 1 | -2/+2 | |
1996-11-14 | sys/types.h will serve us better than machine/endian.h. | etheisen | 1 | -3/+2 | |
1996-11-14 | memcpy needs proto from string.h. | etheisen | 1 | -1/+2 | |
1996-11-14 | Include <machine/types.h> for now. | etheisen | 1 | -1/+2 | |
1996-11-01 | explain better how to make exportable bins | deraadt | 1 | -5/+11 | |
1996-10-29 | typo. | michaels | 1 | -2/+2 | |
1996-10-28 | Deal correctly with time zones | tholo | 1 | -2/+3 | |
1996-10-26 | Manpage update to match changed functionality; by alex@FreeBSD.org | tholo | 1 | -3/+3 | |
1996-10-25 | add decl | downsj | 1 | -1/+3 | |
1996-10-25 | POSIX requires stdio buffers be flushed on abort | tholo | 1 | -1/+7 | |
1996-10-15 | unused variable noticed by asriel(right?), proto from mccanne; fed to freebsd | deraadt | 1 | -5/+12 | |
1996-10-08 | Attempt at cleanup. | michaels | 1 | -2/+2 | |
1996-09-28 | bzzzt | deraadt | 1 | -11/+14 | |
1996-09-27 | more INADDRSZ pedantry | deraadt | 1 | -14/+11 | |
1996-09-27 | use INADDRSZ, more careful length checking | deraadt | 1 | -7/+8 | |
1996-09-26 | Make sure we don't dereference stray pointer when running suid or sgid | tholo | 1 | -1/+3 | |
1996-09-26 | be safer about spoofed hostnames; thanks to bitblt and oliver for help with ↵ | deraadt | 1 | -14/+50 | |
these ideas | |||||
1996-09-26 | Restore check for suid / sgid | tholo | 1 | -2/+2 | |
1996-09-26 | Latest changes from FreeBSD | tholo | 2 | -228/+381 | |
1996-09-25 | need limits.h | deraadt | 1 | -1/+2 | |
1996-09-25 | nls buffers are NL_TEXTMAX long -- not a security hole; netbsd pr#2780, ↵ | deraadt | 2 | -10/+15 | |
mike.long@analog.com | |||||
1996-09-22 | cannot be static, named uses it | deraadt | 1 | -2/+2 | |
1996-09-22 | random function name | deraadt | 1 | -3/+2 | |
1996-09-22 | randomize _res.id at start; could do better i hope | deraadt | 1 | -3/+7 | |
1996-09-19 | From FreeBSD: | tholo | 1 | -3/+4 | |
> Fix a very rare error condition: The code to free VM back to the kernel > as done after a quasi-recursive call to free() had modified what we > thought we knew about the last chunk of pages. > This bug manifested itself when I did a "make obj" from src/usr.sbin/lpr, > then make would coredump in the lpd directory. | |||||
1996-09-16 | Avoid pulling in stdio | tholo | 3 | -11/+43 | |
1996-09-15 | Add a couple of syscalls; bring more prototypes into scope | tholo | 1 | -1/+2 | |
1996-09-15 | Remove dead code | tholo | 10 | -25/+31 | |
Remove unused variables Silence some warnings lint(1) is your friend | |||||
1996-09-11 | only support MALLOC_OPTIONS for non-setuid | deraadt | 1 | -3/+5 | |
1996-09-06 | asm -> __asm, clean lint(1) warnings | tholo | 1 | -15/+16 | |
1996-09-05 | nc is *hobbit*'s netcat; let the sysadm have the same tools the crackers | deraadt | 30 | -0/+4789 | |
have, so that he may learn what the network is about and protect it better. | |||||
1996-09-05 | document latest rcmd change | millert | 1 | -5/+7 | |
1996-09-05 | ignore $RSH if we are setuid | millert | 1 | -2/+2 | |
1996-09-03 | proper types | deraadt | 1 | -1/+2 | |
1996-09-03 | constrain to MAXHOSTNAMELEN | deraadt | 1 | -2/+7 | |
1996-09-02 | talk about $RSH | millert | 1 | -2/+9 | |
1996-09-02 | Looks at RSH envariable and calls rcmdsh() with that value if set. | millert | 1 | -2/+11 | |
1996-09-01 | talk about rcmdsh() | millert | 1 | -2/+14 | |
1996-09-01 | First cut at man page for rcmdsh() | millert | 2 | -2/+111 | |
1996-09-01 | Don't dup stderr, you lose error messages and rsh does it for us anyway. | millert | 1 | -3/+3 | |
1996-09-01 | i have changed this enough to put copyright on it | deraadt | 1 | -1/+3 | |
1996-08-31 | check right variable | deraadt | 1 | -2/+2 | |
1996-08-30 | avoid port 1023 more | deraadt | 1 | -7/+11 | |
1996-08-30 | call rcmdsh() if euid != 0 and port is shell/tcp. This lets us | millert | 1 | -1/+9 | |
get away with fewer setuid binaries. |