Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-05-14 | more careful scanf | Theo de Raadt | |
1998-05-14 | buf oflow | Theo de Raadt | |
1998-05-13 | fix .Sh ENVIRONMENT | Theo de Raadt | |
1998-05-12 | document how to enable YP for each database | Theo de Raadt | |
1998-05-11 | Formerly reuse of unit numbers of detached devices was impossible, with | Niklas Hallqvist | |
this change starred devices will search from the first allowed unit for such devices and up for free units when attaching. This means you have to rerun config(8) before yopu compile current kernels. FYI, this is a necessity when doing PCMCIA flashcard reading, otherwise you soon run out of unit numbers. I have also added a way to detach all children of a certain device, used in a new PCMCIA framework to come, so you detach all functions on a single PCMCIA card when pulling it out. A few bugs wrt starred devices fixed in the autoconfig_verbose code too. Last and least, fixed some panic messages. | |||
1998-05-11 | set max field width of %s correctly | Theo de Raadt | |
1998-05-11 | Fix bug where ident stuff ignored short writes and reads. | Bob Beck | |
1998-05-11 | set max field width of %s correctly | Theo de Raadt | |
1998-05-11 | set max field width of %s correctly | Theo de Raadt | |
1998-05-08 | when handling % line breaks, correctly handle escaped % which should be ↵ | Theo de Raadt | |
embedded; fenner@parc.xerox.com | |||
1998-05-08 | pppd 2.3.5 | Todd C. Miller | |
1998-05-05 | select on nfds+1, not nfds. ficus@openbsd.org | Todd C. Miller | |
1998-05-03 | don't lose errors from socket() | David Leonard | |
1998-05-03 | Hmmm... $Id$ -> $OpenBSD$. | gene | |
Looks like the Id tags were left over from RCSid's on the original files. | |||
1998-05-03 | Right spelling of 'canonical'. | gene | |
Also, clarify the -f option (clumsy grammar). | |||
1998-04-30 | use inet_ntoa | Theo de Raadt | |
1998-04-27 | Remove mention of libalias and dlopen/dlsym. | brian | |
1998-04-27 | make error messages for binds different | Michael Shalayeff | |
1998-04-26 | reenable ppp | Theo de Raadt | |
1998-04-26 | Remove libalias entirely. | brian | |
1998-04-26 | Exclude use of the libalias stubs as there is no useful | brian | |
way of determining if dlopen() and dlsym() exist. | |||
1998-04-26 | use correct db pointer; fair | Theo de Raadt | |
1998-04-26 | indent | Theo de Raadt | |
1998-04-26 | delete ppp for now since it is FUCKED | Theo de Raadt | |
1998-04-25 | ports used are base to base+nhops*nqueries-1; henry@zoo.utoronto.ca | Theo de Raadt | |
1998-04-25 | main returns int, not void | David Leonard | |
1998-04-25 | Add libalias and tidy up a few warnings. | brian | |
libalias does not build by default, you must build and install it manually (cd ppp/libalias && make && make install). | |||
1998-04-25 | logging to syslogd on -l flag; netbsd | Theo de Raadt | |
create /var/run/rarpd.pid if running | |||
1998-04-25 | Use mkdtemp(3), not mktemp(3). | Todd C. Miller | |
1998-04-25 | not that we compile this, but incase we ever do, prepare it to work for elf. | Todd T. Fries | |
1998-04-25 | service is called "who"; ru@ucb.crimea.ua | Theo de Raadt | |
1998-04-25 | Use ISWILD macro, not bare '*' | Todd C. Miller | |
1998-04-25 | Fix diagnostic typo. | brian | |
1998-04-25 | do not lookup hostname "*"; khym@bga.com | Theo de Raadt | |
1998-04-22 | buf mishandling; rotel@indigo.ie | Theo de Raadt | |
1998-04-18 | support lots of file descriptors; downsj | Theo de Raadt | |
1998-04-13 | fixup active vs. passive info | Todd C. Miller | |
1998-04-11 | make static for install purposes | Theo de Raadt | |
1998-04-08 | Don't bitch if Configuration is older than Configuration.tmpl | Todd C. Miller | |
1998-04-07 | active mode is way busted; default to passive | Theo de Raadt | |
1998-04-07 | fix package input from standard input -- the program tried to process | Marco S Hyman | |
stdin twice. Note: it assumes stdin is a compressed tar file. | |||
1998-04-07 | even cleaner | Theo de Raadt | |
1998-04-07 | cleanup usage even more; very annoying | Theo de Raadt | |
1998-04-07 | fix check for no command line args | Marco S Hyman | |
1998-04-04 | fix usage | Theo de Raadt | |
1998-04-01 | use user www group www | Theo de Raadt | |
1998-03-31 | make it configure itself w/o 'x' on helpers/* | Michael Shalayeff | |
1998-03-31 | fix fake-iquery | Theo de Raadt | |
1998-03-30 | Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various places | Theo de Raadt | |
1998-03-27 | if you break tree compilation once more with your local system hacks, expect ↵ | Theo de Raadt | |
drastic action |