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

MPPE final vector access API; needed by pppd. #17

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

MPPE final vector access API; needed by pppd. #17

wants to merge 193 commits into from

Commits on Mar 2, 2015

  1. Added legacy functions to common.c/h

    That is rc_getstr() and rc_fgetln() were removed from the
    freeradius-client library. They were not even remotely related
    to radius.
    Nikos Mavrogiannopoulos committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    9ea74c6 View commit details
    Browse the repository at this point in the history
  2. removed rc_getifname

    This was only related to radlogin, but not even used by it.
    Nikos Mavrogiannopoulos committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    ebe8a56 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2015

  1. removed rc_mksid

    It is an internal function that was not used anywhere.
    nmav authored and Nikos Mavrogiannopoulos committed Mar 3, 2015
    Configuration menu
    Copy the full SHA
    68e442c View commit details
    Browse the repository at this point in the history
  2. removed RSA's copyright; the codebase doesn't include any code from R…

    …SA DS
    
    The included md5.c is from Colin Plumb, and is public domain.
    Nikos Mavrogiannopoulos committed Mar 3, 2015
    Configuration menu
    Copy the full SHA
    4781c77 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2015

  1. Added support for radius with TLS (RFC6614) and DTLS (RFC7360)

    Nikos Mavrogiannopoulos authored and nmav committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    0fe6892 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1f6dfc View commit details
    Browse the repository at this point in the history
  3. tests: added a radius/TLS test suite

    Nikos Mavrogiannopoulos authored and nmav committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    6220b63 View commit details
    Browse the repository at this point in the history
  4. tests: added TLS restart check

    nmav committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    b106d6a View commit details
    Browse the repository at this point in the history
  5. .travis.yml: test TLS on commits

    Nikos Mavrogiannopoulos authored and nmav committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    72fb14d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b45a74 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc2cb65 View commit details
    Browse the repository at this point in the history
  8. updated autoconf macros

    nmav committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    6aabffa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e7b0717 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d581c5b View commit details
    Browse the repository at this point in the history
  11. do not require options only applicable to radlogin to be present

    Only check these options in the radlogin program.
    Nikos Mavrogiannopoulos authored and nmav committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    209371c View commit details
    Browse the repository at this point in the history
  12. updated README

    nmav committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    da3f213 View commit details
    Browse the repository at this point in the history
  13. more files to ignore

    nmav committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    c71e968 View commit details
    Browse the repository at this point in the history
  14. tools: removed radlogin

    nmav committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    fccc45b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    59f0e3a View commit details
    Browse the repository at this point in the history
  16. ignore backup files

    nmav committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    07d43cf View commit details
    Browse the repository at this point in the history
  17. Added pkgconfig file

    nmav committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    ee334b2 View commit details
    Browse the repository at this point in the history
  18. use nettle by default if found

    nmav committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    df4e247 View commit details
    Browse the repository at this point in the history
  19. corrected typo

    nmav committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    20ecf80 View commit details
    Browse the repository at this point in the history
  20. removed login.radius files

    nmav committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    5ee486a View commit details
    Browse the repository at this point in the history
  21. removed legacy settings

    nmav committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    4f014fa View commit details
    Browse the repository at this point in the history
  22. updated lib URL

    nmav committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    8f38a7e View commit details
    Browse the repository at this point in the history
  23. Added build status in README

    nmav committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    3e6e5ce View commit details
    Browse the repository at this point in the history
  24. removed obsolete patches

    nmav committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    b233784 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0d95b66 View commit details
    Browse the repository at this point in the history
  26. simplified rc_new()

    nmav committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    67d8e23 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    633deff View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    876d6e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2015

  1. makefile: removed patches subdir

    Nikos Mavrogiannopoulos committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    bd3703d View commit details
    Browse the repository at this point in the history
  2. added more descriptive error messages when attribute is missing

    Nikos Mavrogiannopoulos committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    cd8af1b View commit details
    Browse the repository at this point in the history
  3. renamed project to simply radcli

    Nikos Mavrogiannopoulos committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    53fb4d0 View commit details
    Browse the repository at this point in the history
  4. changed header and library name, but kept source compatibility

    Nikos Mavrogiannopoulos committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    c27dec9 View commit details
    Browse the repository at this point in the history
  5. ignore test suite files

    Nikos Mavrogiannopoulos committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    6924815 View commit details
    Browse the repository at this point in the history
  6. dictionary: added Delegated-IPv6-Prefix

    Nikos Mavrogiannopoulos committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    b0352c7 View commit details
    Browse the repository at this point in the history
  7. updated example text and do not install any programs by default

    Nikos Mavrogiannopoulos committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    20efd79 View commit details
    Browse the repository at this point in the history
  8. removed legacy files and config options

    Nikos Mavrogiannopoulos committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    06b0ab9 View commit details
    Browse the repository at this point in the history
  9. tools: link against radcli

    Nikos Mavrogiannopoulos committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    ef8a4ac View commit details
    Browse the repository at this point in the history
  10. configure: use better var names for soversion and enabled TLS by default

    Nikos Mavrogiannopoulos committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    7627159 View commit details
    Browse the repository at this point in the history
  11. separated library for internal tools

    That fixes the TLS test program compilation.
    Nikos Mavrogiannopoulos committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    2f3360f View commit details
    Browse the repository at this point in the history
  12. Added NEWS file

    Nikos Mavrogiannopoulos committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    4310176 View commit details
    Browse the repository at this point in the history
  13. removed unaccounted files to allow make dist

    Nikos Mavrogiannopoulos committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    a95e569 View commit details
    Browse the repository at this point in the history
  14. configure: relaxed automake requirement

    Nikos Mavrogiannopoulos committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    0298ccc View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2015

  1. radcli.h: put exported functions into a doxygen group

    Nikos Mavrogiannopoulos committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    0dd492c View commit details
    Browse the repository at this point in the history
  2. rc_get_id(): no longer exported

    This function is not of value to external callers, and thus
    was made static.
    Nikos Mavrogiannopoulos committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    52b2699 View commit details
    Browse the repository at this point in the history
  3. doxygen: added automatic manpage generation

    Nikos Mavrogiannopoulos authored and nmav committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    dcdbec4 View commit details
    Browse the repository at this point in the history
  4. removed legacy README

    nmav committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    f06680b View commit details
    Browse the repository at this point in the history
  5. doc update

    nmav committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    2425e45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41e6b71 View commit details
    Browse the repository at this point in the history
  7. radexample: corrected typo

    nmav committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    23dd2a6 View commit details
    Browse the repository at this point in the history
  8. removed the env API

    nmav committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    99a9060 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f28417 View commit details
    Browse the repository at this point in the history
  10. radcli.h: several exported structures were made internal

    That will allow enhancing the exposed API functionality without
    breaking the ABI.
    nmav committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    9759450 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8649d0d View commit details
    Browse the repository at this point in the history
  12. doc update

    nmav committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    197716a View commit details
    Browse the repository at this point in the history
  13. do not export an API to access MD5

    It is preferrable for applications to use a crypto
    library instead.
    nmav committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    c8d70c8 View commit details
    Browse the repository at this point in the history
  14. Removed the mapid API; it is not required by modern applications

    Only few specialized applications need it, and there is no guarrantee
    that they will use that file format instead of their own.
    nmav committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    58e2078 View commit details
    Browse the repository at this point in the history
  15. updated auto-generated files

    nmav committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    e7ecfff View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    45f58a4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    98130c8 View commit details
    Browse the repository at this point in the history
  18. doc update

    nmav committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    ef62a69 View commit details
    Browse the repository at this point in the history
  19. added AUTHORS file

    nmav committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    37b1bb2 View commit details
    Browse the repository at this point in the history
  20. updated project URLs

    nmav committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    665c4ae View commit details
    Browse the repository at this point in the history
  21. doc update

    nmav committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    495677e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2ad83bf View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0d30e29 View commit details
    Browse the repository at this point in the history
  24. doc: updated example code

    nmav committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    ee5e578 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    1f83f9e View commit details
    Browse the repository at this point in the history
  26. don't export rc_log()

    This function isn't needed to callers as they should use
    the system's logging facilities.
    nmav committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    b75a965 View commit details
    Browse the repository at this point in the history
  27. removed unused file

    nmav committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    fa6ae63 View commit details
    Browse the repository at this point in the history
  28. eliminated compilation warnings

    Also enabled all compiler warnings by default.
    nmav committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    6e97318 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a1681a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2015

  1. Configuration menu
    Copy the full SHA
    3385f8e View commit details
    Browse the repository at this point in the history
  2. Do not export TLS-related functions

    Also allow retrieving the type of the socket used in handle.
    nmav committed Jun 6, 2015
    Configuration menu
    Copy the full SHA
    7022cbc View commit details
    Browse the repository at this point in the history
  3. updated auto-generated files

    nmav committed Jun 6, 2015
    Configuration menu
    Copy the full SHA
    faaed86 View commit details
    Browse the repository at this point in the history
  4. doc update

    nmav committed Jun 6, 2015
    Configuration menu
    Copy the full SHA
    da63676 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    222ef2a View commit details
    Browse the repository at this point in the history
  6. doc update

    nmav committed Jun 6, 2015
    Configuration menu
    Copy the full SHA
    86ca2b3 View commit details
    Browse the repository at this point in the history
  7. space fixes

    nmav committed Jun 6, 2015
    Configuration menu
    Copy the full SHA
    e78e96c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    25e4d1c View commit details
    Browse the repository at this point in the history
  9. updated auto-generated files

    nmav committed Jun 6, 2015
    Configuration menu
    Copy the full SHA
    98092e0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea1f893 View commit details
    Browse the repository at this point in the history
  11. Allow specifying nas-identifier in the config files

    If it is set, and the application didn't explicitly set
    a NAS identifier, radcli will set that attribute.
    nmav committed Jun 6, 2015
    Configuration menu
    Copy the full SHA
    81e037e View commit details
    Browse the repository at this point in the history
  12. Added missing file

    nmav committed Jun 6, 2015
    Configuration menu
    Copy the full SHA
    2b7edd0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9221054 View commit details
    Browse the repository at this point in the history
  14. tests: use nas-identifier

    nmav committed Jun 6, 2015
    Configuration menu
    Copy the full SHA
    003e620 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    aee79e7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    126be82 View commit details
    Browse the repository at this point in the history
  17. updated auto-generated files

    nmav committed Jun 6, 2015
    Configuration menu
    Copy the full SHA
    bb168f6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2cefd8f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d4568a2 View commit details
    Browse the repository at this point in the history
  20. moved all definitions to enums

    nmav committed Jun 6, 2015
    Configuration menu
    Copy the full SHA
    3b6a8b3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    dc41821 View commit details
    Browse the repository at this point in the history
  22. doc update

    nmav committed Jun 6, 2015
    Configuration menu
    Copy the full SHA
    d0bc21f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2015

  1. Configuration menu
    Copy the full SHA
    79d7c39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7e466d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad725fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76025fe View commit details
    Browse the repository at this point in the history
  5. updated-autogenerated files

    nmav committed Jun 7, 2015
    Configuration menu
    Copy the full SHA
    173afa5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e1dc1b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b956ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d12320a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1c04bfc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ff61114 View commit details
    Browse the repository at this point in the history
  11. updated auto-generated files

    nmav committed Jun 7, 2015
    Configuration menu
    Copy the full SHA
    469bc97 View commit details
    Browse the repository at this point in the history
  12. radcli.h: rearranged defs

    nmav committed Jun 7, 2015
    Configuration menu
    Copy the full SHA
    9ee6478 View commit details
    Browse the repository at this point in the history
  13. link: force creation

    nmav committed Jun 7, 2015
    Configuration menu
    Copy the full SHA
    dc54a99 View commit details
    Browse the repository at this point in the history
  14. ignore version.h

    nmav committed Jun 7, 2015
    Configuration menu
    Copy the full SHA
    d7bcad0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bca9906 View commit details
    Browse the repository at this point in the history
  16. doc update

    nmav committed Jun 7, 2015
    Configuration menu
    Copy the full SHA
    0629874 View commit details
    Browse the repository at this point in the history
  17. updated README files

    nmav committed Jun 7, 2015
    Configuration menu
    Copy the full SHA
    c86e68d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ffbdacd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a4fadaf View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3869e3b View commit details
    Browse the repository at this point in the history
  21. doc update

    nmav committed Jun 7, 2015
    Configuration menu
    Copy the full SHA
    8054288 View commit details
    Browse the repository at this point in the history
  22. removed old README file

    nmav committed Jun 7, 2015
    Configuration menu
    Copy the full SHA
    0c86253 View commit details
    Browse the repository at this point in the history
  23. Added new manpages

    nmav committed Jun 7, 2015
    Configuration menu
    Copy the full SHA
    43fa831 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e7922a5 View commit details
    Browse the repository at this point in the history
  25. doc updates

    nmav committed Jun 7, 2015
    Configuration menu
    Copy the full SHA
    0a115d5 View commit details
    Browse the repository at this point in the history
  26. updated auto-generated files

    nmav committed Jun 7, 2015
    Configuration menu
    Copy the full SHA
    7e77913 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2015

  1. radacct: include the needed headers for getopt() and isspace()

    Nikos Mavrogiannopoulos committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    34de295 View commit details
    Browse the repository at this point in the history
  2. corrected IPv6 types in dictionary

    Nikos Mavrogiannopoulos committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    c77295a View commit details
    Browse the repository at this point in the history
  3. combine malloc+memset calls to calloc()

    Nikos Mavrogiannopoulos committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    a29fbf1 View commit details
    Browse the repository at this point in the history
  4. removed non-standard attributes from the default dictionary

    Nikos Mavrogiannopoulos committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    767febb View commit details
    Browse the repository at this point in the history
  5. configure be more verbose about linked libraries

    Nikos Mavrogiannopoulos committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    16f8bf0 View commit details
    Browse the repository at this point in the history
  6. tests: distribute test scripts

    Nikos Mavrogiannopoulos committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    e68ad32 View commit details
    Browse the repository at this point in the history
  7. use DESTDIR/libdir for making the link

    Nikos Mavrogiannopoulos committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    fa518f3 View commit details
    Browse the repository at this point in the history
  8. Added m4 files needed for autoreconf

    Nikos Mavrogiannopoulos committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    ad05a21 View commit details
    Browse the repository at this point in the history
  9. removed port-id-map from distribution

    Nikos Mavrogiannopoulos committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    64a26f1 View commit details
    Browse the repository at this point in the history
  10. Added compatibility headers for radiusclient-ng

    Nikos Mavrogiannopoulos committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    f38cb53 View commit details
    Browse the repository at this point in the history
  11. doc update

    Nikos Mavrogiannopoulos committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    97551ca View commit details
    Browse the repository at this point in the history
  12. removed all but a basic dictionary from distribution

    Nikos Mavrogiannopoulos committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    000330e View commit details
    Browse the repository at this point in the history
  13. Only installed compat files if they are requested

    That also removes legacy shadow password option (which was not
    used by the library).
    Nikos Mavrogiannopoulos committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    6046708 View commit details
    Browse the repository at this point in the history
  14. included programs: use the radcli header

    Nikos Mavrogiannopoulos committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    3ebf883 View commit details
    Browse the repository at this point in the history
  15. bumped version

    Nikos Mavrogiannopoulos committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    473c86f View commit details
    Browse the repository at this point in the history
  16. ignore the generated files in tests/

    Nikos Mavrogiannopoulos committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    09272b9 View commit details
    Browse the repository at this point in the history
  17. doc update

    nmav committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    f641b47 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2015

  1. doc update

    Nikos Mavrogiannopoulos committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    e85f917 View commit details
    Browse the repository at this point in the history
  2. include the compat headers into doc

    Nikos Mavrogiannopoulos committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    bf925de View commit details
    Browse the repository at this point in the history
  3. doc: Added prefix into manpage include file

    Nikos Mavrogiannopoulos committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    f19b724 View commit details
    Browse the repository at this point in the history
  4. .travis.yml: check make dist

    Nikos Mavrogiannopoulos committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    3afa7d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2015

  1. rc_send_server: properly close socket on errors

    Nikos Mavrogiannopoulos committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    e1f6030 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2015

  1. Added API to access the request vector.

    That adds a context and rc_aaa_ctx(). That context could be reused to
    support async operation as well.
    
    Originally based on patch by Michael Richardson <mcr@sandelman.ca>
    Nikos Mavrogiannopoulos committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    5f788ba View commit details
    Browse the repository at this point in the history
  2. Added check for the new context API

    Nikos Mavrogiannopoulos committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    64567d3 View commit details
    Browse the repository at this point in the history
  3. removed unused variables from rc_conf

    Nikos Mavrogiannopoulos committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    c10feef View commit details
    Browse the repository at this point in the history
  4. Eliminated support for multiple servers

    That simplifies the sending process and allows for easier
    support for async at the cost of a very rarely used feature.
    That deprecates the deadtime option as well.
    Nikos Mavrogiannopoulos committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    9db451b View commit details
    Browse the repository at this point in the history
  5. doc update

    Nikos Mavrogiannopoulos committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    ed02273 View commit details
    Browse the repository at this point in the history
  6. Added documentation for rc_aaa_ctx and moved rc_send_server_ctx in th…

    …e undocumented part
    Nikos Mavrogiannopoulos committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    08e2f9c View commit details
    Browse the repository at this point in the history
  7. documented new functions

    Nikos Mavrogiannopoulos committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    a832245 View commit details
    Browse the repository at this point in the history
  8. released 1.2.1

    Nikos Mavrogiannopoulos committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    ed807c8 View commit details
    Browse the repository at this point in the history
  9. config files: removed references to deadtime

    Nikos Mavrogiannopoulos committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    cee4a39 View commit details
    Browse the repository at this point in the history
  10. prevent writing into auto-generated files

    Nikos Mavrogiannopoulos committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    6dc008a View commit details
    Browse the repository at this point in the history
  11. removed irrelevant macros from documentation

    Nikos Mavrogiannopoulos committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    1fa8ab5 View commit details
    Browse the repository at this point in the history
  12. Added versioned symbols

    Nikos Mavrogiannopoulos committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    9248b5d View commit details
    Browse the repository at this point in the history
  13. radcli.h: use extern C directly

    Nikos Mavrogiannopoulos committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    8608a97 View commit details
    Browse the repository at this point in the history
  14. Makefile.am

    On make dist verify that exported functions match the header file
    Nikos Mavrogiannopoulos committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    7dc0cd4 View commit details
    Browse the repository at this point in the history
  15. bumped lib revision

    Nikos Mavrogiannopoulos committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    5f84b00 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2015

  1. require the initial value of the context to be NULL in rc_aaa_ctx

    Nikos Mavrogiannopoulos committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    be2e667 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2015

  1. updated radexample

    nmav committed Jun 20, 2015
    Configuration menu
    Copy the full SHA
    11430ed View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2015

  1. Further simplify radexample

    Nikos Mavrogiannopoulos committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    520d881 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2015

  1. removed unused definitions

    Resolves #2
    Nikos Mavrogiannopoulos committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    5fdb668 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2015

  1. configure: use the LT_INIT macro instead of the deprecated LIBTOOL ones

    Nikos Mavrogiannopoulos committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    295464b View commit details
    Browse the repository at this point in the history
  2. configure: use AC_CONFIG_HEADERS instead of the obsolete AM_CONFIG_HE…

    …ADER
    Nikos Mavrogiannopoulos committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    cf8790b View commit details
    Browse the repository at this point in the history
  3. bumped version for 1.2.2

    Nikos Mavrogiannopoulos committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    fee6c8e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2015

  1. removed BIG_ENDIAN and LITTLE_ENDIAN

    Michael Richardson committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    d8fcead View commit details
    Browse the repository at this point in the history
  2. move variables inside #ifdef to avoid warnings

    Michael Richardson committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    9810539 View commit details
    Browse the repository at this point in the history
  3. added note about indent style (add vim too)

    Michael Richardson committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    75e0d93 View commit details
    Browse the repository at this point in the history
  4. added microsoft and RP vendor IDs and attributes

    Michael Richardson committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    103e0c8 View commit details
    Browse the repository at this point in the history
  5. minor reformat

    Michael Richardson committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    e38a099 View commit details
    Browse the repository at this point in the history
  6. added avpair_copy

    Michael Richardson committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    66717dd View commit details
    Browse the repository at this point in the history
  7. added rc_mksid

    Michael Richardson committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    64053a1 View commit details
    Browse the repository at this point in the history
  8. added rc_aaa_ctx_server to select a specific auth/acct,

    change rc_aaa_ctx() to call it
    Michael Richardson committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    8f499a1 View commit details
    Browse the repository at this point in the history
  9. removed extra comment opener

    Michael Richardson committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    16672c2 View commit details
    Browse the repository at this point in the history
  10. added MS and RP definitions to dictionary

    Michael Richardson committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    b0704d5 View commit details
    Browse the repository at this point in the history
  11. VENDOR_NONE should be 0, but even if it is not, take care to show ven…

    …dor seperate from attribute in error
    Michael Richardson committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    b98c20a View commit details
    Browse the repository at this point in the history
  12. note C-style for emacs users

    Michael Richardson committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    da53513 View commit details
    Browse the repository at this point in the history
  13. make ipv4addr alias for ipaddr, to keep things symmetric with ipv6

    Michael Richardson committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    08d48e2 View commit details
    Browse the repository at this point in the history
  14. whitespace changes

    Michael Richardson committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    93662bb View commit details
    Browse the repository at this point in the history
  15. restore ability to parse more than one authserver

    Michael Richardson committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    345c7e8 View commit details
    Browse the repository at this point in the history
  16. removed unused definitions

    Resolves #2
    Nikos Mavrogiannopoulos authored and Michael Richardson committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    ba81d36 View commit details
    Browse the repository at this point in the history
  17. added failover-tests.sh, turn on debug output, and show output as it …

    …goes by with tee
    Michael Richardson committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    e86fe4c View commit details
    Browse the repository at this point in the history
  18. use relative path names for auxiliary dictionaries so that they can b…

    …e used in-situ
    Michael Richardson committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    6918e28 View commit details
    Browse the repository at this point in the history
  19. fix DEBUG() macro to use proper cpp varargs format, and permit it to …

    …be turned on at runtime
    Michael Richardson committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    28799ea View commit details
    Browse the repository at this point in the history
  20. added -D option to radiusclient, causes it to openlog to stderr

    Michael Richardson committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    cb8f224 View commit details
    Browse the repository at this point in the history
  21. adjust server could not be contacted message; format IP to string onl…

    …y when needed and log unreachability by IP address, not name
    Michael Richardson committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    c89cc48 View commit details
    Browse the repository at this point in the history
  22. turn on client debugging from config file

    Michael Richardson committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    3940277 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7b9c074 View commit details
    Browse the repository at this point in the history
  24. turn off debugging

    Michael Richardson committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    f79313e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    68f9f73 View commit details
    Browse the repository at this point in the history
  26. older gcc (F10) do not like to see duplicate typedefs

    Michael Richardson authored and mcr committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    3ba05df View commit details
    Browse the repository at this point in the history