1
0
Fork 0
mirror of https://github.com/cyrusimap/cyrus-sasl.git synced 2025-12-05 22:38:18 +00:00
No description
Find a file
2025-06-27 15:01:02 +10:00
.github dco: don't require sign-off from maintainers 2021-04-28 09:27:33 +10:00
common Remove redudant and non-portable PIC flag (#798) 2023-08-24 09:09:59 -07:00
config Fixes #787 - Delete historic CRAM-MD5 mechanism 2023-08-16 12:05:05 -07:00
contrib digestmd5: Drop the mechanism 2023-07-22 14:26:09 -07:00
dlcompat-20010505 bring up to date for Mac OS X 10.2 2003-06-12 00:32:36 +00:00
doc/legacy digestmd5: Drop the mechanism 2023-07-22 14:26:09 -07:00
docsrc docsrc/conf.py: cyrus-imapd 3.12.1, 3.10.2, and 3.8.6 released 2025-06-27 15:01:02 +10:00
include Add callback SASL_CB_SERVER_CHANNEL_BINDING 2024-12-03 14:05:45 +00:00
lib Add compatibility for gcc 15 (#869) 2025-02-28 09:07:25 -08:00
m4 Fixes #860 - Remove references to LIB_DES (#861) 2024-08-22 10:56:22 -07:00
mac Fixes #787 - Delete historic CRAM-MD5 mechanism 2023-08-16 12:05:05 -07:00
man/legacy digestmd5: Drop the mechanism 2023-07-22 14:26:09 -07:00
plugins Add callback SASL_CB_SERVER_CHANNEL_BINDING 2024-12-03 14:05:45 +00:00
pwcheck Delete obsolete .cvsignore files 2022-01-19 21:35:52 +00:00
sample Add sample for callback SASL_CB_SERVER_CHANNEL_BINDING 2024-12-03 14:05:45 +00:00
saslauthd Add compatibility for gcc 15 (#869) 2025-02-28 09:07:25 -08:00
sasldb db_lmdb.c: correctly track if SASLDB_FREEPATH needs to be called 2024-07-23 09:22:50 -07:00
tests Implement a new options for the gssapi plugin: 2023-08-03 09:40:24 -07:00
utils Fixes #860 - Remove references to LIB_DES (#861) 2024-08-22 10:56:22 -07:00
win32 plugins: fix $(SQLITE_INCLUDES3) in Windows build 2024-07-22 09:43:35 -07:00
.gitignore Ignore object files, libtool files 2022-09-15 14:31:35 +01:00
.indent.pro Initial revision 1998-11-16 20:06:36 +00:00
.travis.yml Fix #661 - Really fix travis after using lint validator 2021-10-12 12:12:23 -07:00
appveyor.yml appveyor tuning 2018-06-27 01:56:39 +05:00
AUTHORS plugins/gssapi: Implement credentials cache for delegation and gss_acquire_creds_from() option 2021-10-05 08:43:43 -07:00
autogen.sh Provide a more standard autogen script 2016-01-29 10:28:57 +01:00
ChangeLog updated 2018-01-30 08:53:39 +11:00
configure.ac Fixes #841 - Fix compilation of kdf_hdkf_sha512 (#858) 2024-08-20 07:45:35 -07:00
CONTRIBUTING.md Fix list URL 2022-01-19 21:32:20 +00:00
COPYING date nit 2003-11-27 23:06:31 +00:00
INSTALL.TXT Update path to install docs 2022-01-18 09:32:27 -08:00
libsasl2.pc.in pkg-config: fix linking of static libraries 2024-07-23 19:12:06 +01:00
Makefile.am doc generation: stop using custom manpage builder 2023-09-01 09:08:31 -07:00
NTMakefile windows build: disable docs for now 2021-10-14 08:40:44 -07:00
README [ci] Enable Travis for cyrus-sasl 2018-01-30 08:53:56 +11:00
README.GS2 Added GS2 plugin from Luke Howard 2011-03-25 11:54:49 +00:00
README.ldapdb license info for ldapdb 2005-02-28 16:37:30 +00:00
README.md Update mailing list info 2022-05-31 09:12:37 -07:00
README.release Fix #718 - Remove BDB support 2023-07-19 07:31:03 -07:00

Build Status:master

Cyrus SASL

This is the Cyrus SASL API implementation. It can be used on the client or server side to provide authentication and authorization services. See RFC 4422 for more information.

The latest version is available at: https://github.com/cyrusimap/cyrus-sasl/releases

There are mailing lists for Cyrus SASL. The lists are now hosted at https://cyrus.topicbox.com/groups/. Subscriptions and archives from the old lists.andrew.cmu.edu list manager have all been migrated over to topicbox.

If you are looking to port SASLv1 applications to SASLv2, please see doc/appconvert.html

Bugs can be searched/reported on GitHub, but please also notify the mailing list.

DOCUMENTATION

Please see doc/legacy/index.html for detailed documentation.