CVS log for src/sasl/lib/common.c

[BACK] Up to [Local Repository] / src / sasl / lib

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.134: download - view: text, markup, annotated - select for diffs
Thu Sep 22 14:40:30 2011 UTC (2 years, 11 months ago) by mel
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +6 -2 lines
unlock the mutex in sasl_dispose if the context was freed by another thread

Revision 1.133: download - view: text, markup, annotated - select for diffs
Thu Sep 1 14:12:53 2011 UTC (2 years, 11 months ago) by mel
Branches: MAIN
CVS tags: sasl-2_1_25
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +15 -15 lines
Fixed GCC warnings about function pointers not being prototypes (patch by Dave Cridland)

Revision 1.132: download - view: text, markup, annotated - select for diffs
Tue Jan 25 20:36:42 2011 UTC (3 years, 6 months ago) by murch
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +6 -1 lines
Allow DIGEST-MD5 plugin to be used for client-side HTTP Digest (RFC 2617)

Revision 1.131: download - view: text, markup, annotated - select for diffs
Fri Jan 21 15:19:36 2011 UTC (3 years, 7 months ago) by mel
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +6 -6 lines
Fixed libsasl to accept *-PLUS SASL mechanism names in client_mech_list/mech_list options.

Revision 1.130: download - view: text, markup, annotated - select for diffs
Wed Jan 19 21:28:49 2011 UTC (3 years, 7 months ago) by murch
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +12 -14 lines
Changed server-side of HTTP Digest so that the application
must pass an HTTP Request structure (Method/URI/Entity-Body)
rather than just the HTTP Method

Revision 1.129: download - view: text, markup, annotated - select for diffs
Wed Jan 19 12:15:42 2011 UTC (3 years, 7 months ago) by mel
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +5 -5 lines
Fixed some Windows warnings in SASL security layer handling

Revision 1.128: download - view: text, markup, annotated - select for diffs
Fri Jan 14 14:33:21 2011 UTC (3 years, 7 months ago) by murch
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +18 -1 lines
Allow DIGEST-MD5 plugin to be used for server-side HTTP Digest (RFC 2617)

Revision 1.127: download - view: text, markup, annotated - select for diffs
Wed Dec 1 14:51:53 2010 UTC (3 years, 8 months ago) by mel
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +41 -1 lines
Added support for channel bindings (patch by Luke Howard)

Revision 1.126: download - view: text, markup, annotated - select for diffs
Wed Dec 1 14:24:21 2010 UTC (3 years, 8 months ago) by mel
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +3 -3 lines
Updated textual messages for various SASL error codes

Revision 1.125: download - view: text, markup, annotated - select for diffs
Wed May 12 21:28:19 2010 UTC (4 years, 3 months ago) by mel
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +16 -1 lines
Added support for SASL_GSS_CREDS property to GSSAPI plugin (patch by Howard Chu).

Revision 1.124: download - view: text, markup, annotated - select for diffs
Fri Feb 20 23:10:53 2009 UTC (5 years, 6 months ago) by mel
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +4 -1 lines
Make sure that sasl_set_alloc() has no effect once sasl_client_init() or sasl_server_init() is called

Revision 1.123: download - view: text, markup, annotated - select for diffs
Wed Jan 28 22:49:14 2009 UTC (5 years, 6 months ago) by mel
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +5 -1 lines
Don't treat a constraint violation as an error to store an auxprop property

Revision 1.122: download - view: text, markup, annotated - select for diffs
Fri Oct 31 16:22:13 2008 UTC (5 years, 9 months ago) by mel
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +7 -1 lines
Fixed the last commit by adding missing prototype.

Revision 1.121: download - view: text, markup, annotated - select for diffs
Wed Oct 29 18:33:52 2008 UTC (5 years, 9 months ago) by mel
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +16 -3 lines
Prevent freeing of common state on subsequent call to _sasl_common_init. Make sure that the last global callback always wins.

Revision 1.120: download - view: text, markup, annotated - select for diffs
Thu Oct 23 14:35:53 2008 UTC (5 years, 10 months ago) by mel
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +10 -3 lines
Added hostname canonicalization

Revision 1.119: download - view: text, markup, annotated - select for diffs
Tue Oct 21 13:16:39 2008 UTC (5 years, 10 months ago) by mel
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +26 -18 lines
Implemented sasl_client_done/sasl_server_done.

Revision 1.118: download - view: text, markup, annotated - select for diffs
Sun Oct 19 21:53:32 2008 UTC (5 years, 10 months ago) by mel
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +2 -2 lines
Corrected a comment

Revision 1.117: download - view: text, markup, annotated - select for diffs
Tue Sep 30 16:53:22 2008 UTC (5 years, 10 months ago) by mel
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +15 -7 lines
Fixed sasl_set_mutex() to disallow changing mutex management functions once sasl_server_init/sasl_client_init is called

Revision 1.116: download - view: text, markup, annotated - select for diffs
Fri Dec 1 17:34:35 2006 UTC (7 years, 8 months ago) by mel
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +7 -3 lines
Fix pointer arithmetics for platforms which define iov_base as void *

Revision 1.115: download - view: text, markup, annotated - select for diffs
Mon Jul 3 14:43:16 2006 UTC (8 years, 1 month ago) by murch
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +2 -2 lines
squash a bunch of warnings

Revision 1.114: download - view: text, markup, annotated - select for diffs
Wed Apr 19 18:39:59 2006 UTC (8 years, 4 months ago) by mel
Branches: MAIN
CVS tags: sasl-2_1_23-base, sasl-2_1_23, sasl-2_1_22
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +2 -2 lines
Pass SASL context to _sasl_syslog, so that the log_level configuration option is not ignored.

Revision 1.113: download - view: text, markup, annotated - select for diffs
Tue Apr 18 20:25:45 2006 UTC (8 years, 4 months ago) by mel
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +275 -26 lines
Extended sasl_encodev to allow for splitting of big blocks of data (> maxbuf) into multiple SASL packets

