OpenBSD CVS

CVS log for src/usr.sbin/smtpd/Attic/authenticate.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.4, Tue May 17 16:42:06 2011 UTC (13 years ago) by gilles
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -1 lines
FILE REMOVED

smtpd now uses an auth_backend API to authenticate users that are allowed
to send mail so they do not necessarily need a local system account.

two backends are provided by default, bsd_auth(3) and getpwnam(3), however
smtpd will only select bsd_auth(3) for the moment and not provide a way to
chose any other backend (that's on purpose ;p).

bye bye authenticate() !

Revision 1.3 / (download) - annotate - [select for diffs], Sun Nov 28 14:02:46 2010 UTC (13 years, 6 months ago) by gilles
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.2: +1 -7 lines
Diff to previous 1.2 (colored)

remove unused headers

Revision 1.2 / (download) - annotate - [select for diffs], Sun Nov 28 13:56:43 2010 UTC (13 years, 6 months ago) by gilles
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

a bit of .h cleanups, no functionnal change

Revision 1.1 / (download) - annotate - [select for diffs], Fri Aug 7 19:02:55 2009 UTC (14 years, 10 months ago) by gilles
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7

wrap auth_userokay in a new function authenticate_user() and make sure
that only authenticate.c knows about bsd_auth, no functionnal change.

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.