summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2009-01-29In tcpdump some printf() had an additional \n at the end. RemovingAlexander Bluhm
2009-01-29log warning when can't read drift file; allows detection ofKevin Steves
2009-01-28fix missing prototype and format related warningsGilles Chehade
2009-01-28now that mta uses a struct session, it can also use session_respond() justGilles Chehade
2009-01-28mta session state belongs to struct session, not struct batch, remove theGilles Chehade
2009-01-28everything we need for the event handling dance is in struct session, theGilles Chehade
2009-01-28Add 'show database intra' command, which displays Intra-Area-Prefix LSAs.Stefan Sperling
2009-01-28Teach ospf6d to originate Intra-Area-Prefix LSAs, which associate a listStefan Sperling
2009-01-28Add brackets around return values.Michele Marchetto
2009-01-28since we're expanding "relay via ssl foobar.org" into two mxhosts (one withGilles Chehade
2009-01-28first steps towards better mta code. currently mta uses struct batch toGilles Chehade
2009-01-28cleanup; ok gilles@Jacek Masiulaniec
2009-01-28when pausing listeners, do not simply disable their events as newGilles Chehade
2009-01-28reuse recipient_to_path; ok gilles@Jacek Masiulaniec
2009-01-28relayhost flags were not properly copied to the relayhost array of theGilles Chehade
2009-01-28Print the right header for Intra-Area-Prefix LSAs when showing the database.Stefan Sperling
2009-01-28Make races between queue and runner impossible by implementing the policy:Jacek Masiulaniec
2009-01-28if recipient was provided as a username, append the local hostname, thisGilles Chehade
2009-01-28Add wake to the build. ok claudio.Marc Balmer
2009-01-28minor improvement to usage()Igor Sobrado
2009-01-28it's -> itsIan Darwin
2009-01-28wake is a command to send wake on lan frames over an ethernet to wake on lanMarc Balmer
2009-01-28bring loop detection support. we handle this with a qmail-like approach whichGilles Chehade
2009-01-28move some functions from queue.c to queue_shared.c as they are not onlyGilles Chehade
2009-01-28in safe_fclose, ensure file is closed upon return, and additionallyJacek Masiulaniec
2009-01-28">From" escaping and \n appending is not needed for maildir; ok gilles@Jacek Masiulaniec
2009-01-28add a struct path to struct message so that we can keep track of the RCPTGilles Chehade
2009-01-28Correct dup to dupstr.aschrijver
2009-01-28a bit of enqueue cleanup, and while at it set the sender local address toGilles Chehade
2009-01-28- remove debug messagesGilles Chehade
2009-01-27instead of relying on socket permissions to allow or disallow imsg's thatGilles Chehade
2009-01-27keep namespace clean.Pierre-Yves Ritschard
2009-01-27follow the naming convention of other files, discussed with jacekm@Gilles Chehade
2009-01-27first bricks of enqueue code which allows smtpctl to submit mail to queueGilles Chehade
2009-01-27Propagate the neighbour's interface ID, as received in hello packets,Stefan Sperling
2009-01-27Add space after keywords.aschrijver
2009-01-27err, actually session_set_path was moved to utils.c because it was used byGilles Chehade
2009-01-27*** empty log message ***Gilles Chehade
2009-01-27Oops, fix the error handling. Found by blambert@aschrijver
2009-01-27fix printf format specification to print max len 4 for refid,Kevin Steves
2009-01-27the data member of ibuf was not set to the environment in control_accept()Gilles Chehade
2009-01-27Fix another double free in the filter parser.aschrijver
2009-01-27Again, no need to double check if neighbor exists.Michele Marchetto
2009-01-27No need to check if neighbor exists before adding itMichele Marchetto
2009-01-27temporarily drop privileges to the final user before each delivery attempt,Gilles Chehade
2009-01-27Remove unnecessary comment.aschrijver
2009-01-27Add correct error handling to the aldap API.aschrijver
2009-01-27Get rid of the 24h timer as it useless here.Michele Marchetto
2009-01-27new sentence, new line;Jason McIntyre
2009-01-26Document that ospf6d tries to get the router ID from an IPv4 addressStefan Sperling