Revision 1.112: download - view: text, markup, annotated - select for diffs
Mon Apr 10 13:30:17 2006 UTC (8 years, 4 months ago) by mel
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +16 -4 lines
Free default_plugin_path and default_conf_path variables in sasl_done.

Revision 1.111: download - view: text, markup, annotated - select for diffs
Mon Feb 13 19:59:02 2006 UTC (8 years, 6 months ago) by mel
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +241 -89 lines
Added sasl_set_path function (for a more convenient way of setting plugin and config paths). Changed the default sasl_getpath_t/sasl_getconfpath_t callbacks to calculate the value only once and cache it for later use.

Revision 1.110: download - view: text, markup, annotated - select for diffs
Mon Feb 13 19:22:55 2006 UTC (8 years, 6 months ago) by mel
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +46 -1 lines
Made the location of SASL configuration files be separately configurable from plugin directory

Revision 1.109: download - view: text, markup, annotated - select for diffs
Tue Mar 1 22:28:30 2005 UTC (9 years, 5 months ago) by shadow
Branches: MAIN
CVS tags: sasl-2_1_21
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +11 -2 lines
update logging to allow log level setting to be honored

Revision 1.108: download - view: text, markup, annotated - select for diffs
Fri Feb 25 18:39:51 2005 UTC (9 years, 5 months ago) by mel
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +2 -1 lines
Added SASL_VERSION_FULL define

Revision 1.107: download - view: text, markup, annotated - select for diffs
Tue Nov 2 11:32:18 2004 UTC (9 years, 9 months ago) by mel
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +3 -3 lines
Added sasl_client_plugin_info().

Revision 1.106: download - view: text, markup, annotated - select for diffs
Tue Oct 26 17:28:45 2004 UTC (9 years, 9 months ago) by mel
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +3 -3 lines
Added sasl_server_plugin_info().

Revision 1.105: download - view: text, markup, annotated - select for diffs
Sun Oct 24 23:53:17 2004 UTC (9 years, 9 months ago) by shadow
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +3 -1 lines
initialize path in case the caller didn't

Revision 1.104: download - view: text, markup, annotated - select for diffs
Wed Sep 22 21:35:34 2004 UTC (9 years, 11 months ago) by shadow
Branches: MAIN
CVS tags: sasl-2_1_20
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +5 -2 lines
don't honor SASL_PATH in setuid environment. from Gentoo.

Revision 1.103: download - view: text, markup, annotated - select for diffs
Tue Jul 6 16:03:05 2004 UTC (10 years, 1 month ago) by rjs3
Branches: MAIN
CVS tags: sasl-2_1_19
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +3 -2 lines
whoops, should use appname and not str here

Revision 1.102: download - view: text, markup, annotated - select for diffs
Tue Jul 6 13:42:23 2004 UTC (10 years, 1 month ago) by rjs3
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +10 -5 lines
don't directly store memory buffers in sparams

Revision 1.101: download - view: text, markup, annotated - select for diffs
Wed Jun 16 16:46:57 2004 UTC (10 years, 2 months ago) by rjs3
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +9 -1 lines
        * Support for passing of GSSAPI credentials
          (Alexey Melnikov <alexey.melnikov@isode.com>)

Revision 1.100: download - view: text, markup, annotated - select for diffs
Thu May 20 16:55:21 2004 UTC (10 years, 3 months ago) by rjs3
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +31 -1 lines
2004-05-20  Rob Siemborski <rjs3@andrew.cmu.edu>
        * include/sasl.h, lib/common.c, lib/saslint.h, lib/server.c:
          Add SASL_APPNAME to sasl_getprop/sasl_setprop for further
          compatibilty with SASL C API draft
          (Alexey Melnikov <Alexey.Melnikov@isode.com>)

Revision 1.99: download - view: text, markup, annotated - select for diffs
Wed Mar 10 15:50:06 2004 UTC (10 years, 5 months ago) by rjs3
Branches: MAIN
CVS tags: sasl-2_1_18
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +22 -2 lines
sasl_version_info() (Alexey Melnikov <Alexey.Melnikov@isode.com>)

Revision 1.98: download - view: text, markup, annotated - select for diffs
Mon Mar 8 16:57:26 2004 UTC (10 years, 5 months ago) by rjs3
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +11 -4 lines
        * NI_WITHSCOPEID fixes (Hajimu UMEMOTO <ume@mahoroba.org>) - correct
          Solaris 9 IPLOCALPORT/IPREMOTEPORT issue

Revision 1.97: download - view: text, markup, annotated - select for diffs
Mon Oct 20 15:19:58 2003 UTC (10 years, 10 months ago) by rjs3
Branches: MAIN
CVS tags: sasl-2_1_17
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +11 -11 lines
Win64 warning squashing (Alexey Melnikov <Alexey.Melnikov@isode.com>)

Revision 1.96: download - view: text, markup, annotated - select for diffs
Tue Sep 2 15:34:02 2003 UTC (10 years, 11 months ago) by rjs3
Branches: MAIN
CVS tags: sasl-2_1_16
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +1 -8 lines
          more windows compatibility
          (Alexey Melnikov <Alexey.Melnikov@isode.com>)

Revision 1.95: download - view: text, markup, annotated - select for diffs
Sun Aug 24 20:53:31 2003 UTC (11 years ago) by ken3
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +19 -1 lines
added support for unsigned int types in _sasl_log()

Revision 1.94: download - view: text, markup, annotated - select for diffs
Mon Aug 18 15:47:17 2003 UTC (11 years ago) by rjs3
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +2 -2 lines
win32 build improvements
(Alexey Melnikov <Alexey.Melnikov@isode.com>)

