OpenBSD CVS

CVS log for src/usr.sbin/ldapd/Attic/ssl.c


[BACK] Up to [local] / src / usr.sbin / ldapd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11, Sun May 1 00:32:37 2016 UTC (8 years, 1 month ago) by jmatthew
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +1 -1 lines
FILE REMOVED

convert ldapd to use the libtls api, bringing in a copy of the evbuffer_tls
code from syslogd.

ok beck@ benno@

Revision 1.10 / (download) - annotate - [select for diffs], Wed Dec 30 15:59:55 2015 UTC (8 years, 5 months ago) by benno
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.9: +3 -5 lines
Diff to previous 1.9 (colored)

SSL_CTX_free() and SSL_free() check for null so dont do it in ldapd
ok jung@ tedu@ deraadt@

Revision 1.9 / (download) - annotate - [select for diffs], Thu Dec 10 18:40:46 2015 UTC (8 years, 5 months ago) by mmcc
Branch: MAIN
Changes since 1.8: +2 -3 lines
Diff to previous 1.8 (colored)

Remove NULL-checks before free(). ok tb@

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jan 16 16:04:38 2015 UTC (9 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.7: +4 -3 lines
Diff to previous 1.7 (colored)

change to <limits.h> universe.  The only changes in the binary are due
to the heavy use of assert.
ok millert

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jul 11 06:06:25 2014 UTC (9 years, 10 months ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.6: +3 -1 lines
Diff to previous 1.6 (colored)

add additional includes required to build with -DOPENSSL_NO_DEPRECATED

Revision 1.6 / (download) - annotate - [select for diffs], Sat Sep 7 10:46:32 2013 UTC (10 years, 8 months ago) by fgsch
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Change default ciphers to HIGH:!aNULL.
reyk@ ok

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jan 28 13:42:14 2013 UTC (11 years, 4 months ago) by gilles
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.4: +46 -44 lines
Diff to previous 1.4 (colored)

ssl.c is a very old copy of smtpd's and didn't catch up the bump of the
DH prime parameter. bring the update from smtpd...

openldap client now accepts to connect to a ssl-enabled ldapd server,
issue reported by Joel Carnat and Vadim Agarkov

diff ok mikeb@ and martinh@

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jul 1 02:19:11 2010 UTC (13 years, 11 months ago) by martinh
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.3: +1 -5 lines
Diff to previous 1.3 (colored)

Remove dead assignments. Found by clang static analyzer.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jun 27 18:19:36 2010 UTC (13 years, 11 months ago) by martinh
Branch: MAIN
Changes since 1.2: +2 -145 lines
Diff to previous 1.2 (colored)

Remove unused functions and variables, found by lint.

Revision 1.2 / (download) - annotate - [select for diffs], Mon May 31 18:29:04 2010 UTC (14 years ago) by martinh
Branch: MAIN
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

Remove trailing whitespace and spaces before tabs.

ok gilles@

Revision 1.1 / (download) - annotate - [select for diffs], Mon May 31 17:36:31 2010 UTC (14 years ago) by martinh
Branch: MAIN

Initial import of ldapd, a small LDAP daemon. Work in progress.

ok deraadt@ jacekm@ gilles@ back@ henning@ blambert@

This form allows you to request diff's 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.