Age | Commit message (Expand) | Author |
2009-01-29 | tweak usage() | Igor Sobrado |
2009-01-29 | fix compiler warning | Jacek Masiulaniec |
2009-01-29 | Implement "smtpctl show stats"; ok gilles@ | Jacek Masiulaniec |
2009-01-29 | better parsing of .forward files | Oleg Safiullin |
2009-01-29 | Correctly byte-swap the link state ID when building Intra-Area-Prefix | Stefan Sperling |
2009-01-29 | One more step on the long road of beautifying ospf6ctl output: | Stefan Sperling |
2009-01-29 | Don't print a header line above every individual Intra-Area-Prefix LSA | Stefan Sperling |
2009-01-29 | Originate Intra-Area-Prefix LSAs which reference a router LSA. | Stefan Sperling |
2009-01-29 | In Link LSAs, #prefixes is a 32bit value. | Stefan Sperling |
2009-01-29 | various improvements; help/ok mbalmer | Jason McIntyre |
2009-01-29 | lsa_get_prefix() should return the number of bytes consumed and not the | Claudio Jeker |
2009-01-29 | Fix offset calculation for lsa_prefix structs. | Stefan Sperling |
2009-01-29 | Better error handling. | Marc Balmer |
2009-01-29 | missing prototype for session_respond() in mta, move session_respond()'s | Gilles Chehade |
2009-01-29 | - remove debug message | Gilles Chehade |
2009-01-29 | Received header line was incomplete for mail submitted through the enqueuer | Gilles Chehade |
2009-01-29 | fix a bug in mta's event masking | Gilles Chehade |
2009-01-29 | initial starttls support in mta, this allows: | Gilles Chehade |
2009-01-29 | Correct capitalization. | Pierre-Yves Ritschard |
2009-01-29 | Correct copyright years. | Marc Balmer |
2009-01-29 | * Add more CFLAGS commonly found in src/usr.sbin/ | Pierre-Yves Ritschard |
2009-01-29 | detect truncation with strlcpy, not strlen. | Pierre-Yves Ritschard |
2009-01-29 | Report error if wake on lan frame is not sent correctly. | Pierre-Yves Ritschard |
2009-01-29 | simplify the bpf opening loop a bit. | Pierre-Yves Ritschard |
2009-01-29 | bring initial support for SSL in the mta part of smtpd, allowing for: | Gilles Chehade |
2009-01-29 | Common queue walking code for smtpd and smtpctl. Kills majority of showqueue.c, | Jacek Masiulaniec |
2009-01-29 | Hard-code the Link State ID of Intra-Area-Prefix LSAs referencing Network | Stefan Sperling |
2009-01-29 | Improve debugging message in orig_intra_lsa_net(). | Stefan Sperling |
2009-01-29 | Make anonymous binds work properly. | aschrijver |
2009-01-29 | No need to use RB_FIND here, RB_INSERT does that job for us. | Oleg Safiullin |
2009-01-29 | Round brackets are not required. Back out previous commit. | Michele Marchetto |
2009-01-29 | - remove a very annoying debug printf() | Gilles Chehade |
2009-01-29 | In tcpdump some printf() had an additional \n at the end. Removing | Alexander Bluhm |
2009-01-29 | log warning when can't read drift file; allows detection of | Kevin Steves |
2009-01-28 | fix missing prototype and format related warnings | Gilles Chehade |
2009-01-28 | now that mta uses a struct session, it can also use session_respond() just | Gilles Chehade |
2009-01-28 | mta session state belongs to struct session, not struct batch, remove the | Gilles Chehade |
2009-01-28 | everything we need for the event handling dance is in struct session, the | Gilles Chehade |
2009-01-28 | Add 'show database intra' command, which displays Intra-Area-Prefix LSAs. | Stefan Sperling |
2009-01-28 | Teach ospf6d to originate Intra-Area-Prefix LSAs, which associate a list | Stefan Sperling |
2009-01-28 | Add brackets around return values. | Michele Marchetto |
2009-01-28 | since we're expanding "relay via ssl foobar.org" into two mxhosts (one with | Gilles Chehade |
2009-01-28 | first steps towards better mta code. currently mta uses struct batch to | Gilles Chehade |
2009-01-28 | cleanup; ok gilles@ | Jacek Masiulaniec |
2009-01-28 | when pausing listeners, do not simply disable their events as new | Gilles Chehade |
2009-01-28 | reuse recipient_to_path; ok gilles@ | Jacek Masiulaniec |
2009-01-28 | relayhost flags were not properly copied to the relayhost array of the | Gilles Chehade |
2009-01-28 | Print the right header for Intra-Area-Prefix LSAs when showing the database. | Stefan Sperling |
2009-01-28 | Make races between queue and runner impossible by implementing the policy: | Jacek Masiulaniec |
2009-01-28 | if recipient was provided as a username, append the local hostname, this | Gilles Chehade |