Revision 1.93: download - view: text, markup, annotated - select for diffs
Thu Jul 17 19:04:20 2003 UTC (11 years, 1 month ago) by ken3
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +3 -3 lines
- implemented writable auxprops
- use auxprop_store() instead of direct sasldb access for OTP and saslpasswd
- implemented 'noplain' option for auto_transition

Revision 1.92: download - view: text, markup, annotated - select for diffs
Wed Apr 16 19:36:00 2003 UTC (11 years, 4 months ago) by rjs3
Branches: MAIN
CVS tags: sasl-2_1_15, sasl-2_1_14
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +26 -26 lines
do init/done reference counting

Revision 1.91: download - view: text, markup, annotated - select for diffs
Wed Mar 19 18:25:27 2003 UTC (11 years, 5 months ago) by rjs3
Branches: MAIN
CVS tags: sasl-2_1_13
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +28 -14 lines
Assorted fixes from Sun Microsystems (provided by Chris Newman
<chris.newman@sun.com>)

Revision 1.90: download - view: text, markup, annotated - select for diffs
Thu Mar 6 17:05:26 2003 UTC (11 years, 5 months ago) by rjs3
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +3 -3 lines
init the global utils structure with the global callbacks (Howard Chu <hyc@highlandsun.com>)

Revision 1.89: download - view: text, markup, annotated - select for diffs
Thu Feb 13 19:55:54 2003 UTC (11 years, 6 months ago) by rjs3
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +2 -2 lines
update a slew of copyrights

Revision 1.88: download - view: text, markup, annotated - select for diffs
Mon Dec 9 18:38:23 2002 UTC (11 years, 8 months ago) by rjs3
Branches: MAIN
CVS tags: sasl-2_1_12, sasl-2_1_11
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +2 -2 lines
check if we actually have a global_mech_list before freeing

Revision 1.87: download - view: text, markup, annotated - select for diffs
Thu Dec 5 14:00:38 2002 UTC (11 years, 8 months ago) by rjs3
Branches: MAIN
CVS tags: sasl-2_1_10
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +32 -29 lines
ensure space for \0 at end

Revision 1.86: download - view: text, markup, annotated - select for diffs
Tue Nov 26 20:01:06 2002 UTC (11 years, 8 months ago) by leg
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +2 -2 lines
might as well cast to the right thing

Revision 1.85: download - view: text, markup, annotated - select for diffs
Thu Nov 21 20:21:24 2002 UTC (11 years, 9 months ago) by leg
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +195 -20 lines
some of the windows changes; more coming

Revision 1.84: download - view: text, markup, annotated - select for diffs
Wed Sep 18 22:07:54 2002 UTC (11 years, 11 months ago) by rjs3
Branches: MAIN
CVS tags: sasl-2_1_9, sasl-2_1_8
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +14 -3 lines
sanity check security properties

Revision 1.83: download - view: text, markup, annotated - select for diffs
Thu Sep 12 20:24:30 2002 UTC (11 years, 11 months ago) by ken3
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +5 -1 lines
NULL outbuf if we get no output from sasl_decode()

Revision 1.82: download - view: text, markup, annotated - select for diffs
Fri Aug 2 17:32:49 2002 UTC (12 years ago) by rjs3
Branches: MAIN
CVS tags: sasl-2_1_7
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +7 -1 lines
add SASL_AUTHUSER as a parameter to sasl_getprop

Revision 1.66.2.1: download - view: text, markup, annotated - select for diffs
Wed Jul 31 23:29:49 2002 UTC (12 years ago) by rjs3
Branches: sasl-1_5-branch
Diff to: previous 1.66: preferred, colored; next MAIN 1.67: preferred, colored
Changes since revision 1.66: +2 -2 lines
rename errno to errnum

Revision 1.81: download - view: text, markup, annotated - select for diffs
Wed Jun 19 18:07:23 2002 UTC (12 years, 2 months ago) by rjs3
Branches: MAIN
CVS tags: sasl-2_1_6
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +14 -2 lines
actually set most of the cparams and sparams structures

Revision 1.80: download - view: text, markup, annotated - select for diffs
Fri Jun 14 14:36:14 2002 UTC (12 years, 2 months ago) by rjs3
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +3 -3 lines
continued size_t vs unsigned cleanups

Revision 1.79: download - view: text, markup, annotated - select for diffs
Fri May 17 19:41:46 2002 UTC (12 years, 3 months ago) by rjs3
Branches: MAIN
CVS tags: sasl-2_1_5, sasl-2_1_4
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +13 -1 lines
add sasl_version()

Revision 1.78: download - view: text, markup, annotated - select for diffs
Wed Feb 13 20:31:52 2002 UTC (12 years, 6 months ago) by rjs3
Branches: MAIN
CVS tags: sasl-2_1_3, sasl-2_1_2
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +17 -17 lines
fix some splint warnings

Revision 1.77: download - view: text, markup, annotated - select for diffs
Tue Jan 22 19:16:39 2002 UTC (12 years, 7 months ago) by rjs3
Branches: MAIN
CVS tags: sasl-2_1_1
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -2 lines
added void to sasl_global_listmech declaration

Revision 1.76: download - view: text, markup, annotated - select for diffs
Thu Jan 17 05:20:12 2002 UTC (12 years, 7 months ago) by rjs3
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +3 -1 lines
fixed sasl_errdetail(NULL) core

Revision 1.75: download - view: text, markup, annotated - select for diffs
Thu Jan 10 22:13:46 2002 UTC (12 years, 7 months ago) by rjs3
Branches: MAIN
CVS tags: sasl-2_1_0
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +31 -71 lines
sasl_global_listmech() stuff

Revision 1.74: download - view: text, markup, annotated - select for diffs
Thu Jan 10 05:36:43 2002 UTC (12 years, 7 months ago) by rjs3
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +21 -1 lines
fix crashbug in sasl_getprop()

