Age | Commit message (Expand) | Author |
2004-10-07 | use a static, const and prefilled u_int8_t[16] to check wether the marker | Henning Brauer |
2004-10-07 | When printing attributes do not cast unsigned value to signed. | Hans-Joerg Hoexer |
2004-10-05 | Use priority instead of facility in vsyslog() | Marco Pfatschbacher |
2004-10-05 | move expand down to ::ExeclikeAction | Marc Espie |
2004-10-05 | unbreak expand | Marc Espie |
2004-10-05 | explicitly call the right destate for Extradir | Marc Espie |
2004-10-05 | more inheritance, reorder stuff slightly | Marc Espie |
2004-10-05 | intermediate ::DirlikeObject class, so that all dir objects inherit from | Marc Espie |
2004-10-05 | make a list of all conflicts. | Marc Espie |
2004-10-05 | unbreak pure comments, handle @option at new level. | Marc Espie |
2004-10-05 | Let DirBase inherit from FileObject | Marc Espie |
2004-10-05 | mark stuff as annotations. don't create ignore objects, since they are | Marc Espie |
2004-10-05 | reject an all zero bgpid, following a similar suggestion from | Henning Brauer |
2004-10-05 | in client_addr_init() and client_nextaddr(), do not set up the socket and | Henning Brauer |
2004-10-05 | derive ::PkgCfl from ::Conflict | Marc Espie |
2004-10-05 | basic destate for ::FileObject, derive ::Exec, ::Unexec, ::Extraunexec | Marc Espie |
2004-10-05 | unique objects only need to override add_object. | Marc Espie |
2004-10-05 | fullname and mode stuff only concerns ::Object | Marc Espie |
2004-10-05 | Only ::FileObject need to do the dirclass test, other objects don't | Marc Espie |
2004-10-05 | NoDuplicateNames = 1 is a ::FileObject property | Marc Espie |
2004-10-04 | Use poll(2) and svc_getreq_poll(2). Tested by matthieu@, ok deraadt@ | Todd C. Miller |
2004-10-04 | link FileObject, State, Action. | Marc Espie |
2004-10-04 | link `Meta/Unique' class hierarchy. Ditch some common code. | Marc Espie |
2004-10-04 | basic class hierarchy to cut up packing-list items into better groups. | Marc Espie |
2004-10-04 | Add Fatal/Warn routines: for now, they do nothing more than die/print STDERR, | Marc Espie |
2004-10-04 | fix bogus indentation | Marc Espie |
2004-10-04 | do not take the average offset from all peers when calculating the total | Henning Brauer |
2004-10-01 | if we're opening a socket for a default listener because no "listen on" | Henning Brauer |
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 |
2004-09-30 | If the yp marker is in the file, add new users before it. PR 3727. | Otto Moerbeek |
2004-09-30 | now that we connect() the client sockets we need to handle ECONNREFUSED as | Henning Brauer |
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 |
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 |
2004-09-27 | mention how SIGHUP is handled. | Jared Yanovich |
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 |