OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.4, Sat Jan 26 09:48:29 2013 UTC (11 years, 4 months ago) by gilles
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -1 lines
FILE REMOVED

users can now be looked up in tables, the user_backend code is no longer
used and can bite the dust

Revision 1.3 / (download) - annotate - [select for diffs], Tue Sep 25 17:38:55 2012 UTC (11 years, 8 months ago) by eric
Branch: MAIN
Changes since 1.2: +6 -6 lines
Diff to previous 1.2 (colored)

make const arguments const, and static functions static.

ok chl@

Revision 1.2 / (download) - annotate - [select for diffs], Sat Aug 25 15:39:11 2012 UTC (11 years, 9 months ago) by gilles
Branch: MAIN
Changes since 1.1: +2 -16 lines
Diff to previous 1.1 (colored)

- offline enqueue does not need to use the user_backend API, it relies on
	system users ... use getpwuid() instead of ub->getbyuid()
- since that was the only caller, get rid of user_backend->getbyuid()

this is the first step towards removing the user_backend API and making
user lookups available through the maps API (yes, virtual user support ;)

ok eric@, ok chl@

Revision 1.1 / (download) - annotate - [select for diffs], Tue Dec 13 22:04:35 2011 UTC (12 years, 5 months ago) by eric
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1

split user_backend.c into user.c and user_pwd.c to be consistent with the
backend scheme. Also rename USER_GETPWNAM to USER_PWD.

ok chl@ gilles@

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.