Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diff to update table_sqlite(5) #54

Open
wants to merge 43 commits into
base: master
Choose a base branch
from
Open

Diff to update table_sqlite(5) #54

wants to merge 43 commits into from

Commits on May 15, 2017

  1. skeleton for smtpfd

    poolpOrg committed May 15, 2017
    Configuration menu
    Copy the full SHA
    3136fbb View commit details
    Browse the repository at this point in the history

Commits on May 20, 2017

  1. Configuration menu
    Copy the full SHA
    2820310 View commit details
    Browse the repository at this point in the history
  2. s/newd_conf/smtpfd_conf.

    snimmagadda committed May 20, 2017
    Configuration menu
    Copy the full SHA
    b290b1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2c574d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29158c8 View commit details
    Browse the repository at this point in the history
  5. Fix mandoc lint warnings.

    snimmagadda committed May 20, 2017
    Configuration menu
    Copy the full SHA
    ffb8bf4 View commit details
    Browse the repository at this point in the history
  6. unlink(2) requires cpath in pledge.

    Fixes a crash on SIGINT.
    snimmagadda committed May 20, 2017
    Configuration menu
    Copy the full SHA
    715fb90 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. Configuration menu
    Copy the full SHA
    50e5fe7 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. introduce a helper layer for imsg process management.

    make the frontend process use it.
    ericfaurot committed May 24, 2017
    Configuration menu
    Copy the full SHA
    b12ed3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eae71f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae02db5 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2017

  1. Configuration menu
    Copy the full SHA
    410d861 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    602e5ab View commit details
    Browse the repository at this point in the history

Commits on May 29, 2017

  1. Configuration menu
    Copy the full SHA
    26d2baf View commit details
    Browse the repository at this point in the history
  2. replace config parser and get rid of config handling in the

    child processes for now.
    ericfaurot committed May 29, 2017
    Configuration menu
    Copy the full SHA
    bbb466b View commit details
    Browse the repository at this point in the history
  3. simplify engine and frontend code:

    - remove unncessary signal handlers
    - simpler exit path
    - use static functions where possible
    ericfaurot committed May 29, 2017
    Configuration menu
    Copy the full SHA
    3aa74a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1121fc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    112f687 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2c3f59 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    07834ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e5ad1bd View commit details
    Browse the repository at this point in the history

Commits on May 30, 2017

  1. Configuration menu
    Copy the full SHA
    f5ff470 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a64a73f View commit details
    Browse the repository at this point in the history
  3. tweak includes

    ericfaurot committed May 30, 2017
    Configuration menu
    Copy the full SHA
    96e5d22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e95fb1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6d8f1e View commit details
    Browse the repository at this point in the history
  6. - use static where appropriate

    - properly set up child imsgproc
    ericfaurot committed May 30, 2017
    Configuration menu
    Copy the full SHA
    3e3f654 View commit details
    Browse the repository at this point in the history
  7. tweak the condig parser a bit.

    make the main process fork external filters as found in the config file
    and pass the imsg handle to the engine.
    ericfaurot committed May 30, 2017
    Configuration menu
    Copy the full SHA
    b1e1128 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2381969 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. Configuration menu
    Copy the full SHA
    6823d6c View commit details
    Browse the repository at this point in the history
  2. missing semicolon

    ericfaurot committed May 31, 2017
    Configuration menu
    Copy the full SHA
    1d8035d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Configuration menu
    Copy the full SHA
    5808452 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2017

  1. tweak proc.c

    ericfaurot committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    7c41923 View commit details
    Browse the repository at this point in the history
  2. main -> priv

    ericfaurot committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    8970ebb View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

  1. move forward

    ericfaurot committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    4ca7e6a View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

  1. more work on smtpfd

    ericfaurot committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    d4aaaf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2017

  1. tweaks

    ericfaurot committed Jul 22, 2017
    Configuration menu
    Copy the full SHA
    8d3417b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. consider that a smtpf session has two ends A and B, and simply relay

    smtp lines between them for now.
    ericfaurot committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    85c98eb View commit details
    Browse the repository at this point in the history
  2. missing else

    ericfaurot committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    003f0c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90dd9fa View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. Configuration menu
    Copy the full SHA
    368dbd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. Configuration menu
    Copy the full SHA
    778dbaa View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. Configuration menu
    Copy the full SHA
    71b604c View commit details
    Browse the repository at this point in the history