Age | Commit message (Expand) | Author |
2010-06-03 | Don't hardcode /bin/ksh in the example, but use "loginShell" instead. | Antoine Jacoutot |
2010-06-03 | The is no md5 authentication in OSPFv3. Remove some leftovers from | Alexander Bluhm |
2010-06-02 | fix potential use of uninitialized value, and remove unused variables. | Charles Longeau |
2010-06-02 | check event_dispatch() return value | Charles Longeau |
2010-06-02 | MPLSCTL_ENABLE is gone, no need to check for it. There is also no real | Claudio Jeker |
2010-06-02 | fix rcs prefix | Theo de Raadt |
2010-06-02 | Start reworking the LDE. Implement a FEC RB tree that can be used for the | Claudio Jeker |
2010-06-02 | remove c++ comments | Martin Hedenfal |
2010-06-01 | new queue, again; gcc2 compile tested by deraadt | Jacek Masiulaniec |
2010-06-01 | New queue doesn't compile on gcc2, back out. Spotted by deraadt@ | Jacek Masiulaniec |
2010-06-01 | close FILE `f' when we leave function fprio_readin(), so it wont get lost | zinovik |
2010-06-01 | namespace_new() leaks `ns' on error path. | Martin Hedenfal |
2010-06-01 | With IPv6 OSPF a single LSA can get larger than the MTU. As a | Alexander Bluhm |
2010-06-01 | Schedule newly arrived mail immediately, ie. place it at the beginning | Jacek Masiulaniec |
2010-06-01 | Include birth time in smtpctl show queue raw. | Jacek Masiulaniec |
2010-06-01 | Add NULL pointer check after calloc. | Alexander Bluhm |
2010-06-01 | It's lasttry + 1 because I initially thought passing identical birth | Jacek Masiulaniec |
2010-06-01 | Fix error message. | Alexander Bluhm |
2010-06-01 | Better errors. | Jacek Masiulaniec |
2010-06-01 | Don't interpret garbage on stack; problem seemingly exposed by my | Jacek Masiulaniec |
2010-06-01 | Fix one case of not sending smtp session id on error. | Jacek Masiulaniec |
2010-05-31 | oops | Jacek Masiulaniec |
2010-05-31 | Rewrite entire queue code. | Jacek Masiulaniec |
2010-05-31 | imsg_compose_event() return value was never checked. Make it fatal() if needed. | Charles Longeau |
2010-05-31 | Do not add the swap*.c to the CFILES as a dependency. The rest of the | Theo de Raadt |
2010-05-31 | use strtonum() instead of atoi() to parse the device address | Theo de Raadt |
2010-05-31 | Remove trailing whitespace and spaces before tabs. | Martin Hedenfal |
2010-05-31 | Add -I${.CURDIR}, fixes building in obj/. | Martin Hedenfal |
2010-05-31 | Initial import of ldapd, a small LDAP daemon. Work in progress. | Martin Hedenfal |
2010-05-28 | Send the IMSG_NEIGHBOR_UP msg when the neighbor is going into operational | Claudio Jeker |
2010-05-27 | when a rule has two conditions (ie: accept for { domain foo, domain bar } ) | Gilles Chehade |
2010-05-27 | struct opt as not used anywhere else, kill it, we can reintroduce it later | Gilles Chehade |
2010-05-27 | kill struct opt from struct rule, we don't use it, we don't need it | Gilles Chehade |
2010-05-26 | No need to include <sys/sysctl.h> here and it pulls in <sys/proc.h> | Todd C. Miller |
2010-05-26 | libevent has named two of it's new macros by the same name as our kernel | Theo de Raadt |
2010-05-26 | Move imsg into libutil and add a man page. | Nicholas Marriott |
2010-05-26 | Rename some imsg bits to make namespace collisions less likely buf to | Nicholas Marriott |
2010-05-25 | Ugh. Remove name2id.c for real now. | Claudio Jeker |
2010-05-25 | Remove another leftover from ospfd. ldpd does not have a concept of ext_tag | Claudio Jeker |
2010-05-25 | Implement the missing label map recv functions and cleanup the other recv | Claudio Jeker |
2010-05-25 | Add upcomming IMSG_LABEL_RELEASE, IMSG_LABEL_WITHDRAW and IMSG_LABEL_ABORT. | Claudio Jeker |
2010-05-25 | Kill a bogus bzero() and introduce an empty lde_check_release(). | Claudio Jeker |
2010-05-25 | I removed code in the last commit that is needed. Allocate rbuf now by | Claudio Jeker |
2010-05-24 | automatically generate the _arch= and _mach= lines at the top of the kernel | Theo de Raadt |
2010-05-24 | now that we can handle >9 args, put "-D name=value" on one line: it's a bit | Jason McIntyre |
2010-05-23 | When executing external mda, call dup2, closefrom, and chdir before | Jacek Masiulaniec |
2010-05-21 | remove unused functions | Charles Longeau |
2010-05-21 | Use _exit(2) in mda helper child process. | Jacek Masiulaniec |
2010-05-20 | S_ISREG() should be called on st.st_mode not st.st_flags | Gilles Chehade |
2010-05-19 | cleanup-only commit, removes unrequired includes, no functionnal change | Gilles Chehade |