Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-01 | if we're opening a socket for a default listener because no "listen on" | Henning Brauer | |
stetements were found in the config file, and one fails with EPROTONOSUPPORT (this is the case for the default ::1 listener on machines without INET6), remove that listener and move on instead of bailing out. ok claudio | |||
2004-10-01 | add some missing $, ok djm@ 'That looks fine to me' millert@ | Jonathan Gray | |
2004-09-30 | Avoid a segfault if only whitespace characters are entered at the | Todd C. Miller | |
lpc> prompt and fix an off by one when splitting a line into an argument vector. Based on a patch from Patrick Latifi. OK otto@ | |||
2004-09-30 | If the yp marker is in the file, add new users before it. PR 3727. | Otto Moerbeek | |
ok deraadt@ millert@ | |||
2004-09-30 | now that we connect() the client sockets we need to handle ECONNREFUSED as | Henning Brauer | |
non-fatal too, from camield@ | |||
2004-09-29 | s/sprintf/snprintf/ | Jakob Schlyter | |
2004-09-29 | fix return value | Jakob Schlyter | |
2004-09-29 | fix remaining sprintf | Jakob Schlyter | |
2004-09-29 | fix som s/sprintf/snprintf/ lost in transition | Jakob Schlyter | |
2004-09-28 | wrong macros; from number six; | Jason McIntyre | |
2004-09-28 | Simpler loop to free queue items. OK otto@ | Todd C. Miller | |
2004-09-28 | fix lib/bind cleaning cruft | Jakob Schlyter | |
2004-09-28 | resolve conflicts | Jakob Schlyter | |
2004-09-28 | remove unused files | Jakob Schlyter | |
2004-09-28 | ISC BIND version 9.3.0. ok deraadt@ | Jakob Schlyter | |
2004-09-28 | Fix leaks in error paths. from Patrick Latifi. ok millert@ | Otto Moerbeek | |
2004-09-28 | gcc-ism. We don't want it, we don't need it. | Claudio Jeker | |
OK henning@ noticed by deraadt@ | |||
2004-09-28 | one m is enough in incoming, really ;) | Henning Brauer | |
2004-09-28 | Add prepend-neighbor feature. Prepend the remote-as n times similar to | Claudio Jeker | |
prepend-self. Only for incomming UPDATEs. OK henning@ | |||
2004-09-27 | mention how SIGHUP is handled. | Jared Yanovich | |
from Michael Knudsen. ok mcbride | |||
2004-09-24 | pass segment size to userland; ok deraadt@ | Markus Friedl | |
2004-09-24 | connect() the client-side sockets. idea & test & ok camield@ | Henning Brauer | |
2004-09-24 | ditch `config' in the @sample messages, since this more or less covers | Marc Espie | |
all files installed from templates. | |||
2004-09-24 | 2nd half of @newuser/@newgroup: treat them as shared items, and remove | Marc Espie | |
them along with directories, if extra. | |||
2004-09-24 | use pkgspec_match for default conflict too. | Marc Espie | |
2004-09-23 | typo from number six; | Jason McIntyre | |
2004-09-23 | cosmetics | Henning Brauer | |
2004-09-23 | after receival of a SIGCHLD reset io_pid or rde_pid, respectively, dependent | Henning Brauer | |
on which child went away. | |||
2004-09-23 | reset chld_pid to 0 when acting upon a SIGCHLD so we don't try to send it | Henning Brauer | |
a kill then - tiny possible race there pointed out by Brian Poole <raj@cerias.purdue.edu> | |||
2004-09-22 | document the semantics of @newuser/@newgroup | Marc Espie | |
2004-09-22 | don't bother shrinking the pfd and index2peer arrays | Henning Brauer | |
ok claudio | |||
2004-09-21 | @newuser/@newgroup initial support: | Marc Espie | |
- groups category and users category that get handled first, so that those groups/users can be used for other files. - : separated fields, for easy parsing. Mostly matching useradd groupadd. - ! for mandatory values. Missing pkg_delete -c support for now. okay naddy@, pvalchev@, millert@ | |||
2004-09-21 | sort option descriptions. from jmc | Jared Yanovich | |
2004-09-21 | sync usage | Jared Yanovich | |
kill BUGS, because the only one listed no longer applies xref some slippy things. ok millert | |||
2004-09-21 | sync usage, de-globalize a variable, and de-lint. ok millert | Jared Yanovich | |
2004-09-21 | Don't pad the prefix count with 0. OK henning@ | Claudio Jeker | |
2004-09-21 | Start external tests and init commands also in the initial state. | Marco Pfatschbacher | |
Log the pid when killing an external program. Avoid a possible NULL dereference. ok mcbride@ | |||
2004-09-21 | typo | Marc Espie | |
2004-09-21 | rename cleanup dirs functions, since they will apply to all shared items | Marc Espie | |
soon. | |||
2004-09-21 | .Xr elansc(4) here too | Alexander Yurchenko | |
2004-09-21 | spelling fixes; ok jmc@ henning@ | David Krause | |
2004-09-20 | addres -> address | Miod Vallat | |
2004-09-20 | error out for pkgcfl in pkg_create, but don't warn if it's found in | Marc Espie | |
existing packages or installed packages. Too much noise for now. | |||
2004-09-20 | deals with conflicts, must keep pkgcfl around a little while longer... | Marc Espie | |
2004-09-20 | old pkgcfl is dead. | Marc Espie | |
2004-09-20 | use fullname() in sample, so that absolute names AND relative names work. | Marc Espie | |
problem noticed by sturm@ | |||
2004-09-18 | greatly improved by jmc with some tweaks by yours truly | Henning Brauer | |
2004-09-18 | jmc says S before s and not s before S, sssssssso we do. | Henning Brauer | |
2004-09-18 | implement -S to override earlier -s, requested by theo | Henning Brauer | |
2004-09-18 | say when we run settimeofday() with -s and when not, help from bob | Henning Brauer | |