Revision 1.73: download - view: text, markup, annotated - select for diffs
Wed Jan 9 23:40:33 2002 UTC (12 years, 7 months ago) by rjs3
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +122 -2 lines
allow bothsides of a sasl_listmech call

Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed Jan 9 22:04:02 2002 UTC (12 years, 7 months ago) by rjs3
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +26 -1 lines
allow client-side sasl_listmech calls

Revision 1.71: download - view: text, markup, annotated - select for diffs
Wed Jan 9 20:22:48 2002 UTC (12 years, 7 months ago) by rjs3
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +14 -6 lines
handle maxoutbuf better for default sasl_decode

Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed Jan 9 18:39:42 2002 UTC (12 years, 7 months ago) by rjs3
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +1 -4 lines
remove silly maxoutbuf size check

Revision 1.69: download - view: text, markup, annotated - select for diffs
Fri Jan 4 22:49:29 2002 UTC (12 years, 7 months ago) by rjs3
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +23 -1 lines
allow sasl_setprop to set DEFUSERREALM

Revision 1.68: download - view: text, markup, annotated - select for diffs
Thu Dec 13 17:07:57 2001 UTC (12 years, 8 months ago) by rjs3
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +4 -1 lines
fixed callbacks so that handling of plugin_list works

Revision 1.67: download - view: text, markup, annotated - select for diffs
Tue Dec 4 02:05:25 2001 UTC (12 years, 8 months ago) by rjs3
Branches: MAIN
CVS tags: sasl-v2-base, sasl-2_0_5
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +747 -315 lines
SASLv2 Merge

