Age | Commit message (Expand) | Author |
2012-04-30 | just a bit of refactoring, make sure option handling is done in state, | Marc Espie |
2012-04-29 | repair src/xsrc handling | Marc Espie |
2012-04-28 | explain why the base pseudo-handle is a dirty hack and why it's less | Marc Espie |
2012-04-28 | File::Path::rmtree is very stupid and spews out warning messages if there's | Marc Espie |
2012-04-28 | zap blank spaces | Marc Espie |
2012-04-28 | work-around the fact that BaseSystem updates have specific dependency | Marc Espie |
2012-04-28 | cleaner code: only wrap the call to quirks itself inside an eval. | Marc Espie |
2012-04-28 | add a "fake" handle class for base system updates and ForwardDependencies | Marc Espie |
2012-04-27 | A message-body should be forwarded for DELETE method too. | giovanni |
2012-04-27 | use our light-weight OpenBSD::MkTemp, which is safer, more accurate, | Marc Espie |
2012-04-24 | take a stab at documenting when arguments need quoted, and valid macro | Jason McIntyre |
2012-04-22 | typo | Marc Espie |
2012-04-22 | write a specialized version that appends a / to directories, to make it | Marc Espie |
2012-04-21 | i got the previous fix wrong, /etc/mail/aliases should use SMTPD_USER | Gilles Chehade |
2012-04-20 | Back to non-verbose, crept back in with last merge. | Camiel Dobbelaar |
2012-04-19 | relayd re-uses the event callbacks and passes the value of iev.data | Theo de Raadt |
2012-04-19 | small cleanup(%hd -> %d) | Gleydson Soares |
2012-04-16 | add missing header needed by str* and mem* functions | Charles Longeau |
2012-04-16 | supplementary code for Samples | Marc Espie |
2012-04-16 | use explicit pattern to avoid huge results from pkg_locate we will | Marc Espie |
2012-04-16 | display truely unknown stuff first | Marc Espie |
2012-04-16 | new glue: figure out how to install pkglocatedb on our own (if not | Marc Espie |
2012-04-15 | when using aliases, the *real* delivery user is not set on expand nodes | Gilles Chehade |
2012-04-15 | Remove dead assignments and newly created unused variables. | Charles Longeau |
2012-04-15 | fix a leak | Jonathan Gray |
2012-04-15 | fix some leaks | Jonathan Gray |
2012-04-14 | update to 1.0.15 | Robert Nagy |
2012-04-14 | improve readability | Eric Faurot |
2012-04-14 | Kill Boehms GC dead. | Christiano F. Haesbaert |
2012-04-14 | read returns ssize_t not int. | Christiano F. Haesbaert |
2012-04-14 | Kill useless memset. | Christiano F. Haesbaert |
2012-04-14 | Don't return from main with 2 uppon issuing double -c option, print | Christiano F. Haesbaert |
2012-04-14 | Add CDIAGFLAGS infrastructure. | Christiano F. Haesbaert |
2012-04-13 | clarify "hostname"; from robert peichaer org | Jason McIntyre |
2012-04-12 | use a shared stripping function for chroot and make sure | Robert Nagy |
2012-04-12 | accept pacing ldpd way. Since this daemon has multiple listening fds | Claudio Jeker |
2012-04-12 | The ebgp flags is just a truth value and it is better to not == 1 compares. | Claudio Jeker |
2012-04-12 | aspath_neighbor() should return the local AS number for empty AS pathes. | Claudio Jeker |
2012-04-12 | accept() pacing for bgpd based on similar work done on other daemons. | Claudio Jeker |
2012-04-11 | delete excessive evtimer_pending; ok claudio | Theo de Raadt |
2012-04-11 | rate limiting of accept() in various cases. Testing by jmatthew. there | Theo de Raadt |
2012-04-11 | Do rate limiting of accept() when under pressure, like in other recent | Theo de Raadt |
2012-04-11 | accept() pacing on the control socket if E*FILE errors are returned. | Claudio Jeker |
2012-04-10 | prevent dpb trace handler from getting in the way of normal usage error reports. | Marc Espie |
2012-04-10 | Build with -O1 on vax for now, pcre_exec can not build with -O2. | Miod Vallat |
2012-04-10 | Handle file descriptor exhaustion in the accept() case. | Theo de Raadt |
2012-04-08 | add the evtimout rate-limiting code for accept() here too. | Theo de Raadt |
2012-04-07 | The Route Distinguishers should not be used to control distribution. | Claudio Jeker |
2012-04-07 | grammar fix; | Jason McIntyre |
2012-04-06 | iterate over e_shnum using Elf32_Word instead of int | Theo de Raadt |