summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-10-05reject an all zero bgpid, following a similar suggestion fromHenning Brauer
2004-10-05in client_addr_init() and client_nextaddr(), do not set up the socket andHenning Brauer
2004-10-05derive ::PkgCfl from ::ConflictMarc Espie
2004-10-05basic destate for ::FileObject, derive ::Exec, ::Unexec, ::ExtraunexecMarc Espie
2004-10-05unique objects only need to override add_object.Marc Espie
2004-10-05fullname and mode stuff only concerns ::ObjectMarc Espie
2004-10-05Only ::FileObject need to do the dirclass test, other objects don'tMarc Espie
2004-10-05NoDuplicateNames = 1 is a ::FileObject propertyMarc Espie
2004-10-04Use poll(2) and svc_getreq_poll(2). Tested by matthieu@, ok deraadt@Todd C. Miller
2004-10-04link FileObject, State, Action.Marc Espie
2004-10-04link `Meta/Unique' class hierarchy. Ditch some common code.Marc Espie
2004-10-04basic class hierarchy to cut up packing-list items into better groups.Marc Espie
2004-10-04Add Fatal/Warn routines: for now, they do nothing more than die/print STDERR,Marc Espie
2004-10-04fix bogus indentationMarc Espie
2004-10-04do not take the average offset from all peers when calculating the totalHenning Brauer
2004-10-01if we're opening a socket for a default listener because no "listen on"Henning Brauer
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@Jonathan Gray
2004-09-30Avoid a segfault if only whitespace characters are entered at theTodd C. Miller
2004-09-30If the yp marker is in the file, add new users before it. PR 3727.Otto Moerbeek
2004-09-30now that we connect() the client sockets we need to handle ECONNREFUSED asHenning Brauer
2004-09-29s/sprintf/snprintf/Jakob Schlyter
2004-09-29fix return valueJakob Schlyter
2004-09-29fix remaining sprintfJakob Schlyter
2004-09-29fix som s/sprintf/snprintf/ lost in transitionJakob Schlyter
2004-09-28wrong macros; from number six;Jason McIntyre
2004-09-28Simpler loop to free queue items. OK otto@Todd C. Miller
2004-09-28fix lib/bind cleaning cruftJakob Schlyter
2004-09-28resolve conflictsJakob Schlyter
2004-09-28remove unused filesJakob Schlyter
2004-09-28ISC BIND version 9.3.0. ok deraadt@Jakob Schlyter
2004-09-28Fix leaks in error paths. from Patrick Latifi. ok millert@Otto Moerbeek
2004-09-28gcc-ism. We don't want it, we don't need it.Claudio Jeker
2004-09-28one m is enough in incoming, really ;)Henning Brauer
2004-09-28Add prepend-neighbor feature. Prepend the remote-as n times similar toClaudio Jeker
2004-09-27mention how SIGHUP is handled.Jared Yanovich
2004-09-24pass segment size to userland; ok deraadt@Markus Friedl
2004-09-24connect() the client-side sockets. idea & test & ok camield@Henning Brauer
2004-09-24ditch `config' in the @sample messages, since this more or less coversMarc Espie
2004-09-242nd half of @newuser/@newgroup: treat them as shared items, and removeMarc Espie
2004-09-24use pkgspec_match for default conflict too.Marc Espie
2004-09-23typo from number six;Jason McIntyre
2004-09-23cosmeticsHenning Brauer
2004-09-23after receival of a SIGCHLD reset io_pid or rde_pid, respectively, dependentHenning Brauer
2004-09-23reset chld_pid to 0 when acting upon a SIGCHLD so we don't try to send itHenning Brauer
2004-09-22document the semantics of @newuser/@newgroupMarc Espie
2004-09-22don't bother shrinking the pfd and index2peer arraysHenning Brauer
2004-09-21@newuser/@newgroup initial support:Marc Espie
2004-09-21sort option descriptions. from jmcJared Yanovich
2004-09-21sync usageJared Yanovich
2004-09-21sync usage, de-globalize a variable, and de-lint. ok millertJared Yanovich