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

Build using gcc 5.3 #55

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

Build using gcc 5.3 #55

wants to merge 19 commits into from

Commits on Aug 24, 2006

  1. Branch off for the 2.0 release

    landonf committed Aug 24, 2006
    Configuration menu
    Copy the full SHA
    f4011de View commit details
    Browse the repository at this point in the history
  2. MFC 1191 from trunk: Fixes for pf

    landonf committed Aug 24, 2006
    Configuration menu
    Copy the full SHA
    7057cba View commit details
    Browse the repository at this point in the history
  3. ctx->pf must be initialized

    landonf committed Aug 24, 2006
    Configuration menu
    Copy the full SHA
    76417e1 View commit details
    Browse the repository at this point in the history
  4. addressString has already been released by the time we want to do our…

    … logging. Use the remoteAddress cString instead
    landonf committed Aug 24, 2006
    Configuration menu
    Copy the full SHA
    0ce7f81 View commit details
    Browse the repository at this point in the history
  5. if ([ctx->config pfEnabled] && !pf_open(ctx)) resulted in the inverse…

    … of what we wanted: If pf was enabled, but pf_open succeded, ctx->pf was re-initialized to NULL.
    landonf committed Aug 24, 2006
    Configuration menu
    Copy the full SHA
    12cc709 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e603c42 View commit details
    Browse the repository at this point in the history
  7. MFC of 1200, support for gcc33

    landonf committed Aug 24, 2006
    Configuration menu
    Copy the full SHA
    497fb39 View commit details
    Browse the repository at this point in the history
  8. MFC of 1202: Type fixes for 64-bit systems

    landonf committed Aug 24, 2006
    Configuration menu
    Copy the full SHA
    53aed90 View commit details
    Browse the repository at this point in the history
  9. MFC 1204: Fix for logging on amd64

    landonf committed Aug 24, 2006
    Configuration menu
    Copy the full SHA
    726b930 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2006

  1. MFC -Werror changes

    landonf committed Sep 12, 2006
    Configuration menu
    Copy the full SHA
    c26a74d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2006

  1. MFC bindDN support

    landonf committed Sep 14, 2006
    Configuration menu
    Copy the full SHA
    e8e6914 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2006

  1. MFC FreeBSD 5.x build fixes

    landonf committed Sep 15, 2006
    Configuration menu
    Copy the full SHA
    e2231ff View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2006

  1. MFC:

    Fix a bug when dealing with Novel's OpenLDAP server -- I added one ldap_parse_result() too many here, and thus this check would return success.
    This never occured with OpenLDAP.
    Reported by: Tero Keso <email-removed-on-request>
    landonf committed Nov 27, 2006
    Configuration menu
    Copy the full SHA
    9ae0368 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2006

  1. MFC empty password security fix

    landonf committed Dec 2, 2006
    Configuration menu
    Copy the full SHA
    dfcc33a View commit details
    Browse the repository at this point in the history
  2. Accidentally committed, revert

    landonf committed Dec 2, 2006
    Configuration menu
    Copy the full SHA
    4a364f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2007

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

Commits on Mar 22, 2007

  1. MFC enhanced LDAP logging (from trunk)

    landonf committed Mar 22, 2007
    Configuration menu
    Copy the full SHA
    f7abcf3 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2007

  1. MFC referral chasing

    landonf committed Apr 6, 2007
    Configuration menu
    Copy the full SHA
    9b7f926 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2013

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