summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2008-12-28Plug some memory leakage in aldap_parse by calling aldap_freemsgBret Lambert
2008-12-28correct some outputClaudio Jeker
2008-12-28Correctly display net lsa and the LSA type is now 16bit. This removesClaudio Jeker
2008-12-28Initial bits for originating net lsa again from Stefan Sperling with someClaudio Jeker
2008-12-28Part of lsa_self() works at least everything with us as adv_rtr should beClaudio Jeker
2008-12-28area_ospf_options() should not return network byte order options. InsteadClaudio Jeker
2008-12-28First shot at originating router LSA, still a lot of XXX but seems toClaudio Jeker
2008-12-28No need to byteswap req_hdr.type as lsa_find() will do that for us.Claudio Jeker
2008-12-28Sync up with the last commit. Some flags are now gone.Claudio Jeker
2008-12-28Sync up the flags with the new and shiny RFC5340 while there introduceClaudio Jeker
2008-12-28Send the interface index in the correct byte order and add iface_id toClaudio Jeker
2008-12-28Correctly sync the FSM by issuing the NBR_EVT_NEG_DONE event before sendingClaudio Jeker
2008-12-28Add a ugly workaround for the problem where an invalid AS4_PATH is passedClaudio Jeker
2008-12-27Fix memory leak.aschrijver
2008-12-27kill unused function; ok gilles@Jacek Masiulaniec
2008-12-27Manpage bits for "showqueue" -> "show queue" change.Jacek Masiulaniec
2008-12-27log_warn -> log_warnxJacek Masiulaniec
2008-12-27cleanup; ok gilles@Jacek Masiulaniec
2008-12-27Put common handler code in a function; ok chl@ gilles@Jacek Masiulaniec
2008-12-27Merge hash() and queue_message_hash() into one func, queue_hash(). Fix callersJacek Masiulaniec
2008-12-27Break showqueue and showrunqueue into 2 words; ok gilles@Jacek Masiulaniec
2008-12-26parse.y doesn't allow listen backlog configuration, so "bzero default" is used.Jacek Masiulaniec
2008-12-23Link the directory containing the MIB definitions for snmpd(8).Reyk Floeter
2008-12-23export the livelock counter in a private mib openBSD.5.Reyk Floeter
2008-12-22typoJacek Masiulaniec
2008-12-22Fix few cases where "smtpctl showqueue" could exit prematurelyJacek Masiulaniec
2008-12-22cleanupJacek Masiulaniec
2008-12-22s->s_msg.session_hostname must hold resolved hostname as well; ok gilles@Jacek Masiulaniec
2008-12-22Reduce IMSG_LKA_HOST to only make NI_NAMEREQD getnameinfo call. WeJacek Masiulaniec
2008-12-22delinting: salen may be used with no prior init; ok gilles@Jacek Masiulaniec
2008-12-22Remove entry from mdaproctree after reaping mda child; ok gilles@Jacek Masiulaniec
2008-12-22To reset state, it's enough to set s->s_state = S_HELO, rcptcountJacek Masiulaniec
2008-12-21fix session flags resetting; ok gilles@Jacek Masiulaniec
2008-12-21- missing prototype + smtp.c was misusing session_auth_pickup()Gilles Chehade
2008-12-21Add more compile time checking; fix warnings reported by gcc.Jacek Masiulaniec
2008-12-21Add more compile time checking; fix one warning reported by gcc.Jacek Masiulaniec
2008-12-21- AUTH PLAIN may receive credentials as a parameter to AUTH or on aGilles Chehade
2008-12-20- various improvements from Ingo Schwarze;Jason McIntyre
2008-12-20- update smtpd.conf to provide an example of an auth enabled listenerGilles Chehade
2008-12-20- import first bricks of SMTP AUTH support. currently only AUTH PLAIN isGilles Chehade
2008-12-19document the default localpref, from discussion withHenning Brauer
2008-12-19fix IF-MIB element and implementation ifInUnknownErrors -> ifInUnknownProtosReyk Floeter
2008-12-19fix indentation, no binary change.Jacek Masiulaniec
2008-12-19- fatal() if flock() has failed for any reason that's not EWOULDBLOCK, thisGilles Chehade
2008-12-19- smtpd handled mbox locking failures as "regular" temporary failures whichGilles Chehade
2008-12-18Introduce safe_fclose, which tries to push file to the disk asJacek Masiulaniec
2008-12-18Declarations for functions used only in smtp_session.c were movedJacek Masiulaniec
2008-12-18Check fwrite return code at DATA stage.Jacek Masiulaniec
2008-12-18- condition lists is wrongly described, unbreak the following syntax:Gilles Chehade
2008-12-18Instead of directly applying ntoh*() to fields of the capturedHans-Joerg Hoexer