summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update {hton,ntoh}[ls] argument and return types to match changes intholo1996-12-124-22/+18
| | | | <machine/endian.h>
* Fix typotholo1996-12-111-2/+2
|
* "the the" purgederaadt1996-12-103-6/+6
|
* htons et al. works on explicit 16- and 32-bit quantities and not theniklas1996-11-251-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
* more 64bit fixesniklas1996-11-241-10/+12
|
* 64 bit cleanniklas1996-11-231-3/+25
|
* removed plus sign from start of linekstailey1996-11-221-2/+2
|
* sys/types.h will serve us better than machine/endian.h.etheisen1996-11-141-3/+2
|
* memcpy needs proto from string.h.etheisen1996-11-141-1/+2
|
* Include <machine/types.h> for now.etheisen1996-11-141-1/+2
|
* explain better how to make exportable binsderaadt1996-11-011-5/+11
|
* typo.michaels1996-10-291-2/+2
|
* Deal correctly with time zonestholo1996-10-281-2/+3
|
* Manpage update to match changed functionality; by alex@FreeBSD.orgtholo1996-10-261-3/+3
|
* add decldownsj1996-10-251-1/+3
|
* POSIX requires stdio buffers be flushed on aborttholo1996-10-251-1/+7
|
* unused variable noticed by asriel(right?), proto from mccanne; fed to freebsdderaadt1996-10-151-5/+12
|
* Attempt at cleanup.michaels1996-10-081-2/+2
|
* bzzztderaadt1996-09-281-11/+14
|
* more INADDRSZ pedantryderaadt1996-09-271-14/+11
|
* use INADDRSZ, more careful length checkingderaadt1996-09-271-7/+8
|
* Make sure we don't dereference stray pointer when running suid or sgidtholo1996-09-261-1/+3
|
* be safer about spoofed hostnames; thanks to bitblt and oliver for help with ↵deraadt1996-09-261-14/+50
| | | | these ideas
* Restore check for suid / sgidtholo1996-09-261-2/+2
|
* Latest changes from FreeBSDtholo1996-09-262-228/+381
|
* need limits.hderaadt1996-09-251-1/+2
|
* nls buffers are NL_TEXTMAX long -- not a security hole; netbsd pr#2780, ↵deraadt1996-09-252-10/+15
| | | | mike.long@analog.com
* cannot be static, named uses itderaadt1996-09-221-2/+2
|
* random function namederaadt1996-09-221-3/+2
|
* randomize _res.id at start; could do better i hopederaadt1996-09-221-3/+7
|
* From FreeBSD:tholo1996-09-191-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.
* Avoid pulling in stdiotholo1996-09-163-11/+43
|
* Add a couple of syscalls; bring more prototypes into scopetholo1996-09-151-1/+2
|
* Remove dead codetholo1996-09-1510-25/+31
| | | | | | Remove unused variables Silence some warnings lint(1) is your friend
* only support MALLOC_OPTIONS for non-setuidderaadt1996-09-111-3/+5
|
* asm -> __asm, clean lint(1) warningstholo1996-09-061-15/+16
|
* nc is *hobbit*'s netcat; let the sysadm have the same tools the crackersderaadt1996-09-0530-0/+4789
| | | | have, so that he may learn what the network is about and protect it better.
* document latest rcmd changemillert1996-09-051-5/+7
|
* ignore $RSH if we are setuidmillert1996-09-051-2/+2
|
* proper typesderaadt1996-09-031-1/+2
|
* constrain to MAXHOSTNAMELENderaadt1996-09-031-2/+7
|
* talk about $RSHmillert1996-09-021-2/+9
|
* Looks at RSH envariable and calls rcmdsh() with that value if set.millert1996-09-021-2/+11
|
* talk about rcmdsh()millert1996-09-011-2/+14
|
* First cut at man page for rcmdsh()millert1996-09-012-2/+111
|
* Don't dup stderr, you lose error messages and rsh does it for us anyway.millert1996-09-011-3/+3
|
* i have changed this enough to put copyright on itderaadt1996-09-011-1/+3
|
* check right variablederaadt1996-08-311-2/+2
|
* avoid port 1023 morederaadt1996-08-301-7/+11
|
* call rcmdsh() if euid != 0 and port is shell/tcp. This lets usmillert1996-08-301-1/+9
| | | | get away with fewer setuid binaries.