Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | check right variable | deraadt | 1996-08-31 | 1 | -2/+2 | |
| | | ||||||
* | | avoid port 1023 more | deraadt | 1996-08-30 | 1 | -7/+11 | |
| | | ||||||
* | | call rcmdsh() if euid != 0 and port is shell/tcp. This lets us | millert | 1996-08-30 | 1 | -1/+9 | |
| | | | | | | | | get away with fewer setuid binaries. | |||||
* | | added a missing type | millert | 1996-08-30 | 1 | -2/+2 | |
| | | ||||||
* | | use strncpy correctly | deraadt | 1996-08-27 | 2 | -3/+6 | |
| | | ||||||
* | | use issetugid() | deraadt | 1996-08-25 | 1 | -4/+5 | |
| | | ||||||
* | | rely on RES_NOALIASES | deraadt | 1996-08-24 | 1 | -3/+1 | |
| | | ||||||
* | | Adds rcmdsh() -- rcmd-alike using rsh (or specified shell). | millert | 1996-08-22 | 2 | -2/+122 | |
| | | ||||||
* | | Move cfree(3) weak symbol into a seperate file | tholo | 1996-08-21 | 3 | -24/+52 | |
| | | ||||||
* | | Make it even out. | downsj | 1996-08-21 | 1 | -2/+3 | |
| | | ||||||
* | | Document it. | downsj | 1996-08-21 | 2 | -4/+14 | |
| | | ||||||
* | | Make the binding cfree() -> free() weak if possible | tholo | 1996-08-20 | 1 | -5/+12 | |
| | | ||||||
* | | Cleaner. | downsj | 1996-08-20 | 1 | -2/+3 | |
| | | ||||||
* | | Remove ANSI function delcarations and add a cfree() stub function. | downsj | 1996-08-20 | 1 | -22/+67 | |
| | | ||||||
* | | nasty typo by me | deraadt | 1996-08-19 | 1 | -2/+2 | |
| | | ||||||
* | | Fix RCS ids | tholo | 1996-08-19 | 197 | -576/+248 | |
| | | | | | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | |||||
* | | Fix RCS ids | tholo | 1996-08-19 | 3 | -7/+11 | |
| | | | | | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | |||||
* | | Add return values for sethostent, endhostent, herror (all are void). | millert | 1996-08-19 | 1 | -0/+3 | |
| | | ||||||
* | | if setuid, no env variables | deraadt | 1996-08-18 | 2 | -2/+5 | |
| | | ||||||
* | | ipx. | mickey | 1996-08-16 | 4 | -1/+415 | |
| | | ||||||
* | | Install iso_addr(3) man page | tholo | 1996-08-14 | 1 | -2/+3 | |
| | | ||||||
* | | Add missing reference | tholo | 1996-08-14 | 1 | -0/+1 | |
| | | ||||||
* | | Minor formatting fixes from Lite2 | tholo | 1996-08-10 | 2 | -17/+15 | |
| | | | | | | | | Correct return value of putenv(3), also from Lite2 | |||||
* | | Fix typo; from Lite2 | tholo | 1996-08-10 | 1 | -6/+5 | |
| | | ||||||
* | | Formatting fix; from Lite2 | tholo | 1996-08-10 | 1 | -6/+4 | |
| | | ||||||
* | | Import malloc(3) manual page from FreeBSD | tholo | 1996-08-10 | 4 | -208/+127 | |
| | | ||||||
* | | Document where the prototypes are. | downsj | 1996-08-07 | 1 | -1/+2 | |
| | | ||||||
* | | seed rresvport() for aux channel with a known taken port; do not ask for | deraadt | 1996-08-07 | 1 | -0/+6 | |
| | | | | | | | | next lower port because we might get it (and be predictable!) | |||||
* | | truncate h_name and h_aliases[] to MAXHOSTNAMELEN | deraadt | 1996-08-05 | 1 | -1/+11 | |
| | | ||||||
* | | if port 20 incoming, kill it and try again | deraadt | 1996-08-05 | 1 | -0/+9 | |
| | | ||||||
* | | install as link_ntoa/link_addr; netbsd pr#2614; peter@wonderland.org | deraadt | 1996-08-03 | 2 | -2/+2 | |
| | | ||||||
* | | malloc(3) implementation from FreeBSD; uses mmap(2) to get memory | tholo | 1996-08-02 | 1 | -365/+1158 | |
| | | ||||||
* | | ensure bindresvport() is told to find a port | deraadt | 1996-07-29 | 1 | -0/+1 | |
| | | ||||||
* | | rresvport() in terms of bind() & bindresvport() | deraadt | 1996-07-29 | 2 | -14/+15 | |
| | | ||||||
* | | be very careful in case of signed chars | deraadt | 1996-07-27 | 5 | -14/+14 | |
| | | ||||||
* | | bzero sockaddr_in | deraadt | 1996-07-22 | 1 | -0/+1 | |
| | | ||||||
* | | bzero sockaddr before use | deraadt | 1996-07-22 | 1 | -0/+1 | |
| | | ||||||
* | | support # comments | deraadt | 1996-07-20 | 1 | -0/+2 | |
| | | ||||||
* | | cannot check for stack underflow | deraadt | 1996-07-12 | 1 | -4/+1 | |
| | | ||||||
* | | type fixos | deraadt | 1996-07-06 | 1 | -1/+4 | |
| | | ||||||
* | | prototype ethers(3) functions (inside !_KERNEL), pointed out in | deraadt | 1996-07-03 | 1 | -0/+3 | |
| | | | | | | | | netbsd pr#2471, jhawk@mit.edu | |||||
* | | for magic MD5 salt, call md5crypt() | deraadt | 1996-07-02 | 1 | -3/+6 | |
| | | ||||||
* | | pretty the comment | deraadt | 1996-07-02 | 1 | -8/+8 | |
| | | ||||||
* | | iruserok() can finally safely use a u_int32_t for the ip addr | deraadt | 1996-06-10 | 2 | -4/+4 | |
| | | ||||||
* | | make 64 bit clean | deraadt | 1996-06-10 | 4 | -12/+12 | |
| | | ||||||
* | | fix %V | deraadt | 1996-06-10 | 1 | -3/+7 | |
| | | ||||||
* | | Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$ | niklas | 1996-06-03 | 7 | -364/+9 | |
| | | ||||||
* | | add md5crypt() | deraadt | 1996-05-30 | 4 | -2/+508 | |
| | | ||||||
* | | db release 1.85 | deraadt | 1996-05-07 | 3 | -88/+196 | |
| | | ||||||
* | | document largest possible value; netbsd pr#2338; from ↵ | deraadt | 1996-05-04 | 1 | -1/+7 | |
| | | | | | | | | banshee@gabriella.resort.com |