summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Sshd writes connected host into utmp directly. If the connection isume2000-07-141-7/+14
* Add IPv6 scoped address support.ume2000-07-141-1/+0
* Make sbsize a size instead of a number. This allows the usual suffixessheldonh2000-07-142-2/+2
* Fix typo, teh -> the.asmodai2000-07-142-2/+2
* Fix a bug (misplaced continue) that caused redirects to fail. Lots of codedes2000-07-131-16/+29
* - Allow support for MBR boot loaders that are longer than one sector. Asjhb2000-07-126-62/+16
* Fully document the HTTP authorization feature.des2000-07-121-12/+18
* Extensive rewrite of the HTTP code. The new code is significantly cleaner anddes2000-07-121-446/+685
* Don't call warn() without a format string.kris2000-07-121-1/+1
* Use fetch_putln()des2000-07-111-11/+5
* Add _fetch_putln()des2000-07-112-6/+30
* Don't call printf without a format string.kris2000-07-111-1/+1
* Document that basic authorization now kinda works.des2000-07-111-16/+20
* Rework the authorization code.des2000-07-111-78/+83
* Clean up the debugging outputdes2000-07-112-12/+3
* Fix typo; sa_siginfo -> sa_sigactionben2000-07-111-1/+1
* Try and fix the worst of some highly bogus malloc/free resourcepeter2000-07-111-1/+1
* Free chunks obtained by getaddrinfo(3).ume2000-07-101-0/+1
* Separate parsing code of 229 replies from the code for 227 and 228.ume2000-07-101-6/+13
* Make EPSV work again. Separate parsing code of 229 replies fromume2000-07-101-7/+14
* Actually make it so this Makefile can build grot.green2000-07-101-1/+8
* Add a test case for one of the bugs found on the new additions todcs2000-07-091-0/+1
* Spencer's regex(3) test code.dcs2000-07-098-0/+1727
* altoffset() always returned whenever it recursed, because at the enddcs2000-07-091-0/+4
* Since g->moffset points to the _maximum_ offset at which the mustdcs2000-07-091-1/+1
* Add some casts here and there.dcs2000-07-091-3/+3
* Turn malloc options "AJ" on by default.phk2000-07-091-2/+2
* reject empty scopeid. use strtoul() for checking all-numericness ofitojun2000-07-091-8/+15
* First appeared in 2.9BSD, not 3.0.dannyboy2000-07-081-1/+1
* Since we have modified charjump to be CHAR_MIN-based, we have todcs2000-07-081-1/+2
* Don't assume the remote address in a 227 reply is enclosed in parentheses.des2000-07-081-2/+1
* Fix basic authentication, and add proxy authentication.des2000-07-081-19/+45
* Change the dllockinit() interface from "experimental" tojdp2000-07-081-3/+4
* fix commentache2000-07-071-1/+1
* Remove DIAGASSERTn_hibma2000-07-076-50/+0
* Do not free NULL pointers.dcs2000-07-071-1/+1
* Deal with the signed/unsigned chars issue in a more proper manner. Wedcs2000-07-072-21/+17
* remove sys/time.h by instruction from bde.jmg2000-07-061-1/+0
* Reduce shlib major that is bumped by my mistake.ume2000-07-061-1/+1
* Better fix for .Fx macroache2000-07-061-2/+4
* cleanup the tsearch import.alfred2000-07-062-53/+4
* I hate signed chars.^W^W^W^W^WCast to unsigned char before using signeddcs2000-07-061-1/+1
* Correct comment to work with test code.dcs2000-07-061-2/+2
* Use UCHAR_MAX consistently.dcs2000-07-061-1/+1
* Fix .Fx usage (causing error diagnositc)ache2000-07-061-1/+2
* IPv6 support.ume2000-07-055-78/+301
* Remove DEBUG_FLAGS=-g3, which never should have been committed.jasone2000-07-053-6/+0
* sync with more recent kame tree.itojun2000-07-052-45/+254
* sync with latest kame.itojun2000-07-051-70/+208
* sync with kame.itojun2000-07-051-29/+50
OpenPOWER on IntegriCloud