summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
1998-03-11SYNOPSIS header; fixes man -k ncderaadt1-1/+2
1998-03-07.Bx Open -> .Ox 2.xmillert1-2/+2
1998-03-04#if 0deraadt1-2/+2
1998-03-02improve performance of blowfish encryption, also speeds up blowfish passwords.provos1-77/+34
1998-02-27extra commas go foom foom foomderaadt1-2/+2
1998-02-27extra comma goes foomderaadt1-2/+2
1998-02-25clarify about possible password lengths.provos1-6/+9
1998-02-18#if __STDC__ -> #ifdef __STDC__, now all of them.provos1-4/+4
1998-02-12correct bounds checkderaadt1-2/+2
1998-02-12copyrightderaadt1-2/+2
1998-02-11use fgetln() instead of fgets() so that we can catch \0 in the .rhostsderaadt1-13/+14
1998-02-11increased paranoia about .rhosts validityderaadt1-3/+7
1998-02-10move proto to unistd.hderaadt2-4/+4
1998-02-07strftime is no longer in this directorytholo1-3/+3
1998-02-07More XPG4.2 --millert2-13/+19
1998-02-06size_t n in initstate(); XPGderaadt2-4/+4
1998-02-02Don't override environ if realloc() fails. Pointed out bymillert1-3/+4
1998-01-20for YP lookups, avoid names longer than MAXHOSTNAMELENderaadt1-1/+3
1998-01-19use tzcode strftime(3) as it is kept up to date.millert2-528/+0
1998-01-11Add gethostent(), as some LEGACY code wants it. If you write newweingart1-1/+7
1998-01-02make mmap() return void *, add MAP_FAILEDderaadt1-4/+4
1997-12-30correct descriptionderaadt2-5/+5
1997-12-29NUL not NULLderaadt1-2/+2
1997-12-02i failed to test compile this before commitingderaadt1-3/+3
1997-12-01buf oflow; bitbltderaadt1-5/+7
1997-11-302**8 is normally 256 and not 64, I should resign from applied math it seems.provos1-2/+2
1997-11-30kill bad .Os linederaadt1-2/+2
1997-11-20incorrect MLINKSderaadt1-2/+2
1997-11-19Document new functionsniklas2-12/+87
1997-11-08do not call abort()deraadt2-9/+3
1997-11-05explain about MD5 and Blowfish passwords.provos1-5/+56
1997-09-29Xr bindresvport and rresvportderaadt1-1/+2
1997-09-21$OpenBSD$deraadt1-2/+1
1997-09-10indentation cleanupderaadt2-9/+10
1997-09-09s/ns_toa/ns_ntoa/kstailey1-2/+2
1997-08-24doc RETURNS; cato@ulysses.df.lth.sederaadt1-1/+7
1997-08-24Fix compiler warnings.millert1-2/+2
1997-08-23Change realloc(foo,0) to behave like malloc(0). Both now return a pointerpefo2-8/+8
1997-08-22malloc_init() should try to not modify errnoderaadt1-2/+3
1997-08-20Update from lite2.millert2-36/+61
1997-08-20Update man page and sccs tags from lite2. Minor cleanup by me as well.millert2-18/+30
1997-08-20Update man page and sccs tags from lite2.millert4-20/+35
1997-08-20Move getsubopt(3) to stdlib like lite2 and XPG4.2 say...millert3-6/+259
1997-08-20Update from lite2 version and fix grammatical error frommillert1-13/+14
1997-08-18Install a64l/l64a man page. Also, tsearch.3 and friends were notmillert1-5/+6
1997-08-17Man page for a64l(3) and l64a(3), based on a64l.3 from the MiNT docs 0.1.millert3-12/+152
1997-08-04init net_entry properlyderaadt1-4/+4
1997-07-28Install inet(3) page as inet_{ntop,pton}(3) pages tooniklas1-2/+2
1997-07-25#if __STDC__ --> #ifdef __STDC__mickey6-12/+12
1997-07-25#if __STDC__ --> #ifdef __STDC__mickey1-3/+3