Revision 1.64.2.59: download - view: text, markup, annotated - select for diffs
Wed Sep 19 19:32:30 2001 UTC (12 years, 11 months ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.58: preferred, colored; branchpoint 1.64: preferred, colored; next MAIN 1.65: preferred, colored
Changes since revision 1.64.2.58: +2 -2 lines
correct AI_PASSIVE fix from Hajimu UMEMOTO <ume@mahoroba.org>

Revision 1.64.2.58: download - view: text, markup, annotated - select for diffs
Tue Sep 18 21:19:39 2001 UTC (12 years, 11 months ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.57: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.57: +2 -2 lines
no longer use AI_PASSIVE hint to getaddrinfo

Revision 1.64.2.57: download - view: text, markup, annotated - select for diffs
Fri Aug 24 23:24:36 2001 UTC (13 years ago) by rbraun
Branches: sasl-v2-rjs3
CVS tags: sasl-2_0_4
Diff to: previous 1.64.2.56: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.56: +17 -177 lines
Mac OS 9 and X support for SASL v2

Revision 1.64.2.56: download - view: text, markup, annotated - select for diffs
Fri Aug 17 16:49:16 2001 UTC (13 years ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.55: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.55: +4 -1 lines
misc fixes, kerberos 4 configure, #if 0'd out _sasl_iptostring, fixed
handling of multiple verifiers in sasl_user_exists

Revision 1.64.2.55: download - view: text, markup, annotated - select for diffs
Wed Aug 15 20:08:11 2001 UTC (13 years ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.54: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.54: +1 -3 lines
more portable struct iovec handling

Revision 1.64.2.54: download - view: text, markup, annotated - select for diffs
Mon Aug 13 19:01:23 2001 UTC (13 years ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.53: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.53: +5 -3 lines
cleanup foo found with purify

Revision 1.64.2.53: download - view: text, markup, annotated - select for diffs
Fri Aug 10 18:52:51 2001 UTC (13 years ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.52: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.52: +2 -2 lines
made a parameter to add_string const

Revision 1.64.2.52: download - view: text, markup, annotated - select for diffs
Tue Aug 7 21:57:15 2001 UTC (13 years ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.51: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.51: +13 -1 lines
maxbufsize checking

Revision 1.64.2.51: download - view: text, markup, annotated - select for diffs
Mon Aug 6 18:05:36 2001 UTC (13 years ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.50: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.50: +17 -5 lines
Implement SASL_AUTHSOURCE getprop properly

Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Aug 3 22:06:26 2001 UTC (13 years ago) by rbraun
Branches: MAIN
CVS tags: sasl-1_5_28, sasl-1_5-tail
Branch point for: sasl-1_5-branch
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +3 -3 lines
added Mac OS X support

Revision 1.64.2.50: download - view: text, markup, annotated - select for diffs
Wed Aug 1 14:27:21 2001 UTC (13 years ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.49: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.49: +2 -2 lines
fixed spelling error in common.c

Revision 1.64.2.49: download - view: text, markup, annotated - select for diffs
Tue Jul 31 22:34:34 2001 UTC (13 years ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.48: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.48: +38 -1 lines
fixed up ip address setting

Revision 1.64.2.48: download - view: text, markup, annotated - select for diffs
Mon Jul 30 17:23:30 2001 UTC (13 years ago) by rjs3
Branches: sasl-v2-rjs3
CVS tags: sasl-2_0_3
Diff to: previous 1.64.2.47: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.47: +26 -15 lines
still call logging callback with a null sasl_conn_t in sasl_seterror

Revision 1.64.2.47: download - view: text, markup, annotated - select for diffs
Thu Jul 26 21:11:14 2001 UTC (13 years ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.46: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.46: +4 -5 lines
        * lib/common.c (_sasl_getcallback): fixed reference to
          possibly NULL conn

Revision 1.64.2.46: download - view: text, markup, annotated - select for diffs
Tue Jul 24 15:31:22 2001 UTC (13 years, 1 month ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.45: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.45: +3 -2 lines
init prop erase in sasl_utils_t

Revision 1.64.2.45: download - view: text, markup, annotated - select for diffs
Mon Jul 23 21:23:40 2001 UTC (13 years, 1 month ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.44: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.44: +3 -3 lines
backed out earlier ':' change, and stabalized order of allocation/freeing
of sasl_conn_t's

Revision 1.64.2.44: download - view: text, markup, annotated - select for diffs
Mon Jul 23 20:38:07 2001 UTC (13 years, 1 month ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.43: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.43: +3 -3 lines
fully implemented mech_avail calls

Revision 1.64.2.43: download - view: text, markup, annotated - select for diffs
Mon Jul 23 19:16:35 2001 UTC (13 years, 1 month ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.42: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.42: +16 -12 lines
 Fixed setting of serverFQDN in _sasl_conn_init

Revision 1.64.2.42: download - view: text, markup, annotated - select for diffs
Thu Jul 19 22:49:53 2001 UTC (13 years, 1 month ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.41: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.41: +3 -5 lines
resolution of a large number of client-send-first and server-send-last
issues

Revision 1.64.2.41: download - view: text, markup, annotated - select for diffs
Thu Jul 19 16:34:18 2001 UTC (13 years, 1 month ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.40: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.40: +8 -9 lines
make samples work, redo getpath prototype

Revision 1.64.2.40: download - view: text, markup, annotated - select for diffs
Wed Jul 18 21:27:31 2001 UTC (13 years, 1 month ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.39: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.39: +41 -53 lines
IPv6 Support from Hajimu UMEMOTO <ume@mahoroba.org>

Revision 1.64.2.39: download - view: text, markup, annotated - select for diffs
Wed Jul 18 16:28:43 2001 UTC (13 years, 1 month ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.38: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.38: +6 -6 lines
resolved possible global_utils namespace collision

Revision 1.64.2.38: download - view: text, markup, annotated - select for diffs
Tue Jul 17 21:48:44 2001 UTC (13 years, 1 month ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.37: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.37: +1 -2 lines
removed all sasldb support from glue code.  all support is now solely
in the sasldb auxprop plugin and the saslpasswd binary

Revision 1.64.2.37: download - view: text, markup, annotated - select for diffs
Thu Jul 12 21:04:37 2001 UTC (13 years, 1 month ago) by rjs3
Branches: sasl-v2-rjs3
CVS tags: sasl-2_0_2
Diff to: previous 1.64.2.36: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.36: +5 -3 lines
minor bug fixing

Revision 1.64.2.36: download - view: text, markup, annotated - select for diffs
Thu Jul 12 15:41:13 2001 UTC (13 years, 1 month ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.35: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.35: +2 -5 lines
minor AUTHSOURCE "fix"

Revision 1.64.2.35: download - view: text, markup, annotated - select for diffs
Thu Jul 12 14:10:11 2001 UTC (13 years, 1 month ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.34: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.34: +95 -54 lines
client-send-first cleanup, as well as much glue code error handleing

Revision 1.64.2.34: download - view: text, markup, annotated - select for diffs
Wed Jul 11 15:41:05 2001 UTC (13 years, 1 month ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.33: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.33: +24 -18 lines
couple things: got rid of ipv4 structures in sasl_conn_t, also now only
call sasl_client_step if we can do a client-send-first

Revision 1.64.2.33: download - view: text, markup, annotated - select for diffs
Mon Jul 9 17:05:14 2001 UTC (13 years, 1 month ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.32: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.32: +3 -3 lines
corrected some network byte order foo (there's probabally more)

Revision 1.64.2.32: download - view: text, markup, annotated - select for diffs
Mon Jul 9 16:11:08 2001 UTC (13 years, 1 month ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.31: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.31: +2 -2 lines
minor memory bug

Revision 1.64.2.31: download - view: text, markup, annotated - select for diffs
Fri Jul 6 22:26:04 2001 UTC (13 years, 1 month ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.30: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.30: +41 -20 lines
moved IPREMOTEPORT / IPLOCALPORT foo into sasl_setprop

Revision 1.64.2.30: download - view: text, markup, annotated - select for diffs
Fri Jul 6 21:06:15 2001 UTC (13 years, 1 month ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.29: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.29: +3 -2 lines
improved routines for DSO management

Revision 1.64.2.29: download - view: text, markup, annotated - select for diffs
Tue Jul 3 18:00:56 2001 UTC (13 years, 1 month ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.28: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.28: +1 -4 lines
removed all references to ancient NANA code.  Also added a good number
of seterror and sasl_log calls

Revision 1.64.2.28: download - view: text, markup, annotated - select for diffs
Mon Jul 2 16:48:01 2001 UTC (13 years, 1 month ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.27: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.27: +6 -6 lines
fixed some solaris compiler warnings

Revision 1.64.2.27: download - view: text, markup, annotated - select for diffs
Fri Jun 29 05:52:57 2001 UTC (13 years, 1 month ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.26: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.26: +8 -5 lines
improved allocation in sasl_decode

Revision 1.64.2.26: download - view: text, markup, annotated - select for diffs
Wed Jun 27 20:12:10 2001 UTC (13 years, 1 month ago) by rjs3
Branches: sasl-v2-rjs3
CVS tags: sasl-2_0_1, sasl-2_0_0
Diff to: previous 1.64.2.25: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.25: +3 -2 lines
sasl_usererr is now private

Revision 1.64.2.25: download - view: text, markup, annotated - select for diffs
Tue Jun 26 23:05:43 2001 UTC (13 years, 1 month ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.24: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.24: +20 -15 lines
removed a large number of memory leaks from plugins, improved testsuite
memory leak detection

Revision 1.64.2.24: download - view: text, markup, annotated - select for diffs
Tue Jun 26 19:07:02 2001 UTC (13 years, 1 month ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.23: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.23: +9 -1 lines
canon_user plugins now work

Revision 1.64.2.23: download - view: text, markup, annotated - select for diffs
Tue Jun 26 15:30:43 2001 UTC (13 years, 1 month ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.22: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.22: +9 -9 lines
renamed exported MD5 functions to _sasl_*() to avoid possible namespace
collisions

Revision 1.64.2.22: download - view: text, markup, annotated - select for diffs
Mon Jun 25 18:44:38 2001 UTC (13 years, 2 months ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.21: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.21: +3 -2 lines
new copyright info, new author info, id tags for files, and removal
of dbconverter utility (obsolete)

Revision 1.64.2.21: download - view: text, markup, annotated - select for diffs
Mon Jun 25 15:47:07 2001 UTC (13 years, 2 months ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.20: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.20: +1 -8 lines
faster canon_user routines, as well as tests (and a fix in cram.c)

Revision 1.64.2.20: download - view: text, markup, annotated - select for diffs
Mon Jun 25 14:56:37 2001 UTC (13 years, 2 months ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.19: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.19: +1 -0 lines
cleared some FIXMEs in the plugins, also started checking features of
plugins

Revision 1.64.2.19: download - view: text, markup, annotated - select for diffs
Fri Jun 22 21:41:41 2001 UTC (13 years, 2 months ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.18: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.18: +11 -0 lines
moved global_utils to actually be global

Revision 1.64.2.18: download - view: text, markup, annotated - select for diffs
Fri Jun 22 20:45:19 2001 UTC (13 years, 2 months ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.17: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.17: +0 -133 lines
split the user canonicalization support into a separate module

Revision 1.64.2.17: download - view: text, markup, annotated - select for diffs
Fri Jun 22 18:59:34 2001 UTC (13 years, 2 months ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.16: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.16: +121 -30 lines
got rid of a good # of FIXMEs

Revision 1.64.2.16: download - view: text, markup, annotated - select for diffs
Fri Jun 22 15:37:51 2001 UTC (13 years, 2 months ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.15: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.15: +2 -0 lines
re-merge with main branch (apparently a lot of macintosh related changes)

Revision 1.64.2.15: download - view: text, markup, annotated - select for diffs
Fri Jun 22 14:32:40 2001 UTC (13 years, 2 months ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.14: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.14: +8 -3 lines
fixed up some sasl_utils_t silliness, and cleared the associated warnings

Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed Jun 20 10:02:16 2001 UTC (13 years, 2 months ago) by n3liw
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -0 lines

Add standard c headers for portablity to mac

Revision 1.64.2.14: download - view: text, markup, annotated - select for diffs
Tue Jun 19 20:51:11 2001 UTC (13 years, 2 months ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.13: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.13: +119 -0 lines
auxprop support integration.  Can now support "plugins" (but not automatically
load shared library plugins)

Revision 1.64.2.13: download - view: text, markup, annotated - select for diffs
Mon Jun 18 18:43:26 2001 UTC (13 years, 2 months ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.12: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.12: +7 -5 lines
improved buf_alloc

Revision 1.64.2.12: download - view: text, markup, annotated - select for diffs
Mon Jun 18 15:38:57 2001 UTC (13 years, 2 months ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.11: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.11: +0 -1 lines
runaway printf

Revision 1.64.2.11: download - view: text, markup, annotated - select for diffs
Wed Jun 13 20:48:30 2001 UTC (13 years, 2 months ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.10: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.10: +17 -8 lines
some minor bugs in anonymous module, sec layer NEGATIVE_LENGTH protection

Revision 1.64.2.10: download - view: text, markup, annotated - select for diffs
Wed Jun 13 16:44:55 2001 UTC (13 years, 2 months ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.9: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.9: +29 -16 lines
initial auxprop stuff... authorization bugfixes

Revision 1.64.2.9: download - view: text, markup, annotated - select for diffs
Thu Jun 7 20:11:44 2001 UTC (13 years, 2 months ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.8: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.8: +15 -23 lines
minor fixes to all files.  DB SUPPORT.

Revision 1.64.2.8: download - view: text, markup, annotated - select for diffs
Wed Jun 6 21:16:57 2001 UTC (13 years, 2 months ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.7: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.7: +47 -14 lines
sasl_getprop implementation

Revision 1.64.2.7: download - view: text, markup, annotated - select for diffs
Wed Jun 6 15:21:57 2001 UTC (13 years, 2 months ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.6: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.6: +201 -44 lines
sasl_seterror and sasl_errdetail.  also external.c (missed in last few updates)

Revision 1.64.2.6: download - view: text, markup, annotated - select for diffs
Tue Jun 5 21:04:37 2001 UTC (13 years, 2 months ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.5: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.5: +32 -30 lines
improved iovec_to_buf for glue code

Revision 1.64.2.5: download - view: text, markup, annotated - select for diffs
Tue Jun 5 19:45:31 2001 UTC (13 years, 2 months ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.4: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.4: +44 -16 lines
Most of this relates to the EXTERNAL plugin.

Revision 1.64.2.4: download - view: text, markup, annotated - select for diffs
Thu May 31 21:30:59 2001 UTC (13 years, 2 months ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.3: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.3: +3 -0 lines
changes done on 5/31, including some bugfixes and optimization and cleanup

Revision 1.64.2.3: download - view: text, markup, annotated - select for diffs
Wed May 30 19:17:21 2001 UTC (13 years, 2 months ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.2: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.2: +24 -13 lines
bugfixes and memory leaks in both client and server (things that came
up while working on the krb4 code)

Revision 1.64.2.2: download - view: text, markup, annotated - select for diffs
Tue May 29 19:27:39 2001 UTC (13 years, 2 months ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64.2.1: preferred, colored; branchpoint 1.64: preferred, colored
Changes since revision 1.64.2.1: +11 -7 lines
server functionality now "working", along with some fixes to the client code

Revision 1.64.2.1: download - view: text, markup, annotated - select for diffs
Fri May 25 18:31:09 2001 UTC (13 years, 3 months ago) by rjs3
Branches: sasl-v2-rjs3
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +282 -176 lines
early v2 client glue code

if it wasn't for the server side, this should compile a cheap SASL v2 client
successfully

Revision 1.64: download - view: text, markup, annotated - select for diffs
Mon Oct 2 21:13:15 2000 UTC (13 years, 10 months ago) by leg
Branches: MAIN
CVS tags: sasl-v2-rjs3-base, sasl-1_5_27, sasl-1_5_26, sasl-1_5_25
Branch point for: sasl-v2-rjs3
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -1 lines
syslog(prio, message) should be syslog(prio, "%s", message)

fixed.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Aug 17 22:12:46 2000 UTC (14 years ago) by leg
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +9 -26 lines
now allows a plugin list for late loading of plugins (server side only now)

Revision 1.62: download - view: text, markup, annotated - select for diffs
Mon Jul 17 17:22:48 2000 UTC (14 years, 1 month ago) by leg
Branches: MAIN
CVS tags: sasl-1_5_24, sasl-1_5_23
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +5 -3 lines
whoops, use _sasl_strdup to do error checking

Revision 1.61: download - view: text, markup, annotated - select for diffs
Fri Jul 14 03:15:43 2000 UTC (14 years, 1 month ago) by leg
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +5 -2 lines
_sasl_proxy_policy wasn't dealing with a NULL or "" requested_user by
defaulting it to the auth_identity.

Revision 1.60.2.1: download - view: text, markup, annotated - select for diffs
Sun Jun 25 18:51:40 2000 UTC (14 years, 2 months ago) by tmartin
CVS tags: sasl-v2-tmartin
Diff to: previous 1.60: preferred, colored; next MAIN 1.61: preferred, colored
Changes since revision 1.60: +583 -237 lines
lots of v2 stuff. see TODO file for what needs to be done

Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu May 4 03:25:47 2000 UTC (14 years, 3 months ago) by leg
Branches: MAIN
CVS tags: sasl-v2-tmartin-base, sasl-1_5_22, sasl-1_5_21
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -1 lines
vararg chars are also read as ints (Dowson Tong <dtong@sendmail.com>)

Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu Apr 13 19:52:58 2000 UTC (14 years, 4 months ago) by tmartin
Branches: MAIN
CVS tags: sasl-1_5_20b, sasl-1_5_20, sasl-1_5_19_rc1
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +4 -2 lines
bug fixes. memory leaks

Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Mar 15 00:24:05 2000 UTC (14 years, 5 months ago) by tmartin
Branches: MAIN
CVS tags: sasl_1_5_18
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +0 -16 lines
maybe encode/decode don't need mutexes

Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Mar 14 23:20:36 2000 UTC (14 years, 5 months ago) by tmartin
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +80 -30 lines
some thread safe stuff

Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Mar 13 21:38:17 2000 UTC (14 years, 5 months ago) by tmartin
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +3 -1 lines
some mutex fixups

Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Mar 7 05:19:55 2000 UTC (14 years, 5 months ago) by tmartin
Branches: MAIN
CVS tags: sasl-1_5_17
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +39 -20 lines
updated license

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Feb 27 20:42:27 2000 UTC (14 years, 5 months ago) by leg
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +21 -30 lines
uses syslog(), so look for HAVE_SYSLOG.
removed some conditional compilation code.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed Feb 23 07:15:26 2000 UTC (14 years, 6 months ago) by leg
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -1 lines
verifyfile patch applied

Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Feb 23 06:50:32 2000 UTC (14 years, 6 months ago) by leg
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +6 -3 lines
general cleanups to includes, some configure tests for additional functions

Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Feb 23 01:16:12 2000 UTC (14 years, 6 months ago) by tmartin
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +7 -1 lines
fixes from making test suite

Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Feb 1 18:17:26 2000 UTC (14 years, 6 months ago) by leg
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +15 -13 lines
fixes for Win32 by Geir Myrestrand

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Jan 6 18:34:19 2000 UTC (14 years, 7 months ago) by leg
Branches: MAIN
CVS tags: sasl-1_5_15
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +7 -7 lines
fix so that we can get options even without a connection structure

Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Dec 29 20:30:08 1999 UTC (14 years, 7 months ago) by leg
Branches: MAIN
CVS tags: sasl-1_5_14
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +5 -4 lines
changes to how external encryption is handled

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Dec 28 21:46:28 1999 UTC (14 years, 7 months ago) by leg
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
to avoid stupidity, i'm using INT_MAX instead of UINT_MAX

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Nov 18 01:56:15 1999 UTC (14 years, 9 months ago) by leg
Branches: MAIN
CVS tags: sasl-1_5_13
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +25 -22 lines
_sasl_syslog was missing some breaks; also now logs bad priorities at
the LOG_DEBUG level

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Nov 17 08:52:05 1999 UTC (14 years, 9 months ago) by tmartin
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +5 -1 lines
checks for entries in db before advertising mechanism

Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Nov 16 01:28:06 1999 UTC (14 years, 9 months ago) by leg
Branches: MAIN
CVS tags: sasl-1_5_12
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +0 -1 lines
fixed warnings

Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Nov 15 22:20:40 1999 UTC (14 years, 9 months ago) by tmartin
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -0 lines
krb4, digest handle external layer correctly

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Nov 15 06:30:39 1999 UTC (14 years, 9 months ago) by leg
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
updates to GSSAPI and db support

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Oct 1 20:16:47 1999 UTC (14 years, 10 months ago) by leg
Branches: MAIN
CVS tags: sasl-1_5_11
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +10 -10 lines
cleaned up some c++ comments

Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Sep 9 02:46:57 1999 UTC (14 years, 11 months ago) by leg
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +29 -24 lines
additional log messages, etc.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Aug 21 02:33:17 1999 UTC (15 years ago) by leg
Branches: MAIN
CVS tags: sasl-1_5_5
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -2 lines
fixed a problem in _sasl_log

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Aug 16 21:13:00 1999 UTC (15 years ago) by leg
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
added realm callback

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Jul 23 13:58:20 1999 UTC (15 years, 1 month ago) by diskin
Branches: MAIN
CVS tags: sasl-1_5_3
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +35 -0 lines
WIN32 rebuild changes, gmd

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Jul 15 18:31:08 1999 UTC (15 years, 1 month ago) by leg
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -0 lines
return statement

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Jun 28 18:03:26 1999 UTC (15 years, 1 month ago) by leg
Branches: MAIN
CVS tags: sasl-1_5_2
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +21 -0 lines
proxy callback

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Jun 22 21:16:44 1999 UTC (15 years, 2 months ago) by leg
Branches: MAIN
CVS tags: sasl-1_5_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +9 -4 lines
latest stuff

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Jun 16 01:27:52 1999 UTC (15 years, 2 months ago) by leg
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +21 -7 lines
PAM addition

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Jun 11 20:15:12 1999 UTC (15 years, 2 months ago) by tmartin
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +55 -27 lines
tim's changes

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Jun 1 18:15:23 1999 UTC (15 years, 2 months ago) by tmartin
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
*** empty log message ***

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Mar 29 21:26:14 1999 UTC (15 years, 4 months ago) by rob
Branches: MAIN
CVS tags: sasl-1_4_1
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +10 -13 lines
tons of changes

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Mar 26 20:51:54 1999 UTC (15 years, 5 months ago) by rob
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +9 -8 lines
*** empty log message ***

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Mar 26 01:25:41 1999 UTC (15 years, 5 months ago) by tmartin
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +0 -1 lines
*** empty log message ***

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Mar 25 19:25:14 1999 UTC (15 years, 5 months ago) by rob
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +48 -6 lines
lots of fixes; need purify to go further

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Mar 25 15:17:00 1999 UTC (15 years, 5 months ago) by rob
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -3 lines
*** empty log message ***

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Mar 24 14:27:00 1999 UTC (15 years, 5 months ago) by rob
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +0 -5 lines
*** empty log message ***

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Mar 10 08:01:59 1999 UTC (15 years, 5 months ago) by tmartin
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +0 -1 lines
*** empty log message ***

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Mar 9 00:53:23 1999 UTC (15 years, 5 months ago) by tmartin
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -10 lines
*** empty log message ***

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Mar 7 22:20:02 1999 UTC (15 years, 5 months ago) by tmartin
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +12 -1 lines
*** empty log message ***

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Mar 1 20:43:29 1999 UTC (15 years, 5 months ago) by rob
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +13 -55 lines
lots o'changes
fixed lots of stuff
added credentials API
added docs and sample code

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Feb 18 04:08:09 1999 UTC (15 years, 6 months ago) by tmartin
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +5 -1 lines
*** empty log message ***

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Feb 17 06:39:03 1999 UTC (15 years, 6 months ago) by tmartin
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
*** empty log message ***

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Feb 12 20:06:14 1999 UTC (15 years, 6 months ago) by rob
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +25 -23 lines
Lifted oparams into sasl_conn_t

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Feb 11 20:05:34 1999 UTC (15 years, 6 months ago) by rob
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -0 lines
anonymous cleanup

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Feb 11 16:26:11 1999 UTC (15 years, 6 months ago) by rob
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
added prompt checking stuff

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Feb 11 15:59:02 1999 UTC (15 years, 6 months ago) by rob
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +48 -31 lines
external mech, header cleanups

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Feb 5 20:28:10 1999 UTC (15 years, 6 months ago) by rob
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +42 -4 lines
path callback

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Feb 5 16:47:01 1999 UTC (15 years, 6 months ago) by rob
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +0 -1 lines
Some rewriting
Added digestmd5.c

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jan 12 19:03:16 1999 UTC (15 years, 7 months ago) by rob
Branches: MAIN
CVS tags: sasl-1_3b2, sasl-1_3b1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
saslpasswd + minor foo

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jan 8 01:47:56 1999 UTC (15 years, 7 months ago) by rob
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +191 -175 lines
minor fixes to logging stuff

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Dec 15 04:00:08 1998 UTC (15 years, 8 months ago) by tmartin
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +184 -44 lines
*** empty log message ***

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Nov 30 14:22:19 1998 UTC (15 years, 8 months ago) by rob
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +38 -1 lines
Added default user/authname callback

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Nov 20 16:21:59 1998 UTC (15 years, 9 months ago) by ryan
Branches: MAIN
CVS tags: sasl-1_2b2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -1 lines

Basic Win32 port.

Visual Studio 6.0 C++ workspaces and projects are in the win32 subdirectory.

This is a CLIENT ONLY port.  Server functionality was not ported or tested.

Mechanism KERBEROS_V4 will work with kclient.

There are ReadMe.txt's in all projects, which describe what changes were made
to the default project wrapper, etc.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Nov 17 19:28:45 1998 UTC (15 years, 9 months ago) by rob
Branches: MAIN
CVS tags: sasl-1_2b1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +14 -2 lines
Portability stuff

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Nov 17 05:11:41 1998 UTC (15 years, 9 months ago) by rob
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -1 lines
username hacks

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Nov 17 02:10:48 1998 UTC (15 years, 9 months ago) by tmartin
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -10 lines
*** empty log message ***

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Nov 17 01:38:53 1998 UTC (15 years, 9 months ago) by rob
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -6 lines
Broke mutex functions; fixed.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Nov 17 01:34:11 1998 UTC (15 years, 9 months ago) by tmartin
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +14 -2 lines
*** empty log message ***

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Nov 17 00:50:22 1998 UTC (15 years, 9 months ago) by rob
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +13 -2 lines
Portability stuff, minor tweaks

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Nov 16 20:06:37 1998 UTC (15 years, 9 months ago) by rob
Branches: cyrus
CVS tags: sasl-1_2b0, release4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
1.2b0 prelim source

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Nov 16 20:06:37 1998 UTC (15 years, 9 months ago) by rob
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>